Split out ada_atr_size
[deliverable/binutils-gdb.git] / binutils / config.in
1 /* config.in. Generated from configure.ac by autoheader. */
2
3 /* Check that config.h is #included before system headers
4 (this works only for glibc, but that should be enough). */
5 #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
6 # error config.h must be #included before system headers
7 #endif
8 #define __CONFIG_H__ 1
9
10 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
11 systems. This function is required for `alloca.c' support on those systems.
12 */
13 #undef CRAY_STACKSEG_END
14
15 /* Define to 1 if using `alloca.c'. */
16 #undef C_ALLOCA
17
18 /* Should ar and ranlib use -D behavior by default? */
19 #undef DEFAULT_AR_DETERMINISTIC
20
21 /* Have readelf and objdump follow debug links by default */
22 #undef DEFAULT_FOR_FOLLOW_LINKS
23
24 /* Have nm use F and f for global and local ifunc symbols */
25 #undef DEFAULT_F_FOR_IFUNC_SYMBOLS
26
27 /* Should strings use -a behavior by default? */
28 #undef DEFAULT_STRINGS_ALL
29
30 /* Handle .ctf type-info sections */
31 #undef ENABLE_LIBCTF
32
33 /* Define to 1 if translation of program messages to the user's native
34 language is requested. */
35 #undef ENABLE_NLS
36
37 /* Suffix used for executables, if any. */
38 #undef EXECUTABLE_SUFFIX
39
40 /* Define to 1 if you have `alloca', as a function or macro. */
41 #undef HAVE_ALLOCA
42
43 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
44 */
45 #undef HAVE_ALLOCA_H
46
47 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
48 don't. */
49 #undef HAVE_DECL_ASPRINTF
50
51 /* Define to 1 if you have the declaration of `environ', and to 0 if you
52 don't. */
53 #undef HAVE_DECL_ENVIRON
54
55 /* Define to 1 if you have the declaration of `fprintf', and to 0 if you
56 don't. */
57 #undef HAVE_DECL_FPRINTF
58
59 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
60 don't. */
61 #undef HAVE_DECL_GETC_UNLOCKED
62
63 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
64 */
65 #undef HAVE_DECL_GETENV
66
67 /* Is the prototype for getopt in <unistd.h> in the expected format? */
68 #undef HAVE_DECL_GETOPT
69
70 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
71 */
72 #undef HAVE_DECL_SBRK
73
74 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
75 don't. */
76 #undef HAVE_DECL_SNPRINTF
77
78 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
79 */
80 #undef HAVE_DECL_STPCPY
81
82 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
83 don't. */
84 #undef HAVE_DECL_STRNLEN
85
86 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
87 */
88 #undef HAVE_DECL_STRSTR
89
90 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
91 don't. */
92 #undef HAVE_DECL_VSNPRINTF
93
94 /* Define to 1 if you have the <dlfcn.h> header file. */
95 #undef HAVE_DLFCN_H
96
97 /* Does the platform use an executable suffix? */
98 #undef HAVE_EXECUTABLE_SUFFIX
99
100 /* Define to 1 if you have the <fcntl.h> header file. */
101 #undef HAVE_FCNTL_H
102
103 /* Define to 1 if you have the `getc_unlocked' function. */
104 #undef HAVE_GETC_UNLOCKED
105
106 /* Define to 1 if you have the `getpagesize' function. */
107 #undef HAVE_GETPAGESIZE
108
109 /* Does <utime.h> define struct utimbuf? */
110 #undef HAVE_GOOD_UTIME_H
111
112 /* Define if you have the iconv() function. */
113 #undef HAVE_ICONV
114
115 /* Define to 1 if you have the <inttypes.h> header file. */
116 #undef HAVE_INTTYPES_H
117
118 /* Define if your <locale.h> file defines LC_MESSAGES. */
119 #undef HAVE_LC_MESSAGES
120
121 /* Define to 1 if debuginfod is enabled. */
122 #undef HAVE_LIBDEBUGINFOD
123
124 /* Define to 1 if you have the <limits.h> header file. */
125 #undef HAVE_LIMITS_H
126
127 /* Define to 1 if you have the <locale.h> header file. */
128 #undef HAVE_LOCALE_H
129
130 /* Define to 1 if the system has the type `long long'. */
131 #undef HAVE_LONG_LONG
132
133 /* Define if mbstate_t exists in wchar.h. */
134 #undef HAVE_MBSTATE_T
135
136 /* Define to 1 if you have the <memory.h> header file. */
137 #undef HAVE_MEMORY_H
138
139 /* Define to 1 if you have the `mkdtemp' function. */
140 #undef HAVE_MKDTEMP
141
142 /* Define to 1 if you have the `mkstemp' function. */
143 #undef HAVE_MKSTEMP
144
145 /* Define to 1 if you have a working `mmap' system call. */
146 #undef HAVE_MMAP
147
148 /* Define to 1 if you have the `sbrk' function. */
149 #undef HAVE_SBRK
150
151 /* Define to 1 if you have the `setlocale' function. */
152 #undef HAVE_SETLOCALE
153
154 /* Define to 1 if you have the `setmode' function. */
155 #undef HAVE_SETMODE
156
157 /* Define to 1 if you have the <stdint.h> header file. */
158 #undef HAVE_STDINT_H
159
160 /* Define to 1 if you have the <stdlib.h> header file. */
161 #undef HAVE_STDLIB_H
162
163 /* Define to 1 if you have the `strcoll' function. */
164 #undef HAVE_STRCOLL
165
166 /* Define to 1 if you have the <strings.h> header file. */
167 #undef HAVE_STRINGS_H
168
169 /* Define to 1 if you have the <string.h> header file. */
170 #undef HAVE_STRING_H
171
172 /* Define to 1 if you have the <sys/file.h> header file. */
173 #undef HAVE_SYS_FILE_H
174
175 /* Define to 1 if you have the <sys/param.h> header file. */
176 #undef HAVE_SYS_PARAM_H
177
178 /* Define to 1 if you have the <sys/stat.h> header file. */
179 #undef HAVE_SYS_STAT_H
180
181 /* Define to 1 if you have the <sys/types.h> header file. */
182 #undef HAVE_SYS_TYPES_H
183
184 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
185 #undef HAVE_SYS_WAIT_H
186
187 /* Is the type time_t defined in <time.h>? */
188 #undef HAVE_TIME_T_IN_TIME_H
189
190 /* Is the type time_t defined in <sys/types.h>? */
191 #undef HAVE_TIME_T_IN_TYPES_H
192
193 /* Define to 1 if you have the <unistd.h> header file. */
194 #undef HAVE_UNISTD_H
195
196 /* Define to 1 if you have the `utimes' function. */
197 #undef HAVE_UTIMES
198
199 /* Define to 1 if you have the <wchar.h> header file. */
200 #undef HAVE_WCHAR_H
201
202 /* Define to 1 if you have the <windows.h> header file. */
203 #undef HAVE_WINDOWS_H
204
205 /* Define as const if the declaration of iconv() needs const. */
206 #undef ICONV_CONST
207
208 /* Define to the sub-directory in which libtool stores uninstalled libraries.
209 */
210 #undef LT_OBJDIR
211
212 /* Name of package */
213 #undef PACKAGE
214
215 /* Define to the address where bug reports for this package should be sent. */
216 #undef PACKAGE_BUGREPORT
217
218 /* Define to the full name of this package. */
219 #undef PACKAGE_NAME
220
221 /* Define to the full name and version of this package. */
222 #undef PACKAGE_STRING
223
224 /* Define to the one symbol short name of this package. */
225 #undef PACKAGE_TARNAME
226
227 /* Define to the home page for this package. */
228 #undef PACKAGE_URL
229
230 /* Define to the version of this package. */
231 #undef PACKAGE_VERSION
232
233 /* The size of `long', as computed by sizeof. */
234 #undef SIZEOF_LONG
235
236 /* The size of `long long', as computed by sizeof. */
237 #undef SIZEOF_LONG_LONG
238
239 /* If using the C implementation of alloca, define if you know the
240 direction of stack growth for your system; otherwise it will be
241 automatically deduced at runtime.
242 STACK_DIRECTION > 0 => grows toward higher addresses
243 STACK_DIRECTION < 0 => grows toward lower addresses
244 STACK_DIRECTION = 0 => direction of growth unknown */
245 #undef STACK_DIRECTION
246
247 /* Define to 1 if you have the ANSI C header files. */
248 #undef STDC_HEADERS
249
250 /* Define if you can safely include both <string.h> and <strings.h>. */
251 #undef STRING_WITH_STRINGS
252
253 /* Configured target name. */
254 #undef TARGET
255
256 /* Define to 1 if user symbol names have a leading underscore, 0 if not. */
257 #undef TARGET_PREPENDS_UNDERSCORE
258
259 /* Use b modifier when opening binary files? */
260 #undef USE_BINARY_FOPEN
261
262 /* Enable extensions on AIX 3, Interix. */
263 #ifndef _ALL_SOURCE
264 # undef _ALL_SOURCE
265 #endif
266 /* Enable GNU extensions on systems that have them. */
267 #ifndef _GNU_SOURCE
268 # undef _GNU_SOURCE
269 #endif
270 /* Enable threading extensions on Solaris. */
271 #ifndef _POSIX_PTHREAD_SEMANTICS
272 # undef _POSIX_PTHREAD_SEMANTICS
273 #endif
274 /* Enable extensions on HP NonStop. */
275 #ifndef _TANDEM_SOURCE
276 # undef _TANDEM_SOURCE
277 #endif
278 /* Enable general extensions on Solaris. */
279 #ifndef __EXTENSIONS__
280 # undef __EXTENSIONS__
281 #endif
282
283
284 /* Version number of package */
285 #undef VERSION
286
287 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
288 `char[]'. */
289 #undef YYTEXT_POINTER
290
291 /* Enable large inode numbers on Mac OS X 10.5. */
292 #ifndef _DARWIN_USE_64_BIT_INODE
293 # define _DARWIN_USE_64_BIT_INODE 1
294 #endif
295
296 /* Number of bits in a file offset, on hosts where this is settable. */
297 #undef _FILE_OFFSET_BITS
298
299 /* Define for large files, on AIX-style hosts. */
300 #undef _LARGE_FILES
301
302 /* Define to 1 if on MINIX. */
303 #undef _MINIX
304
305 /* Define to 2 if the system does not provide POSIX.1 features except with
306 this defined. */
307 #undef _POSIX_1_SOURCE
308
309 /* Define to 1 if you need to in order for `stat' and other things to work. */
310 #undef _POSIX_SOURCE
311
312 /* Define to `unsigned int' if <sys/types.h> does not define. */
313 #undef size_t
This page took 0.036786 seconds and 4 git commands to generate.