]> gcc.gnu.org Git - gcc.git/blame - gcc/config.in
Daily bump.
[gcc.git] / gcc / config.in
CommitLineData
a6a5e4c9 1/* config.in. Generated from configure.ac by autoheader. */
71a94577 2
5213506e
RW
3/* Define if building universal (internal helper macro) */
4#ifndef USED_FOR_TARGET
5#undef AC_APPLE_UNIVERSAL_BUILD
6#endif
7
8
236ec2d7 9/* Define as the number of bits in a byte, if `limits.h' doesn't. */
232b67d9 10#ifndef USED_FOR_TARGET
a6a5e4c9 11#undef CHAR_BIT
232b67d9
NS
12#endif
13
e256b8b6 14
a6a5e4c9 15/* Define 0/1 to force the choice for exception handling model. */
232b67d9 16#ifndef USED_FOR_TARGET
a6a5e4c9 17#undef CONFIG_SJLJ_EXCEPTIONS
232b67d9
NS
18#endif
19
e9831ca0 20
a6a5e4c9 21/* Define to enable the use of a default assembler. */
232b67d9 22#ifndef USED_FOR_TARGET
a6a5e4c9 23#undef DEFAULT_ASSEMBLER
232b67d9
NS
24#endif
25
c375c43b 26
a6a5e4c9 27/* Define to enable the use of a default linker. */
232b67d9 28#ifndef USED_FOR_TARGET
a6a5e4c9 29#undef DEFAULT_LINKER
232b67d9
NS
30#endif
31
ab87f8c8 32
a6a5e4c9
KC
33/* Define if you want to use __cxa_atexit, rather than atexit, to register C++
34 destructors for local statics and global objects. This is essential for
35 fully standards-compliant handling of destructors, but requires
36 __cxa_atexit in libc. */
232b67d9 37#ifndef USED_FOR_TARGET
a6a5e4c9 38#undef DEFAULT_USE_CXA_ATEXIT
232b67d9
NS
39#endif
40
3ec83fc2 41
06c37c96 42/* Define if you want assertions enabled. This is a cheap check. */
232b67d9 43#ifndef USED_FOR_TARGET
06c37c96 44#undef ENABLE_ASSERT_CHECKING
232b67d9
NS
45#endif
46
06c37c96 47
a6a5e4c9
KC
48/* Define if you want more run-time sanity checks. This one gets a grab bag of
49 miscellaneous but relatively cheap checks. */
232b67d9 50#ifndef USED_FOR_TARGET
a6a5e4c9 51#undef ENABLE_CHECKING
232b67d9
NS
52#endif
53
c375c43b 54
3089f8b5
PB
55/* Define to 1 to specify that we are using the BID decimal floating point
56 format instead of DPD */
57#ifndef USED_FOR_TARGET
58#undef ENABLE_DECIMAL_BID_FORMAT
59#endif
60
61
486aa804
BE
62/* Define to 1 to enable decimal float extension to C. */
63#ifndef USED_FOR_TARGET
64#undef ENABLE_DECIMAL_FLOAT
65#endif
66
67
3089f8b5 68/* Define if you want more run-time sanity checks for dataflow. */
79b87c74 69#ifndef USED_FOR_TARGET
3089f8b5 70#undef ENABLE_DF_CHECKING
79b87c74
MM
71#endif
72
73
ab22c1fa
CF
74/* Define to 1 to enable fixed-point arithmetic extension to C. */
75#ifndef USED_FOR_TARGET
76#undef ENABLE_FIXED_POINT
77#endif
78
79
a6a5e4c9
KC
80/* Define if you want fold checked that it never destructs its argument. This
81 is quite expensive. */
232b67d9 82#ifndef USED_FOR_TARGET
a6a5e4c9 83#undef ENABLE_FOLD_CHECKING
232b67d9
NS
84#endif
85
956d6950 86
a6a5e4c9
KC
87/* Define if you want the garbage collector to operate in maximally paranoid
88 mode, validating the entire heap and collecting garbage at every
89 opportunity. This is extremely expensive. */
232b67d9 90#ifndef USED_FOR_TARGET
a6a5e4c9 91#undef ENABLE_GC_ALWAYS_COLLECT
232b67d9
NS
92#endif
93
956d6950 94
a6a5e4c9
KC
95/* Define if you want the garbage collector to do object poisoning and other
96 memory allocation checks. This is quite expensive. */
232b67d9 97#ifndef USED_FOR_TARGET
a6a5e4c9 98#undef ENABLE_GC_CHECKING
232b67d9
NS
99#endif
100
e256b8b6 101
70b1e376
RW
102/* Define if you want operations on GIMPLE (the basic data structure of the
103 high-level optimizers) to be checked for dynamic type safety at runtime.
104 This is moderately expensive. */
105#ifndef USED_FOR_TARGET
106#undef ENABLE_GIMPLE_CHECKING
107#endif
108
109
cd533689
PP
110/* Define if gcc should always pass --build-id to linker. */
111#ifndef USED_FOR_TARGET
112#undef ENABLE_LD_BUILDID
113#endif
114
115
d7f09764
DN
116/* Define to enable LTO support. */
117#ifndef USED_FOR_TARGET
118#undef ENABLE_LTO
119#endif
120
121
a6a5e4c9
KC
122/* Define to 1 if translation of program messages to the user's native
123 language is requested. */
232b67d9 124#ifndef USED_FOR_TARGET
a6a5e4c9 125#undef ENABLE_NLS
232b67d9
NS
126#endif
127
c375c43b 128
68a607d8
DN
129/* Define to enable plugin support. */
130#ifndef USED_FOR_TARGET
131#undef ENABLE_PLUGIN
132#endif
133
134
a6a5e4c9
KC
135/* Define if you want all operations on RTL (the basic data structure of the
136 optimizer and back end) to be checked for dynamic type safety at runtime.
137 This is quite expensive. */
232b67d9 138#ifndef USED_FOR_TARGET
a6a5e4c9 139#undef ENABLE_RTL_CHECKING
232b67d9
NS
140#endif
141
a15135c9 142
a6a5e4c9
KC
143/* Define if you want RTL flag accesses to be checked against the RTL codes
144 that are supported for each access macro. This is relatively cheap. */
232b67d9 145#ifndef USED_FOR_TARGET
a6a5e4c9 146#undef ENABLE_RTL_FLAG_CHECKING
232b67d9
NS
147#endif
148
0ee31ab1 149
b53ef395
NS
150/* Define if you want runtime assertions enabled. This is a cheap check. */
151#undef ENABLE_RUNTIME_CHECKING
152
a6a5e4c9
KC
153/* Define if you want all operations on trees (the basic data structure of the
154 front ends) to be checked for dynamic type safety at runtime. This is
2af5538b
PB
155 moderately expensive. The tree browser debugging routines will also be
156 enabled by this option. */
232b67d9 157#ifndef USED_FOR_TARGET
a6a5e4c9 158#undef ENABLE_TREE_CHECKING
232b67d9
NS
159#endif
160
0ee31ab1 161
dc60b775
CD
162/* Define if you want all gimple types to be verified after gimplifiation.
163 This is cheap. */
7e98624c
RG
164#ifndef USED_FOR_TARGET
165#undef ENABLE_TYPES_CHECKING
166#endif
167
168
a6a5e4c9
KC
169/* Define if you want to run subprograms and generated programs through
170 valgrind (a memory checker). This is extremely expensive. */
232b67d9 171#ifndef USED_FOR_TARGET
a6a5e4c9 172#undef ENABLE_VALGRIND_CHECKING
232b67d9
NS
173#endif
174
c1800ec8 175
a1286ef5
ZW
176/* Define to 1 if installation paths should be looked up in the Windows
177 Registry. Ignored on non-Windows hosts. */
232b67d9 178#ifndef USED_FOR_TARGET
a6a5e4c9 179#undef ENABLE_WIN32_REGISTRY
232b67d9
NS
180#endif
181
475c267f 182
a6a5e4c9
KC
183/* Define to the name of a file containing a list of extra machine modes for
184 this architecture. */
232b67d9 185#ifndef USED_FOR_TARGET
a6a5e4c9 186#undef EXTRA_MODES_FILE
232b67d9
NS
187#endif
188
3b681e9d 189
a6a5e4c9 190/* Define to enable detailed memory allocation stats gathering. */
232b67d9 191#ifndef USED_FOR_TARGET
a6a5e4c9 192#undef GATHER_STATISTICS
232b67d9
NS
193#endif
194
54953b66 195
08cee789 196/* Define if the zone collector is in use */
232b67d9 197#ifndef USED_FOR_TARGET
08cee789 198#undef GGC_ZONE
232b67d9
NS
199#endif
200
08cee789 201
4f6d8cc8
GK
202/* mcontext_t fields start with __ */
203#ifndef USED_FOR_TARGET
204#undef HAS_MCONTEXT_T_UNDERSCORES
205#endif
206
207
b639c3c2
JJ
208/* Define if your assembler supports cmpb. */
209#ifndef USED_FOR_TARGET
210#undef HAVE_AS_CMPB
211#endif
212
213
47f67e51
PB
214/* Define if your assembler supports the DCI/ICI instructions. */
215#ifndef USED_FOR_TARGET
216#undef HAVE_AS_DCI
217#endif
218
219
c8aea42c
PB
220/* Define if your assembler supports the --debug-prefix-map option. */
221#ifndef USED_FOR_TARGET
222#undef HAVE_AS_DEBUG_PREFIX_MAP
223#endif
224
225
b639c3c2
JJ
226/* Define if your assembler supports DFP instructions. */
227#ifndef USED_FOR_TARGET
228#undef HAVE_AS_DFP
229#endif
230
231
a44380d2
JM
232/* Define if your assembler supports .dtprelword. */
233#ifndef USED_FOR_TARGET
234#undef HAVE_AS_DTPRELWORD
235#endif
236
237
a6a5e4c9
KC
238/* Define if your assembler supports dwarf2 .file/.loc directives, and
239 preserves file table indices exactly as given. */
232b67d9 240#ifndef USED_FOR_TARGET
a6a5e4c9 241#undef HAVE_AS_DWARF2_DEBUG_LINE
232b67d9
NS
242#endif
243
24a184c9 244
a6a5e4c9 245/* Define if your assembler supports explicit relocations. */
232b67d9 246#ifndef USED_FOR_TARGET
a6a5e4c9 247#undef HAVE_AS_EXPLICIT_RELOCS
232b67d9
NS
248#endif
249
03c41c05 250
9719f3b7
DE
251/* Define if your assembler supports fprnd. */
252#ifndef USED_FOR_TARGET
253#undef HAVE_AS_FPRND
254#endif
255
256
a6a5e4c9 257/* Define if your assembler supports the --gdwarf2 option. */
232b67d9 258#ifndef USED_FOR_TARGET
a6a5e4c9 259#undef HAVE_AS_GDWARF2_DEBUG_FLAG
232b67d9
NS
260#endif
261
a37db56b 262
dcb957d9
JM
263/* Define if your assembler supports .gnu_attribute. */
264#ifndef USED_FOR_TARGET
265#undef HAVE_AS_GNU_ATTRIBUTE
266#endif
267
268
a6a5e4c9 269/* Define true if the assembler supports '.long foo@GOTOFF'. */
232b67d9 270#ifndef USED_FOR_TARGET
a6a5e4c9 271#undef HAVE_AS_GOTOFF_IN_DATA
232b67d9
NS
272#endif
273
956d6950 274
a6a5e4c9 275/* Define if your assembler supports the --gstabs option. */
232b67d9 276#ifndef USED_FOR_TARGET
a6a5e4c9 277#undef HAVE_AS_GSTABS_DEBUG_FLAG
232b67d9
NS
278#endif
279
2bd02043 280
a6a5e4c9 281/* Define if your assembler supports the Sun syntax for cmov. */
232b67d9 282#ifndef USED_FOR_TARGET
a6a5e4c9 283#undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
232b67d9
NS
284#endif
285
8eb6a092 286
68b92f78
RS
287/* Define if your assembler supports the subtraction of symbols in different
288 sections. */
289#ifndef USED_FOR_TARGET
290#undef HAVE_AS_IX86_DIFF_SECT_DELTA
291#endif
292
293
b6c03bcd
RS
294/* Define if your assembler supports the ffreep mnemonic. */
295#ifndef USED_FOR_TARGET
296#undef HAVE_AS_IX86_FFREEP
297#endif
298
299
a3a5e3d1
UB
300/* Define if your assembler uses fildq and fistq mnemonics. */
301#ifndef USED_FOR_TARGET
302#undef HAVE_AS_IX86_FILDQ
303#endif
304
305
306/* Define if your assembler uses filds and fists mnemonics. */
307#ifndef USED_FOR_TARGET
308#undef HAVE_AS_IX86_FILDS
309#endif
310
311
38ca3765
UB
312/* Define if your assembler supports the sahf mnemonic. */
313#ifndef USED_FOR_TARGET
314#undef HAVE_AS_IX86_SAHF
315#endif
316
317
bad72d7a
RH
318/* Define if your assembler supports the swap suffix. */
319#ifndef USED_FOR_TARGET
320#undef HAVE_AS_IX86_SWAP
321#endif
322
323
d006f5eb
RH
324/* Define if your assembler supports the lituse_jsrdirect relocation. */
325#ifndef USED_FOR_TARGET
326#undef HAVE_AS_JSRDIRECT_RELOCS
327#endif
328
329
a6a5e4c9 330/* Define if your assembler supports .sleb128 and .uleb128. */
232b67d9 331#ifndef USED_FOR_TARGET
a6a5e4c9 332#undef HAVE_AS_LEB128
232b67d9
NS
333#endif
334
03943c05
AO
335
336/* Define if the assembler won't complain about a line such as # 0 "" 2. */
337#ifndef USED_FOR_TARGET
338#undef HAVE_AS_LINE_ZERO
339#endif
340
1072ec3f 341
a6a5e4c9 342/* Define if your assembler supports ltoffx and ldxmov relocations. */
232b67d9 343#ifndef USED_FOR_TARGET
a6a5e4c9 344#undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
232b67d9
NS
345#endif
346
d21445e7 347
e31bcd1b
JM
348/* Define if your assembler supports LWSYNC instructions. */
349#ifndef USED_FOR_TARGET
350#undef HAVE_AS_LWSYNC
351#endif
352
353
a6a5e4c9 354/* Define if your assembler supports mfcr field. */
232b67d9 355#ifndef USED_FOR_TARGET
a6a5e4c9 356#undef HAVE_AS_MFCRF
232b67d9
NS
357#endif
358
54953b66 359
44cd321e
PS
360/* Define if your assembler supports mffgpr and mftgpr. */
361#ifndef USED_FOR_TARGET
362#undef HAVE_AS_MFPGPR
363#endif
364
365
86da66b5 366/* Define if your assembler supports the -no-mul-bug-abort option. */
232b67d9 367#ifndef USED_FOR_TARGET
86da66b5 368#undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
232b67d9
NS
369#endif
370
86da66b5 371
4551169f
RS
372/* Define if the assembler understands -mno-shared. */
373#ifndef USED_FOR_TARGET
374#undef HAVE_AS_NO_SHARED
375#endif
376
377
a6a5e4c9 378/* Define if your assembler supports offsetable %lo(). */
232b67d9 379#ifndef USED_FOR_TARGET
a6a5e4c9 380#undef HAVE_AS_OFFSETABLE_LO10
232b67d9
NS
381#endif
382
a15135c9 383
e31bcd1b 384/* Define if your assembler supports popcntb field. */
11176d2a 385#ifndef USED_FOR_TARGET
432218ba 386#undef HAVE_AS_POPCNTB
11176d2a
JB
387#endif
388
432218ba 389
e31bcd1b 390/* Define if your assembler supports POPCNTD instructions. */
cacf1ca8
MM
391#ifndef USED_FOR_TARGET
392#undef HAVE_AS_POPCNTD
393#endif
394
cacf1ca8 395
636cf8b1
RS
396/* Define if your assembler supports .ref */
397#ifndef USED_FOR_TARGET
398#undef HAVE_AS_REF
399#endif
400
401
a6a5e4c9 402/* Define if your assembler supports .register. */
232b67d9 403#ifndef USED_FOR_TARGET
a6a5e4c9 404#undef HAVE_AS_REGISTER_PSEUDO_OP
232b67d9
NS
405#endif
406
ab87f8c8 407
7f970b70
AM
408/* Define if your assembler supports R_PPC_REL16 relocs. */
409#ifndef USED_FOR_TARGET
410#undef HAVE_AS_REL16
411#endif
412
413
a6a5e4c9 414/* Define if your assembler supports -relax option. */
232b67d9 415#ifndef USED_FOR_TARGET
a6a5e4c9 416#undef HAVE_AS_RELAX_OPTION
232b67d9
NS
417#endif
418
24a184c9 419
a6a5e4c9
KC
420/* Define if your assembler and linker support unaligned PC relative relocs.
421 */
232b67d9 422#ifndef USED_FOR_TARGET
a6a5e4c9 423#undef HAVE_AS_SPARC_UA_PCREL
232b67d9
NS
424#endif
425
007e8d2a 426
a6a5e4c9
KC
427/* Define if your assembler and linker support unaligned PC relative relocs
428 against hidden symbols. */
232b67d9 429#ifndef USED_FOR_TARGET
a6a5e4c9 430#undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
232b67d9
NS
431#endif
432
e5e809f4 433
a6a5e4c9 434/* Define if your assembler supports thread-local storage. */
232b67d9 435#ifndef USED_FOR_TARGET
a6a5e4c9 436#undef HAVE_AS_TLS
232b67d9
NS
437#endif
438
28e6bb13 439
9752c4ad
AM
440/* Define if your assembler supports arg info for __tls_get_addr. */
441#ifndef USED_FOR_TARGET
442#undef HAVE_AS_TLS_MARKERS
443#endif
444
445
d40c9e33
PB
446/* Define if your assembler supports VSX instructions. */
447#ifndef USED_FOR_TARGET
448#undef HAVE_AS_VSX
449#endif
c1800ec8 450
28e6bb13 451
a6a5e4c9 452/* Define to 1 if you have the `atoll' function. */
232b67d9 453#ifndef USED_FOR_TARGET
a6a5e4c9 454#undef HAVE_ATOLL
232b67d9
NS
455#endif
456
2bd02043 457
a6a5e4c9 458/* Define to 1 if you have the `atoq' function. */
232b67d9 459#ifndef USED_FOR_TARGET
a6a5e4c9 460#undef HAVE_ATOQ
232b67d9
NS
461#endif
462
75923b2f 463
0d667716 464/* Define to 1 if you have the `clearerr_unlocked' function. */
232b67d9 465#ifndef USED_FOR_TARGET
0d667716 466#undef HAVE_CLEARERR_UNLOCKED
232b67d9
NS
467#endif
468
0d667716 469
a6a5e4c9 470/* Define to 1 if you have the `clock' function. */
232b67d9 471#ifndef USED_FOR_TARGET
a6a5e4c9 472#undef HAVE_CLOCK
232b67d9
NS
473#endif
474
956d6950 475
a6a5e4c9 476/* Define if <time.h> defines clock_t. */
232b67d9 477#ifndef USED_FOR_TARGET
a6a5e4c9 478#undef HAVE_CLOCK_T
232b67d9
NS
479#endif
480
eb158727 481
11176d2a
JB
482/* Define 0/1 if your assembler and linker support COMDAT groups. */
483#ifndef USED_FOR_TARGET
484#undef HAVE_COMDAT_GROUP
485#endif
486
487
ad6717df
PB
488/* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
489 */
232b67d9 490#ifndef USED_FOR_TARGET
a6a5e4c9 491#undef HAVE_DECL_ABORT
232b67d9
NS
492#endif
493
d21445e7 494
7391b66c
GDR
495/* Define to 1 if we found a declaration for 'asprintf', otherwise define to
496 0. */
497#ifndef USED_FOR_TARGET
498#undef HAVE_DECL_ASPRINTF
499#endif
500
501
ad6717df 502/* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
232b67d9 503#ifndef USED_FOR_TARGET
a6a5e4c9 504#undef HAVE_DECL_ATOF
232b67d9
NS
505#endif
506
351df804 507
ad6717df 508/* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
232b67d9 509#ifndef USED_FOR_TARGET
a6a5e4c9 510#undef HAVE_DECL_ATOL
232b67d9
NS
511#endif
512
e9a25f70 513
ad6717df
PB
514/* Define to 1 if we found a declaration for 'basename', otherwise define to
515 0. */
232b67d9 516#ifndef USED_FOR_TARGET
a6a5e4c9 517#undef HAVE_DECL_BASENAME
232b67d9
NS
518#endif
519
ab87f8c8 520
ad6717df
PB
521/* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
522 */
232b67d9 523#ifndef USED_FOR_TARGET
a6a5e4c9 524#undef HAVE_DECL_CALLOC
232b67d9
NS
525#endif
526
ab87f8c8 527
0d667716
KG
528/* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
529 define to 0. */
232b67d9 530#ifndef USED_FOR_TARGET
0d667716 531#undef HAVE_DECL_CLEARERR_UNLOCKED
232b67d9
NS
532#endif
533
0d667716 534
ad6717df
PB
535/* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
536 */
232b67d9 537#ifndef USED_FOR_TARGET
a6a5e4c9 538#undef HAVE_DECL_CLOCK
232b67d9
NS
539#endif
540
861bb6c1 541
ad6717df
PB
542/* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
543 */
232b67d9 544#ifndef USED_FOR_TARGET
a6a5e4c9 545#undef HAVE_DECL_ERRNO
232b67d9
NS
546#endif
547
861bb6c1 548
0d667716
KG
549/* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
550 to 0. */
232b67d9 551#ifndef USED_FOR_TARGET
0d667716 552#undef HAVE_DECL_FEOF_UNLOCKED
232b67d9
NS
553#endif
554
0d667716
KG
555
556/* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
557 define to 0. */
232b67d9 558#ifndef USED_FOR_TARGET
0d667716 559#undef HAVE_DECL_FERROR_UNLOCKED
232b67d9
NS
560#endif
561
0d667716
KG
562
563/* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
564 define to 0. */
232b67d9 565#ifndef USED_FOR_TARGET
0d667716 566#undef HAVE_DECL_FFLUSH_UNLOCKED
232b67d9
NS
567#endif
568
0d667716
KG
569
570/* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
571 define to 0. */
232b67d9 572#ifndef USED_FOR_TARGET
0d667716 573#undef HAVE_DECL_FGETC_UNLOCKED
232b67d9
NS
574#endif
575
0d667716
KG
576
577/* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
578 define to 0. */
232b67d9 579#ifndef USED_FOR_TARGET
0d667716 580#undef HAVE_DECL_FGETS_UNLOCKED
232b67d9
NS
581#endif
582
0d667716
KG
583
584/* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
585 define to 0. */
232b67d9 586#ifndef USED_FOR_TARGET
0d667716 587#undef HAVE_DECL_FILENO_UNLOCKED
232b67d9
NS
588#endif
589
0d667716 590
ad6717df
PB
591/* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
592 define to 0. */
232b67d9 593#ifndef USED_FOR_TARGET
a6a5e4c9 594#undef HAVE_DECL_FPRINTF_UNLOCKED
232b67d9
NS
595#endif
596
861bb6c1 597
0d667716
KG
598/* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
599 define to 0. */
232b67d9 600#ifndef USED_FOR_TARGET
0d667716 601#undef HAVE_DECL_FPUTC_UNLOCKED
232b67d9
NS
602#endif
603
0d667716 604
ad6717df
PB
605/* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
606 define to 0. */
232b67d9 607#ifndef USED_FOR_TARGET
a6a5e4c9 608#undef HAVE_DECL_FPUTS_UNLOCKED
232b67d9
NS
609#endif
610
861bb6c1 611
0d667716
KG
612/* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
613 define to 0. */
232b67d9 614#ifndef USED_FOR_TARGET
0d667716 615#undef HAVE_DECL_FREAD_UNLOCKED
232b67d9
NS
616#endif
617
0d667716 618
ad6717df 619/* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
232b67d9 620#ifndef USED_FOR_TARGET
a6a5e4c9 621#undef HAVE_DECL_FREE
232b67d9
NS
622#endif
623
956d6950 624
ad6717df
PB
625/* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
626 define to 0. */
232b67d9 627#ifndef USED_FOR_TARGET
a6a5e4c9 628#undef HAVE_DECL_FWRITE_UNLOCKED
232b67d9
NS
629#endif
630
1072ec3f 631
0d667716
KG
632/* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
633 define to 0. */
232b67d9 634#ifndef USED_FOR_TARGET
0d667716 635#undef HAVE_DECL_GETCHAR_UNLOCKED
232b67d9
NS
636#endif
637
0d667716 638
ad6717df
PB
639/* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
640 */
232b67d9 641#ifndef USED_FOR_TARGET
a6a5e4c9 642#undef HAVE_DECL_GETCWD
232b67d9
NS
643#endif
644
956d6950 645
0d667716
KG
646/* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
647 to 0. */
232b67d9 648#ifndef USED_FOR_TARGET
0d667716 649#undef HAVE_DECL_GETC_UNLOCKED
232b67d9
NS
650#endif
651
0d667716 652
ad6717df
PB
653/* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
654 */
232b67d9 655#ifndef USED_FOR_TARGET
a6a5e4c9 656#undef HAVE_DECL_GETENV
232b67d9
NS
657#endif
658
956d6950 659
ad6717df
PB
660/* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
661 */
232b67d9 662#ifndef USED_FOR_TARGET
a6a5e4c9 663#undef HAVE_DECL_GETOPT
232b67d9
NS
664#endif
665
a05e22b8 666
6a257778
AL
667/* Define to 1 if we found a declaration for 'getpagesize', otherwise define
668 to 0. */
232b67d9 669#ifndef USED_FOR_TARGET
6a257778 670#undef HAVE_DECL_GETPAGESIZE
232b67d9
NS
671#endif
672
6a257778 673
ad6717df
PB
674/* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
675 0. */
232b67d9 676#ifndef USED_FOR_TARGET
a6a5e4c9 677#undef HAVE_DECL_GETRLIMIT
232b67d9
NS
678#endif
679
956d6950 680
ad6717df
PB
681/* Define to 1 if we found a declaration for 'getrusage', otherwise define to
682 0. */
232b67d9 683#ifndef USED_FOR_TARGET
a6a5e4c9 684#undef HAVE_DECL_GETRUSAGE
232b67d9
NS
685#endif
686
956d6950 687
ad6717df
PB
688/* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
689 */
232b67d9 690#ifndef USED_FOR_TARGET
a6a5e4c9 691#undef HAVE_DECL_GETWD
232b67d9
NS
692#endif
693
861bb6c1 694
ad6717df
PB
695/* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
696 0. */
232b67d9 697#ifndef USED_FOR_TARGET
a6a5e4c9 698#undef HAVE_DECL_LDGETNAME
232b67d9
NS
699#endif
700
ab87f8c8 701
ad6717df
PB
702/* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
703 */
232b67d9 704#ifndef USED_FOR_TARGET
a6a5e4c9 705#undef HAVE_DECL_MALLOC
232b67d9
NS
706#endif
707
2bd02043 708
0d667716
KG
709/* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
710 define to 0. */
232b67d9 711#ifndef USED_FOR_TARGET
0d667716 712#undef HAVE_DECL_PUTCHAR_UNLOCKED
232b67d9
NS
713#endif
714
0d667716 715
ad6717df
PB
716/* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
717 to 0. */
232b67d9 718#ifndef USED_FOR_TARGET
a6a5e4c9 719#undef HAVE_DECL_PUTC_UNLOCKED
232b67d9
NS
720#endif
721
91029a29 722
ad6717df
PB
723/* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
724 */
232b67d9 725#ifndef USED_FOR_TARGET
a6a5e4c9 726#undef HAVE_DECL_REALLOC
232b67d9
NS
727#endif
728
91029a29 729
ad6717df 730/* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
232b67d9 731#ifndef USED_FOR_TARGET
a6a5e4c9 732#undef HAVE_DECL_SBRK
232b67d9
NS
733#endif
734
414d23ae 735
ad6717df
PB
736/* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
737 0. */
232b67d9 738#ifndef USED_FOR_TARGET
a6a5e4c9 739#undef HAVE_DECL_SETRLIMIT
232b67d9
NS
740#endif
741
414d23ae 742
4f6d8cc8
GK
743/* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
744 to 0. */
745#ifndef USED_FOR_TARGET
746#undef HAVE_DECL_SIGALTSTACK
747#endif
748
749
ad6717df
PB
750/* Define to 1 if we found a declaration for 'snprintf', otherwise define to
751 0. */
232b67d9 752#ifndef USED_FOR_TARGET
a6a5e4c9 753#undef HAVE_DECL_SNPRINTF
232b67d9
NS
754#endif
755
414d23ae 756
ad6717df
PB
757/* Define to 1 if we found a declaration for 'strsignal', otherwise define to
758 0. */
232b67d9 759#ifndef USED_FOR_TARGET
a6a5e4c9 760#undef HAVE_DECL_STRSIGNAL
232b67d9
NS
761#endif
762
75b6f3fd 763
ad6717df
PB
764/* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
765 */
232b67d9 766#ifndef USED_FOR_TARGET
a6a5e4c9 767#undef HAVE_DECL_STRSTR
232b67d9
NS
768#endif
769
414d23ae 770
ed5b9f96
GK
771/* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
772 0. */
773#ifndef USED_FOR_TARGET
774#undef HAVE_DECL_STRVERSCMP
775#endif
776
777
ad6717df
PB
778/* Define to 1 if we found a declaration for 'times', otherwise define to 0.
779 */
232b67d9 780#ifndef USED_FOR_TARGET
a6a5e4c9 781#undef HAVE_DECL_TIMES
232b67d9
NS
782#endif
783
414d23ae 784
ad6717df
PB
785/* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
786 0. */
232b67d9 787#ifndef USED_FOR_TARGET
a6a5e4c9 788#undef HAVE_DECL_VASPRINTF
232b67d9
NS
789#endif
790
414d23ae 791
367e8319
EB
792/* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
793 0. */
232b67d9 794#ifndef USED_FOR_TARGET
367e8319 795#undef HAVE_DECL_VSNPRINTF
232b67d9
NS
796#endif
797
367e8319 798
a6a5e4c9 799/* Define to 1 if you have the <direct.h> header file. */
232b67d9 800#ifndef USED_FOR_TARGET
a6a5e4c9 801#undef HAVE_DIRECT_H
232b67d9
NS
802#endif
803
414d23ae 804
236ec2d7
RW
805/* Define to 1 if you have the <dlfcn.h> header file. */
806#ifndef USED_FOR_TARGET
807#undef HAVE_DLFCN_H
808#endif
809
810
a6a5e4c9 811/* Define to 1 if you have the <fcntl.h> header file. */
232b67d9 812#ifndef USED_FOR_TARGET
a6a5e4c9 813#undef HAVE_FCNTL_H
232b67d9
NS
814#endif
815
119d24d1 816
0d667716 817/* Define to 1 if you have the `feof_unlocked' function. */
232b67d9 818#ifndef USED_FOR_TARGET
0d667716 819#undef HAVE_FEOF_UNLOCKED
232b67d9
NS
820#endif
821
0d667716
KG
822
823/* Define to 1 if you have the `ferror_unlocked' function. */
232b67d9 824#ifndef USED_FOR_TARGET
0d667716 825#undef HAVE_FERROR_UNLOCKED
232b67d9
NS
826#endif
827
0d667716
KG
828
829/* Define to 1 if you have the `fflush_unlocked' function. */
232b67d9 830#ifndef USED_FOR_TARGET
0d667716 831#undef HAVE_FFLUSH_UNLOCKED
232b67d9
NS
832#endif
833
0d667716
KG
834
835/* Define to 1 if you have the `fgetc_unlocked' function. */
232b67d9 836#ifndef USED_FOR_TARGET
0d667716 837#undef HAVE_FGETC_UNLOCKED
232b67d9
NS
838#endif
839
0d667716
KG
840
841/* Define to 1 if you have the `fgets_unlocked' function. */
232b67d9 842#ifndef USED_FOR_TARGET
0d667716 843#undef HAVE_FGETS_UNLOCKED
232b67d9
NS
844#endif
845
0d667716
KG
846
847/* Define to 1 if you have the `fileno_unlocked' function. */
232b67d9 848#ifndef USED_FOR_TARGET
0d667716 849#undef HAVE_FILENO_UNLOCKED
232b67d9
NS
850#endif
851
0d667716 852
a6a5e4c9 853/* Define to 1 if you have the `fork' function. */
232b67d9 854#ifndef USED_FOR_TARGET
a6a5e4c9 855#undef HAVE_FORK
232b67d9
NS
856#endif
857
119d24d1 858
a6a5e4c9 859/* Define to 1 if you have the `fprintf_unlocked' function. */
232b67d9 860#ifndef USED_FOR_TARGET
a6a5e4c9 861#undef HAVE_FPRINTF_UNLOCKED
232b67d9
NS
862#endif
863
119d24d1 864
a6a5e4c9 865/* Define to 1 if you have the `fputc_unlocked' function. */
232b67d9 866#ifndef USED_FOR_TARGET
a6a5e4c9 867#undef HAVE_FPUTC_UNLOCKED
232b67d9
NS
868#endif
869
4c76f856 870
a6a5e4c9 871/* Define to 1 if you have the `fputs_unlocked' function. */
232b67d9 872#ifndef USED_FOR_TARGET
a6a5e4c9 873#undef HAVE_FPUTS_UNLOCKED
232b67d9
NS
874#endif
875
119d24d1 876
0d667716 877/* Define to 1 if you have the `fread_unlocked' function. */
232b67d9 878#ifndef USED_FOR_TARGET
0d667716 879#undef HAVE_FREAD_UNLOCKED
232b67d9
NS
880#endif
881
0d667716 882
a6a5e4c9 883/* Define to 1 if you have the `fwrite_unlocked' function. */
232b67d9 884#ifndef USED_FOR_TARGET
a6a5e4c9 885#undef HAVE_FWRITE_UNLOCKED
232b67d9
NS
886#endif
887
119d24d1 888
233215fe
DK
889/* Define if your assembler supports specifying the alignment of objects
890 allocated using the GAS .comm command. */
891#ifndef USED_FOR_TARGET
892#undef HAVE_GAS_ALIGNED_COMM
893#endif
894
895
a6a5e4c9 896/* Define if your assembler supports .balign and .p2align. */
232b67d9 897#ifndef USED_FOR_TARGET
a6a5e4c9 898#undef HAVE_GAS_BALIGN_AND_P2ALIGN
232b67d9
NS
899#endif
900
5dfa45d0 901
d4ea4622
RH
902/* Define 0/1 if your assembler supports CFI directives. */
903#ifndef USED_FOR_TARGET
904#undef HAVE_GAS_CFI_DIRECTIVE
905#endif
906
907
058514b3
RH
908/* Define 0/1 if your assembler supports .cfi_personality. */
909#ifndef USED_FOR_TARGET
910#undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
911#endif
912
913
7d45fb94
JJ
914/* Define 0/1 if your assembler supports .cfi_sections. */
915#ifndef USED_FOR_TARGET
916#undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
917#endif
918
919
6c52e687
CC
920/* Define if your assembler supports the .loc discriminator sub-directive. */
921#ifndef USED_FOR_TARGET
922#undef HAVE_GAS_DISCRIMINATOR
923#endif
924
925
e31bcd1b
JM
926/* Define if your assembler supports @gnu_unique_object. */
927#ifndef USED_FOR_TARGET
928#undef HAVE_GAS_GNU_UNIQUE_OBJECT
929#endif
930
931
a6a5e4c9
KC
932/* Define if your assembler and linker support .hidden. */
933#undef HAVE_GAS_HIDDEN
a207b594 934
28e6bb13
NC
935/* Define if your assembler supports .lcomm with an alignment field. */
936#ifndef USED_FOR_TARGET
937#undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
938#endif
939
940
5708d18d
MS
941/* Define if your assembler supports .literal16. */
942#ifndef USED_FOR_TARGET
943#undef HAVE_GAS_LITERAL16
944#endif
945
946
a6a5e4c9
KC
947/* Define if your assembler supports specifying the maximum number of bytes to
948 skip when using the GAS .p2align command. */
232b67d9 949#ifndef USED_FOR_TARGET
a6a5e4c9 950#undef HAVE_GAS_MAX_SKIP_P2ALIGN
232b67d9
NS
951#endif
952
14011ca4 953
e41f3691 954/* Define if your assembler supports .nsubspa comdat option. */
232b67d9 955#ifndef USED_FOR_TARGET
e41f3691 956#undef HAVE_GAS_NSUBSPA_COMDAT
232b67d9
NS
957#endif
958
e41f3691 959
d38bc601
BF
960/* Define if your assembler and linker support 32-bit section relative relocs
961 via '.secrel32 label'. */
232b67d9 962#ifndef USED_FOR_TARGET
d38bc601 963#undef HAVE_GAS_PE_SECREL32_RELOC
232b67d9
NS
964#endif
965
d38bc601 966
a6a5e4c9
KC
967/* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
968 */
232b67d9 969#ifndef USED_FOR_TARGET
a6a5e4c9 970#undef HAVE_GAS_SHF_MERGE
232b67d9
NS
971#endif
972
439a7e54 973
a6a5e4c9
KC
974/* Define if your assembler supports .subsection and .subsection -1 starts
975 emitting at the beginning of your section. */
232b67d9 976#ifndef USED_FOR_TARGET
a6a5e4c9 977#undef HAVE_GAS_SUBSECTION_ORDERING
232b67d9
NS
978#endif
979
75e93faa 980
a6a5e4c9 981/* Define if your assembler supports .weak. */
232b67d9 982#ifndef USED_FOR_TARGET
a6a5e4c9 983#undef HAVE_GAS_WEAK
232b67d9
NS
984#endif
985
827ae6cf 986
a0203ca7
AO
987/* Define if your assembler supports .weakref. */
988#ifndef USED_FOR_TARGET
989#undef HAVE_GAS_WEAKREF
990#endif
991
992
0d667716 993/* Define to 1 if you have the `getchar_unlocked' function. */
232b67d9 994#ifndef USED_FOR_TARGET
0d667716 995#undef HAVE_GETCHAR_UNLOCKED
232b67d9
NS
996#endif
997
0d667716
KG
998
999/* Define to 1 if you have the `getc_unlocked' function. */
232b67d9 1000#ifndef USED_FOR_TARGET
0d667716 1001#undef HAVE_GETC_UNLOCKED
232b67d9
NS
1002#endif
1003
0d667716 1004
e61c76c9
SE
1005/* Define if _Unwind_GetIPInfo is available. */
1006#ifndef USED_FOR_TARGET
e64f5acf 1007#undef HAVE_GETIPINFO
e61c76c9
SE
1008#endif
1009
e64f5acf 1010
a6a5e4c9 1011/* Define to 1 if you have the `getrlimit' function. */
232b67d9 1012#ifndef USED_FOR_TARGET
a6a5e4c9 1013#undef HAVE_GETRLIMIT
232b67d9
NS
1014#endif
1015
91029a29 1016
a6a5e4c9 1017/* Define to 1 if you have the `getrusage' function. */
232b67d9 1018#ifndef USED_FOR_TARGET
a6a5e4c9 1019#undef HAVE_GETRUSAGE
232b67d9
NS
1020#endif
1021
75e93faa 1022
a6a5e4c9 1023/* Define to 1 if you have the `gettimeofday' function. */
232b67d9 1024#ifndef USED_FOR_TARGET
a6a5e4c9 1025#undef HAVE_GETTIMEOFDAY
232b67d9
NS
1026#endif
1027
4977bab6 1028
dc60b775
CD
1029/* Define if using GNU as. */
1030#ifndef USED_FOR_TARGET
1031#undef HAVE_GNU_AS
1032#endif
1033
1034
2091ff66
NF
1035/* Define if using GNU ld. */
1036#ifndef USED_FOR_TARGET
1037#undef HAVE_GNU_LD
1038#endif
1039
1040
a6a5e4c9 1041/* Define if you have the iconv() function. */
232b67d9 1042#ifndef USED_FOR_TARGET
a6a5e4c9 1043#undef HAVE_ICONV
232b67d9
NS
1044#endif
1045
84c041a1 1046
a6a5e4c9 1047/* Define to 1 if you have the <iconv.h> header file. */
232b67d9 1048#ifndef USED_FOR_TARGET
a6a5e4c9 1049#undef HAVE_ICONV_H
232b67d9
NS
1050#endif
1051
a6a5e4c9
KC
1052
1053/* Define .init_array/.fini_array sections are available and working. */
232b67d9 1054#ifndef USED_FOR_TARGET
a6a5e4c9 1055#undef HAVE_INITFINI_ARRAY
232b67d9
NS
1056#endif
1057
4977bab6 1058
7c2a2dbf
KT
1059/* Define to 1 if the system has the type `intmax_t'. */
1060#ifndef USED_FOR_TARGET
1061#undef HAVE_INTMAX_T
1062#endif
1063
1064
1065/* Define to 1 if the system has the type `intptr_t'. */
1066#ifndef USED_FOR_TARGET
1067#undef HAVE_INTPTR_T
1068#endif
1069
1070
91029a29 1071/* Define if you have a working <inttypes.h> header file. */
232b67d9 1072#ifndef USED_FOR_TARGET
91029a29 1073#undef HAVE_INTTYPES_H
232b67d9
NS
1074#endif
1075
91029a29 1076
a6a5e4c9 1077/* Define to 1 if you have the `kill' function. */
232b67d9 1078#ifndef USED_FOR_TARGET
a6a5e4c9 1079#undef HAVE_KILL
232b67d9
NS
1080#endif
1081
39f6c4c8 1082
a03ea89b 1083/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
232b67d9 1084#ifndef USED_FOR_TARGET
a03ea89b 1085#undef HAVE_LANGINFO_CODESET
232b67d9
NS
1086#endif
1087
a03ea89b 1088
a6a5e4c9 1089/* Define to 1 if you have the <langinfo.h> header file. */
232b67d9 1090#ifndef USED_FOR_TARGET
a6a5e4c9 1091#undef HAVE_LANGINFO_H
232b67d9
NS
1092#endif
1093
8ada417f 1094
a6a5e4c9 1095/* Define if your <locale.h> file defines LC_MESSAGES. */
232b67d9 1096#ifndef USED_FOR_TARGET
a6a5e4c9 1097#undef HAVE_LC_MESSAGES
232b67d9
NS
1098#endif
1099
91029a29 1100
a6a5e4c9 1101/* Define to 1 if you have the <ldfcn.h> header file. */
232b67d9 1102#ifndef USED_FOR_TARGET
a6a5e4c9 1103#undef HAVE_LDFCN_H
232b67d9
NS
1104#endif
1105
1072ec3f 1106
765f1bf9 1107/* Define if your linker supports --as-needed and --no-as-needed options. */
232b67d9 1108#ifndef USED_FOR_TARGET
765f1bf9 1109#undef HAVE_LD_AS_NEEDED
232b67d9
NS
1110#endif
1111
765f1bf9 1112
cd533689
PP
1113/* Define if your linker supports --build-id. */
1114#ifndef USED_FOR_TARGET
1115#undef HAVE_LD_BUILDID
1116#endif
1117
1118
d594623a 1119/* Define if your linker supports --demangle option. */
232b67d9 1120#ifndef USED_FOR_TARGET
d594623a 1121#undef HAVE_LD_DEMANGLE
232b67d9
NS
1122#endif
1123
d594623a 1124
a6a5e4c9
KC
1125/* Define if your linker supports --eh-frame-hdr option. */
1126#undef HAVE_LD_EH_FRAME_HDR
825b6926 1127
22ba88ef
EB
1128/* Define if your linker supports garbage collection of sections in presence
1129 of EH frames. */
1130#ifndef USED_FOR_TARGET
1131#undef HAVE_LD_EH_GC_SECTIONS
1132#endif
1133
1134
85b776df 1135/* Define if your PowerPC64 linker only needs function descriptor syms. */
232b67d9 1136#ifndef USED_FOR_TARGET
85b776df 1137#undef HAVE_LD_NO_DOT_SYMS
232b67d9
NS
1138#endif
1139
85b776df 1140
49576e25
RS
1141/* Define if your linker can relax absolute .eh_frame personality pointers
1142 into PC-relative form. */
1143#ifndef USED_FOR_TARGET
1144#undef HAVE_LD_PERSONALITY_RELAXATION
1145#endif
1146
1147
a6a5e4c9 1148/* Define if your linker supports -pie option. */
232b67d9 1149#ifndef USED_FOR_TARGET
a6a5e4c9 1150#undef HAVE_LD_PIE
232b67d9
NS
1151#endif
1152
4acab94b 1153
a6a5e4c9
KC
1154/* Define if your linker links a mix of read-only and read-write sections into
1155 a read-write section. */
232b67d9 1156#ifndef USED_FOR_TARGET
a6a5e4c9 1157#undef HAVE_LD_RO_RW_SECTION_MIXING
232b67d9
NS
1158#endif
1159
f91abfce 1160
7e9d8517 1161/* Define if your linker supports -Bstatic/-Bdynamic option. */
232b67d9 1162#ifndef USED_FOR_TARGET
7e9d8517 1163#undef HAVE_LD_STATIC_DYNAMIC
232b67d9
NS
1164#endif
1165
7e9d8517 1166
380e5ca4 1167/* Define if your linker supports --sysroot. */
232b67d9 1168#ifndef USED_FOR_TARGET
380e5ca4 1169#undef HAVE_LD_SYSROOT
232b67d9
NS
1170#endif
1171
380e5ca4 1172
a6a5e4c9 1173/* Define to 1 if you have the <limits.h> header file. */
232b67d9 1174#ifndef USED_FOR_TARGET
a6a5e4c9 1175#undef HAVE_LIMITS_H
232b67d9
NS
1176#endif
1177
f91abfce 1178
a6a5e4c9 1179/* Define to 1 if you have the <locale.h> header file. */
232b67d9 1180#ifndef USED_FOR_TARGET
a6a5e4c9 1181#undef HAVE_LOCALE_H
232b67d9
NS
1182#endif
1183
56694dd9 1184
5ec1c5e6 1185/* Define to 1 if the system has the type `long long'. */
232b67d9 1186#ifndef USED_FOR_TARGET
a6a5e4c9 1187#undef HAVE_LONG_LONG
232b67d9
NS
1188#endif
1189
86cf1cbd 1190
7c2a2dbf
KT
1191/* Define to 1 if the system has the type `long long int'. */
1192#ifndef USED_FOR_TARGET
1193#undef HAVE_LONG_LONG_INT
1194#endif
1195
1196
a6a5e4c9 1197/* Define to 1 if you have the <malloc.h> header file. */
232b67d9 1198#ifndef USED_FOR_TARGET
a6a5e4c9 1199#undef HAVE_MALLOC_H
232b67d9
NS
1200#endif
1201
86cf1cbd 1202
a6a5e4c9 1203/* Define to 1 if you have the `mbstowcs' function. */
232b67d9 1204#ifndef USED_FOR_TARGET
a6a5e4c9 1205#undef HAVE_MBSTOWCS
232b67d9
NS
1206#endif
1207
86cf1cbd 1208
a6a5e4c9 1209/* Define if valgrind's memcheck.h header is installed. */
232b67d9 1210#ifndef USED_FOR_TARGET
a6a5e4c9 1211#undef HAVE_MEMCHECK_H
232b67d9
NS
1212#endif
1213
86cf1cbd 1214
a6a5e4c9 1215/* Define to 1 if you have the <memory.h> header file. */
232b67d9 1216#ifndef USED_FOR_TARGET
a6a5e4c9 1217#undef HAVE_MEMORY_H
232b67d9
NS
1218#endif
1219
86cf1cbd 1220
a6a5e4c9 1221/* Define to 1 if you have the `mincore' function. */
232b67d9 1222#ifndef USED_FOR_TARGET
a6a5e4c9 1223#undef HAVE_MINCORE
232b67d9
NS
1224#endif
1225
86cf1cbd 1226
a6a5e4c9 1227/* Define to 1 if you have the `mmap' function. */
232b67d9 1228#ifndef USED_FOR_TARGET
a6a5e4c9 1229#undef HAVE_MMAP
232b67d9
NS
1230#endif
1231
86cf1cbd 1232
a6a5e4c9 1233/* Define if mmap with MAP_ANON(YMOUS) works. */
232b67d9 1234#ifndef USED_FOR_TARGET
a6a5e4c9 1235#undef HAVE_MMAP_ANON
232b67d9
NS
1236#endif
1237
86cf1cbd 1238
a6a5e4c9 1239/* Define if mmap of /dev/zero works. */
232b67d9 1240#ifndef USED_FOR_TARGET
a6a5e4c9 1241#undef HAVE_MMAP_DEV_ZERO
232b67d9
NS
1242#endif
1243
86cf1cbd 1244
a6a5e4c9 1245/* Define if read-only mmap of a plain file works. */
232b67d9 1246#ifndef USED_FOR_TARGET
a6a5e4c9 1247#undef HAVE_MMAP_FILE
232b67d9
NS
1248#endif
1249
86cf1cbd 1250
a6a5e4c9 1251/* Define to 1 if you have the `nl_langinfo' function. */
232b67d9 1252#ifndef USED_FOR_TARGET
a6a5e4c9 1253#undef HAVE_NL_LANGINFO
232b67d9
NS
1254#endif
1255
3b681e9d 1256
0d667716 1257/* Define to 1 if you have the `putchar_unlocked' function. */
232b67d9 1258#ifndef USED_FOR_TARGET
0d667716 1259#undef HAVE_PUTCHAR_UNLOCKED
232b67d9
NS
1260#endif
1261
0d667716 1262
a6a5e4c9 1263/* Define to 1 if you have the `putc_unlocked' function. */
232b67d9 1264#ifndef USED_FOR_TARGET
a6a5e4c9 1265#undef HAVE_PUTC_UNLOCKED
232b67d9
NS
1266#endif
1267
86cf1cbd 1268
a6a5e4c9 1269/* Define to 1 if you have the `setlocale' function. */
232b67d9 1270#ifndef USED_FOR_TARGET
a6a5e4c9 1271#undef HAVE_SETLOCALE
232b67d9
NS
1272#endif
1273
236ce4b2 1274
a6a5e4c9 1275/* Define to 1 if you have the `setrlimit' function. */
232b67d9 1276#ifndef USED_FOR_TARGET
a6a5e4c9 1277#undef HAVE_SETRLIMIT
232b67d9
NS
1278#endif
1279
a7475ab1 1280
a6a5e4c9 1281/* Define to 1 if you have the <stddef.h> header file. */
232b67d9 1282#ifndef USED_FOR_TARGET
a6a5e4c9 1283#undef HAVE_STDDEF_H
232b67d9
NS
1284#endif
1285
86cf1cbd 1286
a6a5e4c9 1287/* Define to 1 if you have the <stdint.h> header file. */
232b67d9 1288#ifndef USED_FOR_TARGET
a6a5e4c9 1289#undef HAVE_STDINT_H
232b67d9
NS
1290#endif
1291
86cf1cbd 1292
a6a5e4c9 1293/* Define to 1 if you have the <stdlib.h> header file. */
232b67d9 1294#ifndef USED_FOR_TARGET
a6a5e4c9 1295#undef HAVE_STDLIB_H
232b67d9
NS
1296#endif
1297
86cf1cbd 1298
a6a5e4c9 1299/* Define to 1 if you have the <strings.h> header file. */
232b67d9 1300#ifndef USED_FOR_TARGET
a6a5e4c9 1301#undef HAVE_STRINGS_H
232b67d9
NS
1302#endif
1303
86cf1cbd 1304
a6a5e4c9 1305/* Define to 1 if you have the <string.h> header file. */
232b67d9 1306#ifndef USED_FOR_TARGET
a6a5e4c9 1307#undef HAVE_STRING_H
232b67d9
NS
1308#endif
1309
86cf1cbd 1310
a6a5e4c9 1311/* Define to 1 if you have the `strsignal' function. */
232b67d9 1312#ifndef USED_FOR_TARGET
a6a5e4c9 1313#undef HAVE_STRSIGNAL
232b67d9
NS
1314#endif
1315
c1800ec8 1316
a6a5e4c9 1317/* Define if <sys/times.h> defines struct tms. */
232b67d9 1318#ifndef USED_FOR_TARGET
a6a5e4c9 1319#undef HAVE_STRUCT_TMS
232b67d9
NS
1320#endif
1321
f31e826b 1322
a6a5e4c9 1323/* Define to 1 if you have the `sysconf' function. */
232b67d9 1324#ifndef USED_FOR_TARGET
a6a5e4c9 1325#undef HAVE_SYSCONF
232b67d9
NS
1326#endif
1327
f31e826b 1328
a6a5e4c9 1329/* Define to 1 if you have the <sys/file.h> header file. */
232b67d9 1330#ifndef USED_FOR_TARGET
a6a5e4c9 1331#undef HAVE_SYS_FILE_H
232b67d9
NS
1332#endif
1333
86cf1cbd 1334
a6a5e4c9 1335/* Define to 1 if you have the <sys/mman.h> header file. */
232b67d9 1336#ifndef USED_FOR_TARGET
a6a5e4c9 1337#undef HAVE_SYS_MMAN_H
232b67d9
NS
1338#endif
1339
cb49b9ad 1340
a6a5e4c9 1341/* Define to 1 if you have the <sys/param.h> header file. */
232b67d9 1342#ifndef USED_FOR_TARGET
a6a5e4c9 1343#undef HAVE_SYS_PARAM_H
232b67d9
NS
1344#endif
1345
351df804 1346
a6a5e4c9 1347/* Define to 1 if you have the <sys/resource.h> header file. */
232b67d9 1348#ifndef USED_FOR_TARGET
a6a5e4c9 1349#undef HAVE_SYS_RESOURCE_H
232b67d9
NS
1350#endif
1351
c1800ec8 1352
a6a5e4c9 1353/* Define to 1 if you have the <sys/stat.h> header file. */
232b67d9 1354#ifndef USED_FOR_TARGET
a6a5e4c9 1355#undef HAVE_SYS_STAT_H
232b67d9
NS
1356#endif
1357
c1800ec8 1358
a6a5e4c9 1359/* Define to 1 if you have the <sys/times.h> header file. */
232b67d9 1360#ifndef USED_FOR_TARGET
a6a5e4c9 1361#undef HAVE_SYS_TIMES_H
232b67d9
NS
1362#endif
1363
a6a5e4c9
KC
1364
1365/* Define to 1 if you have the <sys/time.h> header file. */
232b67d9 1366#ifndef USED_FOR_TARGET
a6a5e4c9 1367#undef HAVE_SYS_TIME_H
232b67d9
NS
1368#endif
1369
a6a5e4c9
KC
1370
1371/* Define to 1 if you have the <sys/types.h> header file. */
232b67d9 1372#ifndef USED_FOR_TARGET
a6a5e4c9 1373#undef HAVE_SYS_TYPES_H
232b67d9
NS
1374#endif
1375
a6a5e4c9
KC
1376
1377/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
232b67d9 1378#ifndef USED_FOR_TARGET
a6a5e4c9 1379#undef HAVE_SYS_WAIT_H
232b67d9
NS
1380#endif
1381
a6a5e4c9
KC
1382
1383/* Define to 1 if you have the `times' function. */
232b67d9 1384#ifndef USED_FOR_TARGET
a6a5e4c9 1385#undef HAVE_TIMES
232b67d9
NS
1386#endif
1387
a6a5e4c9
KC
1388
1389/* Define to 1 if you have the <time.h> header file. */
232b67d9 1390#ifndef USED_FOR_TARGET
a6a5e4c9 1391#undef HAVE_TIME_H
232b67d9
NS
1392#endif
1393
c1800ec8 1394
7c2a2dbf
KT
1395/* Define to 1 if the system has the type `uintmax_t'. */
1396#ifndef USED_FOR_TARGET
1397#undef HAVE_UINTMAX_T
1398#endif
1399
1400
1401/* Define to 1 if the system has the type `uintptr_t'. */
1402#ifndef USED_FOR_TARGET
1403#undef HAVE_UINTPTR_T
1404#endif
1405
1406
a6a5e4c9 1407/* Define to 1 if you have the <unistd.h> header file. */
232b67d9 1408#ifndef USED_FOR_TARGET
a6a5e4c9 1409#undef HAVE_UNISTD_H
232b67d9
NS
1410#endif
1411
07cf4226 1412
7c2a2dbf
KT
1413/* Define to 1 if the system has the type `unsigned long long int'. */
1414#ifndef USED_FOR_TARGET
1415#undef HAVE_UNSIGNED_LONG_LONG_INT
1416#endif
1417
1418
a6a5e4c9 1419/* Define if valgrind's valgrind/memcheck.h header is installed. */
232b67d9 1420#ifndef USED_FOR_TARGET
a6a5e4c9 1421#undef HAVE_VALGRIND_MEMCHECK_H
232b67d9
NS
1422#endif
1423
91029a29 1424
a6a5e4c9 1425/* Define to 1 if you have the `vfork' function. */
232b67d9 1426#ifndef USED_FOR_TARGET
a6a5e4c9 1427#undef HAVE_VFORK
232b67d9
NS
1428#endif
1429
4977bab6 1430
a6a5e4c9 1431/* Define to 1 if you have the <vfork.h> header file. */
232b67d9 1432#ifndef USED_FOR_TARGET
a6a5e4c9 1433#undef HAVE_VFORK_H
232b67d9
NS
1434#endif
1435
4977bab6 1436
a6a5e4c9 1437/* Define to 1 if you have the <wchar.h> header file. */
232b67d9 1438#ifndef USED_FOR_TARGET
a6a5e4c9 1439#undef HAVE_WCHAR_H
232b67d9
NS
1440#endif
1441
4977bab6 1442
a6a5e4c9 1443/* Define to 1 if you have the `wcswidth' function. */
232b67d9 1444#ifndef USED_FOR_TARGET
a6a5e4c9 1445#undef HAVE_WCSWIDTH
232b67d9
NS
1446#endif
1447
1072ec3f 1448
a6a5e4c9 1449/* Define to 1 if `fork' works. */
232b67d9 1450#ifndef USED_FOR_TARGET
a6a5e4c9 1451#undef HAVE_WORKING_FORK
232b67d9
NS
1452#endif
1453
a5381466 1454
a6a5e4c9
KC
1455/* Define this macro if mbstowcs does not crash when its first argument is
1456 NULL. */
232b67d9 1457#ifndef USED_FOR_TARGET
a6a5e4c9 1458#undef HAVE_WORKING_MBSTOWCS
232b67d9
NS
1459#endif
1460
71a94577 1461
a6a5e4c9 1462/* Define to 1 if `vfork' works. */
232b67d9 1463#ifndef USED_FOR_TARGET
a6a5e4c9 1464#undef HAVE_WORKING_VFORK
232b67d9
NS
1465#endif
1466
91029a29 1467
5ec1c5e6 1468/* Define to 1 if the system has the type `__int64'. */
232b67d9 1469#ifndef USED_FOR_TARGET
a6a5e4c9 1470#undef HAVE___INT64
232b67d9
NS
1471#endif
1472
8ada417f 1473
f8bf9252
SP
1474/* Define if cloog is in use. */
1475#ifndef USED_FOR_TARGET
1476#undef HAVE_cloog
1477#endif
1478
1479
d7f09764
DN
1480/* Define if libelf is in use. */
1481#ifndef USED_FOR_TARGET
1482#undef HAVE_libelf
1483#endif
1484
1485
a6a5e4c9 1486/* Define as const if the declaration of iconv() needs const. */
232b67d9 1487#ifndef USED_FOR_TARGET
a6a5e4c9 1488#undef ICONV_CONST
232b67d9
NS
1489#endif
1490
91029a29 1491
236ec2d7
RW
1492/* Define to the sub-directory in which libtool stores uninstalled libraries.
1493 */
1494#ifndef USED_FOR_TARGET
1495#undef LT_OBJDIR
1496#endif
1497
1498
a6a5e4c9 1499/* Define if host mkdir takes a single argument. */
232b67d9 1500#ifndef USED_FOR_TARGET
a6a5e4c9 1501#undef MKDIR_TAKES_ONE_ARG
232b67d9
NS
1502#endif
1503
91029a29 1504
a6a5e4c9 1505/* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
232b67d9 1506#ifndef USED_FOR_TARGET
a6a5e4c9 1507#undef NEED_64BIT_HOST_WIDE_INT
232b67d9
NS
1508#endif
1509
91029a29 1510
a6a5e4c9 1511/* Define to 1 if your C compiler doesn't accept -c and -o together. */
232b67d9 1512#ifndef USED_FOR_TARGET
a6a5e4c9 1513#undef NO_MINUS_C_MINUS_O
232b67d9
NS
1514#endif
1515
b7460f24 1516
a6a5e4c9 1517/* Define to the address where bug reports for this package should be sent. */
232b67d9 1518#ifndef USED_FOR_TARGET
a6a5e4c9 1519#undef PACKAGE_BUGREPORT
232b67d9
NS
1520#endif
1521
c64688ae 1522
a6a5e4c9 1523/* Define to the full name of this package. */
232b67d9 1524#ifndef USED_FOR_TARGET
a6a5e4c9 1525#undef PACKAGE_NAME
232b67d9
NS
1526#endif
1527
201556f0 1528
a6a5e4c9 1529/* Define to the full name and version of this package. */
232b67d9 1530#ifndef USED_FOR_TARGET
a6a5e4c9 1531#undef PACKAGE_STRING
232b67d9
NS
1532#endif
1533
f996902d 1534
a6a5e4c9 1535/* Define to the one symbol short name of this package. */
232b67d9 1536#ifndef USED_FOR_TARGET
a6a5e4c9 1537#undef PACKAGE_TARNAME
232b67d9
NS
1538#endif
1539
3a37b08e 1540
5213506e
RW
1541/* Define to the home page for this package. */
1542#ifndef USED_FOR_TARGET
1543#undef PACKAGE_URL
1544#endif
1545
1546
a6a5e4c9 1547/* Define to the version of this package. */
232b67d9 1548#ifndef USED_FOR_TARGET
a6a5e4c9 1549#undef PACKAGE_VERSION
232b67d9
NS
1550#endif
1551
91029a29 1552
5938f74d
L
1553/* Specify plugin linker */
1554#ifndef USED_FOR_TARGET
1555#undef PLUGIN_LD
1556#endif
1557
1558
a6a5e4c9 1559/* Define to PREFIX/include if cpp should also search that directory. */
232b67d9 1560#ifndef USED_FOR_TARGET
a6a5e4c9 1561#undef PREFIX_INCLUDE_DIR
232b67d9
NS
1562#endif
1563
e95b1e6a 1564
5213506e 1565/* The size of `int', as computed by sizeof. */
232b67d9 1566#ifndef USED_FOR_TARGET
a6a5e4c9 1567#undef SIZEOF_INT
232b67d9
NS
1568#endif
1569
17e9e88c 1570
5213506e 1571/* The size of `long', as computed by sizeof. */
232b67d9 1572#ifndef USED_FOR_TARGET
a6a5e4c9 1573#undef SIZEOF_LONG
232b67d9
NS
1574#endif
1575
cf7b8b0d 1576
5213506e 1577/* The size of `long long', as computed by sizeof. */
232b67d9 1578#ifndef USED_FOR_TARGET
a6a5e4c9 1579#undef SIZEOF_LONG_LONG
232b67d9
NS
1580#endif
1581
91029a29 1582
5213506e 1583/* The size of `short', as computed by sizeof. */
232b67d9 1584#ifndef USED_FOR_TARGET
a6a5e4c9 1585#undef SIZEOF_SHORT
232b67d9
NS
1586#endif
1587
8ada417f 1588
5213506e 1589/* The size of `void *', as computed by sizeof. */
232b67d9 1590#ifndef USED_FOR_TARGET
a6a5e4c9 1591#undef SIZEOF_VOID_P
232b67d9
NS
1592#endif
1593
f6f5dff2 1594
5213506e 1595/* The size of `__int64', as computed by sizeof. */
232b67d9 1596#ifndef USED_FOR_TARGET
a6a5e4c9 1597#undef SIZEOF___INT64
232b67d9
NS
1598#endif
1599
f88c65f7 1600
a6a5e4c9 1601/* Define to 1 if you have the ANSI C header files. */
232b67d9 1602#ifndef USED_FOR_TARGET
a6a5e4c9 1603#undef STDC_HEADERS
232b67d9
NS
1604#endif
1605
ef1ecf87 1606
a6a5e4c9 1607/* Define if you can safely include both <string.h> and <strings.h>. */
232b67d9 1608#ifndef USED_FOR_TARGET
a6a5e4c9 1609#undef STRING_WITH_STRINGS
232b67d9
NS
1610#endif
1611
2c4a9cff 1612
ed965309
JJ
1613/* Define if TFmode long double should be the default */
1614#ifndef USED_FOR_TARGET
1615#undef TARGET_DEFAULT_LONG_DOUBLE_128
1616#endif
1617
1618
77008252
JJ
1619/* Define if your target C library provides stack protector support */
1620#ifndef USED_FOR_TARGET
1621#undef TARGET_LIBC_PROVIDES_SSP
1622#endif
1623
1624
a6a5e4c9 1625/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
232b67d9 1626#ifndef USED_FOR_TARGET
a6a5e4c9 1627#undef TIME_WITH_SYS_TIME
232b67d9
NS
1628#endif
1629
9d147085 1630
a6a5e4c9 1631/* Define if your assembler mis-optimizes .eh_frame data. */
232b67d9 1632#ifndef USED_FOR_TARGET
a6a5e4c9 1633#undef USE_AS_TRADITIONAL_FORMAT
232b67d9
NS
1634#endif
1635
5f0e9ea2 1636
f7e413e2
DK
1637/* Define if you want to generate code by default that assumes that the Cygwin
1638 DLL exports wrappers to support libstdc++ function replacement. */
1639#ifndef USED_FOR_TARGET
1640#undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
1641#endif
1642
1643
99fa8911
AP
1644/* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
1645 still efficiently supported by the host hardware. */
232b67d9 1646#ifndef USED_FOR_TARGET
99fa8911 1647#undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
232b67d9
NS
1648#endif
1649
99fa8911 1650
5213506e
RW
1651/* Enable extensions on AIX 3, Interix. */
1652#ifndef _ALL_SOURCE
1653# undef _ALL_SOURCE
1654#endif
1655/* Enable GNU extensions on systems that have them. */
1656#ifndef _GNU_SOURCE
1657# undef _GNU_SOURCE
1658#endif
1659/* Enable threading extensions on Solaris. */
1660#ifndef _POSIX_PTHREAD_SEMANTICS
1661# undef _POSIX_PTHREAD_SEMANTICS
1662#endif
1663/* Enable extensions on HP NonStop. */
1664#ifndef _TANDEM_SOURCE
1665# undef _TANDEM_SOURCE
1666#endif
1667/* Enable general extensions on Solaris. */
1668#ifndef __EXTENSIONS__
1669# undef __EXTENSIONS__
1670#endif
1671
1672
a1286ef5
ZW
1673/* Define to be the last component of the Windows registry key under which to
1674 look for installation paths. The full key used will be
1675 HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
1676 The default is the GCC version number. */
232b67d9 1677#ifndef USED_FOR_TARGET
a6a5e4c9 1678#undef WIN32_REGISTRY_KEY
232b67d9
NS
1679#endif
1680
96d0f4dc 1681
5213506e
RW
1682/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1683 significant byte first (like Motorola and SPARC, unlike Intel). */
1684#if defined AC_APPLE_UNIVERSAL_BUILD
1685# if defined __BIG_ENDIAN__
1686# define WORDS_BIGENDIAN 1
1687# endif
1688#else
1689# ifndef WORDS_BIGENDIAN
1690# undef WORDS_BIGENDIAN
1691# endif
232b67d9
NS
1692#endif
1693
60d26958 1694/* Define to 1 if on MINIX. */
232b67d9 1695#ifndef USED_FOR_TARGET
60d26958
PB
1696#undef _MINIX
1697#endif
1698
1699
1700/* Define to 2 if the system does not provide POSIX.1 features except with
1701 this defined. */
1702#ifndef USED_FOR_TARGET
1703#undef _POSIX_1_SOURCE
1704#endif
1705
1706
1707/* Define to 1 if you need to in order for `stat' and other things to work. */
1708#ifndef USED_FOR_TARGET
1709#undef _POSIX_SOURCE
1710#endif
1711
1712
7c2a2dbf
KT
1713/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1714 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1715 #define below would cause a syntax error. */
1716#ifndef USED_FOR_TARGET
1717#undef _UINT32_T
1718#endif
1719
1720
1721/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1722 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1723 #define below would cause a syntax error. */
1724#ifndef USED_FOR_TARGET
1725#undef _UINT64_T
1726#endif
1727
1728
1729/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1730 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1731 #define below would cause a syntax error. */
1732#ifndef USED_FOR_TARGET
1733#undef _UINT8_T
1734#endif
1735
1736
c71618c6
AT
1737/* Define to `char *' if <sys/types.h> does not define. */
1738#ifndef USED_FOR_TARGET
1739#undef caddr_t
1740#endif
1741
1742
86da66b5
HPN
1743/* Define to `__inline__' or `__inline' if that's what the C compiler
1744 calls it, or to nothing if 'inline' is not supported under any name. */
1745#ifndef __cplusplus
a6a5e4c9 1746#undef inline
86da66b5 1747#endif
a6a5e4c9 1748
7c2a2dbf
KT
1749/* Define to the type of a signed integer type of width exactly 16 bits if
1750 such a type exists and the standard includes do not define it. */
1751#ifndef USED_FOR_TARGET
1752#undef int16_t
1753#endif
1754
1755
1756/* Define to the type of a signed integer type of width exactly 32 bits if
1757 such a type exists and the standard includes do not define it. */
1758#ifndef USED_FOR_TARGET
1759#undef int32_t
1760#endif
1761
1762
1763/* Define to the type of a signed integer type of width exactly 64 bits if
1764 such a type exists and the standard includes do not define it. */
1765#ifndef USED_FOR_TARGET
1766#undef int64_t
1767#endif
1768
1769
1770/* Define to the type of a signed integer type of width exactly 8 bits if such
1771 a type exists and the standard includes do not define it. */
1772#ifndef USED_FOR_TARGET
1773#undef int8_t
1774#endif
1775
1776
1777/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1778 not define. */
1779#ifndef USED_FOR_TARGET
1780#undef intmax_t
1781#endif
1782
1783
1784/* Define to the type of a signed integer type wide enough to hold a pointer,
1785 if such a type exists, and if the system does not define it. */
1786#ifndef USED_FOR_TARGET
1787#undef intptr_t
1788#endif
1789
1790
a6a5e4c9 1791/* Define to `int' if <sys/types.h> does not define. */
232b67d9 1792#ifndef USED_FOR_TARGET
a6a5e4c9 1793#undef pid_t
232b67d9
NS
1794#endif
1795
475c267f 1796
236ec2d7 1797/* Define to `long' if <sys/resource.h> doesn't define. */
232b67d9 1798#ifndef USED_FOR_TARGET
a6a5e4c9 1799#undef rlim_t
232b67d9
NS
1800#endif
1801
a6a5e4c9
KC
1802
1803/* Define to `int' if <sys/types.h> does not define. */
232b67d9 1804#ifndef USED_FOR_TARGET
a6a5e4c9 1805#undef ssize_t
232b67d9
NS
1806#endif
1807
a6a5e4c9 1808
7c2a2dbf
KT
1809/* Define to the type of an unsigned integer type of width exactly 16 bits if
1810 such a type exists and the standard includes do not define it. */
1811#ifndef USED_FOR_TARGET
1812#undef uint16_t
1813#endif
1814
1815
1816/* Define to the type of an unsigned integer type of width exactly 32 bits if
1817 such a type exists and the standard includes do not define it. */
1818#ifndef USED_FOR_TARGET
1819#undef uint32_t
1820#endif
1821
1822
1823/* Define to the type of an unsigned integer type of width exactly 64 bits if
1824 such a type exists and the standard includes do not define it. */
1825#ifndef USED_FOR_TARGET
1826#undef uint64_t
1827#endif
1828
1829
1830/* Define to the type of an unsigned integer type of width exactly 8 bits if
1831 such a type exists and the standard includes do not define it. */
1832#ifndef USED_FOR_TARGET
1833#undef uint8_t
1834#endif
1835
1836
1837/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1838 do not define. */
1839#ifndef USED_FOR_TARGET
1840#undef uintmax_t
1841#endif
1842
1843
1844/* Define to the type of an unsigned integer type wide enough to hold a
1845 pointer, if such a type exists, and if the system does not define it. */
1846#ifndef USED_FOR_TARGET
1847#undef uintptr_t
1848#endif
1849
1850
a6a5e4c9 1851/* Define as `fork' if `vfork' does not work. */
232b67d9 1852#ifndef USED_FOR_TARGET
a6a5e4c9 1853#undef vfork
232b67d9
NS
1854#endif
1855
This page took 2.477297 seconds and 5 git commands to generate.