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