]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config.in
re PR tree-optimization/17454 (ICE with --enable-checking=fold)
[thirdparty/gcc.git] / gcc / config.in
CommitLineData
a6a5e4c9 1/* config.in. Generated from configure.ac by autoheader. */
71a94577 2
a6a5e4c9
KC
3/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
4#undef BYTEORDER
e256b8b6 5
a6a5e4c9
KC
6/* Define as the number of bits in a byte, if \`limits.h' doesn't. */
7#undef CHAR_BIT
e256b8b6 8
a6a5e4c9
KC
9/* Define 0/1 to force the choice for exception handling model. */
10#undef CONFIG_SJLJ_EXCEPTIONS
e9831ca0 11
a6a5e4c9
KC
12/* Define to enable the use of a default assembler. */
13#undef DEFAULT_ASSEMBLER
c375c43b 14
a6a5e4c9
KC
15/* Define to enable the use of a default linker. */
16#undef DEFAULT_LINKER
ab87f8c8 17
a6a5e4c9
KC
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
3ec83fc2 23
06c37c96
NS
24/* Define if you want assertions enabled. This is a cheap check. */
25#undef ENABLE_ASSERT_CHECKING
26
a6a5e4c9
KC
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
c375c43b 30
a6a5e4c9
KC
31/* Define if you want fold checked that it never destructs its argument. This
32 is quite expensive. */
33#undef ENABLE_FOLD_CHECKING
956d6950 34
a6a5e4c9
KC
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
956d6950 39
a6a5e4c9
KC
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
e256b8b6 43
a6a5e4c9
KC
44/* Define to 1 if translation of program messages to the user's native
45 language is requested. */
46#undef ENABLE_NLS
c375c43b 47
a6a5e4c9
KC
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
a15135c9 52
a6a5e4c9
KC
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
0ee31ab1 56
a6a5e4c9
KC
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
2af5538b
PB
59 moderately expensive. The tree browser debugging routines will also be
60 enabled by this option. */
a6a5e4c9 61#undef ENABLE_TREE_CHECKING
0ee31ab1 62
a6a5e4c9
KC
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
c1800ec8 66
a6a5e4c9
KC
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
475c267f 70
a6a5e4c9
KC
71/* Define to the name of a file containing a list of extra machine modes for
72 this architecture. */
73#undef EXTRA_MODES_FILE
3b681e9d 74
a6a5e4c9
KC
75/* Define to enable detailed memory allocation stats gathering. */
76#undef GATHER_STATISTICS
54953b66 77
a6a5e4c9
KC
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
54953b66 81
08cee789
DJ
82/* Define if the zone collector is in use */
83#undef GGC_ZONE
84
a6a5e4c9
KC
85/* Define to 1 if you have the `alphasort' function. */
86#undef HAVE_ALPHASORT
3b681e9d 87
a6a5e4c9
KC
88/* Define if your assembler supports dwarf2 .file/.loc directives, and
89 preserves file table indices exactly as given. */
90#undef HAVE_AS_DWARF2_DEBUG_LINE
24a184c9 91
a6a5e4c9
KC
92/* Define if your assembler supports explicit relocations. */
93#undef HAVE_AS_EXPLICIT_RELOCS
03c41c05 94
a6a5e4c9
KC
95/* Define if your assembler supports the --gdwarf2 option. */
96#undef HAVE_AS_GDWARF2_DEBUG_FLAG
a37db56b 97
a6a5e4c9
KC
98/* Define true if the assembler supports '.long foo@GOTOFF'. */
99#undef HAVE_AS_GOTOFF_IN_DATA
956d6950 100
a6a5e4c9
KC
101/* Define if your assembler supports the --gstabs option. */
102#undef HAVE_AS_GSTABS_DEBUG_FLAG
2bd02043 103
a6a5e4c9
KC
104/* Define if your assembler supports the Sun syntax for cmov. */
105#undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
8eb6a092 106
a6a5e4c9
KC
107/* Define if your assembler supports .sleb128 and .uleb128. */
108#undef HAVE_AS_LEB128
1072ec3f 109
a6a5e4c9
KC
110/* Define if your assembler supports ltoffx and ldxmov relocations. */
111#undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
d21445e7 112
a6a5e4c9
KC
113/* Define if your assembler supports mfcr field. */
114#undef HAVE_AS_MFCRF
54953b66 115
86da66b5
HPN
116/* Define if your assembler supports the -no-mul-bug-abort option. */
117#undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
118
a6a5e4c9
KC
119/* Define if your assembler supports offsetable %lo(). */
120#undef HAVE_AS_OFFSETABLE_LO10
a15135c9 121
a6a5e4c9
KC
122/* Define if your assembler supports .register. */
123#undef HAVE_AS_REGISTER_PSEUDO_OP
ab87f8c8 124
a6a5e4c9
KC
125/* Define if your assembler supports -relax option. */
126#undef HAVE_AS_RELAX_OPTION
24a184c9 127
a6a5e4c9
KC
128/* Define if your assembler and linker support unaligned PC relative relocs.
129 */
130#undef HAVE_AS_SPARC_UA_PCREL
007e8d2a 131
a6a5e4c9
KC
132/* Define if your assembler and linker support unaligned PC relative relocs
133 against hidden symbols. */
134#undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
e5e809f4 135
a6a5e4c9
KC
136/* Define if your assembler supports thread-local storage. */
137#undef HAVE_AS_TLS
c1800ec8 138
a6a5e4c9
KC
139/* Define to 1 if you have the `atoll' function. */
140#undef HAVE_ATOLL
2bd02043 141
a6a5e4c9
KC
142/* Define to 1 if you have the `atoq' function. */
143#undef HAVE_ATOQ
75923b2f 144
a6a5e4c9
KC
145/* Define to 1 if you have the `clock' function. */
146#undef HAVE_CLOCK
956d6950 147
a6a5e4c9
KC
148/* Define if <time.h> defines clock_t. */
149#undef HAVE_CLOCK_T
eb158727 150
ad6717df
PB
151/* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
152 */
a6a5e4c9 153#undef HAVE_DECL_ABORT
d21445e7 154
ad6717df 155/* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
a6a5e4c9 156#undef HAVE_DECL_ATOF
351df804 157
ad6717df 158/* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
a6a5e4c9 159#undef HAVE_DECL_ATOL
e9a25f70 160
ad6717df
PB
161/* Define to 1 if we found a declaration for 'basename', otherwise define to
162 0. */
a6a5e4c9 163#undef HAVE_DECL_BASENAME
ab87f8c8 164
ad6717df
PB
165/* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
166 */
a6a5e4c9 167#undef HAVE_DECL_CALLOC
ab87f8c8 168
ad6717df
PB
169/* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
170 */
a6a5e4c9 171#undef HAVE_DECL_CLOCK
861bb6c1 172
ad6717df
PB
173/* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
174 */
a6a5e4c9 175#undef HAVE_DECL_ERRNO
861bb6c1 176
ad6717df
PB
177/* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
178 define to 0. */
a6a5e4c9 179#undef HAVE_DECL_FPRINTF_UNLOCKED
861bb6c1 180
ad6717df
PB
181/* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
182 define to 0. */
a6a5e4c9 183#undef HAVE_DECL_FPUTS_UNLOCKED
861bb6c1 184
ad6717df 185/* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
a6a5e4c9 186#undef HAVE_DECL_FREE
956d6950 187
ad6717df
PB
188/* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
189 define to 0. */
a6a5e4c9 190#undef HAVE_DECL_FWRITE_UNLOCKED
1072ec3f 191
ad6717df
PB
192/* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
193 */
a6a5e4c9 194#undef HAVE_DECL_GETCWD
956d6950 195
ad6717df
PB
196/* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
197 */
a6a5e4c9 198#undef HAVE_DECL_GETENV
956d6950 199
ad6717df
PB
200/* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
201 */
a6a5e4c9 202#undef HAVE_DECL_GETOPT
a05e22b8 203
6a257778
AL
204/* Define to 1 if we found a declaration for 'getpagesize', otherwise define
205 to 0. */
206#undef HAVE_DECL_GETPAGESIZE
207
ad6717df
PB
208/* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
209 0. */
a6a5e4c9 210#undef HAVE_DECL_GETRLIMIT
956d6950 211
ad6717df
PB
212/* Define to 1 if we found a declaration for 'getrusage', otherwise define to
213 0. */
a6a5e4c9 214#undef HAVE_DECL_GETRUSAGE
956d6950 215
ad6717df
PB
216/* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
217 */
a6a5e4c9 218#undef HAVE_DECL_GETWD
861bb6c1 219
ad6717df
PB
220/* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
221 0. */
a6a5e4c9 222#undef HAVE_DECL_LDGETNAME
ab87f8c8 223
ad6717df
PB
224/* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
225 */
a6a5e4c9 226#undef HAVE_DECL_MALLOC
2bd02043 227
ad6717df
PB
228/* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
229 to 0. */
a6a5e4c9 230#undef HAVE_DECL_PUTC_UNLOCKED
91029a29 231
ad6717df
PB
232/* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
233 */
a6a5e4c9 234#undef HAVE_DECL_REALLOC
91029a29 235
ad6717df 236/* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
a6a5e4c9 237#undef HAVE_DECL_SBRK
414d23ae 238
ad6717df
PB
239/* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
240 0. */
a6a5e4c9 241#undef HAVE_DECL_SETRLIMIT
414d23ae 242
ad6717df
PB
243/* Define to 1 if we found a declaration for 'snprintf', otherwise define to
244 0. */
a6a5e4c9 245#undef HAVE_DECL_SNPRINTF
414d23ae 246
ad6717df
PB
247/* Define to 1 if we found a declaration for 'strsignal', otherwise define to
248 0. */
a6a5e4c9 249#undef HAVE_DECL_STRSIGNAL
75b6f3fd 250
ad6717df
PB
251/* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
252 */
a6a5e4c9 253#undef HAVE_DECL_STRSTR
414d23ae 254
ad6717df
PB
255/* Define to 1 if we found a declaration for 'times', otherwise define to 0.
256 */
a6a5e4c9 257#undef HAVE_DECL_TIMES
414d23ae 258
ad6717df
PB
259/* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
260 0. */
a6a5e4c9 261#undef HAVE_DECL_VASPRINTF
414d23ae 262
a6a5e4c9
KC
263/* Define to 1 if you have the <direct.h> header file. */
264#undef HAVE_DIRECT_H
414d23ae 265
a6a5e4c9
KC
266/* Define to 1 if you have the `dup2' function. */
267#undef HAVE_DUP2
414d23ae 268
a6a5e4c9
KC
269/* Define to 1 if you have the <fcntl.h> header file. */
270#undef HAVE_FCNTL_H
119d24d1 271
a6a5e4c9
KC
272/* Define to 1 if you have the `fork' function. */
273#undef HAVE_FORK
119d24d1 274
a6a5e4c9
KC
275/* Define to 1 if you have the `fprintf_unlocked' function. */
276#undef HAVE_FPRINTF_UNLOCKED
119d24d1 277
a6a5e4c9
KC
278/* Define to 1 if you have the `fputc_unlocked' function. */
279#undef HAVE_FPUTC_UNLOCKED
4c76f856 280
a6a5e4c9
KC
281/* Define to 1 if you have the `fputs_unlocked' function. */
282#undef HAVE_FPUTS_UNLOCKED
119d24d1 283
a6a5e4c9
KC
284/* Define to 1 if you have the `fwrite_unlocked' function. */
285#undef HAVE_FWRITE_UNLOCKED
119d24d1 286
a6a5e4c9
KC
287/* Define if your assembler supports .balign and .p2align. */
288#undef HAVE_GAS_BALIGN_AND_P2ALIGN
5dfa45d0 289
c18a5b6c
MM
290/* Define 0/1 if your assembler supports COMDAT group. */
291#undef HAVE_GAS_COMDAT_GROUP
292
a6a5e4c9
KC
293/* Define if your assembler uses the new HImode fild and fist notation. */
294#undef HAVE_GAS_FILDS_FISTS
414d23ae 295
a6a5e4c9
KC
296/* Define if your assembler and linker support .hidden. */
297#undef HAVE_GAS_HIDDEN
a207b594 298
a6a5e4c9
KC
299/* Define if your assembler supports specifying the maximum number of bytes to
300 skip when using the GAS .p2align command. */
301#undef HAVE_GAS_MAX_SKIP_P2ALIGN
14011ca4 302
e41f3691
JDA
303/* Define if your assembler supports .nsubspa comdat option. */
304#undef HAVE_GAS_NSUBSPA_COMDAT
305
d38bc601
BF
306/* Define if your assembler and linker support 32-bit section relative relocs
307 via '.secrel32 label'. */
308#undef HAVE_GAS_PE_SECREL32_RELOC
309
a6a5e4c9
KC
310/* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
311 */
312#undef HAVE_GAS_SHF_MERGE
439a7e54 313
a6a5e4c9
KC
314/* Define if your assembler supports .subsection and .subsection -1 starts
315 emitting at the beginning of your section. */
316#undef HAVE_GAS_SUBSECTION_ORDERING
75e93faa 317
a6a5e4c9
KC
318/* Define if your assembler supports .weak. */
319#undef HAVE_GAS_WEAK
827ae6cf 320
a6a5e4c9
KC
321/* Define to 1 if you have the `getrlimit' function. */
322#undef HAVE_GETRLIMIT
91029a29 323
a6a5e4c9
KC
324/* Define to 1 if you have the `getrusage' function. */
325#undef HAVE_GETRUSAGE
75e93faa 326
a6a5e4c9
KC
327/* Define to 1 if you have the `gettimeofday' function. */
328#undef HAVE_GETTIMEOFDAY
4977bab6 329
a6a5e4c9
KC
330/* Define if you have the iconv() function. */
331#undef HAVE_ICONV
84c041a1 332
a6a5e4c9
KC
333/* Define to 1 if you have the <iconv.h> header file. */
334#undef HAVE_ICONV_H
335
336/* Define .init_array/.fini_array sections are available and working. */
337#undef HAVE_INITFINI_ARRAY
4977bab6 338
91029a29
KG
339/* Define if you have a working <inttypes.h> header file. */
340#undef HAVE_INTTYPES_H
341
a6a5e4c9
KC
342/* Define to 1 if you have the `kill' function. */
343#undef HAVE_KILL
39f6c4c8 344
a03ea89b
BM
345/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
346#undef HAVE_LANGINFO_CODESET
347
a6a5e4c9
KC
348/* Define to 1 if you have the <langinfo.h> header file. */
349#undef HAVE_LANGINFO_H
8ada417f 350
a6a5e4c9
KC
351/* Define if your <locale.h> file defines LC_MESSAGES. */
352#undef HAVE_LC_MESSAGES
91029a29 353
a6a5e4c9
KC
354/* Define to 1 if you have the <ldfcn.h> header file. */
355#undef HAVE_LDFCN_H
1072ec3f 356
765f1bf9
AM
357/* Define if your linker supports --as-needed and --no-as-needed options. */
358#undef HAVE_LD_AS_NEEDED
359
d594623a
L
360/* Define if your linker supports --demangle option. */
361#undef HAVE_LD_DEMANGLE
362
a6a5e4c9
KC
363/* Define if your linker supports --eh-frame-hdr option. */
364#undef HAVE_LD_EH_FRAME_HDR
825b6926 365
85b776df
AM
366/* Define if your PowerPC64 linker only needs function descriptor syms. */
367#undef HAVE_LD_NO_DOT_SYMS
368
a6a5e4c9
KC
369/* Define if your linker supports -pie option. */
370#undef HAVE_LD_PIE
4acab94b 371
a6a5e4c9
KC
372/* Define if your linker links a mix of read-only and read-write sections into
373 a read-write section. */
374#undef HAVE_LD_RO_RW_SECTION_MIXING
f91abfce 375
7e9d8517
L
376/* Define if your linker supports -Bstatic/-Bdynamic option. */
377#undef HAVE_LD_STATIC_DYNAMIC
378
a6a5e4c9
KC
379/* Define to 1 if you have the <limits.h> header file. */
380#undef HAVE_LIMITS_H
f91abfce 381
a6a5e4c9
KC
382/* Define to 1 if you have the <locale.h> header file. */
383#undef HAVE_LOCALE_H
56694dd9 384
a6a5e4c9
KC
385/* Define if your compiler supports the \`long long' type. */
386#undef HAVE_LONG_LONG
86cf1cbd 387
a6a5e4c9
KC
388/* Define to 1 if you have the <malloc.h> header file. */
389#undef HAVE_MALLOC_H
86cf1cbd 390
a6a5e4c9
KC
391/* Define to 1 if you have the `mbstowcs' function. */
392#undef HAVE_MBSTOWCS
86cf1cbd 393
a6a5e4c9
KC
394/* Define if valgrind's memcheck.h header is installed. */
395#undef HAVE_MEMCHECK_H
86cf1cbd 396
a6a5e4c9
KC
397/* Define to 1 if you have the <memory.h> header file. */
398#undef HAVE_MEMORY_H
86cf1cbd 399
a6a5e4c9
KC
400/* Define to 1 if you have the `mincore' function. */
401#undef HAVE_MINCORE
86cf1cbd 402
a6a5e4c9
KC
403/* Define to 1 if you have the `mmap' function. */
404#undef HAVE_MMAP
86cf1cbd 405
a6a5e4c9
KC
406/* Define if mmap with MAP_ANON(YMOUS) works. */
407#undef HAVE_MMAP_ANON
86cf1cbd 408
a6a5e4c9
KC
409/* Define if mmap of /dev/zero works. */
410#undef HAVE_MMAP_DEV_ZERO
86cf1cbd 411
a6a5e4c9
KC
412/* Define if read-only mmap of a plain file works. */
413#undef HAVE_MMAP_FILE
86cf1cbd 414
a6a5e4c9
KC
415/* Define to 1 if you have the `nl_langinfo' function. */
416#undef HAVE_NL_LANGINFO
3b681e9d 417
a6a5e4c9
KC
418/* Define if printf supports "%p". */
419#undef HAVE_PRINTF_PTR
3b681e9d 420
a6a5e4c9
KC
421/* Define to 1 if you have the `putc_unlocked' function. */
422#undef HAVE_PUTC_UNLOCKED
86cf1cbd 423
a6a5e4c9
KC
424/* Define to 1 if you have the `scandir' function. */
425#undef HAVE_SCANDIR
6c889b67 426
a6a5e4c9
KC
427/* Define to 1 if you have the `setlocale' function. */
428#undef HAVE_SETLOCALE
236ce4b2 429
a6a5e4c9
KC
430/* Define to 1 if you have the `setrlimit' function. */
431#undef HAVE_SETRLIMIT
a7475ab1 432
a6a5e4c9
KC
433/* Define to 1 if you have the <stddef.h> header file. */
434#undef HAVE_STDDEF_H
86cf1cbd 435
a6a5e4c9
KC
436/* Define to 1 if you have the <stdint.h> header file. */
437#undef HAVE_STDINT_H
86cf1cbd 438
a6a5e4c9
KC
439/* Define to 1 if you have the <stdlib.h> header file. */
440#undef HAVE_STDLIB_H
86cf1cbd 441
a6a5e4c9
KC
442/* Define to 1 if you have the <strings.h> header file. */
443#undef HAVE_STRINGS_H
86cf1cbd 444
a6a5e4c9
KC
445/* Define to 1 if you have the <string.h> header file. */
446#undef HAVE_STRING_H
86cf1cbd 447
a6a5e4c9
KC
448/* Define to 1 if you have the `strsignal' function. */
449#undef HAVE_STRSIGNAL
c1800ec8 450
a6a5e4c9
KC
451/* Define if <sys/times.h> defines struct tms. */
452#undef HAVE_STRUCT_TMS
f31e826b 453
a6a5e4c9
KC
454/* Define to 1 if you have the `sysconf' function. */
455#undef HAVE_SYSCONF
f31e826b 456
a6a5e4c9
KC
457/* Define to 1 if you have the <sys/file.h> header file. */
458#undef HAVE_SYS_FILE_H
86cf1cbd 459
a6a5e4c9
KC
460/* Define to 1 if you have the <sys/mman.h> header file. */
461#undef HAVE_SYS_MMAN_H
cb49b9ad 462
a6a5e4c9
KC
463/* Define to 1 if you have the <sys/param.h> header file. */
464#undef HAVE_SYS_PARAM_H
351df804 465
a6a5e4c9
KC
466/* Define to 1 if you have the <sys/resource.h> header file. */
467#undef HAVE_SYS_RESOURCE_H
c1800ec8 468
a6a5e4c9
KC
469/* Define to 1 if you have the <sys/stat.h> header file. */
470#undef HAVE_SYS_STAT_H
c1800ec8 471
a6a5e4c9
KC
472/* Define to 1 if you have the <sys/times.h> header file. */
473#undef HAVE_SYS_TIMES_H
474
475/* Define to 1 if you have the <sys/time.h> header file. */
476#undef HAVE_SYS_TIME_H
477
478/* Define to 1 if you have the <sys/types.h> header file. */
479#undef HAVE_SYS_TYPES_H
480
481/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
482#undef HAVE_SYS_WAIT_H
483
484/* Define to 1 if you have the `times' function. */
485#undef HAVE_TIMES
486
487/* Define to 1 if you have the <time.h> header file. */
488#undef HAVE_TIME_H
c1800ec8 489
a6a5e4c9
KC
490/* Define to 1 if you have the <unistd.h> header file. */
491#undef HAVE_UNISTD_H
07cf4226 492
a6a5e4c9
KC
493/* Define if valgrind's valgrind/memcheck.h header is installed. */
494#undef HAVE_VALGRIND_MEMCHECK_H
91029a29 495
a6a5e4c9
KC
496/* Define to 1 if you have the `vfork' function. */
497#undef HAVE_VFORK
4977bab6 498
a6a5e4c9
KC
499/* Define to 1 if you have the <vfork.h> header file. */
500#undef HAVE_VFORK_H
4977bab6 501
a6a5e4c9
KC
502/* Define to 1 if you have the <wchar.h> header file. */
503#undef HAVE_WCHAR_H
4977bab6 504
a6a5e4c9
KC
505/* Define to 1 if you have the `wcswidth' function. */
506#undef HAVE_WCSWIDTH
1072ec3f 507
a6a5e4c9
KC
508/* Define to 1 if `fork' works. */
509#undef HAVE_WORKING_FORK
a5381466 510
a6a5e4c9
KC
511/* Define this macro if mbstowcs does not crash when its first argument is
512 NULL. */
513#undef HAVE_WORKING_MBSTOWCS
71a94577 514
a6a5e4c9
KC
515/* Define to 1 if `vfork' works. */
516#undef HAVE_WORKING_VFORK
91029a29 517
a6a5e4c9
KC
518/* Define if your compiler supports the \`__int64' type. */
519#undef HAVE___INT64
8ada417f 520
a6a5e4c9
KC
521/* Define if the host machine stores words of multi-word integers in
522 big-endian order. */
523#undef HOST_WORDS_BIG_ENDIAN
8ada417f 524
a6a5e4c9
KC
525/* Define as const if the declaration of iconv() needs const. */
526#undef ICONV_CONST
91029a29 527
a6a5e4c9
KC
528/* Define if host mkdir takes a single argument. */
529#undef MKDIR_TAKES_ONE_ARG
91029a29 530
a6a5e4c9
KC
531/* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
532#undef NEED_64BIT_HOST_WIDE_INT
91029a29 533
a6a5e4c9
KC
534/* Define to 1 if your C compiler doesn't accept -c and -o together. */
535#undef NO_MINUS_C_MINUS_O
b7460f24 536
c2c36d38
MK
537/* The name of this program for internationalization purposes. */
538#undef PACKAGE
539
a6a5e4c9
KC
540/* Define to the address where bug reports for this package should be sent. */
541#undef PACKAGE_BUGREPORT
c64688ae 542
a6a5e4c9
KC
543/* Define to the full name of this package. */
544#undef PACKAGE_NAME
201556f0 545
a6a5e4c9
KC
546/* Define to the full name and version of this package. */
547#undef PACKAGE_STRING
f996902d 548
a6a5e4c9
KC
549/* Define to the one symbol short name of this package. */
550#undef PACKAGE_TARNAME
3a37b08e 551
a6a5e4c9
KC
552/* Define to the version of this package. */
553#undef PACKAGE_VERSION
91029a29 554
a6a5e4c9
KC
555/* Define to PREFIX/include if cpp should also search that directory. */
556#undef PREFIX_INCLUDE_DIR
e95b1e6a 557
bf3b7cd3 558/* The size of a `int', as computed by sizeof. */
a6a5e4c9 559#undef SIZEOF_INT
17e9e88c 560
bf3b7cd3 561/* The size of a `long', as computed by sizeof. */
a6a5e4c9 562#undef SIZEOF_LONG
cf7b8b0d 563
bf3b7cd3 564/* The size of a `long long', as computed by sizeof. */
a6a5e4c9 565#undef SIZEOF_LONG_LONG
91029a29 566
bf3b7cd3 567/* The size of a `short', as computed by sizeof. */
a6a5e4c9 568#undef SIZEOF_SHORT
8ada417f 569
bf3b7cd3 570/* The size of a `void *', as computed by sizeof. */
a6a5e4c9 571#undef SIZEOF_VOID_P
f6f5dff2 572
bf3b7cd3 573/* The size of a `__int64', as computed by sizeof. */
a6a5e4c9 574#undef SIZEOF___INT64
f88c65f7 575
a6a5e4c9
KC
576/* Define to 1 if you have the ANSI C header files. */
577#undef STDC_HEADERS
ef1ecf87 578
a6a5e4c9
KC
579/* Define if you can safely include both <string.h> and <strings.h>. */
580#undef STRING_WITH_STRINGS
2c4a9cff 581
a6a5e4c9
KC
582/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
583#undef TIME_WITH_SYS_TIME
9d147085 584
a6a5e4c9
KC
585/* Define if your assembler mis-optimizes .eh_frame data. */
586#undef USE_AS_TRADITIONAL_FORMAT
5f0e9ea2 587
99fa8911
AP
588/* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
589 still efficiently supported by the host hardware. */
590#undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
591
74ee1642
PB
592/* Define if location_t is fileline integer cookie. */
593#undef USE_MAPPED_LOCATION
594
a6a5e4c9
KC
595/* Define to be the last portion of registry key on windows hosts. */
596#undef WIN32_REGISTRY_KEY
96d0f4dc 597
a6a5e4c9
KC
598/* whether byteorder is bigendian */
599#undef WORDS_BIGENDIAN
275b60d6 600
a6a5e4c9
KC
601/* Always define this when using the GNU C Library */
602#undef _GNU_SOURCE
24a4dd31 603
a6a5e4c9
KC
604/* Define to `int' if <sys/types.h> doesn't define. */
605#undef gid_t
606
86da66b5
HPN
607/* Define to `__inline__' or `__inline' if that's what the C compiler
608 calls it, or to nothing if 'inline' is not supported under any name. */
609#ifndef __cplusplus
a6a5e4c9 610#undef inline
86da66b5 611#endif
a6a5e4c9
KC
612
613/* Define to `int' if <sys/types.h> does not define. */
614#undef pid_t
475c267f 615
a6a5e4c9
KC
616/* Define to \`long' if <sys/resource.h> doesn't define. */
617#undef rlim_t
618
619/* Define to `int' if <sys/types.h> does not define. */
620#undef ssize_t
621
622/* Define to `int' if <sys/types.h> doesn't define. */
623#undef uid_t
624
625/* Define as `fork' if `vfork' does not work. */
626#undef vfork