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