config.h revision 1.2
1/* This file is automatically generated.  DO NOT EDIT! */
2/* Generated from: 	NetBSD: mknative-binutils,v 1.7 2009/11/09 13:50:41 skrll Exp  */
3/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
4
5/* config.h.  Generated by configure.  */
6/* config.in.  Generated from configure.in by autoheader.  */
7
8/* Define to 1 if translation of program messages to the user's native
9   language is requested. */
10#define ENABLE_NLS 1
11
12/* Additional extension a shared object might have. */
13/* #undef EXTRA_SHLIB_EXTENSION */
14
15/* Define to choose default GOT handling scheme */
16#define GOT_HANDLING_DEFAULT GOT_HANDLING_TARGET_DEFAULT
17
18/* Define to 1 if you have the declaration of `environ', and to 0 if you
19   don't. */
20#define HAVE_DECL_ENVIRON 0
21
22/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
23   */
24#define HAVE_DECL_FREE 1
25
26/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
27   */
28#define HAVE_DECL_GETENV 1
29
30/* Is the prototype for getopt in <unistd.h> in the expected format? */
31#define HAVE_DECL_GETOPT 1
32
33/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
34   */
35#define HAVE_DECL_SBRK 1
36
37/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
38   */
39#define HAVE_DECL_STRSTR 1
40
41/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
42   */
43#define HAVE_DIRENT_H 1
44
45/* Define to 1 if you have the <dlfcn.h> header file. */
46#define HAVE_DLFCN_H 1
47
48/* Define to 1 if you have the <elf-hints.h> header file. */
49/* #undef HAVE_ELF_HINTS_H */
50
51/* Define to 1 if you have the `glob' function. */
52#define HAVE_GLOB 1
53
54/* Define to 1 if you have the <inttypes.h> header file. */
55#define HAVE_INTTYPES_H 1
56
57/* Define to 1 if you have the <limits.h> header file. */
58#define HAVE_LIMITS_H 1
59
60/* Define to 1 if you have the <memory.h> header file. */
61#define HAVE_MEMORY_H 1
62
63/* Define to 1 if you have the `mkstemp' function. */
64#define HAVE_MKSTEMP 1
65
66/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
67/* #undef HAVE_NDIR_H */
68
69/* Define to 1 if you have the `realpath' function. */
70#define HAVE_REALPATH 1
71
72/* Define to 1 if you have the `sbrk' function. */
73#define HAVE_SBRK 1
74
75/* Define to 1 if you have the <stdint.h> header file. */
76#define HAVE_STDINT_H 1
77
78/* Define to 1 if you have the <stdlib.h> header file. */
79#define HAVE_STDLIB_H 1
80
81/* Define to 1 if you have the <strings.h> header file. */
82#define HAVE_STRINGS_H 1
83
84/* Define to 1 if you have the <string.h> header file. */
85#define HAVE_STRING_H 1
86
87/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
88   */
89/* #undef HAVE_SYS_DIR_H */
90
91/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
92   */
93/* #undef HAVE_SYS_NDIR_H */
94
95/* Define to 1 if you have the <sys/param.h> header file. */
96#define HAVE_SYS_PARAM_H 1
97
98/* Define to 1 if you have the <sys/stat.h> header file. */
99#define HAVE_SYS_STAT_H 1
100
101/* Define to 1 if you have the <sys/types.h> header file. */
102#define HAVE_SYS_TYPES_H 1
103
104/* Define to 1 if you have the <unistd.h> header file. */
105#define HAVE_UNISTD_H 1
106
107/* Define to 1 if you have the `waitpid' function. */
108#define HAVE_WAITPID 1
109
110/* Define to 1 if you have the <zlib.h> header file. */
111#define HAVE_ZLIB_H 1
112
113/* Define to the sub-directory in which libtool stores uninstalled libraries.
114   */
115#define LT_OBJDIR ".libs/"
116
117/* Name of package */
118#define PACKAGE "ld"
119
120/* Define to the address where bug reports for this package should be sent. */
121#define PACKAGE_BUGREPORT ""
122
123/* Define to the full name of this package. */
124#define PACKAGE_NAME ""
125
126/* Define to the full name and version of this package. */
127#define PACKAGE_STRING ""
128
129/* Define to the one symbol short name of this package. */
130#define PACKAGE_TARNAME ""
131
132/* Define to the version of this package. */
133#define PACKAGE_VERSION ""
134
135/* The size of a `long', as computed by sizeof. */
136/* #undef SIZEOF_LONG */
137
138/* Define to 1 if you have the ANSI C header files. */
139#define STDC_HEADERS 1
140
141/* Use b modifier when opening binary files? */
142/* #undef USE_BINARY_FOPEN */
143
144/* Version number of package */
145#define VERSION "2.19.1"
146
147/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
148   `char[]'. */
149#define YYTEXT_POINTER 1
150
151/* Enable GNU extensions on systems that have them.  */
152#ifndef _GNU_SOURCE
153# define _GNU_SOURCE 1
154#endif
155
156/* Define to 1 if on MINIX. */
157/* #undef _MINIX */
158
159/* Define to 2 if the system does not provide POSIX.1 features except with
160   this defined. */
161/* #undef _POSIX_1_SOURCE */
162
163/* Define to 1 if you need to in order for `stat' and other things to work. */
164/* #undef _POSIX_SOURCE */
165
166/* Enable extensions on AIX 3, Interix.  */
167#ifndef _ALL_SOURCE
168# define _ALL_SOURCE 1
169#endif
170/* Enable GNU extensions on systems that have them.  */
171#ifndef _GNU_SOURCE
172# define _GNU_SOURCE 1
173#endif
174/* Enable threading extensions on Solaris.  */
175#ifndef _POSIX_PTHREAD_SEMANTICS
176# define _POSIX_PTHREAD_SEMANTICS 1
177#endif
178/* Enable extensions on HP NonStop.  */
179#ifndef _TANDEM_SOURCE
180# define _TANDEM_SOURCE 1
181#endif
182/* Enable general extensions on Solaris.  */
183#ifndef __EXTENSIONS__
184# define __EXTENSIONS__ 1
185#endif
186
187