]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config.in
x86: Remove "%!" before ret
[thirdparty/gcc.git] / gcc / config.in
CommitLineData
a6a5e4c9 1/* config.in. Generated from configure.ac by autoheader. */
71a94577 2
85c64bbe
BS
3/* Define if this compiler should be built as the offload target compiler. */
4#ifndef USED_FOR_TARGET
5#undef ACCEL_COMPILER
6#endif
7
8
5213506e
RW
9/* Define if building universal (internal helper macro) */
10#ifndef USED_FOR_TARGET
11#undef AC_APPLE_UNIVERSAL_BUILD
12#endif
13
14
29d7cbd1
RO
15/* Define to the assembler option to enable compressed debug sections. */
16#ifndef USED_FOR_TARGET
17#undef AS_COMPRESS_DEBUG_OPTION
18#endif
19
20
21/* Define to the assembler option to disable compressed debug sections. */
22#ifndef USED_FOR_TARGET
23#undef AS_NO_COMPRESS_DEBUG_OPTION
24#endif
25
26
e33a1eae
JJ
27/* Define to the root for URLs about GCC changes. */
28#ifndef USED_FOR_TARGET
29#undef CHANGES_ROOT_URL
30#endif
31
32
236ec2d7 33/* Define as the number of bits in a byte, if `limits.h' doesn't. */
232b67d9 34#ifndef USED_FOR_TARGET
a6a5e4c9 35#undef CHAR_BIT
232b67d9
NS
36#endif
37
e256b8b6 38
b06f87c7
BE
39/* Define to 0/1 if you want more run-time sanity checks. This one gets a grab
40 bag of miscellaneous but relatively cheap checks. */
7ec491c0
MM
41#ifndef USED_FOR_TARGET
42#undef CHECKING_P
43#endif
44
45
a6a5e4c9 46/* Define 0/1 to force the choice for exception handling model. */
232b67d9 47#ifndef USED_FOR_TARGET
a6a5e4c9 48#undef CONFIG_SJLJ_EXCEPTIONS
232b67d9
NS
49#endif
50
e9831ca0 51
a6a5e4c9 52/* Define to enable the use of a default assembler. */
232b67d9 53#ifndef USED_FOR_TARGET
a6a5e4c9 54#undef DEFAULT_ASSEMBLER
232b67d9
NS
55#endif
56
c375c43b 57
3b5e8ee4
IS
58/* Define to enable the use of a default debug linker. */
59#ifndef USED_FOR_TARGET
60#undef DEFAULT_DSYMUTIL
61#endif
62
63
a6a5e4c9 64/* Define to enable the use of a default linker. */
232b67d9 65#ifndef USED_FOR_TARGET
a6a5e4c9 66#undef DEFAULT_LINKER
232b67d9
NS
67#endif
68
ab87f8c8 69
dc6b6330 70/* Define to larger than zero set the default stack clash protector size. */
630b1e3a
TC
71#ifndef USED_FOR_TARGET
72#undef DEFAULT_STK_CLASH_GUARD_SIZE
73#endif
74
75
a6a5e4c9
KC
76/* Define if you want to use __cxa_atexit, rather than atexit, to register C++
77 destructors for local statics and global objects. This is essential for
78 fully standards-compliant handling of destructors, but requires
79 __cxa_atexit in libc. */
232b67d9 80#ifndef USED_FOR_TARGET
a6a5e4c9 81#undef DEFAULT_USE_CXA_ATEXIT
232b67d9
NS
82#endif
83
3ec83fc2 84
899c78ae
JJ
85/* The default for -fdiagnostics-color option */
86#ifndef USED_FOR_TARGET
87#undef DIAGNOSTICS_COLOR_DEFAULT
88#endif
89
90
458c8d64
BE
91/* The default for -fdiagnostics-urls option */
92#ifndef USED_FOR_TARGET
93#undef DIAGNOSTICS_URLS_DEFAULT
94#endif
95
96
e33a1eae
JJ
97/* Define to the root for documentation URLs. */
98#ifndef USED_FOR_TARGET
99#undef DOCUMENTATION_ROOT_URL
100#endif
101
102
3b5e8ee4
IS
103/* Define to the dsymutil version. */
104#ifndef USED_FOR_TARGET
105#undef DSYMUTIL_VERSION
106#endif
107
108
757bf1df
DM
109/* Define 0/1 if static analyzer feature is enabled. */
110#ifndef USED_FOR_TARGET
111#undef ENABLE_ANALYZER
112#endif
113
114
06c37c96 115/* Define if you want assertions enabled. This is a cheap check. */
232b67d9 116#ifndef USED_FOR_TARGET
06c37c96 117#undef ENABLE_ASSERT_CHECKING
232b67d9
NS
118#endif
119
06c37c96 120
3089f8b5
PB
121/* Define to 1 to specify that we are using the BID decimal floating point
122 format instead of DPD */
123#ifndef USED_FOR_TARGET
124#undef ENABLE_DECIMAL_BID_FORMAT
125#endif
126
127
486aa804
BE
128/* Define to 1 to enable decimal float extension to C. */
129#ifndef USED_FOR_TARGET
130#undef ENABLE_DECIMAL_FLOAT
131#endif
132
133
428b3812
L
134/* Define if your target supports default PIE and it is enabled. */
135#ifndef USED_FOR_TARGET
136#undef ENABLE_DEFAULT_PIE
137#endif
138
139
e0f6cba0
MG
140/* Define if your target supports default stack protector and it is enabled.
141 */
142#ifndef USED_FOR_TARGET
143#undef ENABLE_DEFAULT_SSP
144#endif
145
146
3089f8b5 147/* Define if you want more run-time sanity checks for dataflow. */
79b87c74 148#ifndef USED_FOR_TARGET
3089f8b5 149#undef ENABLE_DF_CHECKING
79b87c74
MM
150#endif
151
152
8f56cb51
AM
153/* Define to 0/1 if you want extra run-time checking that might affect code
154 generation. */
155#ifndef USED_FOR_TARGET
156#undef ENABLE_EXTRA_CHECKING
157#endif
158
159
ab22c1fa
CF
160/* Define to 1 to enable fixed-point arithmetic extension to C. */
161#ifndef USED_FOR_TARGET
162#undef ENABLE_FIXED_POINT
163#endif
164
165
a6a5e4c9
KC
166/* Define if you want fold checked that it never destructs its argument. This
167 is quite expensive. */
232b67d9 168#ifndef USED_FOR_TARGET
a6a5e4c9 169#undef ENABLE_FOLD_CHECKING
232b67d9
NS
170#endif
171
956d6950 172
a6a5e4c9
KC
173/* Define if you want the garbage collector to operate in maximally paranoid
174 mode, validating the entire heap and collecting garbage at every
175 opportunity. This is extremely expensive. */
232b67d9 176#ifndef USED_FOR_TARGET
a6a5e4c9 177#undef ENABLE_GC_ALWAYS_COLLECT
232b67d9
NS
178#endif
179
956d6950 180
a6a5e4c9
KC
181/* Define if you want the garbage collector to do object poisoning and other
182 memory allocation checks. This is quite expensive. */
232b67d9 183#ifndef USED_FOR_TARGET
a6a5e4c9 184#undef ENABLE_GC_CHECKING
232b67d9
NS
185#endif
186
e256b8b6 187
70b1e376
RW
188/* Define if you want operations on GIMPLE (the basic data structure of the
189 high-level optimizers) to be checked for dynamic type safety at runtime.
190 This is moderately expensive. */
191#ifndef USED_FOR_TARGET
192#undef ENABLE_GIMPLE_CHECKING
193#endif
194
195
cd533689
PP
196/* Define if gcc should always pass --build-id to linker. */
197#ifndef USED_FOR_TARGET
198#undef ENABLE_LD_BUILDID
199#endif
200
201
87e6d9dc
TB
202/* Define to 1 to enable libquadmath support */
203#ifndef USED_FOR_TARGET
204#undef ENABLE_LIBQUADMATH_SUPPORT
205#endif
206
207
d7f09764
DN
208/* Define to enable LTO support. */
209#ifndef USED_FOR_TARGET
210#undef ENABLE_LTO
211#endif
212
213
a6a5e4c9
KC
214/* Define to 1 if translation of program messages to the user's native
215 language is requested. */
232b67d9 216#ifndef USED_FOR_TARGET
a6a5e4c9 217#undef ENABLE_NLS
232b67d9
NS
218#endif
219
c375c43b 220
85c64bbe
BS
221/* Define this to enable support for offloading. */
222#ifndef USED_FOR_TARGET
223#undef ENABLE_OFFLOADING
224#endif
225
226
68a607d8
DN
227/* Define to enable plugin support. */
228#ifndef USED_FOR_TARGET
229#undef ENABLE_PLUGIN
230#endif
231
232
a6a5e4c9
KC
233/* Define if you want all operations on RTL (the basic data structure of the
234 optimizer and back end) to be checked for dynamic type safety at runtime.
235 This is quite expensive. */
232b67d9 236#ifndef USED_FOR_TARGET
a6a5e4c9 237#undef ENABLE_RTL_CHECKING
232b67d9
NS
238#endif
239
a15135c9 240
a6a5e4c9
KC
241/* Define if you want RTL flag accesses to be checked against the RTL codes
242 that are supported for each access macro. This is relatively cheap. */
232b67d9 243#ifndef USED_FOR_TARGET
a6a5e4c9 244#undef ENABLE_RTL_FLAG_CHECKING
232b67d9
NS
245#endif
246
0ee31ab1 247
b53ef395
NS
248/* Define if you want runtime assertions enabled. This is a cheap check. */
249#undef ENABLE_RUNTIME_CHECKING
250
a5dd6b69
MH
251/* Define to enable evaluating float expressions with double precision in
252 standards-compatible mode on s390 targets. */
253#undef ENABLE_S390_EXCESS_FLOAT_PRECISION
254
662b9c55
IS
255/* Define if the -stdlib= option should be enabled. */
256#ifndef USED_FOR_TARGET
257#undef ENABLE_STDLIB_OPTION
258#endif
259
260
a6a5e4c9
KC
261/* Define if you want all operations on trees (the basic data structure of the
262 front ends) to be checked for dynamic type safety at runtime. This is
8d2ccbd2 263 moderately expensive. */
232b67d9 264#ifndef USED_FOR_TARGET
a6a5e4c9 265#undef ENABLE_TREE_CHECKING
232b67d9
NS
266#endif
267
0ee31ab1 268
dc60b775
CD
269/* Define if you want all gimple types to be verified after gimplifiation.
270 This is cheap. */
7e98624c
RG
271#ifndef USED_FOR_TARGET
272#undef ENABLE_TYPES_CHECKING
273#endif
274
275
279a935f
RB
276/* Define to get calls to the valgrind runtime enabled. */
277#ifndef USED_FOR_TARGET
278#undef ENABLE_VALGRIND_ANNOTATIONS
279#endif
280
281
a6a5e4c9
KC
282/* Define if you want to run subprograms and generated programs through
283 valgrind (a memory checker). This is extremely expensive. */
232b67d9 284#ifndef USED_FOR_TARGET
a6a5e4c9 285#undef ENABLE_VALGRIND_CHECKING
232b67d9
NS
286#endif
287
c1800ec8 288
ad103b01
RO
289/* Define 0/1 if vtable verification feature is enabled. */
290#ifndef USED_FOR_TARGET
291#undef ENABLE_VTABLE_VERIFY
292#endif
293
294
a1286ef5
ZW
295/* Define to 1 if installation paths should be looked up in the Windows
296 Registry. Ignored on non-Windows hosts. */
232b67d9 297#ifndef USED_FOR_TARGET
a6a5e4c9 298#undef ENABLE_WIN32_REGISTRY
232b67d9
NS
299#endif
300
475c267f 301
a6a5e4c9
KC
302/* Define to the name of a file containing a list of extra machine modes for
303 this architecture. */
232b67d9 304#ifndef USED_FOR_TARGET
a6a5e4c9 305#undef EXTRA_MODES_FILE
232b67d9
NS
306#endif
307
3b681e9d 308
a6a5e4c9 309/* Define to enable detailed memory allocation stats gathering. */
232b67d9 310#ifndef USED_FOR_TARGET
a6a5e4c9 311#undef GATHER_STATISTICS
232b67d9
NS
312#endif
313
54953b66 314
c68a6e08
JW
315/* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
316#ifndef USED_FOR_TARGET
317#undef GWINSZ_IN_SYS_IOCTL
318#endif
319
320
4f6d8cc8
GK
321/* mcontext_t fields start with __ */
322#ifndef USED_FOR_TARGET
323#undef HAS_MCONTEXT_T_UNDERSCORES
324#endif
325
326
e1f07131
NS
327/* Define if AF_INET6 supported. */
328#ifndef USED_FOR_TARGET
329#undef HAVE_AF_INET6
330#endif
331
332
333/* Define if AF_UNIX supported. */
334#ifndef USED_FOR_TARGET
335#undef HAVE_AF_UNIX
336#endif
337
338
ec47b086
DV
339/* Define if your assembler supports architecture modifiers. */
340#ifndef USED_FOR_TARGET
341#undef HAVE_AS_ARCHITECTURE_MODIFIERS
342#endif
343
344
63866e04
GJL
345/* Define if your avr assembler supports -mgcc-isr option. */
346#ifndef USED_FOR_TARGET
347#undef HAVE_AS_AVR_MGCCISR_OPTION
348#endif
349
350
0c9dc4ae
GJL
351/* Define if your avr assembler supports --mlink-relax option. */
352#ifndef USED_FOR_TARGET
353#undef HAVE_AS_AVR_MLINK_RELAX_OPTION
354#endif
355
356
357/* Define if your avr assembler supports -mrmw option. */
358#ifndef USED_FOR_TARGET
359#undef HAVE_AS_AVR_MRMW_OPTION
360#endif
361
362
29d7cbd1
RO
363/* Define to the level of your assembler's compressed debug section support.
364 */
365#ifndef USED_FOR_TARGET
366#undef HAVE_AS_COMPRESS_DEBUG
367#endif
368
369
c8aea42c
PB
370/* Define if your assembler supports the --debug-prefix-map option. */
371#ifndef USED_FOR_TARGET
372#undef HAVE_AS_DEBUG_PREFIX_MAP
373#endif
374
375
899c78ae
JJ
376/* Define if your assembler supports .module. */
377#ifndef USED_FOR_TARGET
378#undef HAVE_AS_DOT_MODULE
379#endif
380
381
293b77b0
CF
382/* Define if your assembler supports DSPR1 mult. */
383#ifndef USED_FOR_TARGET
384#undef HAVE_AS_DSPR1_MULT
385#endif
386
387
a44380d2
JM
388/* Define if your assembler supports .dtprelword. */
389#ifndef USED_FOR_TARGET
390#undef HAVE_AS_DTPRELWORD
391#endif
392
393
a6a5e4c9
KC
394/* Define if your assembler supports dwarf2 .file/.loc directives, and
395 preserves file table indices exactly as given. */
232b67d9 396#ifndef USED_FOR_TARGET
a6a5e4c9 397#undef HAVE_AS_DWARF2_DEBUG_LINE
232b67d9
NS
398#endif
399
24a184c9 400
bd2b9f1e
AO
401/* Define if your assembler supports views in dwarf2 .loc directives. */
402#ifndef USED_FOR_TARGET
403#undef HAVE_AS_DWARF2_DEBUG_VIEW
404#endif
405
406
157bb85d
UW
407/* Define if your assembler supports the R_PPC64_ENTRY relocation. */
408#ifndef USED_FOR_TARGET
409#undef HAVE_AS_ENTRY_MARKERS
410#endif
411
412
a6a5e4c9 413/* Define if your assembler supports explicit relocations. */
232b67d9 414#ifndef USED_FOR_TARGET
a6a5e4c9 415#undef HAVE_AS_EXPLICIT_RELOCS
232b67d9
NS
416#endif
417
03c41c05 418
e8b141b5
DM
419/* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
420#ifndef USED_FOR_TARGET
421#undef HAVE_AS_FMAF_HPC_VIS3
422#endif
423
424
a6a5e4c9 425/* Define if your assembler supports the --gdwarf2 option. */
232b67d9 426#ifndef USED_FOR_TARGET
a6a5e4c9 427#undef HAVE_AS_GDWARF2_DEBUG_FLAG
232b67d9
NS
428#endif
429
a37db56b 430
6923255e
JJ
431/* Define if your assembler supports the --gdwarf-5 option. */
432#ifndef USED_FOR_TARGET
433#undef HAVE_AS_GDWARF_5_DEBUG_FLAG
434#endif
435
436
dcb957d9
JM
437/* Define if your assembler supports .gnu_attribute. */
438#ifndef USED_FOR_TARGET
439#undef HAVE_AS_GNU_ATTRIBUTE
440#endif
441
442
a6a5e4c9 443/* Define true if the assembler supports '.long foo@GOTOFF'. */
232b67d9 444#ifndef USED_FOR_TARGET
a6a5e4c9 445#undef HAVE_AS_GOTOFF_IN_DATA
232b67d9
NS
446#endif
447
956d6950 448
a6a5e4c9 449/* Define if your assembler supports the --gstabs option. */
232b67d9 450#ifndef USED_FOR_TARGET
a6a5e4c9 451#undef HAVE_AS_GSTABS_DEBUG_FLAG
232b67d9
NS
452#endif
453
2bd02043 454
a6a5e4c9 455/* Define if your assembler supports the Sun syntax for cmov. */
232b67d9 456#ifndef USED_FOR_TARGET
a6a5e4c9 457#undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
232b67d9
NS
458#endif
459
8eb6a092 460
68b92f78
RS
461/* Define if your assembler supports the subtraction of symbols in different
462 sections. */
463#ifndef USED_FOR_TARGET
464#undef HAVE_AS_IX86_DIFF_SECT_DELTA
465#endif
466
467
b6c03bcd
RS
468/* Define if your assembler supports the ffreep mnemonic. */
469#ifndef USED_FOR_TARGET
470#undef HAVE_AS_IX86_FFREEP
471#endif
472
473
a3a5e3d1
UB
474/* Define if your assembler uses fildq and fistq mnemonics. */
475#ifndef USED_FOR_TARGET
476#undef HAVE_AS_IX86_FILDQ
477#endif
478
479
480/* Define if your assembler uses filds and fists mnemonics. */
481#ifndef USED_FOR_TARGET
482#undef HAVE_AS_IX86_FILDS
483#endif
484
485
c0597759
L
486/* Define 0/1 if your assembler and linker support @GOT. */
487#ifndef USED_FOR_TARGET
488#undef HAVE_AS_IX86_GOT32X
489#endif
490
491
b993039f
EB
492/* Define if your assembler supports HLE prefixes. */
493#ifndef USED_FOR_TARGET
494#undef HAVE_AS_IX86_HLE
495#endif
496
497
fe04878d
UB
498/* Define if your assembler supports interunit movq mnemonic. */
499#ifndef USED_FOR_TARGET
500#undef HAVE_AS_IX86_INTERUNIT_MOVQ
501#endif
502
503
953c29f7 504/* Define if your assembler supports the .quad directive. */
2433310d 505#ifndef USED_FOR_TARGET
953c29f7 506#undef HAVE_AS_IX86_QUAD
2433310d
RO
507#endif
508
509
abcb0bd9 510/* Define if the assembler supports 'rep <insn>, lock <insn>'. */
ed104137 511#ifndef USED_FOR_TARGET
953c29f7 512#undef HAVE_AS_IX86_REP_LOCK_PREFIX
ed104137
RO
513#endif
514
515
953c29f7 516/* Define if your assembler supports the sahf mnemonic in 64bit mode. */
38ca3765
UB
517#ifndef USED_FOR_TARGET
518#undef HAVE_AS_IX86_SAHF
519#endif
520
521
bad72d7a
RH
522/* Define if your assembler supports the swap suffix. */
523#ifndef USED_FOR_TARGET
524#undef HAVE_AS_IX86_SWAP
525#endif
526
527
0f24748c 528/* Define if your assembler and linker support @tlsgdplt. */
8950516e
RO
529#ifndef USED_FOR_TARGET
530#undef HAVE_AS_IX86_TLSGDPLT
531#endif
532
533
caa16d41
RO
534/* Define to 1 if your assembler and linker support @tlsldm. */
535#ifndef USED_FOR_TARGET
536#undef HAVE_AS_IX86_TLSLDM
537#endif
538
539
540/* Define to 1 if your assembler and linker support @tlsldmplt. */
8950516e
RO
541#ifndef USED_FOR_TARGET
542#undef HAVE_AS_IX86_TLSLDMPLT
543#endif
544
545
de86ff8f
L
546/* Define 0/1 if your assembler and linker support calling ___tls_get_addr via
547 GOT. */
548#ifndef USED_FOR_TARGET
549#undef HAVE_AS_IX86_TLS_GET_ADDR_GOT
550#endif
551
552
88f7c49a
RM
553/* Define if your assembler supports the 'ud2' mnemonic. */
554#ifndef USED_FOR_TARGET
555#undef HAVE_AS_IX86_UD2
556#endif
557
558
d006f5eb
RH
559/* Define if your assembler supports the lituse_jsrdirect relocation. */
560#ifndef USED_FOR_TARGET
561#undef HAVE_AS_JSRDIRECT_RELOCS
562#endif
563
564
a6a5e4c9 565/* Define if your assembler supports .sleb128 and .uleb128. */
232b67d9 566#ifndef USED_FOR_TARGET
a6a5e4c9 567#undef HAVE_AS_LEB128
232b67d9
NS
568#endif
569
03943c05 570
1f65ae7a
EB
571/* Define if your assembler supports LEON instructions. */
572#ifndef USED_FOR_TARGET
573#undef HAVE_AS_LEON
574#endif
575
576
03943c05
AO
577/* Define if the assembler won't complain about a line such as # 0 "" 2. */
578#ifndef USED_FOR_TARGET
579#undef HAVE_AS_LINE_ZERO
580#endif
581
1072ec3f 582
a6a5e4c9 583/* Define if your assembler supports ltoffx and ldxmov relocations. */
232b67d9 584#ifndef USED_FOR_TARGET
a6a5e4c9 585#undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
232b67d9
NS
586#endif
587
d21445e7 588
eaf4967a
CL
589/* Define if your assembler supports the -mabi option. */
590#ifndef USED_FOR_TARGET
591#undef HAVE_AS_MABI_OPTION
592#endif
593
594
ec47b086
DV
595/* Define if your assembler supports .machine and .machinemode. */
596#ifndef USED_FOR_TARGET
597#undef HAVE_AS_MACHINE_MACHINEMODE
598#endif
599
600
e1f07131
NS
601/* Define if the assembler understands -march=rv*_zifencei. */
602#ifndef USED_FOR_TARGET
603#undef HAVE_AS_MARCH_ZIFENCEI
604#endif
605
606
a6a5e4c9 607/* Define if your assembler supports mfcr field. */
232b67d9 608#ifndef USED_FOR_TARGET
a6a5e4c9 609#undef HAVE_AS_MFCRF
232b67d9
NS
610#endif
611
54953b66 612
e1f07131
NS
613/* Define if the assembler understands -misa-spec=. */
614#ifndef USED_FOR_TARGET
615#undef HAVE_AS_MISA_SPEC
616#endif
617
618
743b8dd6
IS
619/* Define if your Mac OS X assembler supports -mllvm -x86-pad-for-align=false.
620 */
621#ifndef USED_FOR_TARGET
622#undef HAVE_AS_MLLVM_X86_PAD_FOR_ALIGN
623#endif
624
625
b410cf1d
IS
626/* Define if your Mac OS X assembler supports the -mmacos-version-min option.
627 */
628#ifndef USED_FOR_TARGET
629#undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION
630#endif
631
632
8682b1a5
JL
633/* Define if your assembler supports .mspabi_attribute. */
634#ifndef USED_FOR_TARGET
635#undef HAVE_AS_MSPABI_ATTRIBUTE
636#endif
637
638
ff3f3951
MR
639/* Define if the assembler understands -mnan=. */
640#ifndef USED_FOR_TARGET
641#undef HAVE_AS_NAN
642#endif
643
644
2d33dcfe
SL
645/* Define if your assembler supports %gotoff relocation syntax. */
646#ifndef USED_FOR_TARGET
647#undef HAVE_AS_NIOS2_GOTOFF_RELOCATION
648#endif
649
650
86da66b5 651/* Define if your assembler supports the -no-mul-bug-abort option. */
232b67d9 652#ifndef USED_FOR_TARGET
86da66b5 653#undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
232b67d9
NS
654#endif
655
86da66b5 656
4551169f
RS
657/* Define if the assembler understands -mno-shared. */
658#ifndef USED_FOR_TARGET
659#undef HAVE_AS_NO_SHARED
660#endif
661
662
a6a5e4c9 663/* Define if your assembler supports offsetable %lo(). */
232b67d9 664#ifndef USED_FOR_TARGET
a6a5e4c9 665#undef HAVE_AS_OFFSETABLE_LO10
232b67d9
NS
666#endif
667
a15135c9 668
3f79c0ad
AM
669/* Define if your assembler supports R_PPC*_PLTSEQ relocations. */
670#ifndef USED_FOR_TARGET
671#undef HAVE_AS_PLTSEQ
672#endif
673
674
636cf8b1
RS
675/* Define if your assembler supports .ref */
676#ifndef USED_FOR_TARGET
677#undef HAVE_AS_REF
678#endif
679
680
7f970b70
AM
681/* Define if your assembler supports R_PPC_REL16 relocs. */
682#ifndef USED_FOR_TARGET
683#undef HAVE_AS_REL16
684#endif
685
686
a6a5e4c9 687/* Define if your assembler supports -relax option. */
232b67d9 688#ifndef USED_FOR_TARGET
a6a5e4c9 689#undef HAVE_AS_RELAX_OPTION
232b67d9
NS
690#endif
691
24a184c9 692
8e966210
KC
693/* Define if your assembler supports .attribute. */
694#ifndef USED_FOR_TARGET
695#undef HAVE_AS_RISCV_ATTRIBUTE
696#endif
697
698
6de59c8a
IE
699/* Define if your assembler supports relocs needed by -fpic. */
700#ifndef USED_FOR_TARGET
701#undef HAVE_AS_SMALL_PIC_RELOCS
702#endif
703
704
20804d96
RO
705/* Define if your assembler supports SPARC4 instructions. */
706#ifndef USED_FOR_TARGET
707#undef HAVE_AS_SPARC4
708#endif
709
c0597759
L
710
711/* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */
690f24b7
JM
712#ifndef USED_FOR_TARGET
713#undef HAVE_AS_SPARC5_VIS4
714#endif
715
63866e04 716
bcc3c3f1
JM
717/* Define if your assembler supports SPARC6 instructions. */
718#ifndef USED_FOR_TARGET
719#undef HAVE_AS_SPARC6
720#endif
20804d96 721
63866e04 722
878ee0ab
DM
723/* Define if your assembler and linker support GOTDATA_OP relocs. */
724#ifndef USED_FOR_TARGET
725#undef HAVE_AS_SPARC_GOTDATA_OP
726#endif
727
728
a6a5e4c9
KC
729/* Define if your assembler and linker support unaligned PC relative relocs.
730 */
232b67d9 731#ifndef USED_FOR_TARGET
a6a5e4c9 732#undef HAVE_AS_SPARC_UA_PCREL
232b67d9
NS
733#endif
734
007e8d2a 735
a6a5e4c9
KC
736/* Define if your assembler and linker support unaligned PC relative relocs
737 against hidden symbols. */
232b67d9 738#ifndef USED_FOR_TARGET
a6a5e4c9 739#undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
232b67d9
NS
740#endif
741
e5e809f4 742
01704e5a
RO
743/* Define if your assembler supports .stabs. */
744#ifndef USED_FOR_TARGET
745#undef HAVE_AS_STABS_DIRECTIVE
746#endif
747
748
16c9d3b1 749/* Define if your assembler and linker support thread-local storage. */
232b67d9 750#ifndef USED_FOR_TARGET
a6a5e4c9 751#undef HAVE_AS_TLS
232b67d9
NS
752#endif
753
28e6bb13 754
b8923037
AK
755/* Define if your assembler supports vl/vst/vlm/vstm with an optional
756 alignment hint argument. */
757#ifndef USED_FOR_TARGET
758#undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS
759#endif
760
761
929fd91b
SSF
762/* Define if your assembler supports vl/vst/vlm/vstm with an optional
763 alignment hint argument on z13. */
764#ifndef USED_FOR_TARGET
765#undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS_ON_Z13
766#endif
767
768
d40c9e33
PB
769/* Define if your assembler supports VSX instructions. */
770#ifndef USED_FOR_TARGET
771#undef HAVE_AS_VSX
772#endif
c1800ec8 773
28e6bb13 774
1aeb7d7d
L
775/* Define if your assembler supports --gdwarf-4/--gdwarf-5 even with compiler
776 generated .debug_line. */
6923255e 777#ifndef USED_FOR_TARGET
1aeb7d7d 778#undef HAVE_AS_WORKING_DWARF_N_FLAG
6923255e
JJ
779#endif
780
781
8c2e5ecf
RO
782/* Define if your assembler supports -xbrace_comment option. */
783#ifndef USED_FOR_TARGET
784#undef HAVE_AS_XBRACE_COMMENT_OPTION
785#endif
786
787
a6a5e4c9 788/* Define to 1 if you have the `atoq' function. */
232b67d9 789#ifndef USED_FOR_TARGET
a6a5e4c9 790#undef HAVE_ATOQ
232b67d9
NS
791#endif
792
75923b2f 793
0d667716 794/* Define to 1 if you have the `clearerr_unlocked' function. */
232b67d9 795#ifndef USED_FOR_TARGET
0d667716 796#undef HAVE_CLEARERR_UNLOCKED
232b67d9
NS
797#endif
798
0d667716 799
a6a5e4c9 800/* Define to 1 if you have the `clock' function. */
232b67d9 801#ifndef USED_FOR_TARGET
a6a5e4c9 802#undef HAVE_CLOCK
232b67d9
NS
803#endif
804
956d6950 805
a6a5e4c9 806/* Define if <time.h> defines clock_t. */
232b67d9 807#ifndef USED_FOR_TARGET
a6a5e4c9 808#undef HAVE_CLOCK_T
232b67d9
NS
809#endif
810
eb158727 811
11176d2a
JB
812/* Define 0/1 if your assembler and linker support COMDAT groups. */
813#ifndef USED_FOR_TARGET
814#undef HAVE_COMDAT_GROUP
815#endif
816
817
ad6717df
PB
818/* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
819 */
232b67d9 820#ifndef USED_FOR_TARGET
a6a5e4c9 821#undef HAVE_DECL_ABORT
232b67d9
NS
822#endif
823
d21445e7 824
7391b66c
GDR
825/* Define to 1 if we found a declaration for 'asprintf', otherwise define to
826 0. */
827#ifndef USED_FOR_TARGET
828#undef HAVE_DECL_ASPRINTF
829#endif
830
831
ad6717df 832/* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
232b67d9 833#ifndef USED_FOR_TARGET
a6a5e4c9 834#undef HAVE_DECL_ATOF
232b67d9
NS
835#endif
836
351df804 837
ad6717df 838/* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
232b67d9 839#ifndef USED_FOR_TARGET
a6a5e4c9 840#undef HAVE_DECL_ATOL
232b67d9
NS
841#endif
842
e9a25f70 843
418dd5ce
AT
844/* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
845 */
846#ifndef USED_FOR_TARGET
847#undef HAVE_DECL_ATOLL
848#endif
849
850
851/* Define to 1 if you have the declaration of `basename(const char*)', and to
852 0 if you don't. */
232b67d9 853#ifndef USED_FOR_TARGET
a6a5e4c9 854#undef HAVE_DECL_BASENAME
232b67d9
NS
855#endif
856
ab87f8c8 857
ad6717df
PB
858/* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
859 */
232b67d9 860#ifndef USED_FOR_TARGET
a6a5e4c9 861#undef HAVE_DECL_CALLOC
232b67d9
NS
862#endif
863
ab87f8c8 864
0d667716
KG
865/* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
866 define to 0. */
232b67d9 867#ifndef USED_FOR_TARGET
0d667716 868#undef HAVE_DECL_CLEARERR_UNLOCKED
232b67d9
NS
869#endif
870
0d667716 871
ad6717df
PB
872/* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
873 */
232b67d9 874#ifndef USED_FOR_TARGET
a6a5e4c9 875#undef HAVE_DECL_CLOCK
232b67d9
NS
876#endif
877
861bb6c1 878
ad6717df
PB
879/* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
880 */
232b67d9 881#ifndef USED_FOR_TARGET
a6a5e4c9 882#undef HAVE_DECL_ERRNO
232b67d9
NS
883#endif
884
861bb6c1 885
0d667716
KG
886/* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
887 to 0. */
232b67d9 888#ifndef USED_FOR_TARGET
0d667716 889#undef HAVE_DECL_FEOF_UNLOCKED
232b67d9
NS
890#endif
891
0d667716
KG
892
893/* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
894 define to 0. */
232b67d9 895#ifndef USED_FOR_TARGET
0d667716 896#undef HAVE_DECL_FERROR_UNLOCKED
232b67d9
NS
897#endif
898
0d667716
KG
899
900/* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
901 define to 0. */
232b67d9 902#ifndef USED_FOR_TARGET
0d667716 903#undef HAVE_DECL_FFLUSH_UNLOCKED
232b67d9
NS
904#endif
905
0d667716 906
19f75783
JM
907/* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
908#ifndef USED_FOR_TARGET
909#undef HAVE_DECL_FFS
910#endif
911
912
0d667716
KG
913/* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
914 define to 0. */
232b67d9 915#ifndef USED_FOR_TARGET
0d667716 916#undef HAVE_DECL_FGETC_UNLOCKED
232b67d9
NS
917#endif
918
0d667716
KG
919
920/* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
921 define to 0. */
232b67d9 922#ifndef USED_FOR_TARGET
0d667716 923#undef HAVE_DECL_FGETS_UNLOCKED
232b67d9
NS
924#endif
925
0d667716
KG
926
927/* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
928 define to 0. */
232b67d9 929#ifndef USED_FOR_TARGET
0d667716 930#undef HAVE_DECL_FILENO_UNLOCKED
232b67d9
NS
931#endif
932
0d667716 933
ad6717df
PB
934/* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
935 define to 0. */
232b67d9 936#ifndef USED_FOR_TARGET
a6a5e4c9 937#undef HAVE_DECL_FPRINTF_UNLOCKED
232b67d9
NS
938#endif
939
861bb6c1 940
0d667716
KG
941/* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
942 define to 0. */
232b67d9 943#ifndef USED_FOR_TARGET
0d667716 944#undef HAVE_DECL_FPUTC_UNLOCKED
232b67d9
NS
945#endif
946
0d667716 947
ad6717df
PB
948/* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
949 define to 0. */
232b67d9 950#ifndef USED_FOR_TARGET
a6a5e4c9 951#undef HAVE_DECL_FPUTS_UNLOCKED
232b67d9
NS
952#endif
953
861bb6c1 954
0d667716
KG
955/* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
956 define to 0. */
232b67d9 957#ifndef USED_FOR_TARGET
0d667716 958#undef HAVE_DECL_FREAD_UNLOCKED
232b67d9
NS
959#endif
960
0d667716 961
ad6717df 962/* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
232b67d9 963#ifndef USED_FOR_TARGET
a6a5e4c9 964#undef HAVE_DECL_FREE
232b67d9
NS
965#endif
966
956d6950 967
ad6717df
PB
968/* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
969 define to 0. */
232b67d9 970#ifndef USED_FOR_TARGET
a6a5e4c9 971#undef HAVE_DECL_FWRITE_UNLOCKED
232b67d9
NS
972#endif
973
1072ec3f 974
0d667716
KG
975/* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
976 define to 0. */
232b67d9 977#ifndef USED_FOR_TARGET
0d667716 978#undef HAVE_DECL_GETCHAR_UNLOCKED
232b67d9
NS
979#endif
980
0d667716 981
ad6717df
PB
982/* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
983 */
232b67d9 984#ifndef USED_FOR_TARGET
a6a5e4c9 985#undef HAVE_DECL_GETCWD
232b67d9
NS
986#endif
987
956d6950 988
0d667716
KG
989/* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
990 to 0. */
232b67d9 991#ifndef USED_FOR_TARGET
0d667716 992#undef HAVE_DECL_GETC_UNLOCKED
232b67d9
NS
993#endif
994
0d667716 995
ad6717df
PB
996/* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
997 */
232b67d9 998#ifndef USED_FOR_TARGET
a6a5e4c9 999#undef HAVE_DECL_GETENV
232b67d9
NS
1000#endif
1001
956d6950 1002
ad6717df
PB
1003/* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
1004 */
232b67d9 1005#ifndef USED_FOR_TARGET
a6a5e4c9 1006#undef HAVE_DECL_GETOPT
232b67d9
NS
1007#endif
1008
a05e22b8 1009
6a257778
AL
1010/* Define to 1 if we found a declaration for 'getpagesize', otherwise define
1011 to 0. */
232b67d9 1012#ifndef USED_FOR_TARGET
6a257778 1013#undef HAVE_DECL_GETPAGESIZE
232b67d9
NS
1014#endif
1015
6a257778 1016
ad6717df
PB
1017/* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
1018 0. */
232b67d9 1019#ifndef USED_FOR_TARGET
a6a5e4c9 1020#undef HAVE_DECL_GETRLIMIT
232b67d9
NS
1021#endif
1022
956d6950 1023
ad6717df
PB
1024/* Define to 1 if we found a declaration for 'getrusage', otherwise define to
1025 0. */
232b67d9 1026#ifndef USED_FOR_TARGET
a6a5e4c9 1027#undef HAVE_DECL_GETRUSAGE
232b67d9
NS
1028#endif
1029
956d6950 1030
ad6717df
PB
1031/* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
1032 */
232b67d9 1033#ifndef USED_FOR_TARGET
a6a5e4c9 1034#undef HAVE_DECL_GETWD
232b67d9
NS
1035#endif
1036
861bb6c1 1037
ad6717df
PB
1038/* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
1039 0. */
232b67d9 1040#ifndef USED_FOR_TARGET
a6a5e4c9 1041#undef HAVE_DECL_LDGETNAME
232b67d9
NS
1042#endif
1043
ab87f8c8 1044
87fb500b
RO
1045/* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
1046 */
1047#ifndef USED_FOR_TARGET
1048#undef HAVE_DECL_MADVISE
1049#endif
1050
1051
5187b01a
JJ
1052/* Define to 1 if we found a declaration for 'mallinfo', otherwise define to
1053 0. */
c9ef0409
JH
1054#ifndef USED_FOR_TARGET
1055#undef HAVE_DECL_MALLINFO
1056#endif
1057
1058
432c551b
ML
1059/* Define to 1 if we found a declaration for 'mallinfo2', otherwise define to
1060 0. */
1061#ifndef USED_FOR_TARGET
1062#undef HAVE_DECL_MALLINFO2
1063#endif
1064
1065
ad6717df
PB
1066/* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
1067 */
232b67d9 1068#ifndef USED_FOR_TARGET
a6a5e4c9 1069#undef HAVE_DECL_MALLOC
232b67d9
NS
1070#endif
1071
2bd02043 1072
0d667716
KG
1073/* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
1074 define to 0. */
232b67d9 1075#ifndef USED_FOR_TARGET
0d667716 1076#undef HAVE_DECL_PUTCHAR_UNLOCKED
232b67d9
NS
1077#endif
1078
0d667716 1079
ad6717df
PB
1080/* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
1081 to 0. */
232b67d9 1082#ifndef USED_FOR_TARGET
a6a5e4c9 1083#undef HAVE_DECL_PUTC_UNLOCKED
232b67d9
NS
1084#endif
1085
91029a29 1086
ad6717df
PB
1087/* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
1088 */
232b67d9 1089#ifndef USED_FOR_TARGET
a6a5e4c9 1090#undef HAVE_DECL_REALLOC
232b67d9
NS
1091#endif
1092
91029a29 1093
ad6717df 1094/* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
232b67d9 1095#ifndef USED_FOR_TARGET
a6a5e4c9 1096#undef HAVE_DECL_SBRK
232b67d9
NS
1097#endif
1098
414d23ae 1099
297c364d
JDA
1100/* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
1101 */
1102#ifndef USED_FOR_TARGET
1103#undef HAVE_DECL_SETENV
1104#endif
1105
1106
ad6717df
PB
1107/* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
1108 0. */
232b67d9 1109#ifndef USED_FOR_TARGET
a6a5e4c9 1110#undef HAVE_DECL_SETRLIMIT
232b67d9
NS
1111#endif
1112
414d23ae 1113
4f6d8cc8
GK
1114/* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
1115 to 0. */
1116#ifndef USED_FOR_TARGET
1117#undef HAVE_DECL_SIGALTSTACK
1118#endif
1119
1120
ad6717df
PB
1121/* Define to 1 if we found a declaration for 'snprintf', otherwise define to
1122 0. */
232b67d9 1123#ifndef USED_FOR_TARGET
a6a5e4c9 1124#undef HAVE_DECL_SNPRINTF
232b67d9
NS
1125#endif
1126
414d23ae 1127
123cd463
DA
1128/* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
1129 */
1130#ifndef USED_FOR_TARGET
1131#undef HAVE_DECL_STPCPY
1132#endif
1133
1134
35fa894a
TS
1135/* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
1136 */
1137#ifndef USED_FOR_TARGET
1138#undef HAVE_DECL_STRNLEN
1139#endif
1140
1141
ad6717df
PB
1142/* Define to 1 if we found a declaration for 'strsignal', otherwise define to
1143 0. */
232b67d9 1144#ifndef USED_FOR_TARGET
a6a5e4c9 1145#undef HAVE_DECL_STRSIGNAL
232b67d9
NS
1146#endif
1147
75b6f3fd 1148
418dd5ce
AT
1149/* Define to 1 if you have the declaration of `strstr(const char*,const
1150 char*)', and to 0 if you don't. */
232b67d9 1151#ifndef USED_FOR_TARGET
a6a5e4c9 1152#undef HAVE_DECL_STRSTR
232b67d9
NS
1153#endif
1154
414d23ae 1155
2d3a2063
JDA
1156/* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1157 */
1158#ifndef USED_FOR_TARGET
1159#undef HAVE_DECL_STRTOL
1160#endif
1161
1162
1163/* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1164 */
1165#ifndef USED_FOR_TARGET
1166#undef HAVE_DECL_STRTOLL
1167#endif
1168
1169
1170/* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1171 */
1172#ifndef USED_FOR_TARGET
1173#undef HAVE_DECL_STRTOUL
1174#endif
1175
1176
1177/* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1178 0. */
1179#ifndef USED_FOR_TARGET
1180#undef HAVE_DECL_STRTOULL
1181#endif
1182
1183
ed5b9f96
GK
1184/* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1185 0. */
1186#ifndef USED_FOR_TARGET
1187#undef HAVE_DECL_STRVERSCMP
1188#endif
1189
1190
ad6717df
PB
1191/* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1192 */
232b67d9 1193#ifndef USED_FOR_TARGET
a6a5e4c9 1194#undef HAVE_DECL_TIMES
232b67d9
NS
1195#endif
1196
414d23ae 1197
297c364d
JDA
1198/* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1199 0. */
1200#ifndef USED_FOR_TARGET
1201#undef HAVE_DECL_UNSETENV
1202#endif
1203
1204
ad6717df
PB
1205/* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1206 0. */
232b67d9 1207#ifndef USED_FOR_TARGET
a6a5e4c9 1208#undef HAVE_DECL_VASPRINTF
232b67d9
NS
1209#endif
1210
414d23ae 1211
367e8319
EB
1212/* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1213 0. */
232b67d9 1214#ifndef USED_FOR_TARGET
367e8319 1215#undef HAVE_DECL_VSNPRINTF
232b67d9
NS
1216#endif
1217
367e8319 1218
a6a5e4c9 1219/* Define to 1 if you have the <direct.h> header file. */
232b67d9 1220#ifndef USED_FOR_TARGET
a6a5e4c9 1221#undef HAVE_DIRECT_H
232b67d9
NS
1222#endif
1223
414d23ae 1224
236ec2d7
RW
1225/* Define to 1 if you have the <dlfcn.h> header file. */
1226#ifndef USED_FOR_TARGET
1227#undef HAVE_DLFCN_H
1228#endif
1229
1230
5427046f
ILT
1231/* Define to 1 if you have the <ext/hash_map> header file. */
1232#ifndef USED_FOR_TARGET
1233#undef HAVE_EXT_HASH_MAP
1234#endif
1235
1236
a6a5e4c9 1237/* Define to 1 if you have the <fcntl.h> header file. */
232b67d9 1238#ifndef USED_FOR_TARGET
a6a5e4c9 1239#undef HAVE_FCNTL_H
232b67d9
NS
1240#endif
1241
119d24d1 1242
0d667716 1243/* Define to 1 if you have the `feof_unlocked' function. */
232b67d9 1244#ifndef USED_FOR_TARGET
0d667716 1245#undef HAVE_FEOF_UNLOCKED
232b67d9
NS
1246#endif
1247
0d667716
KG
1248
1249/* Define to 1 if you have the `ferror_unlocked' function. */
232b67d9 1250#ifndef USED_FOR_TARGET
0d667716 1251#undef HAVE_FERROR_UNLOCKED
232b67d9
NS
1252#endif
1253
0d667716
KG
1254
1255/* Define to 1 if you have the `fflush_unlocked' function. */
232b67d9 1256#ifndef USED_FOR_TARGET
0d667716 1257#undef HAVE_FFLUSH_UNLOCKED
232b67d9
NS
1258#endif
1259
0d667716
KG
1260
1261/* Define to 1 if you have the `fgetc_unlocked' function. */
232b67d9 1262#ifndef USED_FOR_TARGET
0d667716 1263#undef HAVE_FGETC_UNLOCKED
232b67d9
NS
1264#endif
1265
0d667716
KG
1266
1267/* Define to 1 if you have the `fgets_unlocked' function. */
232b67d9 1268#ifndef USED_FOR_TARGET
0d667716 1269#undef HAVE_FGETS_UNLOCKED
232b67d9
NS
1270#endif
1271
0d667716
KG
1272
1273/* Define to 1 if you have the `fileno_unlocked' function. */
232b67d9 1274#ifndef USED_FOR_TARGET
0d667716 1275#undef HAVE_FILENO_UNLOCKED
232b67d9
NS
1276#endif
1277
0d667716 1278
a6a5e4c9 1279/* Define to 1 if you have the `fork' function. */
232b67d9 1280#ifndef USED_FOR_TARGET
a6a5e4c9 1281#undef HAVE_FORK
232b67d9
NS
1282#endif
1283
119d24d1 1284
a6a5e4c9 1285/* Define to 1 if you have the `fprintf_unlocked' function. */
232b67d9 1286#ifndef USED_FOR_TARGET
a6a5e4c9 1287#undef HAVE_FPRINTF_UNLOCKED
232b67d9
NS
1288#endif
1289
119d24d1 1290
a6a5e4c9 1291/* Define to 1 if you have the `fputc_unlocked' function. */
232b67d9 1292#ifndef USED_FOR_TARGET
a6a5e4c9 1293#undef HAVE_FPUTC_UNLOCKED
232b67d9
NS
1294#endif
1295
4c76f856 1296
a6a5e4c9 1297/* Define to 1 if you have the `fputs_unlocked' function. */
232b67d9 1298#ifndef USED_FOR_TARGET
a6a5e4c9 1299#undef HAVE_FPUTS_UNLOCKED
232b67d9
NS
1300#endif
1301
119d24d1 1302
0d667716 1303/* Define to 1 if you have the `fread_unlocked' function. */
232b67d9 1304#ifndef USED_FOR_TARGET
0d667716 1305#undef HAVE_FREAD_UNLOCKED
232b67d9
NS
1306#endif
1307
0d667716 1308
e1f07131
NS
1309/* Define to 1 if you have the `fstatat' function. */
1310#ifndef USED_FOR_TARGET
1311#undef HAVE_FSTATAT
1312#endif
1313
1314
37050045
TS
1315/* Define to 1 if you have the <ftw.h> header file. */
1316#ifndef USED_FOR_TARGET
1317#undef HAVE_FTW_H
1318#endif
1319
1320
a6a5e4c9 1321/* Define to 1 if you have the `fwrite_unlocked' function. */
232b67d9 1322#ifndef USED_FOR_TARGET
a6a5e4c9 1323#undef HAVE_FWRITE_UNLOCKED
232b67d9
NS
1324#endif
1325
119d24d1 1326
233215fe
DK
1327/* Define if your assembler supports specifying the alignment of objects
1328 allocated using the GAS .comm command. */
1329#ifndef USED_FOR_TARGET
1330#undef HAVE_GAS_ALIGNED_COMM
1331#endif
1332
1333
4e7a92c0
RE
1334/* Define if your Arm assembler permits context-specific feature extensions.
1335 */
1336#ifndef USED_FOR_TARGET
1337#undef HAVE_GAS_ARM_EXTENDED_ARCH
1338#endif
1339
1340
a6a5e4c9 1341/* Define if your assembler supports .balign and .p2align. */
232b67d9 1342#ifndef USED_FOR_TARGET
a6a5e4c9 1343#undef HAVE_GAS_BALIGN_AND_P2ALIGN
232b67d9
NS
1344#endif
1345
5dfa45d0 1346
d4ea4622 1347/* Define 0/1 if your assembler supports CFI directives. */
d4ea4622 1348#undef HAVE_GAS_CFI_DIRECTIVE
d4ea4622 1349
058514b3 1350/* Define 0/1 if your assembler supports .cfi_personality. */
058514b3 1351#undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
058514b3 1352
7d45fb94 1353/* Define 0/1 if your assembler supports .cfi_sections. */
7d45fb94 1354#undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
7d45fb94 1355
6c52e687
CC
1356/* Define if your assembler supports the .loc discriminator sub-directive. */
1357#ifndef USED_FOR_TARGET
1358#undef HAVE_GAS_DISCRIMINATOR
1359#endif
1360
1361
e31bcd1b
JM
1362/* Define if your assembler supports @gnu_unique_object. */
1363#ifndef USED_FOR_TARGET
1364#undef HAVE_GAS_GNU_UNIQUE_OBJECT
1365#endif
1366
1367
a6a5e4c9
KC
1368/* Define if your assembler and linker support .hidden. */
1369#undef HAVE_GAS_HIDDEN
a207b594 1370
28e6bb13
NC
1371/* Define if your assembler supports .lcomm with an alignment field. */
1372#ifndef USED_FOR_TARGET
1373#undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1374#endif
1375
1376
5708d18d
MS
1377/* Define if your assembler supports .literal16. */
1378#ifndef USED_FOR_TARGET
1379#undef HAVE_GAS_LITERAL16
1380#endif
1381
1382
894f597f
AO
1383/* Define if your assembler supports the .loc is_stmt sub-directive. */
1384#ifndef USED_FOR_TARGET
1385#undef HAVE_GAS_LOC_STMT
1386#endif
1387
1388
a6a5e4c9
KC
1389/* Define if your assembler supports specifying the maximum number of bytes to
1390 skip when using the GAS .p2align command. */
232b67d9 1391#ifndef USED_FOR_TARGET
a6a5e4c9 1392#undef HAVE_GAS_MAX_SKIP_P2ALIGN
232b67d9
NS
1393#endif
1394
14011ca4 1395
22c4c869
CM
1396/* Define if your assembler supports the .set micromips directive */
1397#ifndef USED_FOR_TARGET
1398#undef HAVE_GAS_MICROMIPS
1399#endif
1400
1401
e41f3691 1402/* Define if your assembler supports .nsubspa comdat option. */
232b67d9 1403#ifndef USED_FOR_TARGET
e41f3691 1404#undef HAVE_GAS_NSUBSPA_COMDAT
232b67d9
NS
1405#endif
1406
e41f3691 1407
d38bc601
BF
1408/* Define if your assembler and linker support 32-bit section relative relocs
1409 via '.secrel32 label'. */
232b67d9 1410#ifndef USED_FOR_TARGET
d38bc601 1411#undef HAVE_GAS_PE_SECREL32_RELOC
232b67d9
NS
1412#endif
1413
d38bc601 1414
f8d70404 1415/* Define if your assembler supports specifying the exclude section flag. */
08c71c82
KT
1416#ifndef USED_FOR_TARGET
1417#undef HAVE_GAS_SECTION_EXCLUDE
1418#endif
1419
1420
694d4a6d
L
1421/* Define 0/1 if your assembler supports 'o' flag in .section directive. */
1422#ifndef USED_FOR_TARGET
1423#undef HAVE_GAS_SECTION_LINK_ORDER
1424#endif
1425
1426
6fbec038
L
1427/* Define 0/1 if your assembler supports marking sections with SHF_GNU_RETAIN
1428 flag. */
1429#ifndef USED_FOR_TARGET
1430#undef HAVE_GAS_SHF_GNU_RETAIN
1431#endif
1432
1433
a6a5e4c9
KC
1434/* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1435 */
232b67d9 1436#ifndef USED_FOR_TARGET
a6a5e4c9 1437#undef HAVE_GAS_SHF_MERGE
232b67d9
NS
1438#endif
1439
439a7e54 1440
a6a5e4c9
KC
1441/* Define if your assembler supports .subsection and .subsection -1 starts
1442 emitting at the beginning of your section. */
232b67d9 1443#ifndef USED_FOR_TARGET
a6a5e4c9 1444#undef HAVE_GAS_SUBSECTION_ORDERING
232b67d9
NS
1445#endif
1446
75e93faa 1447
a6a5e4c9 1448/* Define if your assembler supports .weak. */
232b67d9 1449#ifndef USED_FOR_TARGET
a6a5e4c9 1450#undef HAVE_GAS_WEAK
232b67d9
NS
1451#endif
1452
827ae6cf 1453
a0203ca7
AO
1454/* Define if your assembler supports .weakref. */
1455#ifndef USED_FOR_TARGET
1456#undef HAVE_GAS_WEAKREF
1457#endif
1458
1459
cfa1f822
MV
1460/* Define if your assembler has fixed global_load functions. */
1461#ifndef USED_FOR_TARGET
1462#undef HAVE_GCN_ASM_GLOBAL_LOAD_FIXED
1463#endif
1464
1465
6ca03ca3
AS
1466/* Define if your assembler expects amdgcn_target gfx908+xnack syntax. */
1467#ifndef USED_FOR_TARGET
1468#undef HAVE_GCN_ASM_V3_SYNTAX
1469#endif
1470
1471
1472/* Define if your assembler expects amdgcn_target gfx908:xnack+ syntax. */
1473#ifndef USED_FOR_TARGET
1474#undef HAVE_GCN_ASM_V4_SYNTAX
1475#endif
1476
1477
1478/* Define if your assembler allows -mattr=+sramecc for fiji. */
1af16666
AS
1479#ifndef USED_FOR_TARGET
1480#undef HAVE_GCN_SRAM_ECC_FIJI
1481#endif
1482
1483
6ca03ca3 1484/* Define if your assembler allows -mattr=+sramecc for gfx900. */
1af16666
AS
1485#ifndef USED_FOR_TARGET
1486#undef HAVE_GCN_SRAM_ECC_GFX900
1487#endif
1488
1489
6ca03ca3 1490/* Define if your assembler allows -mattr=+sramecc for gfx906. */
1af16666
AS
1491#ifndef USED_FOR_TARGET
1492#undef HAVE_GCN_SRAM_ECC_GFX906
1493#endif
1494
1495
6ca03ca3 1496/* Define if your assembler allows -mattr=+sramecc for gfx908. */
1af16666
AS
1497#ifndef USED_FOR_TARGET
1498#undef HAVE_GCN_SRAM_ECC_GFX908
1499#endif
1500
1501
6ca03ca3
AS
1502/* Define if your assembler allows -mattr=+xnack for fiji. */
1503#ifndef USED_FOR_TARGET
1504#undef HAVE_GCN_XNACK_FIJI
1505#endif
1506
1507
1508/* Define if your assembler allows -mattr=+xnack for gfx900. */
1509#ifndef USED_FOR_TARGET
1510#undef HAVE_GCN_XNACK_GFX900
1511#endif
1512
1513
1514/* Define if your assembler allows -mattr=+xnack for gfx906. */
1515#ifndef USED_FOR_TARGET
1516#undef HAVE_GCN_XNACK_GFX906
1517#endif
1518
1519
1520/* Define if your assembler allows -mattr=+xnack for gfx908. */
1521#ifndef USED_FOR_TARGET
1522#undef HAVE_GCN_XNACK_GFX908
1523#endif
1524
1525
0d667716 1526/* Define to 1 if you have the `getchar_unlocked' function. */
232b67d9 1527#ifndef USED_FOR_TARGET
0d667716 1528#undef HAVE_GETCHAR_UNLOCKED
232b67d9
NS
1529#endif
1530
0d667716
KG
1531
1532/* Define to 1 if you have the `getc_unlocked' function. */
232b67d9 1533#ifndef USED_FOR_TARGET
0d667716 1534#undef HAVE_GETC_UNLOCKED
232b67d9
NS
1535#endif
1536
0d667716 1537
a6a5e4c9 1538/* Define to 1 if you have the `getrlimit' function. */
232b67d9 1539#ifndef USED_FOR_TARGET
a6a5e4c9 1540#undef HAVE_GETRLIMIT
232b67d9
NS
1541#endif
1542
91029a29 1543
a6a5e4c9 1544/* Define to 1 if you have the `getrusage' function. */
232b67d9 1545#ifndef USED_FOR_TARGET
a6a5e4c9 1546#undef HAVE_GETRUSAGE
232b67d9
NS
1547#endif
1548
75e93faa 1549
a6a5e4c9 1550/* Define to 1 if you have the `gettimeofday' function. */
232b67d9 1551#ifndef USED_FOR_TARGET
a6a5e4c9 1552#undef HAVE_GETTIMEOFDAY
232b67d9
NS
1553#endif
1554
4977bab6 1555
b993039f 1556/* Define to 1 if using GNU as. */
dc60b775
CD
1557#ifndef USED_FOR_TARGET
1558#undef HAVE_GNU_AS
1559#endif
1560
1561
1cd0b716
DK
1562/* Define if your system supports gnu indirect functions. */
1563#ifndef USED_FOR_TARGET
1564#undef HAVE_GNU_INDIRECT_FUNCTION
1565#endif
1566
1567
b993039f 1568/* Define to 1 if using GNU ld. */
2091ff66
NF
1569#ifndef USED_FOR_TARGET
1570#undef HAVE_GNU_LD
1571#endif
1572
1573
402565b6
LB
1574/* Define if the gold linker supports split stack and is available as a
1575 non-default */
1576#ifndef USED_FOR_TARGET
1577#undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1578#endif
1579
1580
a6a5e4c9 1581/* Define if you have the iconv() function. */
232b67d9 1582#ifndef USED_FOR_TARGET
a6a5e4c9 1583#undef HAVE_ICONV
232b67d9
NS
1584#endif
1585
84c041a1 1586
a6a5e4c9 1587/* Define to 1 if you have the <iconv.h> header file. */
232b67d9 1588#ifndef USED_FOR_TARGET
a6a5e4c9 1589#undef HAVE_ICONV_H
232b67d9
NS
1590#endif
1591
a6a5e4c9 1592
e6b6bf09
RO
1593/* Define 0/1 if .init_array/.fini_array sections are available and working.
1594 */
232b67d9 1595#ifndef USED_FOR_TARGET
e10e461e 1596#undef HAVE_INITFINI_ARRAY_SUPPORT
232b67d9
NS
1597#endif
1598
4977bab6 1599
7c2a2dbf
KT
1600/* Define to 1 if the system has the type `intmax_t'. */
1601#ifndef USED_FOR_TARGET
1602#undef HAVE_INTMAX_T
1603#endif
1604
1605
1606/* Define to 1 if the system has the type `intptr_t'. */
1607#ifndef USED_FOR_TARGET
1608#undef HAVE_INTPTR_T
1609#endif
1610
1611
91029a29 1612/* Define if you have a working <inttypes.h> header file. */
232b67d9 1613#ifndef USED_FOR_TARGET
91029a29 1614#undef HAVE_INTTYPES_H
232b67d9
NS
1615#endif
1616
91029a29 1617
a6a5e4c9 1618/* Define to 1 if you have the `kill' function. */
232b67d9 1619#ifndef USED_FOR_TARGET
a6a5e4c9 1620#undef HAVE_KILL
232b67d9
NS
1621#endif
1622
39f6c4c8 1623
a03ea89b 1624/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
232b67d9 1625#ifndef USED_FOR_TARGET
a03ea89b 1626#undef HAVE_LANGINFO_CODESET
232b67d9
NS
1627#endif
1628
a03ea89b 1629
a6a5e4c9 1630/* Define to 1 if you have the <langinfo.h> header file. */
232b67d9 1631#ifndef USED_FOR_TARGET
a6a5e4c9 1632#undef HAVE_LANGINFO_H
232b67d9
NS
1633#endif
1634
8ada417f 1635
a6a5e4c9 1636/* Define if your <locale.h> file defines LC_MESSAGES. */
232b67d9 1637#ifndef USED_FOR_TARGET
a6a5e4c9 1638#undef HAVE_LC_MESSAGES
232b67d9
NS
1639#endif
1640
91029a29 1641
a6a5e4c9 1642/* Define to 1 if you have the <ldfcn.h> header file. */
232b67d9 1643#ifndef USED_FOR_TARGET
a6a5e4c9 1644#undef HAVE_LDFCN_H
232b67d9
NS
1645#endif
1646
1072ec3f 1647
dc6b6330
RO
1648/* Define 0/1 if your linker supports the SHF_MERGE flag with section
1649 alignment > 1. */
1650#ifndef USED_FOR_TARGET
1651#undef HAVE_LD_ALIGNED_SHF_MERGE
1652#endif
1653
1654
e927b6ad
RO
1655/* Define if your linker supports --as-needed/--no-as-needed or equivalent
1656 options. */
232b67d9 1657#ifndef USED_FOR_TARGET
765f1bf9 1658#undef HAVE_LD_AS_NEEDED
232b67d9
NS
1659#endif
1660
765f1bf9 1661
98f9d0ca
GJL
1662/* Define if your default avr linker script for avrxmega3 leaves .rodata in
1663 flash. */
1664#ifndef USED_FOR_TARGET
1665#undef HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH
1666#endif
1667
1668
6de59c8a
IE
1669/* Define if your linker supports -z bndplt */
1670#ifndef USED_FOR_TARGET
1671#undef HAVE_LD_BNDPLT_SUPPORT
1672#endif
1673
1674
a49a96f6
JJ
1675/* Define if the PE linker has broken DWARF 5 support. */
1676#ifndef USED_FOR_TARGET
1677#undef HAVE_LD_BROKEN_PE_DWARF5
1678#endif
1679
1680
cd533689
PP
1681/* Define if your linker supports --build-id. */
1682#ifndef USED_FOR_TARGET
1683#undef HAVE_LD_BUILDID
1684#endif
1685
1686
3c698bf0
RO
1687/* Define if the linker supports clearing hardware capabilities via mapfile.
1688 */
1689#ifndef USED_FOR_TARGET
1690#undef HAVE_LD_CLEARCAP
1691#endif
1692
1693
29d7cbd1
RO
1694/* Define to the level of your linker's compressed debug section support. */
1695#ifndef USED_FOR_TARGET
1696#undef HAVE_LD_COMPRESS_DEBUG
1697#endif
1698
1699
d594623a 1700/* Define if your linker supports --demangle option. */
232b67d9 1701#ifndef USED_FOR_TARGET
d594623a 1702#undef HAVE_LD_DEMANGLE
232b67d9
NS
1703#endif
1704
d594623a 1705
5022315a
RO
1706/* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1707#ifndef USED_FOR_TARGET
1708#undef HAVE_LD_EH_FRAME_CIEV3
1709#endif
1710
1711
6961669f 1712/* Define if your linker supports .eh_frame_hdr. */
a6a5e4c9 1713#undef HAVE_LD_EH_FRAME_HDR
825b6926 1714
22ba88ef
EB
1715/* Define if your linker supports garbage collection of sections in presence
1716 of EH frames. */
1717#ifndef USED_FOR_TARGET
1718#undef HAVE_LD_EH_GC_SECTIONS
1719#endif
1720
1721
1b500976
JJ
1722/* Define if your linker has buggy garbage collection of sections support when
1723 .text.startup.foo like sections are used. */
1724#ifndef USED_FOR_TARGET
1725#undef HAVE_LD_EH_GC_SECTIONS_BUG
1726#endif
1727
1728
c68a6e08 1729/* Define if your PowerPC64 linker supports a large TOC. */
070b27da
AM
1730#ifndef USED_FOR_TARGET
1731#undef HAVE_LD_LARGE_TOC
1732#endif
1733
1734
85b776df 1735/* Define if your PowerPC64 linker only needs function descriptor syms. */
232b67d9 1736#ifndef USED_FOR_TARGET
85b776df 1737#undef HAVE_LD_NO_DOT_SYMS
232b67d9
NS
1738#endif
1739
85b776df 1740
49576e25
RS
1741/* Define if your linker can relax absolute .eh_frame personality pointers
1742 into PC-relative form. */
1743#ifndef USED_FOR_TARGET
1744#undef HAVE_LD_PERSONALITY_RELAXATION
1745#endif
1746
1747
2bdf17de
EB
1748/* Define if the PE linker supports --disable-dynamicbase option. */
1749#ifndef USED_FOR_TARGET
1750#undef HAVE_LD_PE_DISABLE_DYNAMICBASE
1751#endif
1752
1753
df2a1cc4 1754/* Define if your linker supports PIE option. */
232b67d9 1755#ifndef USED_FOR_TARGET
a6a5e4c9 1756#undef HAVE_LD_PIE
232b67d9
NS
1757#endif
1758
4acab94b 1759
77ad54d9
ST
1760/* Define 0/1 if your linker supports -pie option with copy reloc. */
1761#ifndef USED_FOR_TARGET
1762#undef HAVE_LD_PIE_COPYRELOC
1763#endif
1764
1765
e9dda04f
AM
1766/* Define if your PowerPC linker has .gnu.attributes long double support. */
1767#ifndef USED_FOR_TARGET
1768#undef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE
1769#endif
1770
1771
7e495577
AI
1772/* Define if your linker supports --push-state/--pop-state */
1773#ifndef USED_FOR_TARGET
1774#undef HAVE_LD_PUSHPOPSTATE_SUPPORT
1775#endif
1776
1777
a6a5e4c9
KC
1778/* Define if your linker links a mix of read-only and read-write sections into
1779 a read-write section. */
232b67d9 1780#ifndef USED_FOR_TARGET
a6a5e4c9 1781#undef HAVE_LD_RO_RW_SECTION_MIXING
232b67d9
NS
1782#endif
1783
f91abfce 1784
a6198222
RO
1785/* Define if your linker supports the *_sol2 emulations. */
1786#ifndef USED_FOR_TARGET
1787#undef HAVE_LD_SOL2_EMULATION
1788#endif
1789
1790
c6092243 1791/* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
232b67d9 1792#ifndef USED_FOR_TARGET
7e9d8517 1793#undef HAVE_LD_STATIC_DYNAMIC
232b67d9
NS
1794#endif
1795
7e9d8517 1796
380e5ca4 1797/* Define if your linker supports --sysroot. */
232b67d9 1798#ifndef USED_FOR_TARGET
380e5ca4 1799#undef HAVE_LD_SYSROOT
232b67d9
NS
1800#endif
1801
380e5ca4 1802
a6a5e4c9 1803/* Define to 1 if you have the <limits.h> header file. */
232b67d9 1804#ifndef USED_FOR_TARGET
a6a5e4c9 1805#undef HAVE_LIMITS_H
232b67d9
NS
1806#endif
1807
f91abfce 1808
a6a5e4c9 1809/* Define to 1 if you have the <locale.h> header file. */
232b67d9 1810#ifndef USED_FOR_TARGET
a6a5e4c9 1811#undef HAVE_LOCALE_H
232b67d9
NS
1812#endif
1813
56694dd9 1814
5ec1c5e6 1815/* Define to 1 if the system has the type `long long'. */
232b67d9 1816#ifndef USED_FOR_TARGET
a6a5e4c9 1817#undef HAVE_LONG_LONG
232b67d9
NS
1818#endif
1819
86cf1cbd 1820
7c2a2dbf
KT
1821/* Define to 1 if the system has the type `long long int'. */
1822#ifndef USED_FOR_TARGET
1823#undef HAVE_LONG_LONG_INT
1824#endif
1825
1826
55b46574 1827/* Define to the level of your linker's plugin support. */
c6092243
RO
1828#ifndef USED_FOR_TARGET
1829#undef HAVE_LTO_PLUGIN
1830#endif
1831
1832
711a3d82
AK
1833/* Define to 1 if you have the `madvise' function. */
1834#ifndef USED_FOR_TARGET
1835#undef HAVE_MADVISE
1836#endif
1837
1838
c9ef0409
JH
1839/* Define to 1 if you have the `mallinfo' function. */
1840#ifndef USED_FOR_TARGET
1841#undef HAVE_MALLINFO
1842#endif
1843
1844
432c551b
ML
1845/* Define to 1 if you have the `mallinfo2' function. */
1846#ifndef USED_FOR_TARGET
1847#undef HAVE_MALLINFO2
1848#endif
1849
1850
a6a5e4c9 1851/* Define to 1 if you have the <malloc.h> header file. */
232b67d9 1852#ifndef USED_FOR_TARGET
a6a5e4c9 1853#undef HAVE_MALLOC_H
232b67d9
NS
1854#endif
1855
86cf1cbd 1856
a6a5e4c9 1857/* Define to 1 if you have the `mbstowcs' function. */
232b67d9 1858#ifndef USED_FOR_TARGET
a6a5e4c9 1859#undef HAVE_MBSTOWCS
232b67d9
NS
1860#endif
1861
86cf1cbd 1862
a6a5e4c9 1863/* Define if valgrind's memcheck.h header is installed. */
232b67d9 1864#ifndef USED_FOR_TARGET
a6a5e4c9 1865#undef HAVE_MEMCHECK_H
232b67d9
NS
1866#endif
1867
86cf1cbd 1868
a6a5e4c9 1869/* Define to 1 if you have the <memory.h> header file. */
232b67d9 1870#ifndef USED_FOR_TARGET
a6a5e4c9 1871#undef HAVE_MEMORY_H
232b67d9
NS
1872#endif
1873
86cf1cbd 1874
a6a5e4c9 1875/* Define to 1 if you have the `mmap' function. */
232b67d9 1876#ifndef USED_FOR_TARGET
a6a5e4c9 1877#undef HAVE_MMAP
232b67d9
NS
1878#endif
1879
86cf1cbd 1880
a6a5e4c9 1881/* Define if mmap with MAP_ANON(YMOUS) works. */
232b67d9 1882#ifndef USED_FOR_TARGET
a6a5e4c9 1883#undef HAVE_MMAP_ANON
232b67d9
NS
1884#endif
1885
86cf1cbd 1886
a6a5e4c9 1887/* Define if mmap of /dev/zero works. */
232b67d9 1888#ifndef USED_FOR_TARGET
a6a5e4c9 1889#undef HAVE_MMAP_DEV_ZERO
232b67d9
NS
1890#endif
1891
86cf1cbd 1892
a6a5e4c9 1893/* Define if read-only mmap of a plain file works. */
232b67d9 1894#ifndef USED_FOR_TARGET
a6a5e4c9 1895#undef HAVE_MMAP_FILE
232b67d9
NS
1896#endif
1897
86cf1cbd 1898
02afb6a9
JL
1899/* Define if GCC has been configured with --enable-newlib-nano-formatted-io.
1900 */
1901#ifndef USED_FOR_TARGET
1902#undef HAVE_NEWLIB_NANO_FORMATTED_IO
1903#endif
1904
1905
a6a5e4c9 1906/* Define to 1 if you have the `nl_langinfo' function. */
232b67d9 1907#ifndef USED_FOR_TARGET
a6a5e4c9 1908#undef HAVE_NL_LANGINFO
232b67d9
NS
1909#endif
1910
3b681e9d 1911
b6d94045
MS
1912/* Define to 1 if you have the `popen' function. */
1913#ifndef USED_FOR_TARGET
1914#undef HAVE_POPEN
1915#endif
1916
1917
e1f07131
NS
1918/* Define to 1 if you have the `posix_fallocate' function. */
1919#ifndef USED_FOR_TARGET
1920#undef HAVE_POSIX_FALLOCATE
1921#endif
1922
1923
0d667716 1924/* Define to 1 if you have the `putchar_unlocked' function. */
232b67d9 1925#ifndef USED_FOR_TARGET
0d667716 1926#undef HAVE_PUTCHAR_UNLOCKED
232b67d9
NS
1927#endif
1928
0d667716 1929
a6a5e4c9 1930/* Define to 1 if you have the `putc_unlocked' function. */
232b67d9 1931#ifndef USED_FOR_TARGET
a6a5e4c9 1932#undef HAVE_PUTC_UNLOCKED
232b67d9
NS
1933#endif
1934
86cf1cbd 1935
a6a5e4c9 1936/* Define to 1 if you have the `setlocale' function. */
232b67d9 1937#ifndef USED_FOR_TARGET
a6a5e4c9 1938#undef HAVE_SETLOCALE
232b67d9
NS
1939#endif
1940
236ce4b2 1941
a6a5e4c9 1942/* Define to 1 if you have the `setrlimit' function. */
232b67d9 1943#ifndef USED_FOR_TARGET
a6a5e4c9 1944#undef HAVE_SETRLIMIT
232b67d9
NS
1945#endif
1946
a7475ab1 1947
e1f07131
NS
1948/* Define if <sys/signal.h> defines sighandler_t */
1949#ifndef USED_FOR_TARGET
1950#undef HAVE_SIGHANDLER_T
1951#endif
1952
1953
2d110442
RO
1954/* Define if the system-provided CRTs are present on Solaris. */
1955#ifndef USED_FOR_TARGET
1956#undef HAVE_SOLARIS_CRTS
1957#endif
1958
1959
a6a5e4c9 1960/* Define to 1 if you have the <stddef.h> header file. */
232b67d9 1961#ifndef USED_FOR_TARGET
a6a5e4c9 1962#undef HAVE_STDDEF_H
232b67d9
NS
1963#endif
1964
86cf1cbd 1965
a6a5e4c9 1966/* Define to 1 if you have the <stdint.h> header file. */
232b67d9 1967#ifndef USED_FOR_TARGET
a6a5e4c9 1968#undef HAVE_STDINT_H
232b67d9
NS
1969#endif
1970
86cf1cbd 1971
a6a5e4c9 1972/* Define to 1 if you have the <stdlib.h> header file. */
232b67d9 1973#ifndef USED_FOR_TARGET
a6a5e4c9 1974#undef HAVE_STDLIB_H
232b67d9
NS
1975#endif
1976
86cf1cbd 1977
a6a5e4c9 1978/* Define to 1 if you have the <strings.h> header file. */
232b67d9 1979#ifndef USED_FOR_TARGET
a6a5e4c9 1980#undef HAVE_STRINGS_H
232b67d9
NS
1981#endif
1982
86cf1cbd 1983
a6a5e4c9 1984/* Define to 1 if you have the <string.h> header file. */
232b67d9 1985#ifndef USED_FOR_TARGET
a6a5e4c9 1986#undef HAVE_STRING_H
232b67d9
NS
1987#endif
1988
86cf1cbd 1989
a6a5e4c9 1990/* Define to 1 if you have the `strsignal' function. */
232b67d9 1991#ifndef USED_FOR_TARGET
a6a5e4c9 1992#undef HAVE_STRSIGNAL
232b67d9
NS
1993#endif
1994
c1800ec8 1995
a6a5e4c9 1996/* Define if <sys/times.h> defines struct tms. */
232b67d9 1997#ifndef USED_FOR_TARGET
a6a5e4c9 1998#undef HAVE_STRUCT_TMS
232b67d9
NS
1999#endif
2000
f31e826b 2001
3dde4d65
MM
2002/* Define if <utility> defines std::swap. */
2003#ifndef USED_FOR_TARGET
2004#undef HAVE_SWAP_IN_UTILITY
2005#endif
2006
2007
a6a5e4c9 2008/* Define to 1 if you have the `sysconf' function. */
232b67d9 2009#ifndef USED_FOR_TARGET
a6a5e4c9 2010#undef HAVE_SYSCONF
232b67d9
NS
2011#endif
2012
f31e826b 2013
a6a5e4c9 2014/* Define to 1 if you have the <sys/file.h> header file. */
232b67d9 2015#ifndef USED_FOR_TARGET
a6a5e4c9 2016#undef HAVE_SYS_FILE_H
232b67d9
NS
2017#endif
2018
86cf1cbd 2019
9ec469f5
EB
2020/* Define to 1 if you have the <sys/locking.h> header file. */
2021#ifndef USED_FOR_TARGET
2022#undef HAVE_SYS_LOCKING_H
2023#endif
2024
2025
a6a5e4c9 2026/* Define to 1 if you have the <sys/mman.h> header file. */
232b67d9 2027#ifndef USED_FOR_TARGET
a6a5e4c9 2028#undef HAVE_SYS_MMAN_H
232b67d9
NS
2029#endif
2030
cb49b9ad 2031
a6a5e4c9 2032/* Define to 1 if you have the <sys/param.h> header file. */
232b67d9 2033#ifndef USED_FOR_TARGET
a6a5e4c9 2034#undef HAVE_SYS_PARAM_H
232b67d9
NS
2035#endif
2036
351df804 2037
a6a5e4c9 2038/* Define to 1 if you have the <sys/resource.h> header file. */
232b67d9 2039#ifndef USED_FOR_TARGET
a6a5e4c9 2040#undef HAVE_SYS_RESOURCE_H
232b67d9
NS
2041#endif
2042
c1800ec8 2043
f4e749b4
TT
2044/* Define if your target C library provides sys/sdt.h */
2045#undef HAVE_SYS_SDT_H
2046
a6a5e4c9 2047/* Define to 1 if you have the <sys/stat.h> header file. */
232b67d9 2048#ifndef USED_FOR_TARGET
a6a5e4c9 2049#undef HAVE_SYS_STAT_H
232b67d9
NS
2050#endif
2051
c1800ec8 2052
a6a5e4c9 2053/* Define to 1 if you have the <sys/times.h> header file. */
232b67d9 2054#ifndef USED_FOR_TARGET
a6a5e4c9 2055#undef HAVE_SYS_TIMES_H
232b67d9
NS
2056#endif
2057
a6a5e4c9
KC
2058
2059/* Define to 1 if you have the <sys/time.h> header file. */
232b67d9 2060#ifndef USED_FOR_TARGET
a6a5e4c9 2061#undef HAVE_SYS_TIME_H
232b67d9
NS
2062#endif
2063
a6a5e4c9
KC
2064
2065/* Define to 1 if you have the <sys/types.h> header file. */
232b67d9 2066#ifndef USED_FOR_TARGET
a6a5e4c9 2067#undef HAVE_SYS_TYPES_H
232b67d9
NS
2068#endif
2069
a6a5e4c9
KC
2070
2071/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
232b67d9 2072#ifndef USED_FOR_TARGET
a6a5e4c9 2073#undef HAVE_SYS_WAIT_H
232b67d9
NS
2074#endif
2075
a6a5e4c9
KC
2076
2077/* Define to 1 if you have the `times' function. */
232b67d9 2078#ifndef USED_FOR_TARGET
a6a5e4c9 2079#undef HAVE_TIMES
232b67d9
NS
2080#endif
2081
a6a5e4c9
KC
2082
2083/* Define to 1 if you have the <time.h> header file. */
232b67d9 2084#ifndef USED_FOR_TARGET
a6a5e4c9 2085#undef HAVE_TIME_H
232b67d9
NS
2086#endif
2087
c1800ec8 2088
5427046f
ILT
2089/* Define to 1 if you have the <tr1/unordered_map> header file. */
2090#ifndef USED_FOR_TARGET
2091#undef HAVE_TR1_UNORDERED_MAP
2092#endif
2093
2094
7c2a2dbf
KT
2095/* Define to 1 if the system has the type `uintmax_t'. */
2096#ifndef USED_FOR_TARGET
2097#undef HAVE_UINTMAX_T
2098#endif
2099
2100
2101/* Define to 1 if the system has the type `uintptr_t'. */
2102#ifndef USED_FOR_TARGET
2103#undef HAVE_UINTPTR_T
2104#endif
2105
2106
a6a5e4c9 2107/* Define to 1 if you have the <unistd.h> header file. */
232b67d9 2108#ifndef USED_FOR_TARGET
a6a5e4c9 2109#undef HAVE_UNISTD_H
232b67d9
NS
2110#endif
2111
07cf4226 2112
5427046f
ILT
2113/* Define to 1 if you have the <unordered_map> header file. */
2114#ifndef USED_FOR_TARGET
2115#undef HAVE_UNORDERED_MAP
2116#endif
2117
2118
7c2a2dbf
KT
2119/* Define to 1 if the system has the type `unsigned long long int'. */
2120#ifndef USED_FOR_TARGET
2121#undef HAVE_UNSIGNED_LONG_LONG_INT
2122#endif
2123
2124
a6a5e4c9 2125/* Define if valgrind's valgrind/memcheck.h header is installed. */
232b67d9 2126#ifndef USED_FOR_TARGET
a6a5e4c9 2127#undef HAVE_VALGRIND_MEMCHECK_H
232b67d9
NS
2128#endif
2129
91029a29 2130
a6a5e4c9 2131/* Define to 1 if you have the `vfork' function. */
232b67d9 2132#ifndef USED_FOR_TARGET
a6a5e4c9 2133#undef HAVE_VFORK
232b67d9
NS
2134#endif
2135
4977bab6 2136
a6a5e4c9 2137/* Define to 1 if you have the <vfork.h> header file. */
232b67d9 2138#ifndef USED_FOR_TARGET
a6a5e4c9 2139#undef HAVE_VFORK_H
232b67d9
NS
2140#endif
2141
4977bab6 2142
a6a5e4c9 2143/* Define to 1 if you have the <wchar.h> header file. */
232b67d9 2144#ifndef USED_FOR_TARGET
a6a5e4c9 2145#undef HAVE_WCHAR_H
232b67d9
NS
2146#endif
2147
4977bab6 2148
a6a5e4c9 2149/* Define to 1 if you have the `wcswidth' function. */
232b67d9 2150#ifndef USED_FOR_TARGET
a6a5e4c9 2151#undef HAVE_WCSWIDTH
232b67d9
NS
2152#endif
2153
1072ec3f 2154
a6a5e4c9 2155/* Define to 1 if `fork' works. */
232b67d9 2156#ifndef USED_FOR_TARGET
a6a5e4c9 2157#undef HAVE_WORKING_FORK
232b67d9
NS
2158#endif
2159
a5381466 2160
a6a5e4c9
KC
2161/* Define this macro if mbstowcs does not crash when its first argument is
2162 NULL. */
232b67d9 2163#ifndef USED_FOR_TARGET
a6a5e4c9 2164#undef HAVE_WORKING_MBSTOWCS
232b67d9
NS
2165#endif
2166
71a94577 2167
a6a5e4c9 2168/* Define to 1 if `vfork' works. */
232b67d9 2169#ifndef USED_FOR_TARGET
a6a5e4c9 2170#undef HAVE_WORKING_VFORK
232b67d9
NS
2171#endif
2172
91029a29 2173
3dde4d65
MM
2174/* Define if your assembler supports AIX debug frame section label reference.
2175 */
402565b6
LB
2176#ifndef USED_FOR_TARGET
2177#undef HAVE_XCOFF_DWARF_EXTRAS
2178#endif
2179
2180
87741e51
ML
2181/* Define if you have a working <zstd.h> header file. */
2182#ifndef USED_FOR_TARGET
2183#undef HAVE_ZSTD_H
2184#endif
2185
2186
2f73a6c7
JM
2187/* Define if isl is in use. */
2188#ifndef USED_FOR_TARGET
2189#undef HAVE_isl
2190#endif
2191
2192
c1736aea
TJ
2193/* Define if F_SETLKW supported by fcntl. */
2194#ifndef USED_FOR_TARGET
2195#undef HOST_HAS_F_SETLKW
2196#endif
2197
2198
9ec469f5
EB
2199/* Define if _LK_LOC supported by _locking. */
2200#ifndef USED_FOR_TARGET
2201#undef HOST_HAS_LK_LOCK
2202#endif
2203
2204
e1f07131
NS
2205/* Define if O_CLOEXEC supported by fcntl. */
2206#ifndef USED_FOR_TARGET
2207#undef HOST_HAS_O_CLOEXEC
2208#endif
2209
2210
a6a5e4c9 2211/* Define as const if the declaration of iconv() needs const. */
232b67d9 2212#ifndef USED_FOR_TARGET
a6a5e4c9 2213#undef ICONV_CONST
232b67d9
NS
2214#endif
2215
91029a29 2216
35987ae9
RB
2217/* Define if int64_t uses long as underlying type. */
2218#ifndef USED_FOR_TARGET
2219#undef INT64_T_IS_LONG
2220#endif
2221
2222
eb89c82f
IS
2223/* Define to 1 if ld64 supports '-export_dynamic'. */
2224#ifndef USED_FOR_TARGET
2225#undef LD64_HAS_EXPORT_DYNAMIC
2226#endif
2227
2228
d3cc82dc
IS
2229/* Define to 1 if ld64 supports '-platform_version'. */
2230#ifndef USED_FOR_TARGET
2231#undef LD64_HAS_PLATFORM_VERSION
2232#endif
2233
2234
eb89c82f
IS
2235/* Define to ld64 version. */
2236#ifndef USED_FOR_TARGET
2237#undef LD64_VERSION
2238#endif
2239
2240
e927b6ad
RO
2241/* Define to the linker option to ignore unused dependencies. */
2242#ifndef USED_FOR_TARGET
2243#undef LD_AS_NEEDED_OPTION
2244#endif
2245
2246
29d7cbd1
RO
2247/* Define to the linker option to enable compressed debug sections. */
2248#ifndef USED_FOR_TARGET
2249#undef LD_COMPRESS_DEBUG_OPTION
2250#endif
2251
2252
c6092243
RO
2253/* Define to the linker option to enable use of shared objects. */
2254#ifndef USED_FOR_TARGET
2255#undef LD_DYNAMIC_OPTION
2256#endif
2257
2258
e927b6ad
RO
2259/* Define to the linker option to keep unused dependencies. */
2260#ifndef USED_FOR_TARGET
2261#undef LD_NO_AS_NEEDED_OPTION
2262#endif
2263
2264
c6092243
RO
2265/* Define to the linker option to disable use of shared objects. */
2266#ifndef USED_FOR_TARGET
2267#undef LD_STATIC_OPTION
2268#endif
2269
2270
79bec923
ST
2271/* The linker hash style */
2272#ifndef USED_FOR_TARGET
2273#undef LINKER_HASH_STYLE
2274#endif
2275
2276
1cd0b716
DK
2277/* Define to the name of the LTO plugin DSO that must be passed to the
2278 linker's -plugin=LIB option. */
2279#ifndef USED_FOR_TARGET
2280#undef LTOPLUGINSONAME
2281#endif
2282
2283
236ec2d7
RW
2284/* Define to the sub-directory in which libtool stores uninstalled libraries.
2285 */
2286#ifndef USED_FOR_TARGET
2287#undef LT_OBJDIR
2288#endif
2289
2290
dc6b6330 2291/* Define if we should link mingw executables with --large-address-aware */
67aeaded
AO
2292#ifndef USED_FOR_TARGET
2293#undef MINGW_DEFAULT_LARGE_ADDR_AWARE
2294#endif
2295
2296
446163e2
TP
2297/* Value to set mingw's _dowildcard to. */
2298#ifndef USED_FOR_TARGET
2299#undef MINGW_DOWILDCARD
2300#endif
2301
2302
a6a5e4c9 2303/* Define if host mkdir takes a single argument. */
232b67d9 2304#ifndef USED_FOR_TARGET
a6a5e4c9 2305#undef MKDIR_TAKES_ONE_ARG
232b67d9
NS
2306#endif
2307
91029a29 2308
fe5bfa67
TB
2309/* Define to 1 to if -foffload is defaulted */
2310#ifndef USED_FOR_TARGET
2311#undef OFFLOAD_DEFAULTED
2312#endif
2313
2314
64186aad 2315/* Define to offload targets, separated by commas. */
85c64bbe
BS
2316#ifndef USED_FOR_TARGET
2317#undef OFFLOAD_TARGETS
2318#endif
2319
2320
a6a5e4c9 2321/* Define to the address where bug reports for this package should be sent. */
232b67d9 2322#ifndef USED_FOR_TARGET
a6a5e4c9 2323#undef PACKAGE_BUGREPORT
232b67d9
NS
2324#endif
2325
c64688ae 2326
a6a5e4c9 2327/* Define to the full name of this package. */
232b67d9 2328#ifndef USED_FOR_TARGET
a6a5e4c9 2329#undef PACKAGE_NAME
232b67d9
NS
2330#endif
2331
201556f0 2332
a6a5e4c9 2333/* Define to the full name and version of this package. */
232b67d9 2334#ifndef USED_FOR_TARGET
a6a5e4c9 2335#undef PACKAGE_STRING
232b67d9
NS
2336#endif
2337
f996902d 2338
a6a5e4c9 2339/* Define to the one symbol short name of this package. */
232b67d9 2340#ifndef USED_FOR_TARGET
a6a5e4c9 2341#undef PACKAGE_TARNAME
232b67d9
NS
2342#endif
2343
3a37b08e 2344
5213506e
RW
2345/* Define to the home page for this package. */
2346#ifndef USED_FOR_TARGET
2347#undef PACKAGE_URL
2348#endif
2349
2350
a6a5e4c9 2351/* Define to the version of this package. */
232b67d9 2352#ifndef USED_FOR_TARGET
a6a5e4c9 2353#undef PACKAGE_VERSION
232b67d9
NS
2354#endif
2355
91029a29 2356
5938f74d
L
2357/* Specify plugin linker */
2358#ifndef USED_FOR_TARGET
36d21883 2359#undef PLUGIN_LD_SUFFIX
5938f74d
L
2360#endif
2361
2362
3954ead0
AM
2363/* Define to .TOC. alignment forced by your linker. */
2364#ifndef USED_FOR_TARGET
2365#undef POWERPC64_TOC_POINTER_ALIGNMENT
2366#endif
2367
2368
a6a5e4c9 2369/* Define to PREFIX/include if cpp should also search that directory. */
232b67d9 2370#ifndef USED_FOR_TARGET
a6a5e4c9 2371#undef PREFIX_INCLUDE_DIR
232b67d9
NS
2372#endif
2373
e95b1e6a 2374
5213506e 2375/* The size of `int', as computed by sizeof. */
232b67d9 2376#ifndef USED_FOR_TARGET
a6a5e4c9 2377#undef SIZEOF_INT
232b67d9
NS
2378#endif
2379
17e9e88c 2380
5213506e 2381/* The size of `long', as computed by sizeof. */
232b67d9 2382#ifndef USED_FOR_TARGET
a6a5e4c9 2383#undef SIZEOF_LONG
232b67d9
NS
2384#endif
2385
cf7b8b0d 2386
5213506e 2387/* The size of `long long', as computed by sizeof. */
232b67d9 2388#ifndef USED_FOR_TARGET
a6a5e4c9 2389#undef SIZEOF_LONG_LONG
232b67d9
NS
2390#endif
2391
91029a29 2392
5213506e 2393/* The size of `short', as computed by sizeof. */
232b67d9 2394#ifndef USED_FOR_TARGET
a6a5e4c9 2395#undef SIZEOF_SHORT
232b67d9
NS
2396#endif
2397
8ada417f 2398
5213506e 2399/* The size of `void *', as computed by sizeof. */
232b67d9 2400#ifndef USED_FOR_TARGET
a6a5e4c9 2401#undef SIZEOF_VOID_P
232b67d9
NS
2402#endif
2403
f6f5dff2 2404
a6a5e4c9 2405/* Define to 1 if you have the ANSI C header files. */
232b67d9 2406#ifndef USED_FOR_TARGET
a6a5e4c9 2407#undef STDC_HEADERS
232b67d9
NS
2408#endif
2409
ef1ecf87 2410
a6a5e4c9 2411/* Define if you can safely include both <string.h> and <strings.h>. */
232b67d9 2412#ifndef USED_FOR_TARGET
a6a5e4c9 2413#undef STRING_WITH_STRINGS
232b67d9
NS
2414#endif
2415
2c4a9cff 2416
ed965309
JJ
2417/* Define if TFmode long double should be the default */
2418#ifndef USED_FOR_TARGET
2419#undef TARGET_DEFAULT_LONG_DOUBLE_128
2420#endif
2421
2422
6961669f
RO
2423/* Define if your target C library provides the `dl_iterate_phdr' function. */
2424#undef TARGET_DL_ITERATE_PHDR
2425
2f73a6c7
JM
2426/* GNU C Library major version number used on the target, or 0. */
2427#ifndef USED_FOR_TARGET
2428#undef TARGET_GLIBC_MAJOR
2429#endif
2430
2431
2432/* GNU C Library minor version number used on the target, or 0. */
2433#ifndef USED_FOR_TARGET
2434#undef TARGET_GLIBC_MINOR
2435#endif
2436
2437
e0332517
DM
2438/* Define if your target C Library properly handles PT_GNU_STACK */
2439#ifndef USED_FOR_TARGET
2440#undef TARGET_LIBC_GNUSTACK
2441#endif
2442
2443
26a2e6ae
PB
2444/* Define if your target C Library provides the AT_HWCAP value in the TCB */
2445#ifndef USED_FOR_TARGET
2446#undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB
2447#endif
2448
2449
77008252
JJ
2450/* Define if your target C library provides stack protector support */
2451#ifndef USED_FOR_TARGET
2452#undef TARGET_LIBC_PROVIDES_SSP
2453#endif
2454
2455
a6a5e4c9 2456/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
232b67d9 2457#ifndef USED_FOR_TARGET
a6a5e4c9 2458#undef TIME_WITH_SYS_TIME
232b67d9
NS
2459#endif
2460
9d147085 2461
f1c26cad
RO
2462/* Define to the flag used to mark TLS sections if the default (`T') doesn't
2463 work. */
2464#ifndef USED_FOR_TARGET
2465#undef TLS_SECTION_ASM_FLAG
2466#endif
2467
2468
a6a5e4c9 2469/* Define if your assembler mis-optimizes .eh_frame data. */
232b67d9 2470#ifndef USED_FOR_TARGET
a6a5e4c9 2471#undef USE_AS_TRADITIONAL_FORMAT
232b67d9
NS
2472#endif
2473
5f0e9ea2 2474
f7e413e2
DK
2475/* Define if you want to generate code by default that assumes that the Cygwin
2476 DLL exports wrappers to support libstdc++ function replacement. */
2477#ifndef USED_FOR_TARGET
2478#undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2479#endif
2480
2481
af2e3244
RO
2482/* Define 0/1 if your linker supports hidden thunks in linkonce sections. */
2483#ifndef USED_FOR_TARGET
2484#undef USE_HIDDEN_LINKONCE
2485#endif
2486
2487
edf6ddf6
RB
2488/* Define to 1 if the 'long long' type is wider than 'long' but still
2489 efficiently supported by the host hardware. */
232b67d9 2490#ifndef USED_FOR_TARGET
99fa8911 2491#undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
232b67d9
NS
2492#endif
2493
99fa8911 2494
ad211091
KT
2495/* Define if we should use leading underscore on 64 bit mingw targets */
2496#ifndef USED_FOR_TARGET
2497#undef USE_MINGW64_LEADING_UNDERSCORES
2498#endif
2499
2500
5213506e
RW
2501/* Enable extensions on AIX 3, Interix. */
2502#ifndef _ALL_SOURCE
2503# undef _ALL_SOURCE
2504#endif
2505/* Enable GNU extensions on systems that have them. */
2506#ifndef _GNU_SOURCE
2507# undef _GNU_SOURCE
2508#endif
2509/* Enable threading extensions on Solaris. */
2510#ifndef _POSIX_PTHREAD_SEMANTICS
2511# undef _POSIX_PTHREAD_SEMANTICS
2512#endif
2513/* Enable extensions on HP NonStop. */
2514#ifndef _TANDEM_SOURCE
2515# undef _TANDEM_SOURCE
2516#endif
2517/* Enable general extensions on Solaris. */
2518#ifndef __EXTENSIONS__
2519# undef __EXTENSIONS__
2520#endif
2521
2522
a1286ef5
ZW
2523/* Define to be the last component of the Windows registry key under which to
2524 look for installation paths. The full key used will be
2525 HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2526 The default is the GCC version number. */
232b67d9 2527#ifndef USED_FOR_TARGET
a6a5e4c9 2528#undef WIN32_REGISTRY_KEY
232b67d9
NS
2529#endif
2530
96d0f4dc 2531
5213506e
RW
2532/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2533 significant byte first (like Motorola and SPARC, unlike Intel). */
2534#if defined AC_APPLE_UNIVERSAL_BUILD
2535# if defined __BIG_ENDIAN__
2536# define WORDS_BIGENDIAN 1
2537# endif
2538#else
2539# ifndef WORDS_BIGENDIAN
2540# undef WORDS_BIGENDIAN
2541# endif
232b67d9
NS
2542#endif
2543
22e05272
JM
2544/* Enable large inode numbers on Mac OS X 10.5. */
2545#ifndef _DARWIN_USE_64_BIT_INODE
2546# define _DARWIN_USE_64_BIT_INODE 1
2547#endif
2548
480767a9
ILT
2549/* Number of bits in a file offset, on hosts where this is settable. */
2550#ifndef USED_FOR_TARGET
2551#undef _FILE_OFFSET_BITS
2552#endif
2553
2554
2555/* Define for large files, on AIX-style hosts. */
2556#ifndef USED_FOR_TARGET
2557#undef _LARGE_FILES
2558#endif
2559
2560
60d26958 2561/* Define to 1 if on MINIX. */
232b67d9 2562#ifndef USED_FOR_TARGET
60d26958
PB
2563#undef _MINIX
2564#endif
2565
2566
2567/* Define to 2 if the system does not provide POSIX.1 features except with
2568 this defined. */
2569#ifndef USED_FOR_TARGET
2570#undef _POSIX_1_SOURCE
2571#endif
2572
2573
2574/* Define to 1 if you need to in order for `stat' and other things to work. */
2575#ifndef USED_FOR_TARGET
2576#undef _POSIX_SOURCE
2577#endif
2578
2579
7c2a2dbf
KT
2580/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2581 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2582 #define below would cause a syntax error. */
2583#ifndef USED_FOR_TARGET
2584#undef _UINT32_T
2585#endif
2586
2587
2588/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2589 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2590 #define below would cause a syntax error. */
2591#ifndef USED_FOR_TARGET
2592#undef _UINT64_T
2593#endif
2594
2595
2596/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2597 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2598 #define below would cause a syntax error. */
2599#ifndef USED_FOR_TARGET
2600#undef _UINT8_T
2601#endif
2602
2603
c71618c6
AT
2604/* Define to `char *' if <sys/types.h> does not define. */
2605#ifndef USED_FOR_TARGET
2606#undef caddr_t
2607#endif
2608
2609
86da66b5
HPN
2610/* Define to `__inline__' or `__inline' if that's what the C compiler
2611 calls it, or to nothing if 'inline' is not supported under any name. */
2612#ifndef __cplusplus
a6a5e4c9 2613#undef inline
86da66b5 2614#endif
a6a5e4c9 2615
7c2a2dbf
KT
2616/* Define to the type of a signed integer type of width exactly 16 bits if
2617 such a type exists and the standard includes do not define it. */
2618#ifndef USED_FOR_TARGET
2619#undef int16_t
2620#endif
2621
2622
2623/* Define to the type of a signed integer type of width exactly 32 bits if
2624 such a type exists and the standard includes do not define it. */
2625#ifndef USED_FOR_TARGET
2626#undef int32_t
2627#endif
2628
2629
2630/* Define to the type of a signed integer type of width exactly 64 bits if
2631 such a type exists and the standard includes do not define it. */
2632#ifndef USED_FOR_TARGET
2633#undef int64_t
2634#endif
2635
2636
2637/* Define to the type of a signed integer type of width exactly 8 bits if such
2638 a type exists and the standard includes do not define it. */
2639#ifndef USED_FOR_TARGET
2640#undef int8_t
2641#endif
2642
2643
2644/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2645 not define. */
2646#ifndef USED_FOR_TARGET
2647#undef intmax_t
2648#endif
2649
2650
2651/* Define to the type of a signed integer type wide enough to hold a pointer,
2652 if such a type exists, and if the system does not define it. */
2653#ifndef USED_FOR_TARGET
2654#undef intptr_t
2655#endif
2656
2657
a6a5e4c9 2658/* Define to `int' if <sys/types.h> does not define. */
232b67d9 2659#ifndef USED_FOR_TARGET
a6a5e4c9 2660#undef pid_t
232b67d9
NS
2661#endif
2662
475c267f 2663
236ec2d7 2664/* Define to `long' if <sys/resource.h> doesn't define. */
232b67d9 2665#ifndef USED_FOR_TARGET
a6a5e4c9 2666#undef rlim_t
232b67d9
NS
2667#endif
2668
a6a5e4c9
KC
2669
2670/* Define to `int' if <sys/types.h> does not define. */
232b67d9 2671#ifndef USED_FOR_TARGET
a6a5e4c9 2672#undef ssize_t
232b67d9
NS
2673#endif
2674
a6a5e4c9 2675
7c2a2dbf
KT
2676/* Define to the type of an unsigned integer type of width exactly 16 bits if
2677 such a type exists and the standard includes do not define it. */
2678#ifndef USED_FOR_TARGET
2679#undef uint16_t
2680#endif
2681
2682
2683/* Define to the type of an unsigned integer type of width exactly 32 bits if
2684 such a type exists and the standard includes do not define it. */
2685#ifndef USED_FOR_TARGET
2686#undef uint32_t
2687#endif
2688
2689
2690/* Define to the type of an unsigned integer type of width exactly 64 bits if
2691 such a type exists and the standard includes do not define it. */
2692#ifndef USED_FOR_TARGET
2693#undef uint64_t
2694#endif
2695
2696
2697/* Define to the type of an unsigned integer type of width exactly 8 bits if
2698 such a type exists and the standard includes do not define it. */
2699#ifndef USED_FOR_TARGET
2700#undef uint8_t
2701#endif
2702
2703
2704/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2705 do not define. */
2706#ifndef USED_FOR_TARGET
2707#undef uintmax_t
2708#endif
2709
2710
2711/* Define to the type of an unsigned integer type wide enough to hold a
2712 pointer, if such a type exists, and if the system does not define it. */
2713#ifndef USED_FOR_TARGET
2714#undef uintptr_t
2715#endif
2716
2717
a6a5e4c9 2718/* Define as `fork' if `vfork' does not work. */
232b67d9 2719#ifndef USED_FOR_TARGET
a6a5e4c9 2720#undef vfork
232b67d9
NS
2721#endif
2722