2005-04-29 Jim Tison <jtison@us.ibm.com>
[official-gcc.git] / gcc / config.in
blobeae8b5465c1094a27f9b1709c8075bd0bedf9bb8
1 /* config.in.  Generated from configure.ac by autoheader.  */
3 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
4 #undef BYTEORDER
6 /* Define as the number of bits in a byte, if \`limits.h' doesn't. */
7 #undef CHAR_BIT
9 /* Define 0/1 to force the choice for exception handling model. */
10 #undef CONFIG_SJLJ_EXCEPTIONS
12 /* Define to enable the use of a default assembler. */
13 #undef DEFAULT_ASSEMBLER
15 /* Define to enable the use of a default linker. */
16 #undef DEFAULT_LINKER
18 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
19    destructors for local statics and global objects. This is essential for
20    fully standards-compliant handling of destructors, but requires
21    __cxa_atexit in libc. */
22 #undef DEFAULT_USE_CXA_ATEXIT
24 /* Define if you want assertions enabled. This is a cheap check. */
25 #undef ENABLE_ASSERT_CHECKING
27 /* Define if you want more run-time sanity checks. This one gets a grab bag of
28    miscellaneous but relatively cheap checks. */
29 #undef ENABLE_CHECKING
31 /* Define if you want fold checked that it never destructs its argument. This
32    is quite expensive. */
33 #undef ENABLE_FOLD_CHECKING
35 /* Define if you want the garbage collector to operate in maximally paranoid
36    mode, validating the entire heap and collecting garbage at every
37    opportunity. This is extremely expensive. */
38 #undef ENABLE_GC_ALWAYS_COLLECT
40 /* Define if you want the garbage collector to do object poisoning and other
41    memory allocation checks. This is quite expensive. */
42 #undef ENABLE_GC_CHECKING
44 /* Define to 1 if translation of program messages to the user's native
45    language is requested. */
46 #undef ENABLE_NLS
48 /* Define if you want all operations on RTL (the basic data structure of the
49    optimizer and back end) to be checked for dynamic type safety at runtime.
50    This is quite expensive. */
51 #undef ENABLE_RTL_CHECKING
53 /* Define if you want RTL flag accesses to be checked against the RTL codes
54    that are supported for each access macro. This is relatively cheap. */
55 #undef ENABLE_RTL_FLAG_CHECKING
57 /* Define if you want runtime assertions enabled. This is a cheap check. */
58 #undef ENABLE_RUNTIME_CHECKING
60 /* Define if you want all operations on trees (the basic data structure of the
61    front ends) to be checked for dynamic type safety at runtime. This is
62    moderately expensive. The tree browser debugging routines will also be
63    enabled by this option. */
64 #undef ENABLE_TREE_CHECKING
66 /* Define if you want to run subprograms and generated programs through
67    valgrind (a memory checker). This is extremely expensive. */
68 #undef ENABLE_VALGRIND_CHECKING
70 /* Define to 1 if installation paths should be looked up in the Windows
71    Registry. Ignored on non-Windows hosts. */
72 #undef ENABLE_WIN32_REGISTRY
74 /* Define to the name of a file containing a list of extra machine modes for
75    this architecture. */
76 #undef EXTRA_MODES_FILE
78 /* Define to enable detailed memory allocation stats gathering. */
79 #undef GATHER_STATISTICS
81 /* Define to the type of elements in the array set by `getgroups'. Usually
82    this is either `int' or `gid_t'. */
83 #undef GETGROUPS_T
85 /* Define if the zone collector is in use */
86 #undef GGC_ZONE
88 /* Define to 1 if you have the `alphasort' function. */
89 #undef HAVE_ALPHASORT
91 /* Define if your assembler supports dwarf2 .file/.loc directives, and
92    preserves file table indices exactly as given. */
93 #undef HAVE_AS_DWARF2_DEBUG_LINE
95 /* Define if your assembler supports explicit relocations. */
96 #undef HAVE_AS_EXPLICIT_RELOCS
98 /* Define if your assembler supports the --gdwarf2 option. */
99 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
101 /* Define true if the assembler supports '.long foo@GOTOFF'. */
102 #undef HAVE_AS_GOTOFF_IN_DATA
104 /* Define if your assembler supports the --gstabs option. */
105 #undef HAVE_AS_GSTABS_DEBUG_FLAG
107 /* Define if your assembler supports the Sun syntax for cmov. */
108 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
110 /* Define if your assembler supports .sleb128 and .uleb128. */
111 #undef HAVE_AS_LEB128
113 /* Define if your assembler supports ltoffx and ldxmov relocations. */
114 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
116 /* Define if your assembler supports mfcr field. */
117 #undef HAVE_AS_MFCRF
119 /* Define if your assembler supports the -no-mul-bug-abort option. */
120 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
122 /* Define if your assembler supports offsetable %lo(). */
123 #undef HAVE_AS_OFFSETABLE_LO10
125 /* Define if your assembler supports .register. */
126 #undef HAVE_AS_REGISTER_PSEUDO_OP
128 /* Define if your assembler supports -relax option. */
129 #undef HAVE_AS_RELAX_OPTION
131 /* Define if your assembler and linker support unaligned PC relative relocs.
132    */
133 #undef HAVE_AS_SPARC_UA_PCREL
135 /* Define if your assembler and linker support unaligned PC relative relocs
136    against hidden symbols. */
137 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
139 /* Define if your assembler supports thread-local storage. */
140 #undef HAVE_AS_TLS
142 /* Define to 1 if you have the `atoll' function. */
143 #undef HAVE_ATOLL
145 /* Define to 1 if you have the `atoq' function. */
146 #undef HAVE_ATOQ
148 /* Define to 1 if you have the `clearerr_unlocked' function. */
149 #undef HAVE_CLEARERR_UNLOCKED
151 /* Define to 1 if you have the `clock' function. */
152 #undef HAVE_CLOCK
154 /* Define if <time.h> defines clock_t. */
155 #undef HAVE_CLOCK_T
157 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
158    */
159 #undef HAVE_DECL_ABORT
161 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
162 #undef HAVE_DECL_ATOF
164 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
165 #undef HAVE_DECL_ATOL
167 /* Define to 1 if we found a declaration for 'basename', otherwise define to
168    0. */
169 #undef HAVE_DECL_BASENAME
171 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
172    */
173 #undef HAVE_DECL_CALLOC
175 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
176    define to 0. */
177 #undef HAVE_DECL_CLEARERR_UNLOCKED
179 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
180    */
181 #undef HAVE_DECL_CLOCK
183 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
184    */
185 #undef HAVE_DECL_ERRNO
187 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
188    to 0. */
189 #undef HAVE_DECL_FEOF_UNLOCKED
191 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
192    define to 0. */
193 #undef HAVE_DECL_FERROR_UNLOCKED
195 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
196    define to 0. */
197 #undef HAVE_DECL_FFLUSH_UNLOCKED
199 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
200    define to 0. */
201 #undef HAVE_DECL_FGETC_UNLOCKED
203 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
204    define to 0. */
205 #undef HAVE_DECL_FGETS_UNLOCKED
207 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
208    define to 0. */
209 #undef HAVE_DECL_FILENO_UNLOCKED
211 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
212    define to 0. */
213 #undef HAVE_DECL_FPRINTF_UNLOCKED
215 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
216    define to 0. */
217 #undef HAVE_DECL_FPUTC_UNLOCKED
219 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
220    define to 0. */
221 #undef HAVE_DECL_FPUTS_UNLOCKED
223 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
224    define to 0. */
225 #undef HAVE_DECL_FREAD_UNLOCKED
227 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
228 #undef HAVE_DECL_FREE
230 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
231    define to 0. */
232 #undef HAVE_DECL_FWRITE_UNLOCKED
234 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
235    define to 0. */
236 #undef HAVE_DECL_GETCHAR_UNLOCKED
238 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
239    */
240 #undef HAVE_DECL_GETCWD
242 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
243    to 0. */
244 #undef HAVE_DECL_GETC_UNLOCKED
246 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
247    */
248 #undef HAVE_DECL_GETENV
250 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
251    */
252 #undef HAVE_DECL_GETOPT
254 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
255    to 0. */
256 #undef HAVE_DECL_GETPAGESIZE
258 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
259    0. */
260 #undef HAVE_DECL_GETRLIMIT
262 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
263    0. */
264 #undef HAVE_DECL_GETRUSAGE
266 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
267    */
268 #undef HAVE_DECL_GETWD
270 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
271    0. */
272 #undef HAVE_DECL_LDGETNAME
274 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
275    */
276 #undef HAVE_DECL_MALLOC
278 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
279    define to 0. */
280 #undef HAVE_DECL_PUTCHAR_UNLOCKED
282 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
283    to 0. */
284 #undef HAVE_DECL_PUTC_UNLOCKED
286 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
287    */
288 #undef HAVE_DECL_REALLOC
290 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
291 #undef HAVE_DECL_SBRK
293 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
294    0. */
295 #undef HAVE_DECL_SETRLIMIT
297 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
298    0. */
299 #undef HAVE_DECL_SNPRINTF
301 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
302    0. */
303 #undef HAVE_DECL_STRSIGNAL
305 /* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
306    */
307 #undef HAVE_DECL_STRSTR
309 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
310    */
311 #undef HAVE_DECL_TIMES
313 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
314    0. */
315 #undef HAVE_DECL_VASPRINTF
317 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
318    0. */
319 #undef HAVE_DECL_VSNPRINTF
321 /* Define to 1 if you have the <direct.h> header file. */
322 #undef HAVE_DIRECT_H
324 /* Define to 1 if you have the `dup2' function. */
325 #undef HAVE_DUP2
327 /* Define to 1 if you have the <fcntl.h> header file. */
328 #undef HAVE_FCNTL_H
330 /* Define to 1 if you have the `feof_unlocked' function. */
331 #undef HAVE_FEOF_UNLOCKED
333 /* Define to 1 if you have the `ferror_unlocked' function. */
334 #undef HAVE_FERROR_UNLOCKED
336 /* Define to 1 if you have the `fflush_unlocked' function. */
337 #undef HAVE_FFLUSH_UNLOCKED
339 /* Define to 1 if you have the `fgetc_unlocked' function. */
340 #undef HAVE_FGETC_UNLOCKED
342 /* Define to 1 if you have the `fgets_unlocked' function. */
343 #undef HAVE_FGETS_UNLOCKED
345 /* Define to 1 if you have the `fileno_unlocked' function. */
346 #undef HAVE_FILENO_UNLOCKED
348 /* Define to 1 if you have the `fork' function. */
349 #undef HAVE_FORK
351 /* Define to 1 if you have the `fprintf_unlocked' function. */
352 #undef HAVE_FPRINTF_UNLOCKED
354 /* Define to 1 if you have the `fputc_unlocked' function. */
355 #undef HAVE_FPUTC_UNLOCKED
357 /* Define to 1 if you have the `fputs_unlocked' function. */
358 #undef HAVE_FPUTS_UNLOCKED
360 /* Define to 1 if you have the `fread_unlocked' function. */
361 #undef HAVE_FREAD_UNLOCKED
363 /* Define to 1 if you have the `fwrite_unlocked' function. */
364 #undef HAVE_FWRITE_UNLOCKED
366 /* Define if your assembler supports .balign and .p2align. */
367 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
369 /* Define 0/1 if your assembler supports COMDAT group. */
370 #undef HAVE_GAS_COMDAT_GROUP
372 /* Define if your assembler uses the new HImode fild and fist notation. */
373 #undef HAVE_GAS_FILDS_FISTS
375 /* Define if your assembler and linker support .hidden. */
376 #undef HAVE_GAS_HIDDEN
378 /* Define if your assembler supports specifying the maximum number of bytes to
379    skip when using the GAS .p2align command. */
380 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
382 /* Define if your assembler supports .nsubspa comdat option. */
383 #undef HAVE_GAS_NSUBSPA_COMDAT
385 /* Define if your assembler and linker support 32-bit section relative relocs
386    via '.secrel32 label'. */
387 #undef HAVE_GAS_PE_SECREL32_RELOC
389 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
390    */
391 #undef HAVE_GAS_SHF_MERGE
393 /* Define if your assembler supports .subsection and .subsection -1 starts
394    emitting at the beginning of your section. */
395 #undef HAVE_GAS_SUBSECTION_ORDERING
397 /* Define if your assembler supports .weak. */
398 #undef HAVE_GAS_WEAK
400 /* Define to 1 if you have the `getchar_unlocked' function. */
401 #undef HAVE_GETCHAR_UNLOCKED
403 /* Define to 1 if you have the `getc_unlocked' function. */
404 #undef HAVE_GETC_UNLOCKED
406 /* Define to 1 if you have the `getrlimit' function. */
407 #undef HAVE_GETRLIMIT
409 /* Define to 1 if you have the `getrusage' function. */
410 #undef HAVE_GETRUSAGE
412 /* Define to 1 if you have the `gettimeofday' function. */
413 #undef HAVE_GETTIMEOFDAY
415 /* Define if you have the iconv() function. */
416 #undef HAVE_ICONV
418 /* Define to 1 if you have the <iconv.h> header file. */
419 #undef HAVE_ICONV_H
421 /* Define .init_array/.fini_array sections are available and working. */
422 #undef HAVE_INITFINI_ARRAY
424 /* Define if you have a working <inttypes.h> header file. */
425 #undef HAVE_INTTYPES_H
427 /* Define to 1 if you have the `kill' function. */
428 #undef HAVE_KILL
430 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
431 #undef HAVE_LANGINFO_CODESET
433 /* Define to 1 if you have the <langinfo.h> header file. */
434 #undef HAVE_LANGINFO_H
436 /* Define if your <locale.h> file defines LC_MESSAGES. */
437 #undef HAVE_LC_MESSAGES
439 /* Define to 1 if you have the <ldfcn.h> header file. */
440 #undef HAVE_LDFCN_H
442 /* Define if your linker supports --as-needed and --no-as-needed options. */
443 #undef HAVE_LD_AS_NEEDED
445 /* Define if your linker supports --demangle option. */
446 #undef HAVE_LD_DEMANGLE
448 /* Define if your linker supports --eh-frame-hdr option. */
449 #undef HAVE_LD_EH_FRAME_HDR
451 /* Define if your PowerPC64 linker only needs function descriptor syms. */
452 #undef HAVE_LD_NO_DOT_SYMS
454 /* Define if your linker supports -pie option. */
455 #undef HAVE_LD_PIE
457 /* Define if your linker links a mix of read-only and read-write sections into
458    a read-write section. */
459 #undef HAVE_LD_RO_RW_SECTION_MIXING
461 /* Define if your linker supports -Bstatic/-Bdynamic option. */
462 #undef HAVE_LD_STATIC_DYNAMIC
464 /* Define if your linker supports --sysroot. */
465 #undef HAVE_LD_SYSROOT
467 /* Define to 1 if you have the <limits.h> header file. */
468 #undef HAVE_LIMITS_H
470 /* Define to 1 if you have the <locale.h> header file. */
471 #undef HAVE_LOCALE_H
473 /* Define if your compiler supports the \`long long' type. */
474 #undef HAVE_LONG_LONG
476 /* Define to 1 if you have the <malloc.h> header file. */
477 #undef HAVE_MALLOC_H
479 /* Define to 1 if you have the `mbstowcs' function. */
480 #undef HAVE_MBSTOWCS
482 /* Define if valgrind's memcheck.h header is installed. */
483 #undef HAVE_MEMCHECK_H
485 /* Define to 1 if you have the <memory.h> header file. */
486 #undef HAVE_MEMORY_H
488 /* Define to 1 if you have the `mincore' function. */
489 #undef HAVE_MINCORE
491 /* Define to 1 if you have the `mmap' function. */
492 #undef HAVE_MMAP
494 /* Define if mmap with MAP_ANON(YMOUS) works. */
495 #undef HAVE_MMAP_ANON
497 /* Define if mmap of /dev/zero works. */
498 #undef HAVE_MMAP_DEV_ZERO
500 /* Define if read-only mmap of a plain file works. */
501 #undef HAVE_MMAP_FILE
503 /* Define to 1 if you have the `nl_langinfo' function. */
504 #undef HAVE_NL_LANGINFO
506 /* Define if printf supports "%p". */
507 #undef HAVE_PRINTF_PTR
509 /* Define to 1 if you have the `putchar_unlocked' function. */
510 #undef HAVE_PUTCHAR_UNLOCKED
512 /* Define to 1 if you have the `putc_unlocked' function. */
513 #undef HAVE_PUTC_UNLOCKED
515 /* Define to 1 if you have the `scandir' function. */
516 #undef HAVE_SCANDIR
518 /* Define to 1 if you have the `setlocale' function. */
519 #undef HAVE_SETLOCALE
521 /* Define to 1 if you have the `setrlimit' function. */
522 #undef HAVE_SETRLIMIT
524 /* Define to 1 if you have the <stddef.h> header file. */
525 #undef HAVE_STDDEF_H
527 /* Define to 1 if you have the <stdint.h> header file. */
528 #undef HAVE_STDINT_H
530 /* Define to 1 if you have the <stdlib.h> header file. */
531 #undef HAVE_STDLIB_H
533 /* Define to 1 if you have the <strings.h> header file. */
534 #undef HAVE_STRINGS_H
536 /* Define to 1 if you have the <string.h> header file. */
537 #undef HAVE_STRING_H
539 /* Define to 1 if you have the `strsignal' function. */
540 #undef HAVE_STRSIGNAL
542 /* Define if <sys/times.h> defines struct tms. */
543 #undef HAVE_STRUCT_TMS
545 /* Define to 1 if you have the `sysconf' function. */
546 #undef HAVE_SYSCONF
548 /* Define to 1 if you have the <sys/file.h> header file. */
549 #undef HAVE_SYS_FILE_H
551 /* Define to 1 if you have the <sys/mman.h> header file. */
552 #undef HAVE_SYS_MMAN_H
554 /* Define to 1 if you have the <sys/param.h> header file. */
555 #undef HAVE_SYS_PARAM_H
557 /* Define to 1 if you have the <sys/resource.h> header file. */
558 #undef HAVE_SYS_RESOURCE_H
560 /* Define to 1 if you have the <sys/stat.h> header file. */
561 #undef HAVE_SYS_STAT_H
563 /* Define to 1 if you have the <sys/times.h> header file. */
564 #undef HAVE_SYS_TIMES_H
566 /* Define to 1 if you have the <sys/time.h> header file. */
567 #undef HAVE_SYS_TIME_H
569 /* Define to 1 if you have the <sys/types.h> header file. */
570 #undef HAVE_SYS_TYPES_H
572 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
573 #undef HAVE_SYS_WAIT_H
575 /* Define to 1 if you have the `times' function. */
576 #undef HAVE_TIMES
578 /* Define to 1 if you have the <time.h> header file. */
579 #undef HAVE_TIME_H
581 /* Define to 1 if you have the <unistd.h> header file. */
582 #undef HAVE_UNISTD_H
584 /* Define if valgrind's valgrind/memcheck.h header is installed. */
585 #undef HAVE_VALGRIND_MEMCHECK_H
587 /* Define to 1 if you have the `vfork' function. */
588 #undef HAVE_VFORK
590 /* Define to 1 if you have the <vfork.h> header file. */
591 #undef HAVE_VFORK_H
593 /* Define to 1 if you have the <wchar.h> header file. */
594 #undef HAVE_WCHAR_H
596 /* Define to 1 if you have the `wcswidth' function. */
597 #undef HAVE_WCSWIDTH
599 /* Define to 1 if `fork' works. */
600 #undef HAVE_WORKING_FORK
602 /* Define this macro if mbstowcs does not crash when its first argument is
603    NULL. */
604 #undef HAVE_WORKING_MBSTOWCS
606 /* Define to 1 if `vfork' works. */
607 #undef HAVE_WORKING_VFORK
609 /* Define if your compiler supports the \`__int64' type. */
610 #undef HAVE___INT64
612 /* Define if the host machine stores words of multi-word integers in
613    big-endian order. */
614 #undef HOST_WORDS_BIG_ENDIAN
616 /* Define as const if the declaration of iconv() needs const. */
617 #undef ICONV_CONST
619 /* Define if host mkdir takes a single argument. */
620 #undef MKDIR_TAKES_ONE_ARG
622 /* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
623 #undef NEED_64BIT_HOST_WIDE_INT
625 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
626 #undef NO_MINUS_C_MINUS_O
628 /* Define to the address where bug reports for this package should be sent. */
629 #undef PACKAGE_BUGREPORT
631 /* Define to the full name of this package. */
632 #undef PACKAGE_NAME
634 /* Define to the full name and version of this package. */
635 #undef PACKAGE_STRING
637 /* Define to the one symbol short name of this package. */
638 #undef PACKAGE_TARNAME
640 /* Define to the version of this package. */
641 #undef PACKAGE_VERSION
643 /* Define to PREFIX/include if cpp should also search that directory. */
644 #undef PREFIX_INCLUDE_DIR
646 /* The size of a `int', as computed by sizeof. */
647 #undef SIZEOF_INT
649 /* The size of a `long', as computed by sizeof. */
650 #undef SIZEOF_LONG
652 /* The size of a `long long', as computed by sizeof. */
653 #undef SIZEOF_LONG_LONG
655 /* The size of a `short', as computed by sizeof. */
656 #undef SIZEOF_SHORT
658 /* The size of a `void *', as computed by sizeof. */
659 #undef SIZEOF_VOID_P
661 /* The size of a `__int64', as computed by sizeof. */
662 #undef SIZEOF___INT64
664 /* Define to 1 if you have the ANSI C header files. */
665 #undef STDC_HEADERS
667 /* Define if you can safely include both <string.h> and <strings.h>. */
668 #undef STRING_WITH_STRINGS
670 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
671 #undef TIME_WITH_SYS_TIME
673 /* Define if your assembler mis-optimizes .eh_frame data. */
674 #undef USE_AS_TRADITIONAL_FORMAT
676 /* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
677    still efficiently supported by the host hardware. */
678 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
680 /* Define if location_t is fileline integer cookie. */
681 #undef USE_MAPPED_LOCATION
683 /* Define to be the last component of the Windows registry key under which to
684    look for installation paths. The full key used will be
685    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
686    The default is the GCC version number. */
687 #undef WIN32_REGISTRY_KEY
689 /* whether byteorder is bigendian */
690 #undef WORDS_BIGENDIAN
692 /* Always define this when using the GNU C Library */
693 #undef _GNU_SOURCE
695 /* Define to `int' if <sys/types.h> doesn't define. */
696 #undef gid_t
698 /* Define to `__inline__' or `__inline' if that's what the C compiler
699    calls it, or to nothing if 'inline' is not supported under any name.  */
700 #ifndef __cplusplus
701 #undef inline
702 #endif
704 /* Define to `int' if <sys/types.h> does not define. */
705 #undef pid_t
707 /* Define to \`long' if <sys/resource.h> doesn't define. */
708 #undef rlim_t
710 /* Define to `int' if <sys/types.h> does not define. */
711 #undef ssize_t
713 /* Define to `int' if <sys/types.h> doesn't define. */
714 #undef uid_t
716 /* Define as `fork' if `vfork' does not work. */
717 #undef vfork