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