Commit | Line | Data |
---|---|---|
35eafcc7 | 1 | /* config.in. Generated from configure.ac by autoheader. */ |
252b5132 | 2 | |
df7b86aa NC |
3 | /* Check that config.h is #included before system headers |
4 | (this works only for glibc, but that should be enough). */ | |
00716ab1 | 5 | #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) |
df7b86aa NC |
6 | # error config.h must be #included before system headers |
7 | #endif | |
8 | #define __CONFIG_H__ 1 | |
9 | ||
81ecdfbb RW |
10 | /* Define if building universal (internal helper macro) */ |
11 | #undef AC_APPLE_UNIVERSAL_BUILD | |
12 | ||
6e1772d5 AM |
13 | /* Define if using AIX 5.2 value for C_WEAKEXT. */ |
14 | #undef AIX_WEAK_SUPPORT | |
6840198f | 15 | |
6e1772d5 AM |
16 | /* assert broken? */ |
17 | #undef BROKEN_ASSERT | |
6840198f | 18 | |
6e1772d5 AM |
19 | /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP |
20 | systems. This function is required for `alloca.c' support on those systems. | |
21 | */ | |
5a0a2144 | 22 | #undef CRAY_STACKSEG_END |
6840198f | 23 | |
6e1772d5 AM |
24 | /* Compiling cross-assembler? */ |
25 | #undef CROSS_COMPILE | |
26 | ||
27 | /* Define to 1 if using `alloca.c'. */ | |
28 | #undef C_ALLOCA | |
29 | ||
30 | /* Default architecture. */ | |
31 | #undef DEFAULT_ARCH | |
32 | ||
e330299e DJ |
33 | /* Default CRIS architecture. */ |
34 | #undef DEFAULT_CRIS_ARCH | |
35 | ||
6e1772d5 AM |
36 | /* Default emulation. */ |
37 | #undef DEFAULT_EMULATION | |
38 | ||
e12fe555 NC |
39 | /* Define if you want compressed debug sections by default. */ |
40 | #undef DEFAULT_FLAG_COMPRESS_DEBUG | |
41 | ||
b8871f35 L |
42 | /* Define to 1 if you want to generate ELF common symbols with the STT_COMMON |
43 | type by default. */ | |
44 | #undef DEFAULT_GENERATE_ELF_STT_COMMON | |
45 | ||
0cb4071e L |
46 | /* Define to 1 if you want to generate x86 relax relocations by default. */ |
47 | #undef DEFAULT_GENERATE_X86_RELAX_RELOCATIONS | |
48 | ||
6e1772d5 AM |
49 | /* Supported emulations. */ |
50 | #undef EMULATIONS | |
51 | ||
c43a438d AM |
52 | /* Define if you want run-time sanity checks. */ |
53 | #undef ENABLE_CHECKING | |
54 | ||
12e64c2c AM |
55 | /* Define to 1 if translation of program messages to the user's native |
56 | language is requested. */ | |
6e1772d5 AM |
57 | #undef ENABLE_NLS |
58 | ||
59 | /* Define to 1 if you have `alloca', as a function or macro. */ | |
252b5132 RH |
60 | #undef HAVE_ALLOCA |
61 | ||
6e1772d5 AM |
62 | /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). |
63 | */ | |
252b5132 RH |
64 | #undef HAVE_ALLOCA_H |
65 | ||
2a7f4fa9 NC |
66 | /* Define to 1 if you have the declaration of `asprintf', and to 0 if you |
67 | don't. */ | |
68 | #undef HAVE_DECL_ASPRINTF | |
69 | ||
4b0296ce AM |
70 | /* Define to 1 if you have the declaration of `free', and to 0 if you don't. |
71 | */ | |
72 | #undef HAVE_DECL_FREE | |
73 | ||
74 | /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. | |
75 | */ | |
76 | #undef HAVE_DECL_GETENV | |
77 | ||
49f58d10 JB |
78 | /* Is the prototype for getopt in <unistd.h> in the expected format? */ |
79 | #undef HAVE_DECL_GETOPT | |
80 | ||
4b0296ce AM |
81 | /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. |
82 | */ | |
83 | #undef HAVE_DECL_MALLOC | |
84 | ||
0175442d L |
85 | /* Define to 1 if you have the declaration of `mempcpy', and to 0 if you |
86 | don't. */ | |
87 | #undef HAVE_DECL_MEMPCPY | |
88 | ||
4b0296ce AM |
89 | /* Define to 1 if you have the declaration of `realloc', and to 0 if you |
90 | don't. */ | |
91 | #undef HAVE_DECL_REALLOC | |
92 | ||
93 | /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. | |
94 | */ | |
95 | #undef HAVE_DECL_STPCPY | |
96 | ||
97 | /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. | |
98 | */ | |
99 | #undef HAVE_DECL_STRSTR | |
100 | ||
82de001f JJ |
101 | /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you |
102 | don't. */ | |
103 | #undef HAVE_DECL_VSNPRINTF | |
104 | ||
ae351704 AM |
105 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
106 | #undef HAVE_DLFCN_H | |
107 | ||
6e1772d5 AM |
108 | /* Define to 1 if you have the <errno.h> header file. */ |
109 | #undef HAVE_ERRNO_H | |
252b5132 | 110 | |
6e1772d5 AM |
111 | /* Define to 1 if you have the <inttypes.h> header file. */ |
112 | #undef HAVE_INTTYPES_H | |
252b5132 | 113 | |
44350750 NC |
114 | /* Define if your <locale.h> file defines LC_MESSAGES. */ |
115 | #undef HAVE_LC_MESSAGES | |
116 | ||
40fb9820 L |
117 | /* Define to 1 if you have the <limits.h> header file. */ |
118 | #undef HAVE_LIMITS_H | |
119 | ||
58797674 RM |
120 | /* Define to 1 if you have the <locale.h> header file. */ |
121 | #undef HAVE_LOCALE_H | |
122 | ||
6e1772d5 AM |
123 | /* Define to 1 if you have the <memory.h> header file. */ |
124 | #undef HAVE_MEMORY_H | |
252b5132 | 125 | |
6e1772d5 | 126 | /* Define to 1 if you have the `remove' function. */ |
252b5132 RH |
127 | #undef HAVE_REMOVE |
128 | ||
6e1772d5 | 129 | /* Define to 1 if you have the `sbrk' function. */ |
252b5132 RH |
130 | #undef HAVE_SBRK |
131 | ||
58797674 RM |
132 | /* Define to 1 if you have the `setlocale' function. */ |
133 | #undef HAVE_SETLOCALE | |
134 | ||
6e1772d5 AM |
135 | /* Define to 1 if you have the <stdint.h> header file. */ |
136 | #undef HAVE_STDINT_H | |
5a0a2144 | 137 | |
6e1772d5 AM |
138 | /* Define to 1 if you have the <stdlib.h> header file. */ |
139 | #undef HAVE_STDLIB_H | |
5a0a2144 | 140 | |
6e1772d5 AM |
141 | /* Define to 1 if you have the <strings.h> header file. */ |
142 | #undef HAVE_STRINGS_H | |
5a0a2144 | 143 | |
6e1772d5 | 144 | /* Define to 1 if you have the <string.h> header file. */ |
252b5132 RH |
145 | #undef HAVE_STRING_H |
146 | ||
b11d79f2 TG |
147 | /* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */ |
148 | #undef HAVE_ST_MTIM_TV_NSEC | |
149 | ||
150 | /* Define if <sys/stat.h> has struct stat.st_mtim.tv_sec */ | |
151 | #undef HAVE_ST_MTIM_TV_SEC | |
152 | ||
6e1772d5 AM |
153 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
154 | #undef HAVE_SYS_STAT_H | |
155 | ||
156 | /* Define to 1 if you have the <sys/types.h> header file. */ | |
252b5132 RH |
157 | #undef HAVE_SYS_TYPES_H |
158 | ||
b11d79f2 TG |
159 | /* Define to 1 if you have the <time.h> header file. */ |
160 | #undef HAVE_TIME_H | |
161 | ||
162 | /* Define if <time.h> has struct tm.tm_gmtoff. */ | |
163 | #undef HAVE_TM_GMTOFF | |
164 | ||
6e1772d5 | 165 | /* Define to 1 if you have the <unistd.h> header file. */ |
252b5132 RH |
166 | #undef HAVE_UNISTD_H |
167 | ||
6e1772d5 AM |
168 | /* Define to 1 if you have the `unlink' function. */ |
169 | #undef HAVE_UNLINK | |
170 | ||
b879806f AM |
171 | /* Define to 1 if you have the <windows.h> header file. */ |
172 | #undef HAVE_WINDOWS_H | |
173 | ||
6e1772d5 AM |
174 | /* Using i386 COFF? */ |
175 | #undef I386COFF | |
ed265386 | 176 | |
ae351704 AM |
177 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
178 | */ | |
179 | #undef LT_OBJDIR | |
180 | ||
6e1772d5 AM |
181 | /* Using m68k COFF? */ |
182 | #undef M68KCOFF | |
252b5132 | 183 | |
6e1772d5 AM |
184 | /* Using m88k COFF? */ |
185 | #undef M88KCOFF | |
252b5132 | 186 | |
6e1772d5 AM |
187 | /* Default CPU for MIPS targets. */ |
188 | #undef MIPS_CPU_STRING_DEFAULT | |
316f5878 | 189 | |
6e1772d5 | 190 | /* Generate 64-bit code by default on MIPS targets. */ |
316f5878 RS |
191 | #undef MIPS_DEFAULT_64BIT |
192 | ||
6e1772d5 | 193 | /* Choose a default ABI for MIPS targets. */ |
cac012d6 AO |
194 | #undef MIPS_DEFAULT_ABI |
195 | ||
fa47fa92 AM |
196 | /* Define value for nds32_arch_name */ |
197 | #undef NDS32_DEFAULT_ARCH_NAME | |
198 | ||
199 | /* Define default value for nds32_audio_ext */ | |
200 | #undef NDS32_DEFAULT_AUDIO_EXT | |
201 | ||
202 | /* Define default value for nds32_dx_regs */ | |
203 | #undef NDS32_DEFAULT_DX_REGS | |
204 | ||
205 | /* Define default value for nds32_perf_ext */ | |
206 | #undef NDS32_DEFAULT_PERF_EXT | |
207 | ||
208 | /* Define default value for nds32_perf_ext2 */ | |
209 | #undef NDS32_DEFAULT_PERF_EXT2 | |
210 | ||
211 | /* Define default value for nds32_string_ext */ | |
212 | #undef NDS32_DEFAULT_STRING_EXT | |
213 | ||
6e1772d5 AM |
214 | /* Define if environ is not declared in system header files. */ |
215 | #undef NEED_DECLARATION_ENVIRON | |
252b5132 | 216 | |
6e1772d5 AM |
217 | /* Define if errno is not declared in system header files. */ |
218 | #undef NEED_DECLARATION_ERRNO | |
252b5132 | 219 | |
e8a38df5 AL |
220 | /* Define if ffs is not declared in system header files. */ |
221 | #undef NEED_DECLARATION_FFS | |
222 | ||
6e1772d5 AM |
223 | /* Define if free is not declared in system header files. */ |
224 | #undef NEED_DECLARATION_FREE | |
252b5132 | 225 | |
6e1772d5 AM |
226 | /* Define if malloc is not declared in system header files. */ |
227 | #undef NEED_DECLARATION_MALLOC | |
252b5132 | 228 | |
6e1772d5 AM |
229 | /* Define if sbrk is not declared in system header files. */ |
230 | #undef NEED_DECLARATION_SBRK | |
231 | ||
232 | /* Define if strstr is not declared in system header files. */ | |
233 | #undef NEED_DECLARATION_STRSTR | |
252b5132 RH |
234 | |
235 | /* a.out support? */ | |
236 | #undef OBJ_MAYBE_AOUT | |
237 | ||
238 | /* b.out support? */ | |
239 | #undef OBJ_MAYBE_BOUT | |
240 | ||
241 | /* COFF support? */ | |
242 | #undef OBJ_MAYBE_COFF | |
243 | ||
244 | /* ECOFF support? */ | |
245 | #undef OBJ_MAYBE_ECOFF | |
246 | ||
247 | /* ELF support? */ | |
248 | #undef OBJ_MAYBE_ELF | |
249 | ||
250 | /* generic support? */ | |
251 | #undef OBJ_MAYBE_GENERIC | |
252 | ||
252b5132 RH |
253 | /* SOM support? */ |
254 | #undef OBJ_MAYBE_SOM | |
255 | ||
6e1772d5 AM |
256 | /* Name of package */ |
257 | #undef PACKAGE | |
252b5132 | 258 | |
6e1772d5 AM |
259 | /* Define to the address where bug reports for this package should be sent. */ |
260 | #undef PACKAGE_BUGREPORT | |
252b5132 | 261 | |
6e1772d5 AM |
262 | /* Define to the full name of this package. */ |
263 | #undef PACKAGE_NAME | |
252b5132 | 264 | |
6e1772d5 AM |
265 | /* Define to the full name and version of this package. */ |
266 | #undef PACKAGE_STRING | |
252b5132 | 267 | |
6e1772d5 AM |
268 | /* Define to the one symbol short name of this package. */ |
269 | #undef PACKAGE_TARNAME | |
270 | ||
81ecdfbb RW |
271 | /* Define to the home page for this package. */ |
272 | #undef PACKAGE_URL | |
273 | ||
6e1772d5 AM |
274 | /* Define to the version of this package. */ |
275 | #undef PACKAGE_VERSION | |
276 | ||
277 | /* Define if defaulting to ELF on SCO 5. */ | |
278 | #undef SCO_ELF | |
279 | ||
280 | /* If using the C implementation of alloca, define if you know the | |
281 | direction of stack growth for your system; otherwise it will be | |
81ecdfbb | 282 | automatically deduced at runtime. |
6e1772d5 AM |
283 | STACK_DIRECTION > 0 => grows toward higher addresses |
284 | STACK_DIRECTION < 0 => grows toward lower addresses | |
285 | STACK_DIRECTION = 0 => direction of growth unknown */ | |
286 | #undef STACK_DIRECTION | |
287 | ||
288 | /* Define to 1 if you have the ANSI C header files. */ | |
289 | #undef STDC_HEADERS | |
290 | ||
291 | /* Using strict COFF? */ | |
292 | #undef STRICTCOFF | |
252b5132 | 293 | |
df7b86aa NC |
294 | /* Define if you can safely include both <string.h> and <strings.h>. */ |
295 | #undef STRING_WITH_STRINGS | |
296 | ||
252b5132 RH |
297 | /* Target alias. */ |
298 | #undef TARGET_ALIAS | |
299 | ||
6e1772d5 AM |
300 | /* Define as 1 if big endian. */ |
301 | #undef TARGET_BYTES_BIG_ENDIAN | |
302 | ||
252b5132 RH |
303 | /* Canonical target. */ |
304 | #undef TARGET_CANONICAL | |
305 | ||
306 | /* Target CPU. */ | |
307 | #undef TARGET_CPU | |
308 | ||
252b5132 RH |
309 | /* Target OS. */ |
310 | #undef TARGET_OS | |
311 | ||
6e1772d5 AM |
312 | /* Define if default target is PowerPC Solaris. */ |
313 | #undef TARGET_SOLARIS_COMMENT | |
252b5132 | 314 | |
85fbca6a NC |
315 | /* Define if target is Symbian OS. */ |
316 | #undef TARGET_SYMBIAN | |
317 | ||
6e1772d5 AM |
318 | /* Target vendor. */ |
319 | #undef TARGET_VENDOR | |
252b5132 | 320 | |
9004b6bd AB |
321 | /* Target specific CPU. */ |
322 | #undef TARGET_WITH_CPU | |
323 | ||
9cd19b17 NC |
324 | /* Use b modifier when opening binary files? */ |
325 | #undef USE_BINARY_FOPEN | |
326 | ||
6e1772d5 AM |
327 | /* Use emulation support? */ |
328 | #undef USE_EMULATIONS | |
252b5132 | 329 | |
6e1772d5 AM |
330 | /* Allow use of E_MIPS_ABI_O32 on MIPS targets. */ |
331 | #undef USE_E_MIPS_ABI_O32 | |
252b5132 | 332 | |
81ecdfbb RW |
333 | /* Enable extensions on AIX 3, Interix. */ |
334 | #ifndef _ALL_SOURCE | |
335 | # undef _ALL_SOURCE | |
336 | #endif | |
337 | /* Enable GNU extensions on systems that have them. */ | |
338 | #ifndef _GNU_SOURCE | |
339 | # undef _GNU_SOURCE | |
340 | #endif | |
341 | /* Enable threading extensions on Solaris. */ | |
342 | #ifndef _POSIX_PTHREAD_SEMANTICS | |
343 | # undef _POSIX_PTHREAD_SEMANTICS | |
344 | #endif | |
345 | /* Enable extensions on HP NonStop. */ | |
346 | #ifndef _TANDEM_SOURCE | |
347 | # undef _TANDEM_SOURCE | |
348 | #endif | |
349 | /* Enable general extensions on Solaris. */ | |
350 | #ifndef __EXTENSIONS__ | |
351 | # undef __EXTENSIONS__ | |
352 | #endif | |
353 | ||
354 | ||
6e1772d5 AM |
355 | /* Using cgen code? */ |
356 | #undef USING_CGEN | |
252b5132 | 357 | |
6e1772d5 AM |
358 | /* Version number of package */ |
359 | #undef VERSION | |
252b5132 | 360 | |
81ecdfbb RW |
361 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
362 | significant byte first (like Motorola and SPARC, unlike Intel). */ | |
363 | #if defined AC_APPLE_UNIVERSAL_BUILD | |
364 | # if defined __BIG_ENDIAN__ | |
365 | # define WORDS_BIGENDIAN 1 | |
366 | # endif | |
367 | #else | |
368 | # ifndef WORDS_BIGENDIAN | |
369 | # undef WORDS_BIGENDIAN | |
370 | # endif | |
371 | #endif | |
e330299e | 372 | |
6e1772d5 AM |
373 | /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a |
374 | `char[]'. */ | |
375 | #undef YYTEXT_POINTER | |
252b5132 | 376 | |
d053aef8 JK |
377 | /* Number of bits in a file offset, on hosts where this is settable. */ |
378 | #undef _FILE_OFFSET_BITS | |
379 | ||
d053aef8 JK |
380 | /* Define for large files, on AIX-style hosts. */ |
381 | #undef _LARGE_FILES | |
382 | ||
7357c5b6 AM |
383 | /* Define to 1 if on MINIX. */ |
384 | #undef _MINIX | |
385 | ||
386 | /* Define to 2 if the system does not provide POSIX.1 features except with | |
387 | this defined. */ | |
388 | #undef _POSIX_1_SOURCE | |
389 | ||
390 | /* Define to 1 if you need to in order for `stat' and other things to work. */ | |
391 | #undef _POSIX_SOURCE | |
392 | ||
6e1772d5 AM |
393 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
394 | calls it, or to nothing if 'inline' is not supported under any name. */ | |
395 | #ifndef __cplusplus | |
396 | #undef inline | |
397 | #endif |