]> gcc.gnu.org Git - gcc.git/blame - gcc/config.in
acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Don't check for shared libgcc for darwi...
[gcc.git] / gcc / config.in
CommitLineData
a6a5e4c9 1/* config.in. Generated from configure.ac by autoheader. */
71a94577 2
a6a5e4c9 3/* Define as the number of bits in a byte, if \`limits.h' doesn't. */
232b67d9 4#ifndef USED_FOR_TARGET
a6a5e4c9 5#undef CHAR_BIT
232b67d9
NS
6#endif
7
e256b8b6 8
a6a5e4c9 9/* Define 0/1 to force the choice for exception handling model. */
232b67d9 10#ifndef USED_FOR_TARGET
a6a5e4c9 11#undef CONFIG_SJLJ_EXCEPTIONS
232b67d9
NS
12#endif
13
e9831ca0 14
a6a5e4c9 15/* Define to enable the use of a default assembler. */
232b67d9 16#ifndef USED_FOR_TARGET
a6a5e4c9 17#undef DEFAULT_ASSEMBLER
232b67d9
NS
18#endif
19
c375c43b 20
a6a5e4c9 21/* Define to enable the use of a default linker. */
232b67d9 22#ifndef USED_FOR_TARGET
a6a5e4c9 23#undef DEFAULT_LINKER
232b67d9
NS
24#endif
25
ab87f8c8 26
a6a5e4c9
KC
27/* Define if you want to use __cxa_atexit, rather than atexit, to register C++
28 destructors for local statics and global objects. This is essential for
29 fully standards-compliant handling of destructors, but requires
30 __cxa_atexit in libc. */
232b67d9 31#ifndef USED_FOR_TARGET
a6a5e4c9 32#undef DEFAULT_USE_CXA_ATEXIT
232b67d9
NS
33#endif
34
3ec83fc2 35
06c37c96 36/* Define if you want assertions enabled. This is a cheap check. */
232b67d9 37#ifndef USED_FOR_TARGET
06c37c96 38#undef ENABLE_ASSERT_CHECKING
232b67d9
NS
39#endif
40
06c37c96 41
a6a5e4c9
KC
42/* Define if you want more run-time sanity checks. This one gets a grab bag of
43 miscellaneous but relatively cheap checks. */
232b67d9 44#ifndef USED_FOR_TARGET
a6a5e4c9 45#undef ENABLE_CHECKING
232b67d9
NS
46#endif
47
c375c43b 48
a6a5e4c9
KC
49/* Define if you want fold checked that it never destructs its argument. This
50 is quite expensive. */
232b67d9 51#ifndef USED_FOR_TARGET
a6a5e4c9 52#undef ENABLE_FOLD_CHECKING
232b67d9
NS
53#endif
54
956d6950 55
a6a5e4c9
KC
56/* Define if you want the garbage collector to operate in maximally paranoid
57 mode, validating the entire heap and collecting garbage at every
58 opportunity. This is extremely expensive. */
232b67d9 59#ifndef USED_FOR_TARGET
a6a5e4c9 60#undef ENABLE_GC_ALWAYS_COLLECT
232b67d9
NS
61#endif
62
956d6950 63
a6a5e4c9
KC
64/* Define if you want the garbage collector to do object poisoning and other
65 memory allocation checks. This is quite expensive. */
232b67d9 66#ifndef USED_FOR_TARGET
a6a5e4c9 67#undef ENABLE_GC_CHECKING
232b67d9
NS
68#endif
69
e256b8b6 70
a6a5e4c9
KC
71/* Define to 1 if translation of program messages to the user's native
72 language is requested. */
232b67d9 73#ifndef USED_FOR_TARGET
a6a5e4c9 74#undef ENABLE_NLS
232b67d9
NS
75#endif
76
c375c43b 77
a6a5e4c9
KC
78/* Define if you want all operations on RTL (the basic data structure of the
79 optimizer and back end) to be checked for dynamic type safety at runtime.
80 This is quite expensive. */
232b67d9 81#ifndef USED_FOR_TARGET
a6a5e4c9 82#undef ENABLE_RTL_CHECKING
232b67d9
NS
83#endif
84
a15135c9 85
a6a5e4c9
KC
86/* Define if you want RTL flag accesses to be checked against the RTL codes
87 that are supported for each access macro. This is relatively cheap. */
232b67d9 88#ifndef USED_FOR_TARGET
a6a5e4c9 89#undef ENABLE_RTL_FLAG_CHECKING
232b67d9
NS
90#endif
91
0ee31ab1 92
b53ef395
NS
93/* Define if you want runtime assertions enabled. This is a cheap check. */
94#undef ENABLE_RUNTIME_CHECKING
95
a6a5e4c9
KC
96/* Define if you want all operations on trees (the basic data structure of the
97 front ends) to be checked for dynamic type safety at runtime. This is
2af5538b
PB
98 moderately expensive. The tree browser debugging routines will also be
99 enabled by this option. */
232b67d9 100#ifndef USED_FOR_TARGET
a6a5e4c9 101#undef ENABLE_TREE_CHECKING
232b67d9
NS
102#endif
103
0ee31ab1 104
a6a5e4c9
KC
105/* Define if you want to run subprograms and generated programs through
106 valgrind (a memory checker). This is extremely expensive. */
232b67d9 107#ifndef USED_FOR_TARGET
a6a5e4c9 108#undef ENABLE_VALGRIND_CHECKING
232b67d9
NS
109#endif
110
c1800ec8 111
a1286ef5
ZW
112/* Define to 1 if installation paths should be looked up in the Windows
113 Registry. Ignored on non-Windows hosts. */
232b67d9 114#ifndef USED_FOR_TARGET
a6a5e4c9 115#undef ENABLE_WIN32_REGISTRY
232b67d9
NS
116#endif
117
475c267f 118
a6a5e4c9
KC
119/* Define to the name of a file containing a list of extra machine modes for
120 this architecture. */
232b67d9 121#ifndef USED_FOR_TARGET
a6a5e4c9 122#undef EXTRA_MODES_FILE
232b67d9
NS
123#endif
124
3b681e9d 125
a6a5e4c9 126/* Define to enable detailed memory allocation stats gathering. */
232b67d9 127#ifndef USED_FOR_TARGET
a6a5e4c9 128#undef GATHER_STATISTICS
232b67d9
NS
129#endif
130
54953b66 131
a6a5e4c9
KC
132/* Define to the type of elements in the array set by `getgroups'. Usually
133 this is either `int' or `gid_t'. */
232b67d9 134#ifndef USED_FOR_TARGET
a6a5e4c9 135#undef GETGROUPS_T
232b67d9
NS
136#endif
137
54953b66 138
08cee789 139/* Define if the zone collector is in use */
232b67d9 140#ifndef USED_FOR_TARGET
08cee789 141#undef GGC_ZONE
232b67d9
NS
142#endif
143
08cee789 144
a6a5e4c9 145/* Define to 1 if you have the `alphasort' function. */
232b67d9 146#ifndef USED_FOR_TARGET
a6a5e4c9 147#undef HAVE_ALPHASORT
232b67d9
NS
148#endif
149
3b681e9d 150
a6a5e4c9
KC
151/* Define if your assembler supports dwarf2 .file/.loc directives, and
152 preserves file table indices exactly as given. */
232b67d9 153#ifndef USED_FOR_TARGET
a6a5e4c9 154#undef HAVE_AS_DWARF2_DEBUG_LINE
232b67d9
NS
155#endif
156
24a184c9 157
a6a5e4c9 158/* Define if your assembler supports explicit relocations. */
232b67d9 159#ifndef USED_FOR_TARGET
a6a5e4c9 160#undef HAVE_AS_EXPLICIT_RELOCS
232b67d9
NS
161#endif
162
03c41c05 163
a6a5e4c9 164/* Define if your assembler supports the --gdwarf2 option. */
232b67d9 165#ifndef USED_FOR_TARGET
a6a5e4c9 166#undef HAVE_AS_GDWARF2_DEBUG_FLAG
232b67d9
NS
167#endif
168
a37db56b 169
a6a5e4c9 170/* Define true if the assembler supports '.long foo@GOTOFF'. */
232b67d9 171#ifndef USED_FOR_TARGET
a6a5e4c9 172#undef HAVE_AS_GOTOFF_IN_DATA
232b67d9
NS
173#endif
174
956d6950 175
a6a5e4c9 176/* Define if your assembler supports the --gstabs option. */
232b67d9 177#ifndef USED_FOR_TARGET
a6a5e4c9 178#undef HAVE_AS_GSTABS_DEBUG_FLAG
232b67d9
NS
179#endif
180
2bd02043 181
a6a5e4c9 182/* Define if your assembler supports the Sun syntax for cmov. */
232b67d9 183#ifndef USED_FOR_TARGET
a6a5e4c9 184#undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
232b67d9
NS
185#endif
186
8eb6a092 187
d006f5eb
RH
188/* Define if your assembler supports the lituse_jsrdirect relocation. */
189#ifndef USED_FOR_TARGET
190#undef HAVE_AS_JSRDIRECT_RELOCS
191#endif
192
193
a6a5e4c9 194/* Define if your assembler supports .sleb128 and .uleb128. */
232b67d9 195#ifndef USED_FOR_TARGET
a6a5e4c9 196#undef HAVE_AS_LEB128
232b67d9
NS
197#endif
198
1072ec3f 199
a6a5e4c9 200/* Define if your assembler supports ltoffx and ldxmov relocations. */
232b67d9 201#ifndef USED_FOR_TARGET
a6a5e4c9 202#undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
232b67d9
NS
203#endif
204
d21445e7 205
a6a5e4c9 206/* Define if your assembler supports mfcr field. */
232b67d9 207#ifndef USED_FOR_TARGET
a6a5e4c9 208#undef HAVE_AS_MFCRF
232b67d9
NS
209#endif
210
54953b66 211
86da66b5 212/* Define if your assembler supports the -no-mul-bug-abort option. */
232b67d9 213#ifndef USED_FOR_TARGET
86da66b5 214#undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
232b67d9
NS
215#endif
216
86da66b5 217
a6a5e4c9 218/* Define if your assembler supports offsetable %lo(). */
232b67d9 219#ifndef USED_FOR_TARGET
a6a5e4c9 220#undef HAVE_AS_OFFSETABLE_LO10
232b67d9
NS
221#endif
222
a15135c9 223
432218ba 224/* Define if your assembler supports popcntb field. */
11176d2a 225#ifndef USED_FOR_TARGET
432218ba 226#undef HAVE_AS_POPCNTB
11176d2a
JB
227#endif
228
432218ba 229
a6a5e4c9 230/* Define if your assembler supports .register. */
232b67d9 231#ifndef USED_FOR_TARGET
a6a5e4c9 232#undef HAVE_AS_REGISTER_PSEUDO_OP
232b67d9
NS
233#endif
234
ab87f8c8 235
7f970b70
AM
236/* Define if your assembler supports R_PPC_REL16 relocs. */
237#ifndef USED_FOR_TARGET
238#undef HAVE_AS_REL16
239#endif
240
241
a6a5e4c9 242/* Define if your assembler supports -relax option. */
232b67d9 243#ifndef USED_FOR_TARGET
a6a5e4c9 244#undef HAVE_AS_RELAX_OPTION
232b67d9
NS
245#endif
246
24a184c9 247
a6a5e4c9
KC
248/* Define if your assembler and linker support unaligned PC relative relocs.
249 */
232b67d9 250#ifndef USED_FOR_TARGET
a6a5e4c9 251#undef HAVE_AS_SPARC_UA_PCREL
232b67d9
NS
252#endif
253
007e8d2a 254
a6a5e4c9
KC
255/* Define if your assembler and linker support unaligned PC relative relocs
256 against hidden symbols. */
232b67d9 257#ifndef USED_FOR_TARGET
a6a5e4c9 258#undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
232b67d9
NS
259#endif
260
e5e809f4 261
a6a5e4c9 262/* Define if your assembler supports thread-local storage. */
232b67d9 263#ifndef USED_FOR_TARGET
a6a5e4c9 264#undef HAVE_AS_TLS
232b67d9
NS
265#endif
266
c1800ec8 267
a6a5e4c9 268/* Define to 1 if you have the `atoll' function. */
232b67d9 269#ifndef USED_FOR_TARGET
a6a5e4c9 270#undef HAVE_ATOLL
232b67d9
NS
271#endif
272
2bd02043 273
a6a5e4c9 274/* Define to 1 if you have the `atoq' function. */
232b67d9 275#ifndef USED_FOR_TARGET
a6a5e4c9 276#undef HAVE_ATOQ
232b67d9
NS
277#endif
278
75923b2f 279
0d667716 280/* Define to 1 if you have the `clearerr_unlocked' function. */
232b67d9 281#ifndef USED_FOR_TARGET
0d667716 282#undef HAVE_CLEARERR_UNLOCKED
232b67d9
NS
283#endif
284
0d667716 285
a6a5e4c9 286/* Define to 1 if you have the `clock' function. */
232b67d9 287#ifndef USED_FOR_TARGET
a6a5e4c9 288#undef HAVE_CLOCK
232b67d9
NS
289#endif
290
956d6950 291
a6a5e4c9 292/* Define if <time.h> defines clock_t. */
232b67d9 293#ifndef USED_FOR_TARGET
a6a5e4c9 294#undef HAVE_CLOCK_T
232b67d9
NS
295#endif
296
eb158727 297
11176d2a
JB
298/* Define 0/1 if your assembler and linker support COMDAT groups. */
299#ifndef USED_FOR_TARGET
300#undef HAVE_COMDAT_GROUP
301#endif
302
303
ad6717df
PB
304/* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
305 */
232b67d9 306#ifndef USED_FOR_TARGET
a6a5e4c9 307#undef HAVE_DECL_ABORT
232b67d9
NS
308#endif
309
d21445e7 310
7391b66c
GDR
311/* Define to 1 if we found a declaration for 'asprintf', otherwise define to
312 0. */
313#ifndef USED_FOR_TARGET
314#undef HAVE_DECL_ASPRINTF
315#endif
316
317
ad6717df 318/* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
232b67d9 319#ifndef USED_FOR_TARGET
a6a5e4c9 320#undef HAVE_DECL_ATOF
232b67d9
NS
321#endif
322
351df804 323
ad6717df 324/* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
232b67d9 325#ifndef USED_FOR_TARGET
a6a5e4c9 326#undef HAVE_DECL_ATOL
232b67d9
NS
327#endif
328
e9a25f70 329
ad6717df
PB
330/* Define to 1 if we found a declaration for 'basename', otherwise define to
331 0. */
232b67d9 332#ifndef USED_FOR_TARGET
a6a5e4c9 333#undef HAVE_DECL_BASENAME
232b67d9
NS
334#endif
335
ab87f8c8 336
ad6717df
PB
337/* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
338 */
232b67d9 339#ifndef USED_FOR_TARGET
a6a5e4c9 340#undef HAVE_DECL_CALLOC
232b67d9
NS
341#endif
342
ab87f8c8 343
0d667716
KG
344/* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
345 define to 0. */
232b67d9 346#ifndef USED_FOR_TARGET
0d667716 347#undef HAVE_DECL_CLEARERR_UNLOCKED
232b67d9
NS
348#endif
349
0d667716 350
ad6717df
PB
351/* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
352 */
232b67d9 353#ifndef USED_FOR_TARGET
a6a5e4c9 354#undef HAVE_DECL_CLOCK
232b67d9
NS
355#endif
356
861bb6c1 357
ad6717df
PB
358/* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
359 */
232b67d9 360#ifndef USED_FOR_TARGET
a6a5e4c9 361#undef HAVE_DECL_ERRNO
232b67d9
NS
362#endif
363
861bb6c1 364
0d667716
KG
365/* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
366 to 0. */
232b67d9 367#ifndef USED_FOR_TARGET
0d667716 368#undef HAVE_DECL_FEOF_UNLOCKED
232b67d9
NS
369#endif
370
0d667716
KG
371
372/* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
373 define to 0. */
232b67d9 374#ifndef USED_FOR_TARGET
0d667716 375#undef HAVE_DECL_FERROR_UNLOCKED
232b67d9
NS
376#endif
377
0d667716
KG
378
379/* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
380 define to 0. */
232b67d9 381#ifndef USED_FOR_TARGET
0d667716 382#undef HAVE_DECL_FFLUSH_UNLOCKED
232b67d9
NS
383#endif
384
0d667716
KG
385
386/* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
387 define to 0. */
232b67d9 388#ifndef USED_FOR_TARGET
0d667716 389#undef HAVE_DECL_FGETC_UNLOCKED
232b67d9
NS
390#endif
391
0d667716
KG
392
393/* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
394 define to 0. */
232b67d9 395#ifndef USED_FOR_TARGET
0d667716 396#undef HAVE_DECL_FGETS_UNLOCKED
232b67d9
NS
397#endif
398
0d667716
KG
399
400/* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
401 define to 0. */
232b67d9 402#ifndef USED_FOR_TARGET
0d667716 403#undef HAVE_DECL_FILENO_UNLOCKED
232b67d9
NS
404#endif
405
0d667716 406
ad6717df
PB
407/* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
408 define to 0. */
232b67d9 409#ifndef USED_FOR_TARGET
a6a5e4c9 410#undef HAVE_DECL_FPRINTF_UNLOCKED
232b67d9
NS
411#endif
412
861bb6c1 413
0d667716
KG
414/* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
415 define to 0. */
232b67d9 416#ifndef USED_FOR_TARGET
0d667716 417#undef HAVE_DECL_FPUTC_UNLOCKED
232b67d9
NS
418#endif
419
0d667716 420
ad6717df
PB
421/* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
422 define to 0. */
232b67d9 423#ifndef USED_FOR_TARGET
a6a5e4c9 424#undef HAVE_DECL_FPUTS_UNLOCKED
232b67d9
NS
425#endif
426
861bb6c1 427
0d667716
KG
428/* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
429 define to 0. */
232b67d9 430#ifndef USED_FOR_TARGET
0d667716 431#undef HAVE_DECL_FREAD_UNLOCKED
232b67d9
NS
432#endif
433
0d667716 434
ad6717df 435/* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
232b67d9 436#ifndef USED_FOR_TARGET
a6a5e4c9 437#undef HAVE_DECL_FREE
232b67d9
NS
438#endif
439
956d6950 440
ad6717df
PB
441/* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
442 define to 0. */
232b67d9 443#ifndef USED_FOR_TARGET
a6a5e4c9 444#undef HAVE_DECL_FWRITE_UNLOCKED
232b67d9
NS
445#endif
446
1072ec3f 447
0d667716
KG
448/* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
449 define to 0. */
232b67d9 450#ifndef USED_FOR_TARGET
0d667716 451#undef HAVE_DECL_GETCHAR_UNLOCKED
232b67d9
NS
452#endif
453
0d667716 454
ad6717df
PB
455/* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
456 */
232b67d9 457#ifndef USED_FOR_TARGET
a6a5e4c9 458#undef HAVE_DECL_GETCWD
232b67d9
NS
459#endif
460
956d6950 461
0d667716
KG
462/* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
463 to 0. */
232b67d9 464#ifndef USED_FOR_TARGET
0d667716 465#undef HAVE_DECL_GETC_UNLOCKED
232b67d9
NS
466#endif
467
0d667716 468
ad6717df
PB
469/* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
470 */
232b67d9 471#ifndef USED_FOR_TARGET
a6a5e4c9 472#undef HAVE_DECL_GETENV
232b67d9
NS
473#endif
474
956d6950 475
ad6717df
PB
476/* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
477 */
232b67d9 478#ifndef USED_FOR_TARGET
a6a5e4c9 479#undef HAVE_DECL_GETOPT
232b67d9
NS
480#endif
481
a05e22b8 482
6a257778
AL
483/* Define to 1 if we found a declaration for 'getpagesize', otherwise define
484 to 0. */
232b67d9 485#ifndef USED_FOR_TARGET
6a257778 486#undef HAVE_DECL_GETPAGESIZE
232b67d9
NS
487#endif
488
6a257778 489
ad6717df
PB
490/* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
491 0. */
232b67d9 492#ifndef USED_FOR_TARGET
a6a5e4c9 493#undef HAVE_DECL_GETRLIMIT
232b67d9
NS
494#endif
495
956d6950 496
ad6717df
PB
497/* Define to 1 if we found a declaration for 'getrusage', otherwise define to
498 0. */
232b67d9 499#ifndef USED_FOR_TARGET
a6a5e4c9 500#undef HAVE_DECL_GETRUSAGE
232b67d9
NS
501#endif
502
956d6950 503
ad6717df
PB
504/* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
505 */
232b67d9 506#ifndef USED_FOR_TARGET
a6a5e4c9 507#undef HAVE_DECL_GETWD
232b67d9
NS
508#endif
509
861bb6c1 510
ad6717df
PB
511/* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
512 0. */
232b67d9 513#ifndef USED_FOR_TARGET
a6a5e4c9 514#undef HAVE_DECL_LDGETNAME
232b67d9
NS
515#endif
516
ab87f8c8 517
ad6717df
PB
518/* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
519 */
232b67d9 520#ifndef USED_FOR_TARGET
a6a5e4c9 521#undef HAVE_DECL_MALLOC
232b67d9
NS
522#endif
523
2bd02043 524
0d667716
KG
525/* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
526 define to 0. */
232b67d9 527#ifndef USED_FOR_TARGET
0d667716 528#undef HAVE_DECL_PUTCHAR_UNLOCKED
232b67d9
NS
529#endif
530
0d667716 531
ad6717df
PB
532/* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
533 to 0. */
232b67d9 534#ifndef USED_FOR_TARGET
a6a5e4c9 535#undef HAVE_DECL_PUTC_UNLOCKED
232b67d9
NS
536#endif
537
91029a29 538
ad6717df
PB
539/* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
540 */
232b67d9 541#ifndef USED_FOR_TARGET
a6a5e4c9 542#undef HAVE_DECL_REALLOC
232b67d9
NS
543#endif
544
91029a29 545
ad6717df 546/* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
232b67d9 547#ifndef USED_FOR_TARGET
a6a5e4c9 548#undef HAVE_DECL_SBRK
232b67d9
NS
549#endif
550
414d23ae 551
ad6717df
PB
552/* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
553 0. */
232b67d9 554#ifndef USED_FOR_TARGET
a6a5e4c9 555#undef HAVE_DECL_SETRLIMIT
232b67d9
NS
556#endif
557
414d23ae 558
ad6717df
PB
559/* Define to 1 if we found a declaration for 'snprintf', otherwise define to
560 0. */
232b67d9 561#ifndef USED_FOR_TARGET
a6a5e4c9 562#undef HAVE_DECL_SNPRINTF
232b67d9
NS
563#endif
564
414d23ae 565
ad6717df
PB
566/* Define to 1 if we found a declaration for 'strsignal', otherwise define to
567 0. */
232b67d9 568#ifndef USED_FOR_TARGET
a6a5e4c9 569#undef HAVE_DECL_STRSIGNAL
232b67d9
NS
570#endif
571
75b6f3fd 572
ad6717df
PB
573/* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
574 */
232b67d9 575#ifndef USED_FOR_TARGET
a6a5e4c9 576#undef HAVE_DECL_STRSTR
232b67d9
NS
577#endif
578
414d23ae 579
ed5b9f96
GK
580/* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
581 0. */
582#ifndef USED_FOR_TARGET
583#undef HAVE_DECL_STRVERSCMP
584#endif
585
586
ad6717df
PB
587/* Define to 1 if we found a declaration for 'times', otherwise define to 0.
588 */
232b67d9 589#ifndef USED_FOR_TARGET
a6a5e4c9 590#undef HAVE_DECL_TIMES
232b67d9
NS
591#endif
592
414d23ae 593
ad6717df
PB
594/* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
595 0. */
232b67d9 596#ifndef USED_FOR_TARGET
a6a5e4c9 597#undef HAVE_DECL_VASPRINTF
232b67d9
NS
598#endif
599
414d23ae 600
367e8319
EB
601/* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
602 0. */
232b67d9 603#ifndef USED_FOR_TARGET
367e8319 604#undef HAVE_DECL_VSNPRINTF
232b67d9
NS
605#endif
606
367e8319 607
a6a5e4c9 608/* Define to 1 if you have the <direct.h> header file. */
232b67d9 609#ifndef USED_FOR_TARGET
a6a5e4c9 610#undef HAVE_DIRECT_H
232b67d9
NS
611#endif
612
414d23ae 613
a6a5e4c9 614/* Define to 1 if you have the <fcntl.h> header file. */
232b67d9 615#ifndef USED_FOR_TARGET
a6a5e4c9 616#undef HAVE_FCNTL_H
232b67d9
NS
617#endif
618
119d24d1 619
0d667716 620/* Define to 1 if you have the `feof_unlocked' function. */
232b67d9 621#ifndef USED_FOR_TARGET
0d667716 622#undef HAVE_FEOF_UNLOCKED
232b67d9
NS
623#endif
624
0d667716
KG
625
626/* Define to 1 if you have the `ferror_unlocked' function. */
232b67d9 627#ifndef USED_FOR_TARGET
0d667716 628#undef HAVE_FERROR_UNLOCKED
232b67d9
NS
629#endif
630
0d667716
KG
631
632/* Define to 1 if you have the `fflush_unlocked' function. */
232b67d9 633#ifndef USED_FOR_TARGET
0d667716 634#undef HAVE_FFLUSH_UNLOCKED
232b67d9
NS
635#endif
636
0d667716
KG
637
638/* Define to 1 if you have the `fgetc_unlocked' function. */
232b67d9 639#ifndef USED_FOR_TARGET
0d667716 640#undef HAVE_FGETC_UNLOCKED
232b67d9
NS
641#endif
642
0d667716
KG
643
644/* Define to 1 if you have the `fgets_unlocked' function. */
232b67d9 645#ifndef USED_FOR_TARGET
0d667716 646#undef HAVE_FGETS_UNLOCKED
232b67d9
NS
647#endif
648
0d667716
KG
649
650/* Define to 1 if you have the `fileno_unlocked' function. */
232b67d9 651#ifndef USED_FOR_TARGET
0d667716 652#undef HAVE_FILENO_UNLOCKED
232b67d9
NS
653#endif
654
0d667716 655
a6a5e4c9 656/* Define to 1 if you have the `fork' function. */
232b67d9 657#ifndef USED_FOR_TARGET
a6a5e4c9 658#undef HAVE_FORK
232b67d9
NS
659#endif
660
119d24d1 661
a6a5e4c9 662/* Define to 1 if you have the `fprintf_unlocked' function. */
232b67d9 663#ifndef USED_FOR_TARGET
a6a5e4c9 664#undef HAVE_FPRINTF_UNLOCKED
232b67d9
NS
665#endif
666
119d24d1 667
a6a5e4c9 668/* Define to 1 if you have the `fputc_unlocked' function. */
232b67d9 669#ifndef USED_FOR_TARGET
a6a5e4c9 670#undef HAVE_FPUTC_UNLOCKED
232b67d9
NS
671#endif
672
4c76f856 673
a6a5e4c9 674/* Define to 1 if you have the `fputs_unlocked' function. */
232b67d9 675#ifndef USED_FOR_TARGET
a6a5e4c9 676#undef HAVE_FPUTS_UNLOCKED
232b67d9
NS
677#endif
678
119d24d1 679
0d667716 680/* Define to 1 if you have the `fread_unlocked' function. */
232b67d9 681#ifndef USED_FOR_TARGET
0d667716 682#undef HAVE_FREAD_UNLOCKED
232b67d9
NS
683#endif
684
0d667716 685
a6a5e4c9 686/* Define to 1 if you have the `fwrite_unlocked' function. */
232b67d9 687#ifndef USED_FOR_TARGET
a6a5e4c9 688#undef HAVE_FWRITE_UNLOCKED
232b67d9
NS
689#endif
690
119d24d1 691
a6a5e4c9 692/* Define if your assembler supports .balign and .p2align. */
232b67d9 693#ifndef USED_FOR_TARGET
a6a5e4c9 694#undef HAVE_GAS_BALIGN_AND_P2ALIGN
232b67d9
NS
695#endif
696
5dfa45d0 697
a6a5e4c9 698/* Define if your assembler uses the new HImode fild and fist notation. */
232b67d9 699#ifndef USED_FOR_TARGET
a6a5e4c9 700#undef HAVE_GAS_FILDS_FISTS
232b67d9
NS
701#endif
702
414d23ae 703
a6a5e4c9
KC
704/* Define if your assembler and linker support .hidden. */
705#undef HAVE_GAS_HIDDEN
a207b594 706
a6a5e4c9
KC
707/* Define if your assembler supports specifying the maximum number of bytes to
708 skip when using the GAS .p2align command. */
232b67d9 709#ifndef USED_FOR_TARGET
a6a5e4c9 710#undef HAVE_GAS_MAX_SKIP_P2ALIGN
232b67d9
NS
711#endif
712
14011ca4 713
e41f3691 714/* Define if your assembler supports .nsubspa comdat option. */
232b67d9 715#ifndef USED_FOR_TARGET
e41f3691 716#undef HAVE_GAS_NSUBSPA_COMDAT
232b67d9
NS
717#endif
718
e41f3691 719
d38bc601
BF
720/* Define if your assembler and linker support 32-bit section relative relocs
721 via '.secrel32 label'. */
232b67d9 722#ifndef USED_FOR_TARGET
d38bc601 723#undef HAVE_GAS_PE_SECREL32_RELOC
232b67d9
NS
724#endif
725
d38bc601 726
a6a5e4c9
KC
727/* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
728 */
232b67d9 729#ifndef USED_FOR_TARGET
a6a5e4c9 730#undef HAVE_GAS_SHF_MERGE
232b67d9
NS
731#endif
732
439a7e54 733
a6a5e4c9
KC
734/* Define if your assembler supports .subsection and .subsection -1 starts
735 emitting at the beginning of your section. */
232b67d9 736#ifndef USED_FOR_TARGET
a6a5e4c9 737#undef HAVE_GAS_SUBSECTION_ORDERING
232b67d9
NS
738#endif
739
75e93faa 740
a6a5e4c9 741/* Define if your assembler supports .weak. */
232b67d9 742#ifndef USED_FOR_TARGET
a6a5e4c9 743#undef HAVE_GAS_WEAK
232b67d9
NS
744#endif
745
827ae6cf 746
a0203ca7
AO
747/* Define if your assembler supports .weakref. */
748#ifndef USED_FOR_TARGET
749#undef HAVE_GAS_WEAKREF
750#endif
751
752
0d667716 753/* Define to 1 if you have the `getchar_unlocked' function. */
232b67d9 754#ifndef USED_FOR_TARGET
0d667716 755#undef HAVE_GETCHAR_UNLOCKED
232b67d9
NS
756#endif
757
0d667716
KG
758
759/* Define to 1 if you have the `getc_unlocked' function. */
232b67d9 760#ifndef USED_FOR_TARGET
0d667716 761#undef HAVE_GETC_UNLOCKED
232b67d9
NS
762#endif
763
0d667716 764
a6a5e4c9 765/* Define to 1 if you have the `getrlimit' function. */
232b67d9 766#ifndef USED_FOR_TARGET
a6a5e4c9 767#undef HAVE_GETRLIMIT
232b67d9
NS
768#endif
769
91029a29 770
a6a5e4c9 771/* Define to 1 if you have the `getrusage' function. */
232b67d9 772#ifndef USED_FOR_TARGET
a6a5e4c9 773#undef HAVE_GETRUSAGE
232b67d9
NS
774#endif
775
75e93faa 776
a6a5e4c9 777/* Define to 1 if you have the `gettimeofday' function. */
232b67d9 778#ifndef USED_FOR_TARGET
a6a5e4c9 779#undef HAVE_GETTIMEOFDAY
232b67d9
NS
780#endif
781
4977bab6 782
a6a5e4c9 783/* Define if you have the iconv() function. */
232b67d9 784#ifndef USED_FOR_TARGET
a6a5e4c9 785#undef HAVE_ICONV
232b67d9
NS
786#endif
787
84c041a1 788
a6a5e4c9 789/* Define to 1 if you have the <iconv.h> header file. */
232b67d9 790#ifndef USED_FOR_TARGET
a6a5e4c9 791#undef HAVE_ICONV_H
232b67d9
NS
792#endif
793
a6a5e4c9
KC
794
795/* Define .init_array/.fini_array sections are available and working. */
232b67d9 796#ifndef USED_FOR_TARGET
a6a5e4c9 797#undef HAVE_INITFINI_ARRAY
232b67d9
NS
798#endif
799
4977bab6 800
91029a29 801/* Define if you have a working <inttypes.h> header file. */
232b67d9 802#ifndef USED_FOR_TARGET
91029a29 803#undef HAVE_INTTYPES_H
232b67d9
NS
804#endif
805
91029a29 806
a6a5e4c9 807/* Define to 1 if you have the `kill' function. */
232b67d9 808#ifndef USED_FOR_TARGET
a6a5e4c9 809#undef HAVE_KILL
232b67d9
NS
810#endif
811
39f6c4c8 812
a03ea89b 813/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
232b67d9 814#ifndef USED_FOR_TARGET
a03ea89b 815#undef HAVE_LANGINFO_CODESET
232b67d9
NS
816#endif
817
a03ea89b 818
a6a5e4c9 819/* Define to 1 if you have the <langinfo.h> header file. */
232b67d9 820#ifndef USED_FOR_TARGET
a6a5e4c9 821#undef HAVE_LANGINFO_H
232b67d9
NS
822#endif
823
8ada417f 824
a6a5e4c9 825/* Define if your <locale.h> file defines LC_MESSAGES. */
232b67d9 826#ifndef USED_FOR_TARGET
a6a5e4c9 827#undef HAVE_LC_MESSAGES
232b67d9
NS
828#endif
829
91029a29 830
a6a5e4c9 831/* Define to 1 if you have the <ldfcn.h> header file. */
232b67d9 832#ifndef USED_FOR_TARGET
a6a5e4c9 833#undef HAVE_LDFCN_H
232b67d9
NS
834#endif
835
1072ec3f 836
765f1bf9 837/* Define if your linker supports --as-needed and --no-as-needed options. */
232b67d9 838#ifndef USED_FOR_TARGET
765f1bf9 839#undef HAVE_LD_AS_NEEDED
232b67d9
NS
840#endif
841
765f1bf9 842
d594623a 843/* Define if your linker supports --demangle option. */
232b67d9 844#ifndef USED_FOR_TARGET
d594623a 845#undef HAVE_LD_DEMANGLE
232b67d9
NS
846#endif
847
d594623a 848
a6a5e4c9
KC
849/* Define if your linker supports --eh-frame-hdr option. */
850#undef HAVE_LD_EH_FRAME_HDR
825b6926 851
85b776df 852/* Define if your PowerPC64 linker only needs function descriptor syms. */
232b67d9 853#ifndef USED_FOR_TARGET
85b776df 854#undef HAVE_LD_NO_DOT_SYMS
232b67d9
NS
855#endif
856
85b776df 857
a6a5e4c9 858/* Define if your linker supports -pie option. */
232b67d9 859#ifndef USED_FOR_TARGET
a6a5e4c9 860#undef HAVE_LD_PIE
232b67d9
NS
861#endif
862
4acab94b 863
a6a5e4c9
KC
864/* Define if your linker links a mix of read-only and read-write sections into
865 a read-write section. */
232b67d9 866#ifndef USED_FOR_TARGET
a6a5e4c9 867#undef HAVE_LD_RO_RW_SECTION_MIXING
232b67d9
NS
868#endif
869
f91abfce 870
7e9d8517 871/* Define if your linker supports -Bstatic/-Bdynamic option. */
232b67d9 872#ifndef USED_FOR_TARGET
7e9d8517 873#undef HAVE_LD_STATIC_DYNAMIC
232b67d9
NS
874#endif
875
7e9d8517 876
380e5ca4 877/* Define if your linker supports --sysroot. */
232b67d9 878#ifndef USED_FOR_TARGET
380e5ca4 879#undef HAVE_LD_SYSROOT
232b67d9
NS
880#endif
881
380e5ca4 882
a6a5e4c9 883/* Define to 1 if you have the <limits.h> header file. */
232b67d9 884#ifndef USED_FOR_TARGET
a6a5e4c9 885#undef HAVE_LIMITS_H
232b67d9
NS
886#endif
887
f91abfce 888
a6a5e4c9 889/* Define to 1 if you have the <locale.h> header file. */
232b67d9 890#ifndef USED_FOR_TARGET
a6a5e4c9 891#undef HAVE_LOCALE_H
232b67d9
NS
892#endif
893
56694dd9 894
5ec1c5e6 895/* Define to 1 if the system has the type `long long'. */
232b67d9 896#ifndef USED_FOR_TARGET
a6a5e4c9 897#undef HAVE_LONG_LONG
232b67d9
NS
898#endif
899
86cf1cbd 900
a6a5e4c9 901/* Define to 1 if you have the <malloc.h> header file. */
232b67d9 902#ifndef USED_FOR_TARGET
a6a5e4c9 903#undef HAVE_MALLOC_H
232b67d9
NS
904#endif
905
86cf1cbd 906
a6a5e4c9 907/* Define to 1 if you have the `mbstowcs' function. */
232b67d9 908#ifndef USED_FOR_TARGET
a6a5e4c9 909#undef HAVE_MBSTOWCS
232b67d9
NS
910#endif
911
86cf1cbd 912
a6a5e4c9 913/* Define if valgrind's memcheck.h header is installed. */
232b67d9 914#ifndef USED_FOR_TARGET
a6a5e4c9 915#undef HAVE_MEMCHECK_H
232b67d9
NS
916#endif
917
86cf1cbd 918
a6a5e4c9 919/* Define to 1 if you have the <memory.h> header file. */
232b67d9 920#ifndef USED_FOR_TARGET
a6a5e4c9 921#undef HAVE_MEMORY_H
232b67d9
NS
922#endif
923
86cf1cbd 924
a6a5e4c9 925/* Define to 1 if you have the `mincore' function. */
232b67d9 926#ifndef USED_FOR_TARGET
a6a5e4c9 927#undef HAVE_MINCORE
232b67d9
NS
928#endif
929
86cf1cbd 930
a6a5e4c9 931/* Define to 1 if you have the `mmap' function. */
232b67d9 932#ifndef USED_FOR_TARGET
a6a5e4c9 933#undef HAVE_MMAP
232b67d9
NS
934#endif
935
86cf1cbd 936
a6a5e4c9 937/* Define if mmap with MAP_ANON(YMOUS) works. */
232b67d9 938#ifndef USED_FOR_TARGET
a6a5e4c9 939#undef HAVE_MMAP_ANON
232b67d9
NS
940#endif
941
86cf1cbd 942
a6a5e4c9 943/* Define if mmap of /dev/zero works. */
232b67d9 944#ifndef USED_FOR_TARGET
a6a5e4c9 945#undef HAVE_MMAP_DEV_ZERO
232b67d9
NS
946#endif
947
86cf1cbd 948
a6a5e4c9 949/* Define if read-only mmap of a plain file works. */
232b67d9 950#ifndef USED_FOR_TARGET
a6a5e4c9 951#undef HAVE_MMAP_FILE
232b67d9
NS
952#endif
953
86cf1cbd 954
a6a5e4c9 955/* Define to 1 if you have the `nl_langinfo' function. */
232b67d9 956#ifndef USED_FOR_TARGET
a6a5e4c9 957#undef HAVE_NL_LANGINFO
232b67d9
NS
958#endif
959
3b681e9d 960
0d667716 961/* Define to 1 if you have the `putchar_unlocked' function. */
232b67d9 962#ifndef USED_FOR_TARGET
0d667716 963#undef HAVE_PUTCHAR_UNLOCKED
232b67d9
NS
964#endif
965
0d667716 966
a6a5e4c9 967/* Define to 1 if you have the `putc_unlocked' function. */
232b67d9 968#ifndef USED_FOR_TARGET
a6a5e4c9 969#undef HAVE_PUTC_UNLOCKED
232b67d9
NS
970#endif
971
86cf1cbd 972
a6a5e4c9 973/* Define to 1 if you have the `scandir' function. */
232b67d9 974#ifndef USED_FOR_TARGET
a6a5e4c9 975#undef HAVE_SCANDIR
232b67d9
NS
976#endif
977
6c889b67 978
a6a5e4c9 979/* Define to 1 if you have the `setlocale' function. */
232b67d9 980#ifndef USED_FOR_TARGET
a6a5e4c9 981#undef HAVE_SETLOCALE
232b67d9
NS
982#endif
983
236ce4b2 984
a6a5e4c9 985/* Define to 1 if you have the `setrlimit' function. */
232b67d9 986#ifndef USED_FOR_TARGET
a6a5e4c9 987#undef HAVE_SETRLIMIT
232b67d9
NS
988#endif
989
a7475ab1 990
a6a5e4c9 991/* Define to 1 if you have the <stddef.h> header file. */
232b67d9 992#ifndef USED_FOR_TARGET
a6a5e4c9 993#undef HAVE_STDDEF_H
232b67d9
NS
994#endif
995
86cf1cbd 996
a6a5e4c9 997/* Define to 1 if you have the <stdint.h> header file. */
232b67d9 998#ifndef USED_FOR_TARGET
a6a5e4c9 999#undef HAVE_STDINT_H
232b67d9
NS
1000#endif
1001
86cf1cbd 1002
a6a5e4c9 1003/* Define to 1 if you have the <stdlib.h> header file. */
232b67d9 1004#ifndef USED_FOR_TARGET
a6a5e4c9 1005#undef HAVE_STDLIB_H
232b67d9
NS
1006#endif
1007
86cf1cbd 1008
a6a5e4c9 1009/* Define to 1 if you have the <strings.h> header file. */
232b67d9 1010#ifndef USED_FOR_TARGET
a6a5e4c9 1011#undef HAVE_STRINGS_H
232b67d9
NS
1012#endif
1013
86cf1cbd 1014
a6a5e4c9 1015/* Define to 1 if you have the <string.h> header file. */
232b67d9 1016#ifndef USED_FOR_TARGET
a6a5e4c9 1017#undef HAVE_STRING_H
232b67d9
NS
1018#endif
1019
86cf1cbd 1020
a6a5e4c9 1021/* Define to 1 if you have the `strsignal' function. */
232b67d9 1022#ifndef USED_FOR_TARGET
a6a5e4c9 1023#undef HAVE_STRSIGNAL
232b67d9
NS
1024#endif
1025
c1800ec8 1026
a6a5e4c9 1027/* Define if <sys/times.h> defines struct tms. */
232b67d9 1028#ifndef USED_FOR_TARGET
a6a5e4c9 1029#undef HAVE_STRUCT_TMS
232b67d9
NS
1030#endif
1031
f31e826b 1032
a6a5e4c9 1033/* Define to 1 if you have the `sysconf' function. */
232b67d9 1034#ifndef USED_FOR_TARGET
a6a5e4c9 1035#undef HAVE_SYSCONF
232b67d9
NS
1036#endif
1037
f31e826b 1038
a6a5e4c9 1039/* Define to 1 if you have the <sys/file.h> header file. */
232b67d9 1040#ifndef USED_FOR_TARGET
a6a5e4c9 1041#undef HAVE_SYS_FILE_H
232b67d9
NS
1042#endif
1043
86cf1cbd 1044
a6a5e4c9 1045/* Define to 1 if you have the <sys/mman.h> header file. */
232b67d9 1046#ifndef USED_FOR_TARGET
a6a5e4c9 1047#undef HAVE_SYS_MMAN_H
232b67d9
NS
1048#endif
1049
cb49b9ad 1050
a6a5e4c9 1051/* Define to 1 if you have the <sys/param.h> header file. */
232b67d9 1052#ifndef USED_FOR_TARGET
a6a5e4c9 1053#undef HAVE_SYS_PARAM_H
232b67d9
NS
1054#endif
1055
351df804 1056
a6a5e4c9 1057/* Define to 1 if you have the <sys/resource.h> header file. */
232b67d9 1058#ifndef USED_FOR_TARGET
a6a5e4c9 1059#undef HAVE_SYS_RESOURCE_H
232b67d9
NS
1060#endif
1061
c1800ec8 1062
a6a5e4c9 1063/* Define to 1 if you have the <sys/stat.h> header file. */
232b67d9 1064#ifndef USED_FOR_TARGET
a6a5e4c9 1065#undef HAVE_SYS_STAT_H
232b67d9
NS
1066#endif
1067
c1800ec8 1068
a6a5e4c9 1069/* Define to 1 if you have the <sys/times.h> header file. */
232b67d9 1070#ifndef USED_FOR_TARGET
a6a5e4c9 1071#undef HAVE_SYS_TIMES_H
232b67d9
NS
1072#endif
1073
a6a5e4c9
KC
1074
1075/* Define to 1 if you have the <sys/time.h> header file. */
232b67d9 1076#ifndef USED_FOR_TARGET
a6a5e4c9 1077#undef HAVE_SYS_TIME_H
232b67d9
NS
1078#endif
1079
a6a5e4c9
KC
1080
1081/* Define to 1 if you have the <sys/types.h> header file. */
232b67d9 1082#ifndef USED_FOR_TARGET
a6a5e4c9 1083#undef HAVE_SYS_TYPES_H
232b67d9
NS
1084#endif
1085
a6a5e4c9
KC
1086
1087/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
232b67d9 1088#ifndef USED_FOR_TARGET
a6a5e4c9 1089#undef HAVE_SYS_WAIT_H
232b67d9
NS
1090#endif
1091
a6a5e4c9
KC
1092
1093/* Define to 1 if you have the `times' function. */
232b67d9 1094#ifndef USED_FOR_TARGET
a6a5e4c9 1095#undef HAVE_TIMES
232b67d9
NS
1096#endif
1097
a6a5e4c9
KC
1098
1099/* Define to 1 if you have the <time.h> header file. */
232b67d9 1100#ifndef USED_FOR_TARGET
a6a5e4c9 1101#undef HAVE_TIME_H
232b67d9
NS
1102#endif
1103
c1800ec8 1104
a6a5e4c9 1105/* Define to 1 if you have the <unistd.h> header file. */
232b67d9 1106#ifndef USED_FOR_TARGET
a6a5e4c9 1107#undef HAVE_UNISTD_H
232b67d9
NS
1108#endif
1109
07cf4226 1110
a6a5e4c9 1111/* Define if valgrind's valgrind/memcheck.h header is installed. */
232b67d9 1112#ifndef USED_FOR_TARGET
a6a5e4c9 1113#undef HAVE_VALGRIND_MEMCHECK_H
232b67d9
NS
1114#endif
1115
91029a29 1116
a6a5e4c9 1117/* Define to 1 if you have the `vfork' function. */
232b67d9 1118#ifndef USED_FOR_TARGET
a6a5e4c9 1119#undef HAVE_VFORK
232b67d9
NS
1120#endif
1121
4977bab6 1122
a6a5e4c9 1123/* Define to 1 if you have the <vfork.h> header file. */
232b67d9 1124#ifndef USED_FOR_TARGET
a6a5e4c9 1125#undef HAVE_VFORK_H
232b67d9
NS
1126#endif
1127
4977bab6 1128
a6a5e4c9 1129/* Define to 1 if you have the <wchar.h> header file. */
232b67d9 1130#ifndef USED_FOR_TARGET
a6a5e4c9 1131#undef HAVE_WCHAR_H
232b67d9
NS
1132#endif
1133
4977bab6 1134
a6a5e4c9 1135/* Define to 1 if you have the `wcswidth' function. */
232b67d9 1136#ifndef USED_FOR_TARGET
a6a5e4c9 1137#undef HAVE_WCSWIDTH
232b67d9
NS
1138#endif
1139
1072ec3f 1140
a6a5e4c9 1141/* Define to 1 if `fork' works. */
232b67d9 1142#ifndef USED_FOR_TARGET
a6a5e4c9 1143#undef HAVE_WORKING_FORK
232b67d9
NS
1144#endif
1145
a5381466 1146
a6a5e4c9
KC
1147/* Define this macro if mbstowcs does not crash when its first argument is
1148 NULL. */
232b67d9 1149#ifndef USED_FOR_TARGET
a6a5e4c9 1150#undef HAVE_WORKING_MBSTOWCS
232b67d9
NS
1151#endif
1152
71a94577 1153
a6a5e4c9 1154/* Define to 1 if `vfork' works. */
232b67d9 1155#ifndef USED_FOR_TARGET
a6a5e4c9 1156#undef HAVE_WORKING_VFORK
232b67d9
NS
1157#endif
1158
91029a29 1159
5ec1c5e6 1160/* Define to 1 if the system has the type `__int64'. */
232b67d9 1161#ifndef USED_FOR_TARGET
a6a5e4c9 1162#undef HAVE___INT64
232b67d9
NS
1163#endif
1164
8ada417f 1165
a6a5e4c9 1166/* Define as const if the declaration of iconv() needs const. */
232b67d9 1167#ifndef USED_FOR_TARGET
a6a5e4c9 1168#undef ICONV_CONST
232b67d9
NS
1169#endif
1170
91029a29 1171
a6a5e4c9 1172/* Define if host mkdir takes a single argument. */
232b67d9 1173#ifndef USED_FOR_TARGET
a6a5e4c9 1174#undef MKDIR_TAKES_ONE_ARG
232b67d9
NS
1175#endif
1176
91029a29 1177
a6a5e4c9 1178/* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
232b67d9 1179#ifndef USED_FOR_TARGET
a6a5e4c9 1180#undef NEED_64BIT_HOST_WIDE_INT
232b67d9
NS
1181#endif
1182
91029a29 1183
a6a5e4c9 1184/* Define to 1 if your C compiler doesn't accept -c and -o together. */
232b67d9 1185#ifndef USED_FOR_TARGET
a6a5e4c9 1186#undef NO_MINUS_C_MINUS_O
232b67d9
NS
1187#endif
1188
b7460f24 1189
a6a5e4c9 1190/* Define to the address where bug reports for this package should be sent. */
232b67d9 1191#ifndef USED_FOR_TARGET
a6a5e4c9 1192#undef PACKAGE_BUGREPORT
232b67d9
NS
1193#endif
1194
c64688ae 1195
a6a5e4c9 1196/* Define to the full name of this package. */
232b67d9 1197#ifndef USED_FOR_TARGET
a6a5e4c9 1198#undef PACKAGE_NAME
232b67d9
NS
1199#endif
1200
201556f0 1201
a6a5e4c9 1202/* Define to the full name and version of this package. */
232b67d9 1203#ifndef USED_FOR_TARGET
a6a5e4c9 1204#undef PACKAGE_STRING
232b67d9
NS
1205#endif
1206
f996902d 1207
a6a5e4c9 1208/* Define to the one symbol short name of this package. */
232b67d9 1209#ifndef USED_FOR_TARGET
a6a5e4c9 1210#undef PACKAGE_TARNAME
232b67d9
NS
1211#endif
1212
3a37b08e 1213
a6a5e4c9 1214/* Define to the version of this package. */
232b67d9 1215#ifndef USED_FOR_TARGET
a6a5e4c9 1216#undef PACKAGE_VERSION
232b67d9
NS
1217#endif
1218
91029a29 1219
a6a5e4c9 1220/* Define to PREFIX/include if cpp should also search that directory. */
232b67d9 1221#ifndef USED_FOR_TARGET
a6a5e4c9 1222#undef PREFIX_INCLUDE_DIR
232b67d9
NS
1223#endif
1224
e95b1e6a 1225
bf3b7cd3 1226/* The size of a `int', as computed by sizeof. */
232b67d9 1227#ifndef USED_FOR_TARGET
a6a5e4c9 1228#undef SIZEOF_INT
232b67d9
NS
1229#endif
1230
17e9e88c 1231
bf3b7cd3 1232/* The size of a `long', as computed by sizeof. */
232b67d9 1233#ifndef USED_FOR_TARGET
a6a5e4c9 1234#undef SIZEOF_LONG
232b67d9
NS
1235#endif
1236
cf7b8b0d 1237
bf3b7cd3 1238/* The size of a `long long', as computed by sizeof. */
232b67d9 1239#ifndef USED_FOR_TARGET
a6a5e4c9 1240#undef SIZEOF_LONG_LONG
232b67d9
NS
1241#endif
1242
91029a29 1243
bf3b7cd3 1244/* The size of a `short', as computed by sizeof. */
232b67d9 1245#ifndef USED_FOR_TARGET
a6a5e4c9 1246#undef SIZEOF_SHORT
232b67d9
NS
1247#endif
1248
8ada417f 1249
bf3b7cd3 1250/* The size of a `void *', as computed by sizeof. */
232b67d9 1251#ifndef USED_FOR_TARGET
a6a5e4c9 1252#undef SIZEOF_VOID_P
232b67d9
NS
1253#endif
1254
f6f5dff2 1255
bf3b7cd3 1256/* The size of a `__int64', as computed by sizeof. */
232b67d9 1257#ifndef USED_FOR_TARGET
a6a5e4c9 1258#undef SIZEOF___INT64
232b67d9
NS
1259#endif
1260
f88c65f7 1261
a6a5e4c9 1262/* Define to 1 if you have the ANSI C header files. */
232b67d9 1263#ifndef USED_FOR_TARGET
a6a5e4c9 1264#undef STDC_HEADERS
232b67d9
NS
1265#endif
1266
ef1ecf87 1267
a6a5e4c9 1268/* Define if you can safely include both <string.h> and <strings.h>. */
232b67d9 1269#ifndef USED_FOR_TARGET
a6a5e4c9 1270#undef STRING_WITH_STRINGS
232b67d9
NS
1271#endif
1272
2c4a9cff 1273
77008252
JJ
1274/* Define if your target C library provides stack protector support */
1275#ifndef USED_FOR_TARGET
1276#undef TARGET_LIBC_PROVIDES_SSP
1277#endif
1278
1279
a6a5e4c9 1280/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
232b67d9 1281#ifndef USED_FOR_TARGET
a6a5e4c9 1282#undef TIME_WITH_SYS_TIME
232b67d9
NS
1283#endif
1284
9d147085 1285
a6a5e4c9 1286/* Define if your assembler mis-optimizes .eh_frame data. */
232b67d9 1287#ifndef USED_FOR_TARGET
a6a5e4c9 1288#undef USE_AS_TRADITIONAL_FORMAT
232b67d9
NS
1289#endif
1290
5f0e9ea2 1291
99fa8911
AP
1292/* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
1293 still efficiently supported by the host hardware. */
232b67d9 1294#ifndef USED_FOR_TARGET
99fa8911 1295#undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
232b67d9
NS
1296#endif
1297
99fa8911 1298
74ee1642 1299/* Define if location_t is fileline integer cookie. */
232b67d9 1300#ifndef USED_FOR_TARGET
74ee1642 1301#undef USE_MAPPED_LOCATION
232b67d9
NS
1302#endif
1303
74ee1642 1304
a1286ef5
ZW
1305/* Define to be the last component of the Windows registry key under which to
1306 look for installation paths. The full key used will be
1307 HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
1308 The default is the GCC version number. */
232b67d9 1309#ifndef USED_FOR_TARGET
a6a5e4c9 1310#undef WIN32_REGISTRY_KEY
232b67d9
NS
1311#endif
1312
96d0f4dc 1313
9791c75c
KC
1314/* Define to 1 if your processor stores words with the most significant byte
1315 first (like Motorola and SPARC, unlike Intel and VAX). */
232b67d9 1316#ifndef USED_FOR_TARGET
a6a5e4c9 1317#undef WORDS_BIGENDIAN
232b67d9
NS
1318#endif
1319
275b60d6 1320
a6a5e4c9 1321/* Always define this when using the GNU C Library */
232b67d9 1322#ifndef USED_FOR_TARGET
a6a5e4c9 1323#undef _GNU_SOURCE
232b67d9
NS
1324#endif
1325
24a4dd31 1326
a6a5e4c9 1327/* Define to `int' if <sys/types.h> doesn't define. */
232b67d9 1328#ifndef USED_FOR_TARGET
a6a5e4c9 1329#undef gid_t
232b67d9
NS
1330#endif
1331
a6a5e4c9 1332
86da66b5
HPN
1333/* Define to `__inline__' or `__inline' if that's what the C compiler
1334 calls it, or to nothing if 'inline' is not supported under any name. */
1335#ifndef __cplusplus
a6a5e4c9 1336#undef inline
86da66b5 1337#endif
a6a5e4c9
KC
1338
1339/* Define to `int' if <sys/types.h> does not define. */
232b67d9 1340#ifndef USED_FOR_TARGET
a6a5e4c9 1341#undef pid_t
232b67d9
NS
1342#endif
1343
475c267f 1344
a6a5e4c9 1345/* Define to \`long' if <sys/resource.h> doesn't define. */
232b67d9 1346#ifndef USED_FOR_TARGET
a6a5e4c9 1347#undef rlim_t
232b67d9
NS
1348#endif
1349
a6a5e4c9
KC
1350
1351/* Define to `int' if <sys/types.h> does not define. */
232b67d9 1352#ifndef USED_FOR_TARGET
a6a5e4c9 1353#undef ssize_t
232b67d9
NS
1354#endif
1355
a6a5e4c9
KC
1356
1357/* Define to `int' if <sys/types.h> doesn't define. */
232b67d9 1358#ifndef USED_FOR_TARGET
a6a5e4c9 1359#undef uid_t
232b67d9
NS
1360#endif
1361
a6a5e4c9
KC
1362
1363/* Define as `fork' if `vfork' does not work. */
232b67d9 1364#ifndef USED_FOR_TARGET
a6a5e4c9 1365#undef vfork
232b67d9
NS
1366#endif
1367
This page took 1.641756 seconds and 5 git commands to generate.