]> gcc.gnu.org Git - gcc.git/blame - gcc/config.in
loadpre6.c: Cleanup fre dump file.
[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
953c29f7 312/* Define if your assembler supports the .quad directive. */
2433310d 313#ifndef USED_FOR_TARGET
953c29f7 314#undef HAVE_AS_IX86_QUAD
2433310d
RO
315#endif
316
317
abcb0bd9 318/* Define if the assembler supports 'rep <insn>, lock <insn>'. */
ed104137 319#ifndef USED_FOR_TARGET
953c29f7 320#undef HAVE_AS_IX86_REP_LOCK_PREFIX
ed104137
RO
321#endif
322
323
953c29f7 324/* Define if your assembler supports the sahf mnemonic in 64bit mode. */
38ca3765
UB
325#ifndef USED_FOR_TARGET
326#undef HAVE_AS_IX86_SAHF
327#endif
328
329
bad72d7a
RH
330/* Define if your assembler supports the swap suffix. */
331#ifndef USED_FOR_TARGET
332#undef HAVE_AS_IX86_SWAP
333#endif
334
335
d006f5eb
RH
336/* Define if your assembler supports the lituse_jsrdirect relocation. */
337#ifndef USED_FOR_TARGET
338#undef HAVE_AS_JSRDIRECT_RELOCS
339#endif
340
341
a6a5e4c9 342/* Define if your assembler supports .sleb128 and .uleb128. */
232b67d9 343#ifndef USED_FOR_TARGET
a6a5e4c9 344#undef HAVE_AS_LEB128
232b67d9
NS
345#endif
346
03943c05
AO
347
348/* Define if the assembler won't complain about a line such as # 0 "" 2. */
349#ifndef USED_FOR_TARGET
350#undef HAVE_AS_LINE_ZERO
351#endif
352
1072ec3f 353
a6a5e4c9 354/* Define if your assembler supports ltoffx and ldxmov relocations. */
232b67d9 355#ifndef USED_FOR_TARGET
a6a5e4c9 356#undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
232b67d9
NS
357#endif
358
d21445e7 359
e31bcd1b
JM
360/* Define if your assembler supports LWSYNC instructions. */
361#ifndef USED_FOR_TARGET
362#undef HAVE_AS_LWSYNC
363#endif
364
365
a6a5e4c9 366/* Define if your assembler supports mfcr field. */
232b67d9 367#ifndef USED_FOR_TARGET
a6a5e4c9 368#undef HAVE_AS_MFCRF
232b67d9
NS
369#endif
370
54953b66 371
44cd321e
PS
372/* Define if your assembler supports mffgpr and mftgpr. */
373#ifndef USED_FOR_TARGET
374#undef HAVE_AS_MFPGPR
375#endif
376
377
86da66b5 378/* Define if your assembler supports the -no-mul-bug-abort option. */
232b67d9 379#ifndef USED_FOR_TARGET
86da66b5 380#undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
232b67d9
NS
381#endif
382
86da66b5 383
4551169f
RS
384/* Define if the assembler understands -mno-shared. */
385#ifndef USED_FOR_TARGET
386#undef HAVE_AS_NO_SHARED
387#endif
388
389
a6a5e4c9 390/* Define if your assembler supports offsetable %lo(). */
232b67d9 391#ifndef USED_FOR_TARGET
a6a5e4c9 392#undef HAVE_AS_OFFSETABLE_LO10
232b67d9
NS
393#endif
394
a15135c9 395
e31bcd1b 396/* Define if your assembler supports popcntb field. */
11176d2a 397#ifndef USED_FOR_TARGET
432218ba 398#undef HAVE_AS_POPCNTB
11176d2a
JB
399#endif
400
432218ba 401
e31bcd1b 402/* Define if your assembler supports POPCNTD instructions. */
cacf1ca8
MM
403#ifndef USED_FOR_TARGET
404#undef HAVE_AS_POPCNTD
405#endif
406
cacf1ca8 407
636cf8b1
RS
408/* Define if your assembler supports .ref */
409#ifndef USED_FOR_TARGET
410#undef HAVE_AS_REF
411#endif
412
413
a6a5e4c9 414/* Define if your assembler supports .register. */
232b67d9 415#ifndef USED_FOR_TARGET
a6a5e4c9 416#undef HAVE_AS_REGISTER_PSEUDO_OP
232b67d9
NS
417#endif
418
ab87f8c8 419
7f970b70
AM
420/* Define if your assembler supports R_PPC_REL16 relocs. */
421#ifndef USED_FOR_TARGET
422#undef HAVE_AS_REL16
423#endif
424
425
a6a5e4c9 426/* Define if your assembler supports -relax option. */
232b67d9 427#ifndef USED_FOR_TARGET
a6a5e4c9 428#undef HAVE_AS_RELAX_OPTION
232b67d9
NS
429#endif
430
24a184c9 431
878ee0ab
DM
432/* Define if your assembler and linker support GOTDATA_OP relocs. */
433#ifndef USED_FOR_TARGET
434#undef HAVE_AS_SPARC_GOTDATA_OP
435#endif
436
437
a6a5e4c9
KC
438/* Define if your assembler and linker support unaligned PC relative relocs.
439 */
232b67d9 440#ifndef USED_FOR_TARGET
a6a5e4c9 441#undef HAVE_AS_SPARC_UA_PCREL
232b67d9
NS
442#endif
443
007e8d2a 444
a6a5e4c9
KC
445/* Define if your assembler and linker support unaligned PC relative relocs
446 against hidden symbols. */
232b67d9 447#ifndef USED_FOR_TARGET
a6a5e4c9 448#undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
232b67d9
NS
449#endif
450
e5e809f4 451
a6a5e4c9 452/* Define if your assembler supports thread-local storage. */
232b67d9 453#ifndef USED_FOR_TARGET
a6a5e4c9 454#undef HAVE_AS_TLS
232b67d9
NS
455#endif
456
28e6bb13 457
9752c4ad
AM
458/* Define if your assembler supports arg info for __tls_get_addr. */
459#ifndef USED_FOR_TARGET
460#undef HAVE_AS_TLS_MARKERS
461#endif
462
463
d40c9e33
PB
464/* Define if your assembler supports VSX instructions. */
465#ifndef USED_FOR_TARGET
466#undef HAVE_AS_VSX
467#endif
c1800ec8 468
28e6bb13 469
a6a5e4c9 470/* Define to 1 if you have the `atoll' function. */
232b67d9 471#ifndef USED_FOR_TARGET
a6a5e4c9 472#undef HAVE_ATOLL
232b67d9
NS
473#endif
474
2bd02043 475
a6a5e4c9 476/* Define to 1 if you have the `atoq' function. */
232b67d9 477#ifndef USED_FOR_TARGET
a6a5e4c9 478#undef HAVE_ATOQ
232b67d9
NS
479#endif
480
75923b2f 481
0d667716 482/* Define to 1 if you have the `clearerr_unlocked' function. */
232b67d9 483#ifndef USED_FOR_TARGET
0d667716 484#undef HAVE_CLEARERR_UNLOCKED
232b67d9
NS
485#endif
486
0d667716 487
a6a5e4c9 488/* Define to 1 if you have the `clock' function. */
232b67d9 489#ifndef USED_FOR_TARGET
a6a5e4c9 490#undef HAVE_CLOCK
232b67d9
NS
491#endif
492
956d6950 493
a6a5e4c9 494/* Define if <time.h> defines clock_t. */
232b67d9 495#ifndef USED_FOR_TARGET
a6a5e4c9 496#undef HAVE_CLOCK_T
232b67d9
NS
497#endif
498
eb158727 499
11176d2a
JB
500/* Define 0/1 if your assembler and linker support COMDAT groups. */
501#ifndef USED_FOR_TARGET
502#undef HAVE_COMDAT_GROUP
503#endif
504
505
ad6717df
PB
506/* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
507 */
232b67d9 508#ifndef USED_FOR_TARGET
a6a5e4c9 509#undef HAVE_DECL_ABORT
232b67d9
NS
510#endif
511
d21445e7 512
7391b66c
GDR
513/* Define to 1 if we found a declaration for 'asprintf', otherwise define to
514 0. */
515#ifndef USED_FOR_TARGET
516#undef HAVE_DECL_ASPRINTF
517#endif
518
519
ad6717df 520/* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
232b67d9 521#ifndef USED_FOR_TARGET
a6a5e4c9 522#undef HAVE_DECL_ATOF
232b67d9
NS
523#endif
524
351df804 525
ad6717df 526/* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
232b67d9 527#ifndef USED_FOR_TARGET
a6a5e4c9 528#undef HAVE_DECL_ATOL
232b67d9
NS
529#endif
530
e9a25f70 531
ad6717df
PB
532/* Define to 1 if we found a declaration for 'basename', otherwise define to
533 0. */
232b67d9 534#ifndef USED_FOR_TARGET
a6a5e4c9 535#undef HAVE_DECL_BASENAME
232b67d9
NS
536#endif
537
ab87f8c8 538
ad6717df
PB
539/* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
540 */
232b67d9 541#ifndef USED_FOR_TARGET
a6a5e4c9 542#undef HAVE_DECL_CALLOC
232b67d9
NS
543#endif
544
ab87f8c8 545
0d667716
KG
546/* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
547 define to 0. */
232b67d9 548#ifndef USED_FOR_TARGET
0d667716 549#undef HAVE_DECL_CLEARERR_UNLOCKED
232b67d9
NS
550#endif
551
0d667716 552
ad6717df
PB
553/* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
554 */
232b67d9 555#ifndef USED_FOR_TARGET
a6a5e4c9 556#undef HAVE_DECL_CLOCK
232b67d9
NS
557#endif
558
861bb6c1 559
ad6717df
PB
560/* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
561 */
232b67d9 562#ifndef USED_FOR_TARGET
a6a5e4c9 563#undef HAVE_DECL_ERRNO
232b67d9
NS
564#endif
565
861bb6c1 566
0d667716
KG
567/* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
568 to 0. */
232b67d9 569#ifndef USED_FOR_TARGET
0d667716 570#undef HAVE_DECL_FEOF_UNLOCKED
232b67d9
NS
571#endif
572
0d667716
KG
573
574/* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
575 define to 0. */
232b67d9 576#ifndef USED_FOR_TARGET
0d667716 577#undef HAVE_DECL_FERROR_UNLOCKED
232b67d9
NS
578#endif
579
0d667716
KG
580
581/* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
582 define to 0. */
232b67d9 583#ifndef USED_FOR_TARGET
0d667716 584#undef HAVE_DECL_FFLUSH_UNLOCKED
232b67d9
NS
585#endif
586
0d667716
KG
587
588/* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
589 define to 0. */
232b67d9 590#ifndef USED_FOR_TARGET
0d667716 591#undef HAVE_DECL_FGETC_UNLOCKED
232b67d9
NS
592#endif
593
0d667716
KG
594
595/* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
596 define to 0. */
232b67d9 597#ifndef USED_FOR_TARGET
0d667716 598#undef HAVE_DECL_FGETS_UNLOCKED
232b67d9
NS
599#endif
600
0d667716
KG
601
602/* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
603 define to 0. */
232b67d9 604#ifndef USED_FOR_TARGET
0d667716 605#undef HAVE_DECL_FILENO_UNLOCKED
232b67d9
NS
606#endif
607
0d667716 608
ad6717df
PB
609/* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
610 define to 0. */
232b67d9 611#ifndef USED_FOR_TARGET
a6a5e4c9 612#undef HAVE_DECL_FPRINTF_UNLOCKED
232b67d9
NS
613#endif
614
861bb6c1 615
0d667716
KG
616/* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
617 define to 0. */
232b67d9 618#ifndef USED_FOR_TARGET
0d667716 619#undef HAVE_DECL_FPUTC_UNLOCKED
232b67d9
NS
620#endif
621
0d667716 622
ad6717df
PB
623/* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
624 define to 0. */
232b67d9 625#ifndef USED_FOR_TARGET
a6a5e4c9 626#undef HAVE_DECL_FPUTS_UNLOCKED
232b67d9
NS
627#endif
628
861bb6c1 629
0d667716
KG
630/* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
631 define to 0. */
232b67d9 632#ifndef USED_FOR_TARGET
0d667716 633#undef HAVE_DECL_FREAD_UNLOCKED
232b67d9
NS
634#endif
635
0d667716 636
ad6717df 637/* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
232b67d9 638#ifndef USED_FOR_TARGET
a6a5e4c9 639#undef HAVE_DECL_FREE
232b67d9
NS
640#endif
641
956d6950 642
ad6717df
PB
643/* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
644 define to 0. */
232b67d9 645#ifndef USED_FOR_TARGET
a6a5e4c9 646#undef HAVE_DECL_FWRITE_UNLOCKED
232b67d9
NS
647#endif
648
1072ec3f 649
0d667716
KG
650/* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
651 define to 0. */
232b67d9 652#ifndef USED_FOR_TARGET
0d667716 653#undef HAVE_DECL_GETCHAR_UNLOCKED
232b67d9
NS
654#endif
655
0d667716 656
ad6717df
PB
657/* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
658 */
232b67d9 659#ifndef USED_FOR_TARGET
a6a5e4c9 660#undef HAVE_DECL_GETCWD
232b67d9
NS
661#endif
662
956d6950 663
0d667716
KG
664/* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
665 to 0. */
232b67d9 666#ifndef USED_FOR_TARGET
0d667716 667#undef HAVE_DECL_GETC_UNLOCKED
232b67d9
NS
668#endif
669
0d667716 670
ad6717df
PB
671/* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
672 */
232b67d9 673#ifndef USED_FOR_TARGET
a6a5e4c9 674#undef HAVE_DECL_GETENV
232b67d9
NS
675#endif
676
956d6950 677
ad6717df
PB
678/* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
679 */
232b67d9 680#ifndef USED_FOR_TARGET
a6a5e4c9 681#undef HAVE_DECL_GETOPT
232b67d9
NS
682#endif
683
a05e22b8 684
6a257778
AL
685/* Define to 1 if we found a declaration for 'getpagesize', otherwise define
686 to 0. */
232b67d9 687#ifndef USED_FOR_TARGET
6a257778 688#undef HAVE_DECL_GETPAGESIZE
232b67d9
NS
689#endif
690
6a257778 691
ad6717df
PB
692/* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
693 0. */
232b67d9 694#ifndef USED_FOR_TARGET
a6a5e4c9 695#undef HAVE_DECL_GETRLIMIT
232b67d9
NS
696#endif
697
956d6950 698
ad6717df
PB
699/* Define to 1 if we found a declaration for 'getrusage', otherwise define to
700 0. */
232b67d9 701#ifndef USED_FOR_TARGET
a6a5e4c9 702#undef HAVE_DECL_GETRUSAGE
232b67d9
NS
703#endif
704
956d6950 705
ad6717df
PB
706/* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
707 */
232b67d9 708#ifndef USED_FOR_TARGET
a6a5e4c9 709#undef HAVE_DECL_GETWD
232b67d9
NS
710#endif
711
861bb6c1 712
ad6717df
PB
713/* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
714 0. */
232b67d9 715#ifndef USED_FOR_TARGET
a6a5e4c9 716#undef HAVE_DECL_LDGETNAME
232b67d9
NS
717#endif
718
ab87f8c8 719
ad6717df
PB
720/* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
721 */
232b67d9 722#ifndef USED_FOR_TARGET
a6a5e4c9 723#undef HAVE_DECL_MALLOC
232b67d9
NS
724#endif
725
2bd02043 726
0d667716
KG
727/* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
728 define to 0. */
232b67d9 729#ifndef USED_FOR_TARGET
0d667716 730#undef HAVE_DECL_PUTCHAR_UNLOCKED
232b67d9
NS
731#endif
732
0d667716 733
ad6717df
PB
734/* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
735 to 0. */
232b67d9 736#ifndef USED_FOR_TARGET
a6a5e4c9 737#undef HAVE_DECL_PUTC_UNLOCKED
232b67d9
NS
738#endif
739
91029a29 740
ad6717df
PB
741/* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
742 */
232b67d9 743#ifndef USED_FOR_TARGET
a6a5e4c9 744#undef HAVE_DECL_REALLOC
232b67d9
NS
745#endif
746
91029a29 747
ad6717df 748/* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
232b67d9 749#ifndef USED_FOR_TARGET
a6a5e4c9 750#undef HAVE_DECL_SBRK
232b67d9
NS
751#endif
752
414d23ae 753
ad6717df
PB
754/* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
755 0. */
232b67d9 756#ifndef USED_FOR_TARGET
a6a5e4c9 757#undef HAVE_DECL_SETRLIMIT
232b67d9
NS
758#endif
759
414d23ae 760
4f6d8cc8
GK
761/* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
762 to 0. */
763#ifndef USED_FOR_TARGET
764#undef HAVE_DECL_SIGALTSTACK
765#endif
766
767
ad6717df
PB
768/* Define to 1 if we found a declaration for 'snprintf', otherwise define to
769 0. */
232b67d9 770#ifndef USED_FOR_TARGET
a6a5e4c9 771#undef HAVE_DECL_SNPRINTF
232b67d9
NS
772#endif
773
414d23ae 774
ad6717df
PB
775/* Define to 1 if we found a declaration for 'strsignal', otherwise define to
776 0. */
232b67d9 777#ifndef USED_FOR_TARGET
a6a5e4c9 778#undef HAVE_DECL_STRSIGNAL
232b67d9
NS
779#endif
780
75b6f3fd 781
ad6717df
PB
782/* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
783 */
232b67d9 784#ifndef USED_FOR_TARGET
a6a5e4c9 785#undef HAVE_DECL_STRSTR
232b67d9
NS
786#endif
787
414d23ae 788
ed5b9f96
GK
789/* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
790 0. */
791#ifndef USED_FOR_TARGET
792#undef HAVE_DECL_STRVERSCMP
793#endif
794
795
ad6717df
PB
796/* Define to 1 if we found a declaration for 'times', otherwise define to 0.
797 */
232b67d9 798#ifndef USED_FOR_TARGET
a6a5e4c9 799#undef HAVE_DECL_TIMES
232b67d9
NS
800#endif
801
414d23ae 802
ad6717df
PB
803/* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
804 0. */
232b67d9 805#ifndef USED_FOR_TARGET
a6a5e4c9 806#undef HAVE_DECL_VASPRINTF
232b67d9
NS
807#endif
808
414d23ae 809
367e8319
EB
810/* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
811 0. */
232b67d9 812#ifndef USED_FOR_TARGET
367e8319 813#undef HAVE_DECL_VSNPRINTF
232b67d9
NS
814#endif
815
367e8319 816
a6a5e4c9 817/* Define to 1 if you have the <direct.h> header file. */
232b67d9 818#ifndef USED_FOR_TARGET
a6a5e4c9 819#undef HAVE_DIRECT_H
232b67d9
NS
820#endif
821
414d23ae 822
236ec2d7
RW
823/* Define to 1 if you have the <dlfcn.h> header file. */
824#ifndef USED_FOR_TARGET
825#undef HAVE_DLFCN_H
826#endif
827
828
8ccb78f2
RO
829/* Define to 1 if you have the `elf_getshdrstrndx' function. */
830#ifndef USED_FOR_TARGET
831#undef HAVE_ELF_GETSHDRSTRNDX
832#endif
833
834
835/* Define to 1 if you have the `elf_getshstrndx' function. */
836#ifndef USED_FOR_TARGET
837#undef HAVE_ELF_GETSHSTRNDX
838#endif
839
840
841/* Define if elf_getshstrndx has gABI conformant return values. */
842#ifndef USED_FOR_TARGET
843#undef HAVE_ELF_GETSHSTRNDX_GABI
844#endif
845
846
a6a5e4c9 847/* Define to 1 if you have the <fcntl.h> header file. */
232b67d9 848#ifndef USED_FOR_TARGET
a6a5e4c9 849#undef HAVE_FCNTL_H
232b67d9
NS
850#endif
851
119d24d1 852
0d667716 853/* Define to 1 if you have the `feof_unlocked' function. */
232b67d9 854#ifndef USED_FOR_TARGET
0d667716 855#undef HAVE_FEOF_UNLOCKED
232b67d9
NS
856#endif
857
0d667716
KG
858
859/* Define to 1 if you have the `ferror_unlocked' function. */
232b67d9 860#ifndef USED_FOR_TARGET
0d667716 861#undef HAVE_FERROR_UNLOCKED
232b67d9
NS
862#endif
863
0d667716
KG
864
865/* Define to 1 if you have the `fflush_unlocked' function. */
232b67d9 866#ifndef USED_FOR_TARGET
0d667716 867#undef HAVE_FFLUSH_UNLOCKED
232b67d9
NS
868#endif
869
0d667716
KG
870
871/* Define to 1 if you have the `fgetc_unlocked' function. */
232b67d9 872#ifndef USED_FOR_TARGET
0d667716 873#undef HAVE_FGETC_UNLOCKED
232b67d9
NS
874#endif
875
0d667716
KG
876
877/* Define to 1 if you have the `fgets_unlocked' function. */
232b67d9 878#ifndef USED_FOR_TARGET
0d667716 879#undef HAVE_FGETS_UNLOCKED
232b67d9
NS
880#endif
881
0d667716
KG
882
883/* Define to 1 if you have the `fileno_unlocked' function. */
232b67d9 884#ifndef USED_FOR_TARGET
0d667716 885#undef HAVE_FILENO_UNLOCKED
232b67d9
NS
886#endif
887
0d667716 888
a6a5e4c9 889/* Define to 1 if you have the `fork' function. */
232b67d9 890#ifndef USED_FOR_TARGET
a6a5e4c9 891#undef HAVE_FORK
232b67d9
NS
892#endif
893
119d24d1 894
a6a5e4c9 895/* Define to 1 if you have the `fprintf_unlocked' function. */
232b67d9 896#ifndef USED_FOR_TARGET
a6a5e4c9 897#undef HAVE_FPRINTF_UNLOCKED
232b67d9
NS
898#endif
899
119d24d1 900
a6a5e4c9 901/* Define to 1 if you have the `fputc_unlocked' function. */
232b67d9 902#ifndef USED_FOR_TARGET
a6a5e4c9 903#undef HAVE_FPUTC_UNLOCKED
232b67d9
NS
904#endif
905
4c76f856 906
a6a5e4c9 907/* Define to 1 if you have the `fputs_unlocked' function. */
232b67d9 908#ifndef USED_FOR_TARGET
a6a5e4c9 909#undef HAVE_FPUTS_UNLOCKED
232b67d9
NS
910#endif
911
119d24d1 912
0d667716 913/* Define to 1 if you have the `fread_unlocked' function. */
232b67d9 914#ifndef USED_FOR_TARGET
0d667716 915#undef HAVE_FREAD_UNLOCKED
232b67d9
NS
916#endif
917
0d667716 918
a6a5e4c9 919/* Define to 1 if you have the `fwrite_unlocked' function. */
232b67d9 920#ifndef USED_FOR_TARGET
a6a5e4c9 921#undef HAVE_FWRITE_UNLOCKED
232b67d9
NS
922#endif
923
119d24d1 924
233215fe
DK
925/* Define if your assembler supports specifying the alignment of objects
926 allocated using the GAS .comm command. */
927#ifndef USED_FOR_TARGET
928#undef HAVE_GAS_ALIGNED_COMM
929#endif
930
931
a6a5e4c9 932/* Define if your assembler supports .balign and .p2align. */
232b67d9 933#ifndef USED_FOR_TARGET
a6a5e4c9 934#undef HAVE_GAS_BALIGN_AND_P2ALIGN
232b67d9
NS
935#endif
936
5dfa45d0 937
d4ea4622
RH
938/* Define 0/1 if your assembler supports CFI directives. */
939#ifndef USED_FOR_TARGET
940#undef HAVE_GAS_CFI_DIRECTIVE
941#endif
942
943
058514b3
RH
944/* Define 0/1 if your assembler supports .cfi_personality. */
945#ifndef USED_FOR_TARGET
946#undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
947#endif
948
949
7d45fb94
JJ
950/* Define 0/1 if your assembler supports .cfi_sections. */
951#ifndef USED_FOR_TARGET
952#undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
953#endif
954
955
6c52e687
CC
956/* Define if your assembler supports the .loc discriminator sub-directive. */
957#ifndef USED_FOR_TARGET
958#undef HAVE_GAS_DISCRIMINATOR
959#endif
960
961
e31bcd1b
JM
962/* Define if your assembler supports @gnu_unique_object. */
963#ifndef USED_FOR_TARGET
964#undef HAVE_GAS_GNU_UNIQUE_OBJECT
965#endif
966
967
a6a5e4c9
KC
968/* Define if your assembler and linker support .hidden. */
969#undef HAVE_GAS_HIDDEN
a207b594 970
28e6bb13
NC
971/* Define if your assembler supports .lcomm with an alignment field. */
972#ifndef USED_FOR_TARGET
973#undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
974#endif
975
976
5708d18d
MS
977/* Define if your assembler supports .literal16. */
978#ifndef USED_FOR_TARGET
979#undef HAVE_GAS_LITERAL16
980#endif
981
982
a6a5e4c9
KC
983/* Define if your assembler supports specifying the maximum number of bytes to
984 skip when using the GAS .p2align command. */
232b67d9 985#ifndef USED_FOR_TARGET
a6a5e4c9 986#undef HAVE_GAS_MAX_SKIP_P2ALIGN
232b67d9
NS
987#endif
988
14011ca4 989
e41f3691 990/* Define if your assembler supports .nsubspa comdat option. */
232b67d9 991#ifndef USED_FOR_TARGET
e41f3691 992#undef HAVE_GAS_NSUBSPA_COMDAT
232b67d9
NS
993#endif
994
e41f3691 995
d38bc601
BF
996/* Define if your assembler and linker support 32-bit section relative relocs
997 via '.secrel32 label'. */
232b67d9 998#ifndef USED_FOR_TARGET
d38bc601 999#undef HAVE_GAS_PE_SECREL32_RELOC
232b67d9
NS
1000#endif
1001
d38bc601 1002
a6a5e4c9
KC
1003/* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1004 */
232b67d9 1005#ifndef USED_FOR_TARGET
a6a5e4c9 1006#undef HAVE_GAS_SHF_MERGE
232b67d9
NS
1007#endif
1008
439a7e54 1009
a6a5e4c9
KC
1010/* Define if your assembler supports .subsection and .subsection -1 starts
1011 emitting at the beginning of your section. */
232b67d9 1012#ifndef USED_FOR_TARGET
a6a5e4c9 1013#undef HAVE_GAS_SUBSECTION_ORDERING
232b67d9
NS
1014#endif
1015
75e93faa 1016
a6a5e4c9 1017/* Define if your assembler supports .weak. */
232b67d9 1018#ifndef USED_FOR_TARGET
a6a5e4c9 1019#undef HAVE_GAS_WEAK
232b67d9
NS
1020#endif
1021
827ae6cf 1022
a0203ca7
AO
1023/* Define if your assembler supports .weakref. */
1024#ifndef USED_FOR_TARGET
1025#undef HAVE_GAS_WEAKREF
1026#endif
1027
1028
0d667716 1029/* Define to 1 if you have the `getchar_unlocked' function. */
232b67d9 1030#ifndef USED_FOR_TARGET
0d667716 1031#undef HAVE_GETCHAR_UNLOCKED
232b67d9
NS
1032#endif
1033
0d667716
KG
1034
1035/* Define to 1 if you have the `getc_unlocked' function. */
232b67d9 1036#ifndef USED_FOR_TARGET
0d667716 1037#undef HAVE_GETC_UNLOCKED
232b67d9
NS
1038#endif
1039
0d667716 1040
e61c76c9
SE
1041/* Define if _Unwind_GetIPInfo is available. */
1042#ifndef USED_FOR_TARGET
e64f5acf 1043#undef HAVE_GETIPINFO
e61c76c9
SE
1044#endif
1045
e64f5acf 1046
a6a5e4c9 1047/* Define to 1 if you have the `getrlimit' function. */
232b67d9 1048#ifndef USED_FOR_TARGET
a6a5e4c9 1049#undef HAVE_GETRLIMIT
232b67d9
NS
1050#endif
1051
91029a29 1052
a6a5e4c9 1053/* Define to 1 if you have the `getrusage' function. */
232b67d9 1054#ifndef USED_FOR_TARGET
a6a5e4c9 1055#undef HAVE_GETRUSAGE
232b67d9
NS
1056#endif
1057
75e93faa 1058
a6a5e4c9 1059/* Define to 1 if you have the `gettimeofday' function. */
232b67d9 1060#ifndef USED_FOR_TARGET
a6a5e4c9 1061#undef HAVE_GETTIMEOFDAY
232b67d9
NS
1062#endif
1063
4977bab6 1064
dc60b775
CD
1065/* Define if using GNU as. */
1066#ifndef USED_FOR_TARGET
1067#undef HAVE_GNU_AS
1068#endif
1069
1070
2091ff66
NF
1071/* Define if using GNU ld. */
1072#ifndef USED_FOR_TARGET
1073#undef HAVE_GNU_LD
1074#endif
1075
1076
a6a5e4c9 1077/* Define if you have the iconv() function. */
232b67d9 1078#ifndef USED_FOR_TARGET
a6a5e4c9 1079#undef HAVE_ICONV
232b67d9
NS
1080#endif
1081
84c041a1 1082
a6a5e4c9 1083/* Define to 1 if you have the <iconv.h> header file. */
232b67d9 1084#ifndef USED_FOR_TARGET
a6a5e4c9 1085#undef HAVE_ICONV_H
232b67d9
NS
1086#endif
1087
a6a5e4c9
KC
1088
1089/* Define .init_array/.fini_array sections are available and working. */
232b67d9 1090#ifndef USED_FOR_TARGET
a6a5e4c9 1091#undef HAVE_INITFINI_ARRAY
232b67d9
NS
1092#endif
1093
4977bab6 1094
7c2a2dbf
KT
1095/* Define to 1 if the system has the type `intmax_t'. */
1096#ifndef USED_FOR_TARGET
1097#undef HAVE_INTMAX_T
1098#endif
1099
1100
1101/* Define to 1 if the system has the type `intptr_t'. */
1102#ifndef USED_FOR_TARGET
1103#undef HAVE_INTPTR_T
1104#endif
1105
1106
91029a29 1107/* Define if you have a working <inttypes.h> header file. */
232b67d9 1108#ifndef USED_FOR_TARGET
91029a29 1109#undef HAVE_INTTYPES_H
232b67d9
NS
1110#endif
1111
91029a29 1112
a6a5e4c9 1113/* Define to 1 if you have the `kill' function. */
232b67d9 1114#ifndef USED_FOR_TARGET
a6a5e4c9 1115#undef HAVE_KILL
232b67d9
NS
1116#endif
1117
39f6c4c8 1118
a03ea89b 1119/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
232b67d9 1120#ifndef USED_FOR_TARGET
a03ea89b 1121#undef HAVE_LANGINFO_CODESET
232b67d9
NS
1122#endif
1123
a03ea89b 1124
a6a5e4c9 1125/* Define to 1 if you have the <langinfo.h> header file. */
232b67d9 1126#ifndef USED_FOR_TARGET
a6a5e4c9 1127#undef HAVE_LANGINFO_H
232b67d9
NS
1128#endif
1129
8ada417f 1130
a6a5e4c9 1131/* Define if your <locale.h> file defines LC_MESSAGES. */
232b67d9 1132#ifndef USED_FOR_TARGET
a6a5e4c9 1133#undef HAVE_LC_MESSAGES
232b67d9
NS
1134#endif
1135
91029a29 1136
a6a5e4c9 1137/* Define to 1 if you have the <ldfcn.h> header file. */
232b67d9 1138#ifndef USED_FOR_TARGET
a6a5e4c9 1139#undef HAVE_LDFCN_H
232b67d9
NS
1140#endif
1141
1072ec3f 1142
765f1bf9 1143/* Define if your linker supports --as-needed and --no-as-needed options. */
232b67d9 1144#ifndef USED_FOR_TARGET
765f1bf9 1145#undef HAVE_LD_AS_NEEDED
232b67d9
NS
1146#endif
1147
765f1bf9 1148
cd533689
PP
1149/* Define if your linker supports --build-id. */
1150#ifndef USED_FOR_TARGET
1151#undef HAVE_LD_BUILDID
1152#endif
1153
1154
d594623a 1155/* Define if your linker supports --demangle option. */
232b67d9 1156#ifndef USED_FOR_TARGET
d594623a 1157#undef HAVE_LD_DEMANGLE
232b67d9
NS
1158#endif
1159
d594623a 1160
a6a5e4c9
KC
1161/* Define if your linker supports --eh-frame-hdr option. */
1162#undef HAVE_LD_EH_FRAME_HDR
825b6926 1163
22ba88ef
EB
1164/* Define if your linker supports garbage collection of sections in presence
1165 of EH frames. */
1166#ifndef USED_FOR_TARGET
1167#undef HAVE_LD_EH_GC_SECTIONS
1168#endif
1169
1170
070b27da
AM
1171/* Define if your PowerPC64 linker supports a large TOC. */
1172#ifndef USED_FOR_TARGET
1173#undef HAVE_LD_LARGE_TOC
1174#endif
1175
1176
85b776df 1177/* Define if your PowerPC64 linker only needs function descriptor syms. */
232b67d9 1178#ifndef USED_FOR_TARGET
85b776df 1179#undef HAVE_LD_NO_DOT_SYMS
232b67d9
NS
1180#endif
1181
85b776df 1182
49576e25
RS
1183/* Define if your linker can relax absolute .eh_frame personality pointers
1184 into PC-relative form. */
1185#ifndef USED_FOR_TARGET
1186#undef HAVE_LD_PERSONALITY_RELAXATION
1187#endif
1188
1189
a6a5e4c9 1190/* Define if your linker supports -pie option. */
232b67d9 1191#ifndef USED_FOR_TARGET
a6a5e4c9 1192#undef HAVE_LD_PIE
232b67d9
NS
1193#endif
1194
4acab94b 1195
a6a5e4c9
KC
1196/* Define if your linker links a mix of read-only and read-write sections into
1197 a read-write section. */
232b67d9 1198#ifndef USED_FOR_TARGET
a6a5e4c9 1199#undef HAVE_LD_RO_RW_SECTION_MIXING
232b67d9
NS
1200#endif
1201
f91abfce 1202
a6198222
RO
1203/* Define if your linker supports the *_sol2 emulations. */
1204#ifndef USED_FOR_TARGET
1205#undef HAVE_LD_SOL2_EMULATION
1206#endif
1207
1208
7e9d8517 1209/* Define if your linker supports -Bstatic/-Bdynamic option. */
232b67d9 1210#ifndef USED_FOR_TARGET
7e9d8517 1211#undef HAVE_LD_STATIC_DYNAMIC
232b67d9
NS
1212#endif
1213
7e9d8517 1214
380e5ca4 1215/* Define if your linker supports --sysroot. */
232b67d9 1216#ifndef USED_FOR_TARGET
380e5ca4 1217#undef HAVE_LD_SYSROOT
232b67d9
NS
1218#endif
1219
380e5ca4 1220
a6a5e4c9 1221/* Define to 1 if you have the <limits.h> header file. */
232b67d9 1222#ifndef USED_FOR_TARGET
a6a5e4c9 1223#undef HAVE_LIMITS_H
232b67d9
NS
1224#endif
1225
f91abfce 1226
a6a5e4c9 1227/* Define to 1 if you have the <locale.h> header file. */
232b67d9 1228#ifndef USED_FOR_TARGET
a6a5e4c9 1229#undef HAVE_LOCALE_H
232b67d9
NS
1230#endif
1231
56694dd9 1232
5ec1c5e6 1233/* Define to 1 if the system has the type `long long'. */
232b67d9 1234#ifndef USED_FOR_TARGET
a6a5e4c9 1235#undef HAVE_LONG_LONG
232b67d9
NS
1236#endif
1237
86cf1cbd 1238
7c2a2dbf
KT
1239/* Define to 1 if the system has the type `long long int'. */
1240#ifndef USED_FOR_TARGET
1241#undef HAVE_LONG_LONG_INT
1242#endif
1243
1244
a6a5e4c9 1245/* Define to 1 if you have the <malloc.h> header file. */
232b67d9 1246#ifndef USED_FOR_TARGET
a6a5e4c9 1247#undef HAVE_MALLOC_H
232b67d9
NS
1248#endif
1249
86cf1cbd 1250
a6a5e4c9 1251/* Define to 1 if you have the `mbstowcs' function. */
232b67d9 1252#ifndef USED_FOR_TARGET
a6a5e4c9 1253#undef HAVE_MBSTOWCS
232b67d9
NS
1254#endif
1255
86cf1cbd 1256
a6a5e4c9 1257/* Define if valgrind's memcheck.h header is installed. */
232b67d9 1258#ifndef USED_FOR_TARGET
a6a5e4c9 1259#undef HAVE_MEMCHECK_H
232b67d9
NS
1260#endif
1261
86cf1cbd 1262
a6a5e4c9 1263/* Define to 1 if you have the <memory.h> header file. */
232b67d9 1264#ifndef USED_FOR_TARGET
a6a5e4c9 1265#undef HAVE_MEMORY_H
232b67d9
NS
1266#endif
1267
86cf1cbd 1268
a6a5e4c9 1269/* Define to 1 if you have the `mincore' function. */
232b67d9 1270#ifndef USED_FOR_TARGET
a6a5e4c9 1271#undef HAVE_MINCORE
232b67d9
NS
1272#endif
1273
86cf1cbd 1274
a6a5e4c9 1275/* Define to 1 if you have the `mmap' function. */
232b67d9 1276#ifndef USED_FOR_TARGET
a6a5e4c9 1277#undef HAVE_MMAP
232b67d9
NS
1278#endif
1279
86cf1cbd 1280
a6a5e4c9 1281/* Define if mmap with MAP_ANON(YMOUS) works. */
232b67d9 1282#ifndef USED_FOR_TARGET
a6a5e4c9 1283#undef HAVE_MMAP_ANON
232b67d9
NS
1284#endif
1285
86cf1cbd 1286
a6a5e4c9 1287/* Define if mmap of /dev/zero works. */
232b67d9 1288#ifndef USED_FOR_TARGET
a6a5e4c9 1289#undef HAVE_MMAP_DEV_ZERO
232b67d9
NS
1290#endif
1291
86cf1cbd 1292
a6a5e4c9 1293/* Define if read-only mmap of a plain file works. */
232b67d9 1294#ifndef USED_FOR_TARGET
a6a5e4c9 1295#undef HAVE_MMAP_FILE
232b67d9
NS
1296#endif
1297
86cf1cbd 1298
a6a5e4c9 1299/* Define to 1 if you have the `nl_langinfo' function. */
232b67d9 1300#ifndef USED_FOR_TARGET
a6a5e4c9 1301#undef HAVE_NL_LANGINFO
232b67d9
NS
1302#endif
1303
3b681e9d 1304
0d667716 1305/* Define to 1 if you have the `putchar_unlocked' function. */
232b67d9 1306#ifndef USED_FOR_TARGET
0d667716 1307#undef HAVE_PUTCHAR_UNLOCKED
232b67d9
NS
1308#endif
1309
0d667716 1310
a6a5e4c9 1311/* Define to 1 if you have the `putc_unlocked' function. */
232b67d9 1312#ifndef USED_FOR_TARGET
a6a5e4c9 1313#undef HAVE_PUTC_UNLOCKED
232b67d9
NS
1314#endif
1315
86cf1cbd 1316
a6a5e4c9 1317/* Define to 1 if you have the `setlocale' function. */
232b67d9 1318#ifndef USED_FOR_TARGET
a6a5e4c9 1319#undef HAVE_SETLOCALE
232b67d9
NS
1320#endif
1321
236ce4b2 1322
a6a5e4c9 1323/* Define to 1 if you have the `setrlimit' function. */
232b67d9 1324#ifndef USED_FOR_TARGET
a6a5e4c9 1325#undef HAVE_SETRLIMIT
232b67d9
NS
1326#endif
1327
a7475ab1 1328
a6a5e4c9 1329/* Define to 1 if you have the <stddef.h> header file. */
232b67d9 1330#ifndef USED_FOR_TARGET
a6a5e4c9 1331#undef HAVE_STDDEF_H
232b67d9
NS
1332#endif
1333
86cf1cbd 1334
a6a5e4c9 1335/* Define to 1 if you have the <stdint.h> header file. */
232b67d9 1336#ifndef USED_FOR_TARGET
a6a5e4c9 1337#undef HAVE_STDINT_H
232b67d9
NS
1338#endif
1339
86cf1cbd 1340
a6a5e4c9 1341/* Define to 1 if you have the <stdlib.h> header file. */
232b67d9 1342#ifndef USED_FOR_TARGET
a6a5e4c9 1343#undef HAVE_STDLIB_H
232b67d9
NS
1344#endif
1345
86cf1cbd 1346
a6a5e4c9 1347/* Define to 1 if you have the <strings.h> header file. */
232b67d9 1348#ifndef USED_FOR_TARGET
a6a5e4c9 1349#undef HAVE_STRINGS_H
232b67d9
NS
1350#endif
1351
86cf1cbd 1352
a6a5e4c9 1353/* Define to 1 if you have the <string.h> header file. */
232b67d9 1354#ifndef USED_FOR_TARGET
a6a5e4c9 1355#undef HAVE_STRING_H
232b67d9
NS
1356#endif
1357
86cf1cbd 1358
a6a5e4c9 1359/* Define to 1 if you have the `strsignal' function. */
232b67d9 1360#ifndef USED_FOR_TARGET
a6a5e4c9 1361#undef HAVE_STRSIGNAL
232b67d9
NS
1362#endif
1363
c1800ec8 1364
a6a5e4c9 1365/* Define if <sys/times.h> defines struct tms. */
232b67d9 1366#ifndef USED_FOR_TARGET
a6a5e4c9 1367#undef HAVE_STRUCT_TMS
232b67d9
NS
1368#endif
1369
f31e826b 1370
a6a5e4c9 1371/* Define to 1 if you have the `sysconf' function. */
232b67d9 1372#ifndef USED_FOR_TARGET
a6a5e4c9 1373#undef HAVE_SYSCONF
232b67d9
NS
1374#endif
1375
f31e826b 1376
a6a5e4c9 1377/* Define to 1 if you have the <sys/file.h> header file. */
232b67d9 1378#ifndef USED_FOR_TARGET
a6a5e4c9 1379#undef HAVE_SYS_FILE_H
232b67d9
NS
1380#endif
1381
86cf1cbd 1382
a6a5e4c9 1383/* Define to 1 if you have the <sys/mman.h> header file. */
232b67d9 1384#ifndef USED_FOR_TARGET
a6a5e4c9 1385#undef HAVE_SYS_MMAN_H
232b67d9
NS
1386#endif
1387
cb49b9ad 1388
a6a5e4c9 1389/* Define to 1 if you have the <sys/param.h> header file. */
232b67d9 1390#ifndef USED_FOR_TARGET
a6a5e4c9 1391#undef HAVE_SYS_PARAM_H
232b67d9
NS
1392#endif
1393
351df804 1394
a6a5e4c9 1395/* Define to 1 if you have the <sys/resource.h> header file. */
232b67d9 1396#ifndef USED_FOR_TARGET
a6a5e4c9 1397#undef HAVE_SYS_RESOURCE_H
232b67d9
NS
1398#endif
1399
c1800ec8 1400
a6a5e4c9 1401/* Define to 1 if you have the <sys/stat.h> header file. */
232b67d9 1402#ifndef USED_FOR_TARGET
a6a5e4c9 1403#undef HAVE_SYS_STAT_H
232b67d9
NS
1404#endif
1405
c1800ec8 1406
a6a5e4c9 1407/* Define to 1 if you have the <sys/times.h> header file. */
232b67d9 1408#ifndef USED_FOR_TARGET
a6a5e4c9 1409#undef HAVE_SYS_TIMES_H
232b67d9
NS
1410#endif
1411
a6a5e4c9
KC
1412
1413/* Define to 1 if you have the <sys/time.h> header file. */
232b67d9 1414#ifndef USED_FOR_TARGET
a6a5e4c9 1415#undef HAVE_SYS_TIME_H
232b67d9
NS
1416#endif
1417
a6a5e4c9
KC
1418
1419/* Define to 1 if you have the <sys/types.h> header file. */
232b67d9 1420#ifndef USED_FOR_TARGET
a6a5e4c9 1421#undef HAVE_SYS_TYPES_H
232b67d9
NS
1422#endif
1423
a6a5e4c9
KC
1424
1425/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
232b67d9 1426#ifndef USED_FOR_TARGET
a6a5e4c9 1427#undef HAVE_SYS_WAIT_H
232b67d9
NS
1428#endif
1429
a6a5e4c9
KC
1430
1431/* Define to 1 if you have the `times' function. */
232b67d9 1432#ifndef USED_FOR_TARGET
a6a5e4c9 1433#undef HAVE_TIMES
232b67d9
NS
1434#endif
1435
a6a5e4c9
KC
1436
1437/* Define to 1 if you have the <time.h> header file. */
232b67d9 1438#ifndef USED_FOR_TARGET
a6a5e4c9 1439#undef HAVE_TIME_H
232b67d9
NS
1440#endif
1441
c1800ec8 1442
7c2a2dbf
KT
1443/* Define to 1 if the system has the type `uintmax_t'. */
1444#ifndef USED_FOR_TARGET
1445#undef HAVE_UINTMAX_T
1446#endif
1447
1448
1449/* Define to 1 if the system has the type `uintptr_t'. */
1450#ifndef USED_FOR_TARGET
1451#undef HAVE_UINTPTR_T
1452#endif
1453
1454
a6a5e4c9 1455/* Define to 1 if you have the <unistd.h> header file. */
232b67d9 1456#ifndef USED_FOR_TARGET
a6a5e4c9 1457#undef HAVE_UNISTD_H
232b67d9
NS
1458#endif
1459
07cf4226 1460
7c2a2dbf
KT
1461/* Define to 1 if the system has the type `unsigned long long int'. */
1462#ifndef USED_FOR_TARGET
1463#undef HAVE_UNSIGNED_LONG_LONG_INT
1464#endif
1465
1466
a6a5e4c9 1467/* Define if valgrind's valgrind/memcheck.h header is installed. */
232b67d9 1468#ifndef USED_FOR_TARGET
a6a5e4c9 1469#undef HAVE_VALGRIND_MEMCHECK_H
232b67d9
NS
1470#endif
1471
91029a29 1472
a6a5e4c9 1473/* Define to 1 if you have the `vfork' function. */
232b67d9 1474#ifndef USED_FOR_TARGET
a6a5e4c9 1475#undef HAVE_VFORK
232b67d9
NS
1476#endif
1477
4977bab6 1478
a6a5e4c9 1479/* Define to 1 if you have the <vfork.h> header file. */
232b67d9 1480#ifndef USED_FOR_TARGET
a6a5e4c9 1481#undef HAVE_VFORK_H
232b67d9
NS
1482#endif
1483
4977bab6 1484
a6a5e4c9 1485/* Define to 1 if you have the <wchar.h> header file. */
232b67d9 1486#ifndef USED_FOR_TARGET
a6a5e4c9 1487#undef HAVE_WCHAR_H
232b67d9
NS
1488#endif
1489
4977bab6 1490
a6a5e4c9 1491/* Define to 1 if you have the `wcswidth' function. */
232b67d9 1492#ifndef USED_FOR_TARGET
a6a5e4c9 1493#undef HAVE_WCSWIDTH
232b67d9
NS
1494#endif
1495
1072ec3f 1496
a6a5e4c9 1497/* Define to 1 if `fork' works. */
232b67d9 1498#ifndef USED_FOR_TARGET
a6a5e4c9 1499#undef HAVE_WORKING_FORK
232b67d9
NS
1500#endif
1501
a5381466 1502
a6a5e4c9
KC
1503/* Define this macro if mbstowcs does not crash when its first argument is
1504 NULL. */
232b67d9 1505#ifndef USED_FOR_TARGET
a6a5e4c9 1506#undef HAVE_WORKING_MBSTOWCS
232b67d9
NS
1507#endif
1508
71a94577 1509
a6a5e4c9 1510/* Define to 1 if `vfork' works. */
232b67d9 1511#ifndef USED_FOR_TARGET
a6a5e4c9 1512#undef HAVE_WORKING_VFORK
232b67d9
NS
1513#endif
1514
91029a29 1515
5ec1c5e6 1516/* Define to 1 if the system has the type `__int64'. */
232b67d9 1517#ifndef USED_FOR_TARGET
a6a5e4c9 1518#undef HAVE___INT64
232b67d9
NS
1519#endif
1520
8ada417f 1521
f8bf9252
SP
1522/* Define if cloog is in use. */
1523#ifndef USED_FOR_TARGET
1524#undef HAVE_cloog
1525#endif
1526
1527
d7f09764
DN
1528/* Define if libelf is in use. */
1529#ifndef USED_FOR_TARGET
1530#undef HAVE_libelf
1531#endif
1532
1533
a6a5e4c9 1534/* Define as const if the declaration of iconv() needs const. */
232b67d9 1535#ifndef USED_FOR_TARGET
a6a5e4c9 1536#undef ICONV_CONST
232b67d9
NS
1537#endif
1538
91029a29 1539
236ec2d7
RW
1540/* Define to the sub-directory in which libtool stores uninstalled libraries.
1541 */
1542#ifndef USED_FOR_TARGET
1543#undef LT_OBJDIR
1544#endif
1545
1546
a6a5e4c9 1547/* Define if host mkdir takes a single argument. */
232b67d9 1548#ifndef USED_FOR_TARGET
a6a5e4c9 1549#undef MKDIR_TAKES_ONE_ARG
232b67d9
NS
1550#endif
1551
91029a29 1552
a6a5e4c9 1553/* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
232b67d9 1554#ifndef USED_FOR_TARGET
a6a5e4c9 1555#undef NEED_64BIT_HOST_WIDE_INT
232b67d9
NS
1556#endif
1557
91029a29 1558
a6a5e4c9 1559/* Define to 1 if your C compiler doesn't accept -c and -o together. */
232b67d9 1560#ifndef USED_FOR_TARGET
a6a5e4c9 1561#undef NO_MINUS_C_MINUS_O
232b67d9
NS
1562#endif
1563
b7460f24 1564
a6a5e4c9 1565/* Define to the address where bug reports for this package should be sent. */
232b67d9 1566#ifndef USED_FOR_TARGET
a6a5e4c9 1567#undef PACKAGE_BUGREPORT
232b67d9
NS
1568#endif
1569
c64688ae 1570
a6a5e4c9 1571/* Define to the full name of this package. */
232b67d9 1572#ifndef USED_FOR_TARGET
a6a5e4c9 1573#undef PACKAGE_NAME
232b67d9
NS
1574#endif
1575
201556f0 1576
a6a5e4c9 1577/* Define to the full name and version of this package. */
232b67d9 1578#ifndef USED_FOR_TARGET
a6a5e4c9 1579#undef PACKAGE_STRING
232b67d9
NS
1580#endif
1581
f996902d 1582
a6a5e4c9 1583/* Define to the one symbol short name of this package. */
232b67d9 1584#ifndef USED_FOR_TARGET
a6a5e4c9 1585#undef PACKAGE_TARNAME
232b67d9
NS
1586#endif
1587
3a37b08e 1588
5213506e
RW
1589/* Define to the home page for this package. */
1590#ifndef USED_FOR_TARGET
1591#undef PACKAGE_URL
1592#endif
1593
1594
a6a5e4c9 1595/* Define to the version of this package. */
232b67d9 1596#ifndef USED_FOR_TARGET
a6a5e4c9 1597#undef PACKAGE_VERSION
232b67d9
NS
1598#endif
1599
91029a29 1600
5938f74d
L
1601/* Specify plugin linker */
1602#ifndef USED_FOR_TARGET
1603#undef PLUGIN_LD
1604#endif
1605
1606
a6a5e4c9 1607/* Define to PREFIX/include if cpp should also search that directory. */
232b67d9 1608#ifndef USED_FOR_TARGET
a6a5e4c9 1609#undef PREFIX_INCLUDE_DIR
232b67d9
NS
1610#endif
1611
e95b1e6a 1612
5213506e 1613/* The size of `int', as computed by sizeof. */
232b67d9 1614#ifndef USED_FOR_TARGET
a6a5e4c9 1615#undef SIZEOF_INT
232b67d9
NS
1616#endif
1617
17e9e88c 1618
5213506e 1619/* The size of `long', as computed by sizeof. */
232b67d9 1620#ifndef USED_FOR_TARGET
a6a5e4c9 1621#undef SIZEOF_LONG
232b67d9
NS
1622#endif
1623
cf7b8b0d 1624
5213506e 1625/* The size of `long long', as computed by sizeof. */
232b67d9 1626#ifndef USED_FOR_TARGET
a6a5e4c9 1627#undef SIZEOF_LONG_LONG
232b67d9
NS
1628#endif
1629
91029a29 1630
5213506e 1631/* The size of `short', as computed by sizeof. */
232b67d9 1632#ifndef USED_FOR_TARGET
a6a5e4c9 1633#undef SIZEOF_SHORT
232b67d9
NS
1634#endif
1635
8ada417f 1636
5213506e 1637/* The size of `void *', as computed by sizeof. */
232b67d9 1638#ifndef USED_FOR_TARGET
a6a5e4c9 1639#undef SIZEOF_VOID_P
232b67d9
NS
1640#endif
1641
f6f5dff2 1642
5213506e 1643/* The size of `__int64', as computed by sizeof. */
232b67d9 1644#ifndef USED_FOR_TARGET
a6a5e4c9 1645#undef SIZEOF___INT64
232b67d9
NS
1646#endif
1647
f88c65f7 1648
a6a5e4c9 1649/* Define to 1 if you have the ANSI C header files. */
232b67d9 1650#ifndef USED_FOR_TARGET
a6a5e4c9 1651#undef STDC_HEADERS
232b67d9
NS
1652#endif
1653
ef1ecf87 1654
a6a5e4c9 1655/* Define if you can safely include both <string.h> and <strings.h>. */
232b67d9 1656#ifndef USED_FOR_TARGET
a6a5e4c9 1657#undef STRING_WITH_STRINGS
232b67d9
NS
1658#endif
1659
2c4a9cff 1660
ed965309
JJ
1661/* Define if TFmode long double should be the default */
1662#ifndef USED_FOR_TARGET
1663#undef TARGET_DEFAULT_LONG_DOUBLE_128
1664#endif
1665
1666
77008252
JJ
1667/* Define if your target C library provides stack protector support */
1668#ifndef USED_FOR_TARGET
1669#undef TARGET_LIBC_PROVIDES_SSP
1670#endif
1671
1672
a6a5e4c9 1673/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
232b67d9 1674#ifndef USED_FOR_TARGET
a6a5e4c9 1675#undef TIME_WITH_SYS_TIME
232b67d9
NS
1676#endif
1677
9d147085 1678
f1c26cad
RO
1679/* Define to the flag used to mark TLS sections if the default (`T') doesn't
1680 work. */
1681#ifndef USED_FOR_TARGET
1682#undef TLS_SECTION_ASM_FLAG
1683#endif
1684
1685
a6a5e4c9 1686/* Define if your assembler mis-optimizes .eh_frame data. */
232b67d9 1687#ifndef USED_FOR_TARGET
a6a5e4c9 1688#undef USE_AS_TRADITIONAL_FORMAT
232b67d9
NS
1689#endif
1690
5f0e9ea2 1691
f7e413e2
DK
1692/* Define if you want to generate code by default that assumes that the Cygwin
1693 DLL exports wrappers to support libstdc++ function replacement. */
1694#ifndef USED_FOR_TARGET
1695#undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
1696#endif
1697
1698
99fa8911
AP
1699/* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
1700 still efficiently supported by the host hardware. */
232b67d9 1701#ifndef USED_FOR_TARGET
99fa8911 1702#undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
232b67d9
NS
1703#endif
1704
99fa8911 1705
ad211091
KT
1706/* Define if we should use leading underscore on 64 bit mingw targets */
1707#ifndef USED_FOR_TARGET
1708#undef USE_MINGW64_LEADING_UNDERSCORES
1709#endif
1710
1711
5213506e
RW
1712/* Enable extensions on AIX 3, Interix. */
1713#ifndef _ALL_SOURCE
1714# undef _ALL_SOURCE
1715#endif
1716/* Enable GNU extensions on systems that have them. */
1717#ifndef _GNU_SOURCE
1718# undef _GNU_SOURCE
1719#endif
1720/* Enable threading extensions on Solaris. */
1721#ifndef _POSIX_PTHREAD_SEMANTICS
1722# undef _POSIX_PTHREAD_SEMANTICS
1723#endif
1724/* Enable extensions on HP NonStop. */
1725#ifndef _TANDEM_SOURCE
1726# undef _TANDEM_SOURCE
1727#endif
1728/* Enable general extensions on Solaris. */
1729#ifndef __EXTENSIONS__
1730# undef __EXTENSIONS__
1731#endif
1732
1733
a1286ef5
ZW
1734/* Define to be the last component of the Windows registry key under which to
1735 look for installation paths. The full key used will be
1736 HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
1737 The default is the GCC version number. */
232b67d9 1738#ifndef USED_FOR_TARGET
a6a5e4c9 1739#undef WIN32_REGISTRY_KEY
232b67d9
NS
1740#endif
1741
96d0f4dc 1742
5213506e
RW
1743/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1744 significant byte first (like Motorola and SPARC, unlike Intel). */
1745#if defined AC_APPLE_UNIVERSAL_BUILD
1746# if defined __BIG_ENDIAN__
1747# define WORDS_BIGENDIAN 1
1748# endif
1749#else
1750# ifndef WORDS_BIGENDIAN
1751# undef WORDS_BIGENDIAN
1752# endif
232b67d9
NS
1753#endif
1754
60d26958 1755/* Define to 1 if on MINIX. */
232b67d9 1756#ifndef USED_FOR_TARGET
60d26958
PB
1757#undef _MINIX
1758#endif
1759
1760
1761/* Define to 2 if the system does not provide POSIX.1 features except with
1762 this defined. */
1763#ifndef USED_FOR_TARGET
1764#undef _POSIX_1_SOURCE
1765#endif
1766
1767
1768/* Define to 1 if you need to in order for `stat' and other things to work. */
1769#ifndef USED_FOR_TARGET
1770#undef _POSIX_SOURCE
1771#endif
1772
1773
7c2a2dbf
KT
1774/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1775 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1776 #define below would cause a syntax error. */
1777#ifndef USED_FOR_TARGET
1778#undef _UINT32_T
1779#endif
1780
1781
1782/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1783 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1784 #define below would cause a syntax error. */
1785#ifndef USED_FOR_TARGET
1786#undef _UINT64_T
1787#endif
1788
1789
1790/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1791 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1792 #define below would cause a syntax error. */
1793#ifndef USED_FOR_TARGET
1794#undef _UINT8_T
1795#endif
1796
1797
c71618c6
AT
1798/* Define to `char *' if <sys/types.h> does not define. */
1799#ifndef USED_FOR_TARGET
1800#undef caddr_t
1801#endif
1802
1803
86da66b5
HPN
1804/* Define to `__inline__' or `__inline' if that's what the C compiler
1805 calls it, or to nothing if 'inline' is not supported under any name. */
1806#ifndef __cplusplus
a6a5e4c9 1807#undef inline
86da66b5 1808#endif
a6a5e4c9 1809
7c2a2dbf
KT
1810/* Define to the type of a signed integer type of width exactly 16 bits if
1811 such a type exists and the standard includes do not define it. */
1812#ifndef USED_FOR_TARGET
1813#undef int16_t
1814#endif
1815
1816
1817/* Define to the type of a signed integer type of width exactly 32 bits if
1818 such a type exists and the standard includes do not define it. */
1819#ifndef USED_FOR_TARGET
1820#undef int32_t
1821#endif
1822
1823
1824/* Define to the type of a signed integer type of width exactly 64 bits if
1825 such a type exists and the standard includes do not define it. */
1826#ifndef USED_FOR_TARGET
1827#undef int64_t
1828#endif
1829
1830
1831/* Define to the type of a signed integer type of width exactly 8 bits if such
1832 a type exists and the standard includes do not define it. */
1833#ifndef USED_FOR_TARGET
1834#undef int8_t
1835#endif
1836
1837
1838/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1839 not define. */
1840#ifndef USED_FOR_TARGET
1841#undef intmax_t
1842#endif
1843
1844
1845/* Define to the type of a signed integer type wide enough to hold a pointer,
1846 if such a type exists, and if the system does not define it. */
1847#ifndef USED_FOR_TARGET
1848#undef intptr_t
1849#endif
1850
1851
a6a5e4c9 1852/* Define to `int' if <sys/types.h> does not define. */
232b67d9 1853#ifndef USED_FOR_TARGET
a6a5e4c9 1854#undef pid_t
232b67d9
NS
1855#endif
1856
475c267f 1857
236ec2d7 1858/* Define to `long' if <sys/resource.h> doesn't define. */
232b67d9 1859#ifndef USED_FOR_TARGET
a6a5e4c9 1860#undef rlim_t
232b67d9
NS
1861#endif
1862
a6a5e4c9
KC
1863
1864/* Define to `int' if <sys/types.h> does not define. */
232b67d9 1865#ifndef USED_FOR_TARGET
a6a5e4c9 1866#undef ssize_t
232b67d9
NS
1867#endif
1868
a6a5e4c9 1869
7c2a2dbf
KT
1870/* Define to the type of an unsigned integer type of width exactly 16 bits if
1871 such a type exists and the standard includes do not define it. */
1872#ifndef USED_FOR_TARGET
1873#undef uint16_t
1874#endif
1875
1876
1877/* Define to the type of an unsigned integer type of width exactly 32 bits if
1878 such a type exists and the standard includes do not define it. */
1879#ifndef USED_FOR_TARGET
1880#undef uint32_t
1881#endif
1882
1883
1884/* Define to the type of an unsigned integer type of width exactly 64 bits if
1885 such a type exists and the standard includes do not define it. */
1886#ifndef USED_FOR_TARGET
1887#undef uint64_t
1888#endif
1889
1890
1891/* Define to the type of an unsigned integer type of width exactly 8 bits if
1892 such a type exists and the standard includes do not define it. */
1893#ifndef USED_FOR_TARGET
1894#undef uint8_t
1895#endif
1896
1897
1898/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1899 do not define. */
1900#ifndef USED_FOR_TARGET
1901#undef uintmax_t
1902#endif
1903
1904
1905/* Define to the type of an unsigned integer type wide enough to hold a
1906 pointer, if such a type exists, and if the system does not define it. */
1907#ifndef USED_FOR_TARGET
1908#undef uintptr_t
1909#endif
1910
1911
a6a5e4c9 1912/* Define as `fork' if `vfork' does not work. */
232b67d9 1913#ifndef USED_FOR_TARGET
a6a5e4c9 1914#undef vfork
232b67d9
NS
1915#endif
1916
This page took 2.805319 seconds and 5 git commands to generate.