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