]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config.in
* configure.ac: Check for COMDAT support. Robustify check for
[thirdparty/gcc.git] / gcc / config.in
CommitLineData
c0450c4b 1/* config.in. Generated from configure.ac by autoheader. */
778fc1c8 2
c0450c4b 3/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
4#undef BYTEORDER
2382c341 5
c0450c4b 6/* Define as the number of bits in a byte, if \`limits.h' doesn't. */
7#undef CHAR_BIT
2382c341 8
c0450c4b 9/* Define 0/1 to force the choice for exception handling model. */
10#undef CONFIG_SJLJ_EXCEPTIONS
5a3ee0b1 11
c0450c4b 12/* Define to enable the use of a default assembler. */
13#undef DEFAULT_ASSEMBLER
020ecb1b 14
c0450c4b 15/* Define to enable the use of a default linker. */
16#undef DEFAULT_LINKER
be2828ce 17
c0450c4b 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
3f9b9702 23
997731eb 24/* Define if you want assertions enabled. This is a cheap check. */
25#undef ENABLE_ASSERT_CHECKING
26
c0450c4b 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
020ecb1b 30
c0450c4b 31/* Define if you want fold checked that it never destructs its argument. This
32 is quite expensive. */
33#undef ENABLE_FOLD_CHECKING
ad87de1e 34
c0450c4b 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
ad87de1e 39
c0450c4b 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
2382c341 43
c0450c4b 44/* Define to 1 if translation of program messages to the user's native
45 language is requested. */
46#undef ENABLE_NLS
020ecb1b 47
c0450c4b 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
e98fb73e 52
c0450c4b 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
e1930fd4 56
c0450c4b 57/* Define if you want all operations on trees (the basic data structure of the
58 front ends) to be checked for dynamic type safety at runtime. This is
ddbf2dcc 59 moderately expensive. The tree browser debugging routines will also be
60 enabled by this option. */
c0450c4b 61#undef ENABLE_TREE_CHECKING
e1930fd4 62
c0450c4b 63/* Define if you want to run subprograms and generated programs through
64 valgrind (a memory checker). This is extremely expensive. */
65#undef ENABLE_VALGRIND_CHECKING
c770a4cb 66
c0450c4b 67/* Define to 1 if installation paths should be looked up in Windows32
68 Registry. Ignored on non windows32 hosts. */
69#undef ENABLE_WIN32_REGISTRY
758cb8dd 70
c0450c4b 71/* Define to the name of a file containing a list of extra machine modes for
72 this architecture. */
73#undef EXTRA_MODES_FILE
28874558 74
c0450c4b 75/* Define to enable detailed memory allocation stats gathering. */
76#undef GATHER_STATISTICS
1bcf5ab8 77
c0450c4b 78/* Define to the type of elements in the array set by `getgroups'. Usually
79 this is either `int' or `gid_t'. */
80#undef GETGROUPS_T
1bcf5ab8 81
c0450c4b 82/* Define to 1 if you have the `alphasort' function. */
83#undef HAVE_ALPHASORT
28874558 84
c0450c4b 85/* Define if your assembler supports dwarf2 .file/.loc directives, and
86 preserves file table indices exactly as given. */
87#undef HAVE_AS_DWARF2_DEBUG_LINE
b35797d5 88
c0450c4b 89/* Define if your assembler supports explicit relocations. */
90#undef HAVE_AS_EXPLICIT_RELOCS
a876e5f8 91
c0450c4b 92/* Define if your assembler supports the --gdwarf2 option. */
93#undef HAVE_AS_GDWARF2_DEBUG_FLAG
eb54bdbd 94
c0450c4b 95/* Define true if the assembler supports '.long foo@GOTOFF'. */
96#undef HAVE_AS_GOTOFF_IN_DATA
ad87de1e 97
c0450c4b 98/* Define if your assembler supports the --gstabs option. */
99#undef HAVE_AS_GSTABS_DEBUG_FLAG
d0a20a0f 100
c0450c4b 101/* Define if your assembler supports the Sun syntax for cmov. */
102#undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
605921ec 103
c0450c4b 104/* Define if your assembler supports .sleb128 and .uleb128. */
105#undef HAVE_AS_LEB128
9f0cea1b 106
c0450c4b 107/* Define if your assembler supports ltoffx and ldxmov relocations. */
108#undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
e2f02136 109
c0450c4b 110/* Define if your assembler supports mfcr field. */
111#undef HAVE_AS_MFCRF
1bcf5ab8 112
9ebd0bb2 113/* Define if your assembler supports the -no-mul-bug-abort option. */
114#undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
115
c0450c4b 116/* Define if your assembler supports offsetable %lo(). */
117#undef HAVE_AS_OFFSETABLE_LO10
e98fb73e 118
c0450c4b 119/* Define if your assembler supports .register. */
120#undef HAVE_AS_REGISTER_PSEUDO_OP
be2828ce 121
c0450c4b 122/* Define if your assembler supports -relax option. */
123#undef HAVE_AS_RELAX_OPTION
b35797d5 124
c0450c4b 125/* Define if your assembler and linker support unaligned PC relative relocs.
126 */
127#undef HAVE_AS_SPARC_UA_PCREL
0b6ff5fb 128
c0450c4b 129/* Define if your assembler and linker support unaligned PC relative relocs
130 against hidden symbols. */
131#undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
997d68fe 132
c0450c4b 133/* Define if your assembler supports thread-local storage. */
134#undef HAVE_AS_TLS
c770a4cb 135
c0450c4b 136/* Define to 1 if you have the `atoll' function. */
137#undef HAVE_ATOLL
d0a20a0f 138
c0450c4b 139/* Define to 1 if you have the `atoq' function. */
140#undef HAVE_ATOQ
a729d1c3 141
c0450c4b 142/* Define to 1 if you have the `clock' function. */
143#undef HAVE_CLOCK
ad87de1e 144
c0450c4b 145/* Define if <time.h> defines clock_t. */
146#undef HAVE_CLOCK_T
e24cbb01 147
599a3eac 148/* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
149 */
c0450c4b 150#undef HAVE_DECL_ABORT
e2f02136 151
599a3eac 152/* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
c0450c4b 153#undef HAVE_DECL_ATOF
31a83412 154
599a3eac 155/* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
c0450c4b 156#undef HAVE_DECL_ATOL
0dbd1c74 157
599a3eac 158/* Define to 1 if we found a declaration for 'basename', otherwise define to
159 0. */
c0450c4b 160#undef HAVE_DECL_BASENAME
be2828ce 161
599a3eac 162/* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
163 */
c0450c4b 164#undef HAVE_DECL_CALLOC
be2828ce 165
599a3eac 166/* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
167 */
c0450c4b 168#undef HAVE_DECL_CLOCK
071cd279 169
599a3eac 170/* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
171 */
c0450c4b 172#undef HAVE_DECL_ERRNO
071cd279 173
599a3eac 174/* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
175 define to 0. */
c0450c4b 176#undef HAVE_DECL_FPRINTF_UNLOCKED
071cd279 177
599a3eac 178/* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
179 define to 0. */
c0450c4b 180#undef HAVE_DECL_FPUTS_UNLOCKED
071cd279 181
599a3eac 182/* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
c0450c4b 183#undef HAVE_DECL_FREE
ad87de1e 184
599a3eac 185/* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
186 define to 0. */
c0450c4b 187#undef HAVE_DECL_FWRITE_UNLOCKED
9f0cea1b 188
599a3eac 189/* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
190 */
c0450c4b 191#undef HAVE_DECL_GETCWD
ad87de1e 192
599a3eac 193/* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
194 */
c0450c4b 195#undef HAVE_DECL_GETENV
ad87de1e 196
599a3eac 197/* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
198 */
c0450c4b 199#undef HAVE_DECL_GETOPT
8be93a1c 200
31671de5 201/* Define to 1 if we found a declaration for 'getpagesize', otherwise define
202 to 0. */
203#undef HAVE_DECL_GETPAGESIZE
204
599a3eac 205/* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
206 0. */
c0450c4b 207#undef HAVE_DECL_GETRLIMIT
ad87de1e 208
599a3eac 209/* Define to 1 if we found a declaration for 'getrusage', otherwise define to
210 0. */
c0450c4b 211#undef HAVE_DECL_GETRUSAGE
ad87de1e 212
599a3eac 213/* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
214 */
c0450c4b 215#undef HAVE_DECL_GETWD
071cd279 216
599a3eac 217/* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
218 0. */
c0450c4b 219#undef HAVE_DECL_LDGETNAME
be2828ce 220
599a3eac 221/* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
222 */
c0450c4b 223#undef HAVE_DECL_MALLOC
d0a20a0f 224
599a3eac 225/* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
226 to 0. */
c0450c4b 227#undef HAVE_DECL_PUTC_UNLOCKED
c9b4be0a 228
599a3eac 229/* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
230 */
c0450c4b 231#undef HAVE_DECL_REALLOC
c9b4be0a 232
599a3eac 233/* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
c0450c4b 234#undef HAVE_DECL_SBRK
0fa54ff1 235
599a3eac 236/* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
237 0. */
c0450c4b 238#undef HAVE_DECL_SETRLIMIT
0fa54ff1 239
599a3eac 240/* Define to 1 if we found a declaration for 'snprintf', otherwise define to
241 0. */
c0450c4b 242#undef HAVE_DECL_SNPRINTF
0fa54ff1 243
599a3eac 244/* Define to 1 if we found a declaration for 'strsignal', otherwise define to
245 0. */
c0450c4b 246#undef HAVE_DECL_STRSIGNAL
6f817829 247
599a3eac 248/* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
249 */
c0450c4b 250#undef HAVE_DECL_STRSTR
0fa54ff1 251
599a3eac 252/* Define to 1 if we found a declaration for 'times', otherwise define to 0.
253 */
c0450c4b 254#undef HAVE_DECL_TIMES
0fa54ff1 255
599a3eac 256/* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
257 0. */
c0450c4b 258#undef HAVE_DECL_VASPRINTF
0fa54ff1 259
c0450c4b 260/* Define to 1 if you have the <direct.h> header file. */
261#undef HAVE_DIRECT_H
0fa54ff1 262
c0450c4b 263/* Define to 1 if you have the `dup2' function. */
264#undef HAVE_DUP2
0fa54ff1 265
c0450c4b 266/* Define to 1 if you have the <fcntl.h> header file. */
267#undef HAVE_FCNTL_H
42f1312d 268
c0450c4b 269/* Define to 1 if you have the `fork' function. */
270#undef HAVE_FORK
42f1312d 271
c0450c4b 272/* Define to 1 if you have the `fprintf_unlocked' function. */
273#undef HAVE_FPRINTF_UNLOCKED
42f1312d 274
c0450c4b 275/* Define to 1 if you have the `fputc_unlocked' function. */
276#undef HAVE_FPUTC_UNLOCKED
b0e7e012 277
c0450c4b 278/* Define to 1 if you have the `fputs_unlocked' function. */
279#undef HAVE_FPUTS_UNLOCKED
42f1312d 280
c0450c4b 281/* Define to 1 if you have the `fwrite_unlocked' function. */
282#undef HAVE_FWRITE_UNLOCKED
42f1312d 283
c0450c4b 284/* Define if your assembler supports .balign and .p2align. */
285#undef HAVE_GAS_BALIGN_AND_P2ALIGN
fc3df357 286
537cd941 287/* Define 0/1 if your assembler supports COMDAT group. */
288#undef HAVE_GAS_COMDAT_GROUP
289
c0450c4b 290/* Define if your assembler uses the new HImode fild and fist notation. */
291#undef HAVE_GAS_FILDS_FISTS
0fa54ff1 292
c0450c4b 293/* Define if your assembler and linker support .hidden. */
294#undef HAVE_GAS_HIDDEN
a519c4d3 295
c0450c4b 296/* Define if your assembler supports specifying the maximum number of bytes to
297 skip when using the GAS .p2align command. */
298#undef HAVE_GAS_MAX_SKIP_P2ALIGN
8adead19 299
1f10d387 300/* Define if your assembler and linker support 32-bit section relative relocs
301 via '.secrel32 label'. */
302#undef HAVE_GAS_PE_SECREL32_RELOC
303
c0450c4b 304/* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
305 */
306#undef HAVE_GAS_SHF_MERGE
86736f9e 307
c0450c4b 308/* Define if your assembler supports .subsection and .subsection -1 starts
309 emitting at the beginning of your section. */
310#undef HAVE_GAS_SUBSECTION_ORDERING
02be28b3 311
c0450c4b 312/* Define if your assembler supports .weak. */
313#undef HAVE_GAS_WEAK
3e37364a 314
c0450c4b 315/* Define to 1 if you have the `getrlimit' function. */
316#undef HAVE_GETRLIMIT
c9b4be0a 317
c0450c4b 318/* Define to 1 if you have the `getrusage' function. */
319#undef HAVE_GETRUSAGE
02be28b3 320
c0450c4b 321/* Define to 1 if you have the `gettimeofday' function. */
322#undef HAVE_GETTIMEOFDAY
805e22b2 323
c0450c4b 324/* Define if you have the iconv() function. */
325#undef HAVE_ICONV
3239b2ba 326
c0450c4b 327/* Define to 1 if you have the <iconv.h> header file. */
328#undef HAVE_ICONV_H
329
330/* Define .init_array/.fini_array sections are available and working. */
331#undef HAVE_INITFINI_ARRAY
805e22b2 332
c9b4be0a 333/* Define if you have a working <inttypes.h> header file. */
334#undef HAVE_INTTYPES_H
335
c0450c4b 336/* Define to 1 if you have the `kill' function. */
337#undef HAVE_KILL
b503c1a2 338
c0450c4b 339/* Define to 1 if you have the <langinfo.h> header file. */
340#undef HAVE_LANGINFO_H
6d6c1801 341
c0450c4b 342/* Define if your <locale.h> file defines LC_MESSAGES. */
343#undef HAVE_LC_MESSAGES
c9b4be0a 344
c0450c4b 345/* Define to 1 if you have the <ldfcn.h> header file. */
346#undef HAVE_LDFCN_H
9f0cea1b 347
6a40149e 348/* Define if your linker supports --as-needed and --no-as-needed options. */
349#undef HAVE_LD_AS_NEEDED
350
9c948bc2 351/* Define if your linker supports --demangle option. */
352#undef HAVE_LD_DEMANGLE
353
c0450c4b 354/* Define if your linker supports --eh-frame-hdr option. */
355#undef HAVE_LD_EH_FRAME_HDR
901dfcc7 356
66ebfa67 357/* Define if your PowerPC64 linker only needs function descriptor syms. */
358#undef HAVE_LD_NO_DOT_SYMS
359
c0450c4b 360/* Define if your linker supports -pie option. */
361#undef HAVE_LD_PIE
8ee6d486 362
c0450c4b 363/* Define if your linker links a mix of read-only and read-write sections into
364 a read-write section. */
365#undef HAVE_LD_RO_RW_SECTION_MIXING
7093ff41 366
c0450c4b 367/* Define to 1 if you have the <limits.h> header file. */
368#undef HAVE_LIMITS_H
7093ff41 369
c0450c4b 370/* Define to 1 if you have the <locale.h> header file. */
371#undef HAVE_LOCALE_H
c6976b58 372
c0450c4b 373/* Define if your compiler supports the \`long long' type. */
374#undef HAVE_LONG_LONG
3c014a93 375
c0450c4b 376/* Define to 1 if you have the <malloc.h> header file. */
377#undef HAVE_MALLOC_H
3c014a93 378
c0450c4b 379/* Define to 1 if you have the `mbstowcs' function. */
380#undef HAVE_MBSTOWCS
3c014a93 381
c0450c4b 382/* Define if valgrind's memcheck.h header is installed. */
383#undef HAVE_MEMCHECK_H
3c014a93 384
c0450c4b 385/* Define to 1 if you have the <memory.h> header file. */
386#undef HAVE_MEMORY_H
3c014a93 387
c0450c4b 388/* Define to 1 if you have the `mincore' function. */
389#undef HAVE_MINCORE
3c014a93 390
c0450c4b 391/* Define to 1 if you have the `mmap' function. */
392#undef HAVE_MMAP
3c014a93 393
c0450c4b 394/* Define if mmap with MAP_ANON(YMOUS) works. */
395#undef HAVE_MMAP_ANON
3c014a93 396
c0450c4b 397/* Define if mmap of /dev/zero works. */
398#undef HAVE_MMAP_DEV_ZERO
3c014a93 399
c0450c4b 400/* Define if read-only mmap of a plain file works. */
401#undef HAVE_MMAP_FILE
3c014a93 402
c0450c4b 403/* Define to 1 if you have the `nl_langinfo' function. */
404#undef HAVE_NL_LANGINFO
28874558 405
c0450c4b 406/* Define if printf supports "%p". */
407#undef HAVE_PRINTF_PTR
28874558 408
c0450c4b 409/* Define to 1 if you have the `putc_unlocked' function. */
410#undef HAVE_PUTC_UNLOCKED
3c014a93 411
c0450c4b 412/* Define to 1 if you have the `scandir' function. */
413#undef HAVE_SCANDIR
3f8f3fc8 414
c0450c4b 415/* Define to 1 if you have the `setlocale' function. */
416#undef HAVE_SETLOCALE
56deebec 417
c0450c4b 418/* Define to 1 if you have the `setrlimit' function. */
419#undef HAVE_SETRLIMIT
283bb5ac 420
c0450c4b 421/* Define to 1 if you have the <stddef.h> header file. */
422#undef HAVE_STDDEF_H
3c014a93 423
c0450c4b 424/* Define to 1 if you have the <stdint.h> header file. */
425#undef HAVE_STDINT_H
3c014a93 426
c0450c4b 427/* Define to 1 if you have the <stdlib.h> header file. */
428#undef HAVE_STDLIB_H
3c014a93 429
c0450c4b 430/* Define to 1 if you have the <strings.h> header file. */
431#undef HAVE_STRINGS_H
3c014a93 432
c0450c4b 433/* Define to 1 if you have the <string.h> header file. */
434#undef HAVE_STRING_H
3c014a93 435
c0450c4b 436/* Define to 1 if you have the `strsignal' function. */
437#undef HAVE_STRSIGNAL
c770a4cb 438
c0450c4b 439/* Define if <sys/times.h> defines struct tms. */
440#undef HAVE_STRUCT_TMS
07c927cb 441
c0450c4b 442/* Define to 1 if you have the `sysconf' function. */
443#undef HAVE_SYSCONF
07c927cb 444
c0450c4b 445/* Define to 1 if you have the <sys/file.h> header file. */
446#undef HAVE_SYS_FILE_H
3c014a93 447
c0450c4b 448/* Define to 1 if you have the <sys/mman.h> header file. */
449#undef HAVE_SYS_MMAN_H
f8a55706 450
c0450c4b 451/* Define to 1 if you have the <sys/param.h> header file. */
452#undef HAVE_SYS_PARAM_H
31a83412 453
c0450c4b 454/* Define to 1 if you have the <sys/resource.h> header file. */
455#undef HAVE_SYS_RESOURCE_H
c770a4cb 456
c0450c4b 457/* Define to 1 if you have the <sys/stat.h> header file. */
458#undef HAVE_SYS_STAT_H
c770a4cb 459
c0450c4b 460/* Define to 1 if you have the <sys/times.h> header file. */
461#undef HAVE_SYS_TIMES_H
462
463/* Define to 1 if you have the <sys/time.h> header file. */
464#undef HAVE_SYS_TIME_H
465
466/* Define to 1 if you have the <sys/types.h> header file. */
467#undef HAVE_SYS_TYPES_H
468
469/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
470#undef HAVE_SYS_WAIT_H
471
472/* Define to 1 if you have the `times' function. */
473#undef HAVE_TIMES
474
475/* Define to 1 if you have the <time.h> header file. */
476#undef HAVE_TIME_H
c770a4cb 477
c0450c4b 478/* Define to 1 if you have the <unistd.h> header file. */
479#undef HAVE_UNISTD_H
5646395d 480
c0450c4b 481/* Define if valgrind's valgrind/memcheck.h header is installed. */
482#undef HAVE_VALGRIND_MEMCHECK_H
c9b4be0a 483
c0450c4b 484/* Define to 1 if you have the `vfork' function. */
485#undef HAVE_VFORK
805e22b2 486
c0450c4b 487/* Define to 1 if you have the <vfork.h> header file. */
488#undef HAVE_VFORK_H
805e22b2 489
c0450c4b 490/* Define to 1 if you have the <wchar.h> header file. */
491#undef HAVE_WCHAR_H
805e22b2 492
c0450c4b 493/* Define to 1 if you have the `wcswidth' function. */
494#undef HAVE_WCSWIDTH
9f0cea1b 495
c0450c4b 496/* Define to 1 if `fork' works. */
497#undef HAVE_WORKING_FORK
6f432b58 498
c0450c4b 499/* Define this macro if mbstowcs does not crash when its first argument is
500 NULL. */
501#undef HAVE_WORKING_MBSTOWCS
778fc1c8 502
c0450c4b 503/* Define to 1 if `vfork' works. */
504#undef HAVE_WORKING_VFORK
c9b4be0a 505
c0450c4b 506/* Define if your compiler supports the \`__int64' type. */
507#undef HAVE___INT64
6d6c1801 508
c0450c4b 509/* Define if the host machine stores words of multi-word integers in
510 big-endian order. */
511#undef HOST_WORDS_BIG_ENDIAN
6d6c1801 512
c0450c4b 513/* Define as const if the declaration of iconv() needs const. */
514#undef ICONV_CONST
c9b4be0a 515
c0450c4b 516/* Define if host mkdir takes a single argument. */
517#undef MKDIR_TAKES_ONE_ARG
c9b4be0a 518
c0450c4b 519/* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
520#undef NEED_64BIT_HOST_WIDE_INT
c9b4be0a 521
c0450c4b 522/* Define to 1 if your C compiler doesn't accept -c and -o together. */
523#undef NO_MINUS_C_MINUS_O
37a2e188 524
439ca4c3 525/* The name of this program for internationalization purposes. */
526#undef PACKAGE
527
c0450c4b 528/* Define to the address where bug reports for this package should be sent. */
529#undef PACKAGE_BUGREPORT
c3f311c4 530
c0450c4b 531/* Define to the full name of this package. */
532#undef PACKAGE_NAME
bb2821c0 533
c0450c4b 534/* Define to the full name and version of this package. */
535#undef PACKAGE_STRING
2d6788fe 536
c0450c4b 537/* Define to the one symbol short name of this package. */
538#undef PACKAGE_TARNAME
8626dbb9 539
c0450c4b 540/* Define to the version of this package. */
541#undef PACKAGE_VERSION
c9b4be0a 542
c0450c4b 543/* Define to PREFIX/include if cpp should also search that directory. */
544#undef PREFIX_INCLUDE_DIR
4c335027 545
c0450c4b 546/* The number of bytes in type int */
547#undef SIZEOF_INT
66e333b1 548
c0450c4b 549/* The number of bytes in type long */
550#undef SIZEOF_LONG
e715c863 551
c0450c4b 552/* The number of bytes in type long long */
553#undef SIZEOF_LONG_LONG
c9b4be0a 554
c0450c4b 555/* The number of bytes in type short */
556#undef SIZEOF_SHORT
6d6c1801 557
c0450c4b 558/* The number of bytes in type void * */
559#undef SIZEOF_VOID_P
65cce9df 560
c0450c4b 561/* The number of bytes in type __int64 */
562#undef SIZEOF___INT64
bb006a84 563
c0450c4b 564/* Define to 1 if you have the ANSI C header files. */
565#undef STDC_HEADERS
0cc4b4a2 566
c0450c4b 567/* Define if you can safely include both <string.h> and <strings.h>. */
568#undef STRING_WITH_STRINGS
24880e5b 569
c0450c4b 570/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
571#undef TIME_WITH_SYS_TIME
142cf471 572
c0450c4b 573/* Define if your assembler mis-optimizes .eh_frame data. */
574#undef USE_AS_TRADITIONAL_FORMAT
1a6f9700 575
3f28a032 576/* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
577 still efficiently supported by the host hardware. */
578#undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
579
0acc9e9d 580/* Define if location_t is fileline integer cookie. */
581#undef USE_MAPPED_LOCATION
582
c0450c4b 583/* Define to be the last portion of registry key on windows hosts. */
584#undef WIN32_REGISTRY_KEY
d5720b0c 585
c0450c4b 586/* whether byteorder is bigendian */
587#undef WORDS_BIGENDIAN
0d6378a9 588
c0450c4b 589/* Always define this when using the GNU C Library */
590#undef _GNU_SOURCE
c3ce66b0 591
c0450c4b 592/* Define to `int' if <sys/types.h> doesn't define. */
593#undef gid_t
594
9ebd0bb2 595/* Define to `__inline__' or `__inline' if that's what the C compiler
596 calls it, or to nothing if 'inline' is not supported under any name. */
597#ifndef __cplusplus
c0450c4b 598#undef inline
9ebd0bb2 599#endif
c0450c4b 600
601/* Define to `int' if <sys/types.h> does not define. */
602#undef pid_t
758cb8dd 603
c0450c4b 604/* Define to \`long' if <sys/resource.h> doesn't define. */
605#undef rlim_t
606
607/* Define to `int' if <sys/types.h> does not define. */
608#undef ssize_t
609
610/* Define to `int' if <sys/types.h> doesn't define. */
611#undef uid_t
612
613/* Define as `fork' if `vfork' does not work. */
614#undef vfork