hppa: Revise REG+D address support to allow long displacements before reload
[official-gcc.git] / gcc / config.in
blob866f9fff10189fe690151d85c69332ea64dc5065
1 /* config.in.  Generated from configure.ac by autoheader.  */
3 /* Define if this compiler should be built as the offload target compiler. */
4 #ifndef USED_FOR_TARGET
5 #undef ACCEL_COMPILER
6 #endif
9 /* Define if building universal (internal helper macro) */
10 #ifndef USED_FOR_TARGET
11 #undef AC_APPLE_UNIVERSAL_BUILD
12 #endif
15 /* Define to the assembler option to enable compressed debug sections. */
16 #ifndef USED_FOR_TARGET
17 #undef AS_COMPRESS_DEBUG_OPTION
18 #endif
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
27 /* Define to the root for URLs about GCC changes. */
28 #ifndef USED_FOR_TARGET
29 #undef CHANGES_ROOT_URL
30 #endif
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
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
46 /* Define 0/1 to force the choice for exception handling model. */
47 #ifndef USED_FOR_TARGET
48 #undef CONFIG_SJLJ_EXCEPTIONS
49 #endif
52 /* Specify a runpath directory, additional to those provided by the compiler
53    */
54 #ifndef USED_FOR_TARGET
55 #undef DARWIN_ADD_RPATH
56 #endif
59 /* Should add an extra runpath directory */
60 #ifndef USED_FOR_TARGET
61 #undef DARWIN_DO_EXTRA_RPATH
62 #endif
65 /* Define to enable the use of a default assembler. */
66 #ifndef USED_FOR_TARGET
67 #undef DEFAULT_ASSEMBLER
68 #endif
71 /* Define to enable the use of a default debug linker. */
72 #ifndef USED_FOR_TARGET
73 #undef DEFAULT_DSYMUTIL
74 #endif
77 /* Define to enable the use of a default linker. */
78 #ifndef USED_FOR_TARGET
79 #undef DEFAULT_LINKER
80 #endif
83 /* Define to larger than zero set the default stack clash protector size. */
84 #ifndef USED_FOR_TARGET
85 #undef DEFAULT_STK_CLASH_GUARD_SIZE
86 #endif
89 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
90    destructors for local statics and global objects. This is essential for
91    fully standards-compliant handling of destructors, but requires
92    __cxa_atexit in libc. */
93 #ifndef USED_FOR_TARGET
94 #undef DEFAULT_USE_CXA_ATEXIT
95 #endif
98 /* The default for -fdiagnostics-color option */
99 #ifndef USED_FOR_TARGET
100 #undef DIAGNOSTICS_COLOR_DEFAULT
101 #endif
104 /* The default for -fdiagnostics-urls option */
105 #ifndef USED_FOR_TARGET
106 #undef DIAGNOSTICS_URLS_DEFAULT
107 #endif
110 /* Define to the root for documentation URLs. */
111 #ifndef USED_FOR_TARGET
112 #undef DOCUMENTATION_ROOT_URL
113 #endif
116 /* Define to the dsymutil version. */
117 #ifndef USED_FOR_TARGET
118 #undef DSYMUTIL_VERSION
119 #endif
122 /* Define 0/1 if static analyzer feature is enabled. */
123 #ifndef USED_FOR_TARGET
124 #undef ENABLE_ANALYZER
125 #endif
128 /* Define if you want assertions enabled. This is a cheap check. */
129 #ifndef USED_FOR_TARGET
130 #undef ENABLE_ASSERT_CHECKING
131 #endif
134 /* Define to 1 to specify that we are using the BID decimal floating point
135    format instead of DPD */
136 #ifndef USED_FOR_TARGET
137 #undef ENABLE_DECIMAL_BID_FORMAT
138 #endif
141 /* Define to 1 to enable decimal float extension to C. */
142 #ifndef USED_FOR_TARGET
143 #undef ENABLE_DECIMAL_FLOAT
144 #endif
147 /* Define if your target supports default PIE and it is enabled. */
148 #ifndef USED_FOR_TARGET
149 #undef ENABLE_DEFAULT_PIE
150 #endif
153 /* Define if your target supports default stack protector and it is enabled.
154    */
155 #ifndef USED_FOR_TARGET
156 #undef ENABLE_DEFAULT_SSP
157 #endif
160 /* Define if you want more run-time sanity checks for dataflow. */
161 #ifndef USED_FOR_TARGET
162 #undef ENABLE_DF_CHECKING
163 #endif
166 /* Define to 0/1 if you want extra run-time checking that might affect code
167    generation. */
168 #ifndef USED_FOR_TARGET
169 #undef ENABLE_EXTRA_CHECKING
170 #endif
173 /* Define to 1 to enable fixed-point arithmetic extension to C. */
174 #ifndef USED_FOR_TARGET
175 #undef ENABLE_FIXED_POINT
176 #endif
179 /* Define if you want fold checked that it never destructs its argument. This
180    is quite expensive. */
181 #ifndef USED_FOR_TARGET
182 #undef ENABLE_FOLD_CHECKING
183 #endif
186 /* Define if you want the garbage collector to operate in maximally paranoid
187    mode, validating the entire heap and collecting garbage at every
188    opportunity. This is extremely expensive. */
189 #ifndef USED_FOR_TARGET
190 #undef ENABLE_GC_ALWAYS_COLLECT
191 #endif
194 /* Define if you want the garbage collector to do object poisoning and other
195    memory allocation checks. This is quite expensive. */
196 #ifndef USED_FOR_TARGET
197 #undef ENABLE_GC_CHECKING
198 #endif
201 /* Define if you want operations on GIMPLE (the basic data structure of the
202    high-level optimizers) to be checked for dynamic type safety at runtime.
203    This is moderately expensive. */
204 #ifndef USED_FOR_TARGET
205 #undef ENABLE_GIMPLE_CHECKING
206 #endif
209 /* Define if gcc should always pass --build-id to linker. */
210 #ifndef USED_FOR_TARGET
211 #undef ENABLE_LD_BUILDID
212 #endif
215 /* Define to 1 to enable libquadmath support */
216 #ifndef USED_FOR_TARGET
217 #undef ENABLE_LIBQUADMATH_SUPPORT
218 #endif
221 /* Define to enable LTO support. */
222 #ifndef USED_FOR_TARGET
223 #undef ENABLE_LTO
224 #endif
227 /* If --with-multiarch option is used */
228 #ifndef USED_FOR_TARGET
229 #undef ENABLE_MULTIARCH
230 #endif
233 /* Define to 1 if translation of program messages to the user's native
234    language is requested. */
235 #ifndef USED_FOR_TARGET
236 #undef ENABLE_NLS
237 #endif
240 /* Define this to enable support for offloading. */
241 #ifndef USED_FOR_TARGET
242 #undef ENABLE_OFFLOADING
243 #endif
246 /* Define to enable plugin support. */
247 #ifndef USED_FOR_TARGET
248 #undef ENABLE_PLUGIN
249 #endif
252 /* Define if you want all operations on RTL (the basic data structure of the
253    optimizer and back end) to be checked for dynamic type safety at runtime.
254    This is quite expensive. */
255 #ifndef USED_FOR_TARGET
256 #undef ENABLE_RTL_CHECKING
257 #endif
260 /* Define if you want RTL flag accesses to be checked against the RTL codes
261    that are supported for each access macro. This is relatively cheap. */
262 #ifndef USED_FOR_TARGET
263 #undef ENABLE_RTL_FLAG_CHECKING
264 #endif
267 /* Define if you want runtime assertions enabled. This is a cheap check. */
268 #undef ENABLE_RUNTIME_CHECKING
270 /* Define to enable evaluating float expressions with double precision in
271    standards-compatible mode on s390 targets. */
272 #undef ENABLE_S390_EXCESS_FLOAT_PRECISION
274 /* Define if the -stdlib= option should be enabled. */
275 #ifndef USED_FOR_TARGET
276 #undef ENABLE_STDLIB_OPTION
277 #endif
280 /* Define if you want all operations on trees (the basic data structure of the
281    front ends) to be checked for dynamic type safety at runtime. This is
282    moderately expensive. */
283 #ifndef USED_FOR_TARGET
284 #undef ENABLE_TREE_CHECKING
285 #endif
288 /* Define if you want all gimple types to be verified after gimplifiation.
289    This is cheap. */
290 #ifndef USED_FOR_TARGET
291 #undef ENABLE_TYPES_CHECKING
292 #endif
295 /* Define to get calls to the valgrind runtime enabled. */
296 #ifndef USED_FOR_TARGET
297 #undef ENABLE_VALGRIND_ANNOTATIONS
298 #endif
301 /* Define if you want to run subprograms and generated programs through
302    valgrind (a memory checker). This is extremely expensive. */
303 #ifndef USED_FOR_TARGET
304 #undef ENABLE_VALGRIND_CHECKING
305 #endif
308 /* Define 0/1 if vtable verification feature is enabled. */
309 #ifndef USED_FOR_TARGET
310 #undef ENABLE_VTABLE_VERIFY
311 #endif
314 /* Define to 1 if installation paths should be looked up in the Windows
315    Registry. Ignored on non-Windows hosts. */
316 #ifndef USED_FOR_TARGET
317 #undef ENABLE_WIN32_REGISTRY
318 #endif
321 /* Define to the name of a file containing a list of extra machine modes for
322    this architecture. */
323 #ifndef USED_FOR_TARGET
324 #undef EXTRA_MODES_FILE
325 #endif
328 /* Define to enable detailed memory allocation stats gathering. */
329 #ifndef USED_FOR_TARGET
330 #undef GATHER_STATISTICS
331 #endif
334 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
335 #ifndef USED_FOR_TARGET
336 #undef GWINSZ_IN_SYS_IOCTL
337 #endif
340 /* mcontext_t fields start with __ */
341 #ifndef USED_FOR_TARGET
342 #undef HAS_MCONTEXT_T_UNDERSCORES
343 #endif
346 /* Define if AF_INET6 supported. */
347 #ifndef USED_FOR_TARGET
348 #undef HAVE_AF_INET6
349 #endif
352 /* Define if AF_UNIX supported. */
353 #ifndef USED_FOR_TARGET
354 #undef HAVE_AF_UNIX
355 #endif
358 /* Define if your assembler supports architecture modifiers. */
359 #ifndef USED_FOR_TARGET
360 #undef HAVE_AS_ARCHITECTURE_MODIFIERS
361 #endif
364 /* Define if your avr assembler supports -mgcc-isr option. */
365 #ifndef USED_FOR_TARGET
366 #undef HAVE_AS_AVR_MGCCISR_OPTION
367 #endif
370 /* Define if your avr assembler supports --mlink-relax option. */
371 #ifndef USED_FOR_TARGET
372 #undef HAVE_AS_AVR_MLINK_RELAX_OPTION
373 #endif
376 /* Define if your avr assembler supports -mrmw option. */
377 #ifndef USED_FOR_TARGET
378 #undef HAVE_AS_AVR_MRMW_OPTION
379 #endif
382 /* Define to the level of your assembler's compressed debug section support.
383    */
384 #ifndef USED_FOR_TARGET
385 #undef HAVE_AS_COMPRESS_DEBUG
386 #endif
389 /* Define if your assembler supports conditional branch relaxation. */
390 #ifndef USED_FOR_TARGET
391 #undef HAVE_AS_COND_BRANCH_RELAXATION
392 #endif
395 /* Define if your assembler supports the --debug-prefix-map option. */
396 #ifndef USED_FOR_TARGET
397 #undef HAVE_AS_DEBUG_PREFIX_MAP
398 #endif
401 /* Define if your assembler supports .module. */
402 #ifndef USED_FOR_TARGET
403 #undef HAVE_AS_DOT_MODULE
404 #endif
407 /* Define if your assembler supports DSPR1 mult. */
408 #ifndef USED_FOR_TARGET
409 #undef HAVE_AS_DSPR1_MULT
410 #endif
413 /* Define if your assembler supports .dtprelword. */
414 #ifndef USED_FOR_TARGET
415 #undef HAVE_AS_DTPRELWORD
416 #endif
419 /* Define if your assembler supports dwarf2 .file/.loc directives, and
420    preserves file table indices exactly as given. */
421 #ifndef USED_FOR_TARGET
422 #undef HAVE_AS_DWARF2_DEBUG_LINE
423 #endif
426 /* Define if your assembler supports views in dwarf2 .loc directives. */
427 #ifndef USED_FOR_TARGET
428 #undef HAVE_AS_DWARF2_DEBUG_VIEW
429 #endif
432 /* Define if your assembler supports eh_frame pcrel encoding. */
433 #ifndef USED_FOR_TARGET
434 #undef HAVE_AS_EH_FRAME_PCREL_ENCODING_SUPPORT
435 #endif
438 /* Define if your assembler supports the R_PPC64_ENTRY relocation. */
439 #ifndef USED_FOR_TARGET
440 #undef HAVE_AS_ENTRY_MARKERS
441 #endif
444 /* Define if your assembler supports explicit relocation. */
445 #ifndef USED_FOR_TARGET
446 #undef HAVE_AS_EXPLICIT_RELOCS
447 #endif
450 /* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
451 #ifndef USED_FOR_TARGET
452 #undef HAVE_AS_FMAF_HPC_VIS3
453 #endif
456 /* Define if your assembler supports the --gdwarf2 option. */
457 #ifndef USED_FOR_TARGET
458 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
459 #endif
462 /* Define if your assembler supports the --gdwarf-5 option. */
463 #ifndef USED_FOR_TARGET
464 #undef HAVE_AS_GDWARF_5_DEBUG_FLAG
465 #endif
468 /* Define if your assembler supports .gnu_attribute. */
469 #ifndef USED_FOR_TARGET
470 #undef HAVE_AS_GNU_ATTRIBUTE
471 #endif
474 /* Define true if the assembler supports '.long foo@GOTOFF'. */
475 #ifndef USED_FOR_TARGET
476 #undef HAVE_AS_GOTOFF_IN_DATA
477 #endif
480 /* Define if your assembler supports the Sun syntax for cmov. */
481 #ifndef USED_FOR_TARGET
482 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
483 #endif
486 /* Define if your assembler supports the subtraction of symbols in different
487    sections. */
488 #ifndef USED_FOR_TARGET
489 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
490 #endif
493 /* Define if your assembler supports the ffreep mnemonic. */
494 #ifndef USED_FOR_TARGET
495 #undef HAVE_AS_IX86_FFREEP
496 #endif
499 /* Define if your assembler uses fildq and fistq mnemonics. */
500 #ifndef USED_FOR_TARGET
501 #undef HAVE_AS_IX86_FILDQ
502 #endif
505 /* Define if your assembler uses filds and fists mnemonics. */
506 #ifndef USED_FOR_TARGET
507 #undef HAVE_AS_IX86_FILDS
508 #endif
511 /* Define 0/1 if your assembler and linker support @GOT. */
512 #ifndef USED_FOR_TARGET
513 #undef HAVE_AS_IX86_GOT32X
514 #endif
517 /* Define if your assembler supports HLE prefixes. */
518 #ifndef USED_FOR_TARGET
519 #undef HAVE_AS_IX86_HLE
520 #endif
523 /* Define if your assembler supports interunit movq mnemonic. */
524 #ifndef USED_FOR_TARGET
525 #undef HAVE_AS_IX86_INTERUNIT_MOVQ
526 #endif
529 /* Define if your assembler supports the .quad directive. */
530 #ifndef USED_FOR_TARGET
531 #undef HAVE_AS_IX86_QUAD
532 #endif
535 /* Define if the assembler supports 'rep <insn>, lock <insn>'. */
536 #ifndef USED_FOR_TARGET
537 #undef HAVE_AS_IX86_REP_LOCK_PREFIX
538 #endif
541 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
542 #ifndef USED_FOR_TARGET
543 #undef HAVE_AS_IX86_SAHF
544 #endif
547 /* Define if your assembler supports the swap suffix. */
548 #ifndef USED_FOR_TARGET
549 #undef HAVE_AS_IX86_SWAP
550 #endif
553 /* Define if your assembler and linker support @tlsgdplt. */
554 #ifndef USED_FOR_TARGET
555 #undef HAVE_AS_IX86_TLSGDPLT
556 #endif
559 /* Define to 1 if your assembler and linker support @tlsldm. */
560 #ifndef USED_FOR_TARGET
561 #undef HAVE_AS_IX86_TLSLDM
562 #endif
565 /* Define to 1 if your assembler and linker support @tlsldmplt. */
566 #ifndef USED_FOR_TARGET
567 #undef HAVE_AS_IX86_TLSLDMPLT
568 #endif
571 /* Define 0/1 if your assembler and linker support calling ___tls_get_addr via
572    GOT. */
573 #ifndef USED_FOR_TARGET
574 #undef HAVE_AS_IX86_TLS_GET_ADDR_GOT
575 #endif
578 /* Define if your assembler supports the 'ud2' mnemonic. */
579 #ifndef USED_FOR_TARGET
580 #undef HAVE_AS_IX86_UD2
581 #endif
584 /* Define if your assembler supports the lituse_jsrdirect relocation. */
585 #ifndef USED_FOR_TARGET
586 #undef HAVE_AS_JSRDIRECT_RELOCS
587 #endif
590 /* Define if your assembler supports .sleb128 and .uleb128. */
591 #ifndef USED_FOR_TARGET
592 #undef HAVE_AS_LEB128
593 #endif
596 /* Define if your assembler supports LEON instructions. */
597 #ifndef USED_FOR_TARGET
598 #undef HAVE_AS_LEON
599 #endif
602 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
603 #ifndef USED_FOR_TARGET
604 #undef HAVE_AS_LINE_ZERO
605 #endif
608 /* Define if your assembler supports ltoffx and ldxmov relocations. */
609 #ifndef USED_FOR_TARGET
610 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
611 #endif
614 /* Define if your assembler supports the -mabi option. */
615 #ifndef USED_FOR_TARGET
616 #undef HAVE_AS_MABI_OPTION
617 #endif
620 /* Define if your assembler supports .machine and .machinemode. */
621 #ifndef USED_FOR_TARGET
622 #undef HAVE_AS_MACHINE_MACHINEMODE
623 #endif
626 /* Define if your macOS assembler supports .build_version directives */
627 #ifndef USED_FOR_TARGET
628 #undef HAVE_AS_MACOS_BUILD_VERSION
629 #endif
632 /* Define if the assembler understands -march=rv*_zifencei. */
633 #ifndef USED_FOR_TARGET
634 #undef HAVE_AS_MARCH_ZIFENCEI
635 #endif
638 /* Define if your assembler supports mfcr field. */
639 #ifndef USED_FOR_TARGET
640 #undef HAVE_AS_MFCRF
641 #endif
644 /* Define if the assembler understands -misa-spec=. */
645 #ifndef USED_FOR_TARGET
646 #undef HAVE_AS_MISA_SPEC
647 #endif
650 /* Define if your macOS assembler supports -mllvm -x86-pad-for-align=false. */
651 #ifndef USED_FOR_TARGET
652 #undef HAVE_AS_MLLVM_X86_PAD_FOR_ALIGN
653 #endif
656 /* Define if your macOS assembler supports the -mmacos-version-min option. */
657 #ifndef USED_FOR_TARGET
658 #undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION
659 #endif
662 /* Define if your assembler supports -mrelax option. */
663 #ifndef USED_FOR_TARGET
664 #undef HAVE_AS_MRELAX_OPTION
665 #endif
668 /* Define if your assembler supports .mspabi_attribute. */
669 #ifndef USED_FOR_TARGET
670 #undef HAVE_AS_MSPABI_ATTRIBUTE
671 #endif
674 /* Define if the assembler understands -mnan=. */
675 #ifndef USED_FOR_TARGET
676 #undef HAVE_AS_NAN
677 #endif
680 /* Define if your assembler supports %gotoff relocation syntax. */
681 #ifndef USED_FOR_TARGET
682 #undef HAVE_AS_NIOS2_GOTOFF_RELOCATION
683 #endif
686 /* Define if your assembler supports the -no-mul-bug-abort option. */
687 #ifndef USED_FOR_TARGET
688 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
689 #endif
692 /* Define if the assembler understands -mno-shared. */
693 #ifndef USED_FOR_TARGET
694 #undef HAVE_AS_NO_SHARED
695 #endif
698 /* Define if your assembler supports offsetable %lo(). */
699 #ifndef USED_FOR_TARGET
700 #undef HAVE_AS_OFFSETABLE_LO10
701 #endif
704 /* Define if your assembler supports R_PPC*_PLTSEQ relocations. */
705 #ifndef USED_FOR_TARGET
706 #undef HAVE_AS_PLTSEQ
707 #endif
710 /* Define if your assembler supports htm insns on power10. */
711 #ifndef USED_FOR_TARGET
712 #undef HAVE_AS_POWER10_HTM
713 #endif
716 /* Define if your assembler supports .ref */
717 #ifndef USED_FOR_TARGET
718 #undef HAVE_AS_REF
719 #endif
722 /* Define if your assembler supports R_PPC_REL16 relocs. */
723 #ifndef USED_FOR_TARGET
724 #undef HAVE_AS_REL16
725 #endif
728 /* Define if your assembler supports -relax option. */
729 #ifndef USED_FOR_TARGET
730 #undef HAVE_AS_RELAX_OPTION
731 #endif
734 /* Define if your assembler supports .attribute. */
735 #ifndef USED_FOR_TARGET
736 #undef HAVE_AS_RISCV_ATTRIBUTE
737 #endif
740 /* Define if your assembler supports relocs needed by -fpic. */
741 #ifndef USED_FOR_TARGET
742 #undef HAVE_AS_SMALL_PIC_RELOCS
743 #endif
746 /* Define if your assembler supports SPARC4 instructions. */
747 #ifndef USED_FOR_TARGET
748 #undef HAVE_AS_SPARC4
749 #endif
752 /* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */
753 #ifndef USED_FOR_TARGET
754 #undef HAVE_AS_SPARC5_VIS4
755 #endif
758 /* Define if your assembler supports SPARC6 instructions. */
759 #ifndef USED_FOR_TARGET
760 #undef HAVE_AS_SPARC6
761 #endif
764 /* Define if your assembler and linker support GOTDATA_OP relocs. */
765 #ifndef USED_FOR_TARGET
766 #undef HAVE_AS_SPARC_GOTDATA_OP
767 #endif
770 /* Define if your assembler and linker support unaligned PC relative relocs.
771    */
772 #ifndef USED_FOR_TARGET
773 #undef HAVE_AS_SPARC_UA_PCREL
774 #endif
777 /* Define if your assembler and linker support unaligned PC relative relocs
778    against hidden symbols. */
779 #ifndef USED_FOR_TARGET
780 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
781 #endif
784 /* Define if your assembler and linker support thread-local storage. */
785 #ifndef USED_FOR_TARGET
786 #undef HAVE_AS_TLS
787 #endif
790 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
791    alignment hint argument. */
792 #ifndef USED_FOR_TARGET
793 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS
794 #endif
797 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
798    alignment hint argument on z13. */
799 #ifndef USED_FOR_TARGET
800 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS_ON_Z13
801 #endif
804 /* Define if your assembler supports VSX instructions. */
805 #ifndef USED_FOR_TARGET
806 #undef HAVE_AS_VSX
807 #endif
810 /* Define if your assembler supports --gdwarf-4/--gdwarf-5 even with compiler
811    generated .debug_line. */
812 #ifndef USED_FOR_TARGET
813 #undef HAVE_AS_WORKING_DWARF_N_FLAG
814 #endif
817 /* Define if your assembler supports -xbrace_comment option. */
818 #ifndef USED_FOR_TARGET
819 #undef HAVE_AS_XBRACE_COMMENT_OPTION
820 #endif
823 /* Define to 1 if you have the `atoq' function. */
824 #ifndef USED_FOR_TARGET
825 #undef HAVE_ATOQ
826 #endif
829 /* Define to 1 if you have the Mac OS X function
830    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
831 #ifndef USED_FOR_TARGET
832 #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
833 #endif
836 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
837    the CoreFoundation framework. */
838 #ifndef USED_FOR_TARGET
839 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
840 #endif
843 /* Define to 1 if you have the `clearerr_unlocked' function. */
844 #ifndef USED_FOR_TARGET
845 #undef HAVE_CLEARERR_UNLOCKED
846 #endif
849 /* Define to 1 if you have the `clock' function. */
850 #ifndef USED_FOR_TARGET
851 #undef HAVE_CLOCK
852 #endif
855 /* Define if <time.h> defines clock_t. */
856 #ifndef USED_FOR_TARGET
857 #undef HAVE_CLOCK_T
858 #endif
861 /* Define 0/1 if your assembler and linker support COMDAT groups. */
862 #ifndef USED_FOR_TARGET
863 #undef HAVE_COMDAT_GROUP
864 #endif
867 /* Define if the GNU dcgettext() function is already present or preinstalled.
868    */
869 #ifndef USED_FOR_TARGET
870 #undef HAVE_DCGETTEXT
871 #endif
874 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
875    */
876 #ifndef USED_FOR_TARGET
877 #undef HAVE_DECL_ABORT
878 #endif
881 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
882    0. */
883 #ifndef USED_FOR_TARGET
884 #undef HAVE_DECL_ASPRINTF
885 #endif
888 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
889 #ifndef USED_FOR_TARGET
890 #undef HAVE_DECL_ATOF
891 #endif
894 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
895 #ifndef USED_FOR_TARGET
896 #undef HAVE_DECL_ATOL
897 #endif
900 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
901    */
902 #ifndef USED_FOR_TARGET
903 #undef HAVE_DECL_ATOLL
904 #endif
907 /* Define to 1 if you have the declaration of `basename(const char*)', and to
908    0 if you don't. */
909 #ifndef USED_FOR_TARGET
910 #undef HAVE_DECL_BASENAME
911 #endif
914 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
915    */
916 #ifndef USED_FOR_TARGET
917 #undef HAVE_DECL_CALLOC
918 #endif
921 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
922    define to 0. */
923 #ifndef USED_FOR_TARGET
924 #undef HAVE_DECL_CLEARERR_UNLOCKED
925 #endif
928 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
929    */
930 #ifndef USED_FOR_TARGET
931 #undef HAVE_DECL_CLOCK
932 #endif
935 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
936    */
937 #ifndef USED_FOR_TARGET
938 #undef HAVE_DECL_ERRNO
939 #endif
942 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
943    to 0. */
944 #ifndef USED_FOR_TARGET
945 #undef HAVE_DECL_FEOF_UNLOCKED
946 #endif
949 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
950    define to 0. */
951 #ifndef USED_FOR_TARGET
952 #undef HAVE_DECL_FERROR_UNLOCKED
953 #endif
956 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
957    define to 0. */
958 #ifndef USED_FOR_TARGET
959 #undef HAVE_DECL_FFLUSH_UNLOCKED
960 #endif
963 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
964 #ifndef USED_FOR_TARGET
965 #undef HAVE_DECL_FFS
966 #endif
969 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
970    define to 0. */
971 #ifndef USED_FOR_TARGET
972 #undef HAVE_DECL_FGETC_UNLOCKED
973 #endif
976 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
977    define to 0. */
978 #ifndef USED_FOR_TARGET
979 #undef HAVE_DECL_FGETS_UNLOCKED
980 #endif
983 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
984    define to 0. */
985 #ifndef USED_FOR_TARGET
986 #undef HAVE_DECL_FILENO_UNLOCKED
987 #endif
990 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
991    define to 0. */
992 #ifndef USED_FOR_TARGET
993 #undef HAVE_DECL_FPRINTF_UNLOCKED
994 #endif
997 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
998    define to 0. */
999 #ifndef USED_FOR_TARGET
1000 #undef HAVE_DECL_FPUTC_UNLOCKED
1001 #endif
1004 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
1005    define to 0. */
1006 #ifndef USED_FOR_TARGET
1007 #undef HAVE_DECL_FPUTS_UNLOCKED
1008 #endif
1011 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
1012    define to 0. */
1013 #ifndef USED_FOR_TARGET
1014 #undef HAVE_DECL_FREAD_UNLOCKED
1015 #endif
1018 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
1019 #ifndef USED_FOR_TARGET
1020 #undef HAVE_DECL_FREE
1021 #endif
1024 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
1025    define to 0. */
1026 #ifndef USED_FOR_TARGET
1027 #undef HAVE_DECL_FWRITE_UNLOCKED
1028 #endif
1031 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
1032    define to 0. */
1033 #ifndef USED_FOR_TARGET
1034 #undef HAVE_DECL_GETCHAR_UNLOCKED
1035 #endif
1038 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
1039    */
1040 #ifndef USED_FOR_TARGET
1041 #undef HAVE_DECL_GETCWD
1042 #endif
1045 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
1046    to 0. */
1047 #ifndef USED_FOR_TARGET
1048 #undef HAVE_DECL_GETC_UNLOCKED
1049 #endif
1052 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
1053    */
1054 #ifndef USED_FOR_TARGET
1055 #undef HAVE_DECL_GETENV
1056 #endif
1059 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
1060    */
1061 #ifndef USED_FOR_TARGET
1062 #undef HAVE_DECL_GETOPT
1063 #endif
1066 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
1067    to 0. */
1068 #ifndef USED_FOR_TARGET
1069 #undef HAVE_DECL_GETPAGESIZE
1070 #endif
1073 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
1074    0. */
1075 #ifndef USED_FOR_TARGET
1076 #undef HAVE_DECL_GETRLIMIT
1077 #endif
1080 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
1081    0. */
1082 #ifndef USED_FOR_TARGET
1083 #undef HAVE_DECL_GETRUSAGE
1084 #endif
1087 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
1088    */
1089 #ifndef USED_FOR_TARGET
1090 #undef HAVE_DECL_GETWD
1091 #endif
1094 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
1095    0. */
1096 #ifndef USED_FOR_TARGET
1097 #undef HAVE_DECL_LDGETNAME
1098 #endif
1101 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
1102    */
1103 #ifndef USED_FOR_TARGET
1104 #undef HAVE_DECL_MADVISE
1105 #endif
1108 /* Define to 1 if we found a declaration for 'mallinfo', otherwise define to
1109    0. */
1110 #ifndef USED_FOR_TARGET
1111 #undef HAVE_DECL_MALLINFO
1112 #endif
1115 /* Define to 1 if we found a declaration for 'mallinfo2', otherwise define to
1116    0. */
1117 #ifndef USED_FOR_TARGET
1118 #undef HAVE_DECL_MALLINFO2
1119 #endif
1122 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
1123    */
1124 #ifndef USED_FOR_TARGET
1125 #undef HAVE_DECL_MALLOC
1126 #endif
1129 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
1130    define to 0. */
1131 #ifndef USED_FOR_TARGET
1132 #undef HAVE_DECL_PUTCHAR_UNLOCKED
1133 #endif
1136 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
1137    to 0. */
1138 #ifndef USED_FOR_TARGET
1139 #undef HAVE_DECL_PUTC_UNLOCKED
1140 #endif
1143 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
1144    */
1145 #ifndef USED_FOR_TARGET
1146 #undef HAVE_DECL_REALLOC
1147 #endif
1150 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
1151 #ifndef USED_FOR_TARGET
1152 #undef HAVE_DECL_SBRK
1153 #endif
1156 /* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
1157    */
1158 #ifndef USED_FOR_TARGET
1159 #undef HAVE_DECL_SETENV
1160 #endif
1163 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
1164    0. */
1165 #ifndef USED_FOR_TARGET
1166 #undef HAVE_DECL_SETRLIMIT
1167 #endif
1170 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
1171    to 0. */
1172 #ifndef USED_FOR_TARGET
1173 #undef HAVE_DECL_SIGALTSTACK
1174 #endif
1177 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
1178    0. */
1179 #ifndef USED_FOR_TARGET
1180 #undef HAVE_DECL_SNPRINTF
1181 #endif
1184 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
1185    */
1186 #ifndef USED_FOR_TARGET
1187 #undef HAVE_DECL_STPCPY
1188 #endif
1191 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
1192    */
1193 #ifndef USED_FOR_TARGET
1194 #undef HAVE_DECL_STRNLEN
1195 #endif
1198 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
1199    0. */
1200 #ifndef USED_FOR_TARGET
1201 #undef HAVE_DECL_STRSIGNAL
1202 #endif
1205 /* Define to 1 if you have the declaration of `strstr(const char*,const
1206    char*)', and to 0 if you don't. */
1207 #ifndef USED_FOR_TARGET
1208 #undef HAVE_DECL_STRSTR
1209 #endif
1212 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1213    */
1214 #ifndef USED_FOR_TARGET
1215 #undef HAVE_DECL_STRTOL
1216 #endif
1219 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1220    */
1221 #ifndef USED_FOR_TARGET
1222 #undef HAVE_DECL_STRTOLL
1223 #endif
1226 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1227    */
1228 #ifndef USED_FOR_TARGET
1229 #undef HAVE_DECL_STRTOUL
1230 #endif
1233 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1234    0. */
1235 #ifndef USED_FOR_TARGET
1236 #undef HAVE_DECL_STRTOULL
1237 #endif
1240 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1241    0. */
1242 #ifndef USED_FOR_TARGET
1243 #undef HAVE_DECL_STRVERSCMP
1244 #endif
1247 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1248    */
1249 #ifndef USED_FOR_TARGET
1250 #undef HAVE_DECL_TIMES
1251 #endif
1254 /* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1255    0. */
1256 #ifndef USED_FOR_TARGET
1257 #undef HAVE_DECL_UNSETENV
1258 #endif
1261 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1262    0. */
1263 #ifndef USED_FOR_TARGET
1264 #undef HAVE_DECL_VASPRINTF
1265 #endif
1268 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1269    0. */
1270 #ifndef USED_FOR_TARGET
1271 #undef HAVE_DECL_VSNPRINTF
1272 #endif
1275 /* Define to 1 if you have the <direct.h> header file. */
1276 #ifndef USED_FOR_TARGET
1277 #undef HAVE_DIRECT_H
1278 #endif
1281 /* Define to 1 if you have the <dlfcn.h> header file. */
1282 #ifndef USED_FOR_TARGET
1283 #undef HAVE_DLFCN_H
1284 #endif
1287 /* Define to 1 if you have the <ext/hash_map> header file. */
1288 #ifndef USED_FOR_TARGET
1289 #undef HAVE_EXT_HASH_MAP
1290 #endif
1293 /* Define to 1 if you have the <fcntl.h> header file. */
1294 #ifndef USED_FOR_TARGET
1295 #undef HAVE_FCNTL_H
1296 #endif
1299 /* Define to 1 if you have the `feof_unlocked' function. */
1300 #ifndef USED_FOR_TARGET
1301 #undef HAVE_FEOF_UNLOCKED
1302 #endif
1305 /* Define to 1 if you have the `ferror_unlocked' function. */
1306 #ifndef USED_FOR_TARGET
1307 #undef HAVE_FERROR_UNLOCKED
1308 #endif
1311 /* Define to 1 if you have the `fflush_unlocked' function. */
1312 #ifndef USED_FOR_TARGET
1313 #undef HAVE_FFLUSH_UNLOCKED
1314 #endif
1317 /* Define to 1 if you have the `fgetc_unlocked' function. */
1318 #ifndef USED_FOR_TARGET
1319 #undef HAVE_FGETC_UNLOCKED
1320 #endif
1323 /* Define to 1 if you have the `fgets_unlocked' function. */
1324 #ifndef USED_FOR_TARGET
1325 #undef HAVE_FGETS_UNLOCKED
1326 #endif
1329 /* Define to 1 if you have the `fileno_unlocked' function. */
1330 #ifndef USED_FOR_TARGET
1331 #undef HAVE_FILENO_UNLOCKED
1332 #endif
1335 /* Define to 1 if you have the `fork' function. */
1336 #ifndef USED_FOR_TARGET
1337 #undef HAVE_FORK
1338 #endif
1341 /* Define to 1 if you have the `fprintf_unlocked' function. */
1342 #ifndef USED_FOR_TARGET
1343 #undef HAVE_FPRINTF_UNLOCKED
1344 #endif
1347 /* Define to 1 if you have the `fputc_unlocked' function. */
1348 #ifndef USED_FOR_TARGET
1349 #undef HAVE_FPUTC_UNLOCKED
1350 #endif
1353 /* Define to 1 if you have the `fputs_unlocked' function. */
1354 #ifndef USED_FOR_TARGET
1355 #undef HAVE_FPUTS_UNLOCKED
1356 #endif
1359 /* Define to 1 if you have the `fread_unlocked' function. */
1360 #ifndef USED_FOR_TARGET
1361 #undef HAVE_FREAD_UNLOCKED
1362 #endif
1365 /* Define to 1 if you have the `fstatat' function. */
1366 #ifndef USED_FOR_TARGET
1367 #undef HAVE_FSTATAT
1368 #endif
1371 /* Define to 1 if you have the <ftw.h> header file. */
1372 #ifndef USED_FOR_TARGET
1373 #undef HAVE_FTW_H
1374 #endif
1377 /* Define to 1 if you have the `fwrite_unlocked' function. */
1378 #ifndef USED_FOR_TARGET
1379 #undef HAVE_FWRITE_UNLOCKED
1380 #endif
1383 /* Define if your assembler supports specifying the alignment of objects
1384    allocated using the GAS .comm command. */
1385 #ifndef USED_FOR_TARGET
1386 #undef HAVE_GAS_ALIGNED_COMM
1387 #endif
1390 /* Define if your Arm assembler permits context-specific feature extensions.
1391    */
1392 #ifndef USED_FOR_TARGET
1393 #undef HAVE_GAS_ARM_EXTENDED_ARCH
1394 #endif
1397 /* Define if your assembler supports .balign and .p2align. */
1398 #ifndef USED_FOR_TARGET
1399 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1400 #endif
1403 /* Define 0/1 if your assembler supports CFI directives. */
1404 #undef HAVE_GAS_CFI_DIRECTIVE
1406 /* Define 0/1 if your assembler supports .cfi_personality. */
1407 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1409 /* Define 0/1 if your assembler supports .cfi_sections. */
1410 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1412 /* Define if your assembler supports the .loc discriminator sub-directive. */
1413 #ifndef USED_FOR_TARGET
1414 #undef HAVE_GAS_DISCRIMINATOR
1415 #endif
1418 /* Define if your assembler supports @gnu_unique_object. */
1419 #ifndef USED_FOR_TARGET
1420 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1421 #endif
1424 /* Define if your assembler and linker support .hidden. */
1425 #undef HAVE_GAS_HIDDEN
1427 /* Define if your assembler supports .lcomm with an alignment field. */
1428 #ifndef USED_FOR_TARGET
1429 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1430 #endif
1433 /* Define if your assembler supports .literal16. */
1434 #ifndef USED_FOR_TARGET
1435 #undef HAVE_GAS_LITERAL16
1436 #endif
1439 /* Define if your assembler supports the .loc is_stmt sub-directive. */
1440 #ifndef USED_FOR_TARGET
1441 #undef HAVE_GAS_LOC_STMT
1442 #endif
1445 /* Define if your assembler supports specifying the maximum number of bytes to
1446    skip when using the GAS .p2align command. */
1447 #ifndef USED_FOR_TARGET
1448 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1449 #endif
1452 /* Define if your assembler supports the .set micromips directive */
1453 #ifndef USED_FOR_TARGET
1454 #undef HAVE_GAS_MICROMIPS
1455 #endif
1458 /* Define if your assembler supports .nsubspa comdat option. */
1459 #ifndef USED_FOR_TARGET
1460 #undef HAVE_GAS_NSUBSPA_COMDAT
1461 #endif
1464 /* Define if your assembler and linker support 32-bit section relative relocs
1465    via '.secrel32 label'. */
1466 #ifndef USED_FOR_TARGET
1467 #undef HAVE_GAS_PE_SECREL32_RELOC
1468 #endif
1471 /* Define if your assembler supports specifying the exclude section flag. */
1472 #ifndef USED_FOR_TARGET
1473 #undef HAVE_GAS_SECTION_EXCLUDE
1474 #endif
1477 /* Define 0/1 if your assembler supports 'o' flag in .section directive. */
1478 #ifndef USED_FOR_TARGET
1479 #undef HAVE_GAS_SECTION_LINK_ORDER
1480 #endif
1483 /* Define 0/1 if your assembler supports marking sections with SHF_GNU_RETAIN
1484    flag. */
1485 #ifndef USED_FOR_TARGET
1486 #undef HAVE_GAS_SHF_GNU_RETAIN
1487 #endif
1490 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1491    */
1492 #ifndef USED_FOR_TARGET
1493 #undef HAVE_GAS_SHF_MERGE
1494 #endif
1497 /* Define if your assembler supports .subsection and .subsection -1 starts
1498    emitting at the beginning of your section. */
1499 #ifndef USED_FOR_TARGET
1500 #undef HAVE_GAS_SUBSECTION_ORDERING
1501 #endif
1504 /* Define if your assembler supports .weak. */
1505 #ifndef USED_FOR_TARGET
1506 #undef HAVE_GAS_WEAK
1507 #endif
1510 /* Define if your assembler supports .weakref. */
1511 #ifndef USED_FOR_TARGET
1512 #undef HAVE_GAS_WEAKREF
1513 #endif
1516 /* Define to 1 if you have the `getauxval' function. */
1517 #ifndef USED_FOR_TARGET
1518 #undef HAVE_GETAUXVAL
1519 #endif
1522 /* Define to 1 if you have the `getchar_unlocked' function. */
1523 #ifndef USED_FOR_TARGET
1524 #undef HAVE_GETCHAR_UNLOCKED
1525 #endif
1528 /* Define to 1 if you have the `getc_unlocked' function. */
1529 #ifndef USED_FOR_TARGET
1530 #undef HAVE_GETC_UNLOCKED
1531 #endif
1534 /* Define to 1 if you have the `getrlimit' function. */
1535 #ifndef USED_FOR_TARGET
1536 #undef HAVE_GETRLIMIT
1537 #endif
1540 /* Define to 1 if you have the `getrusage' function. */
1541 #ifndef USED_FOR_TARGET
1542 #undef HAVE_GETRUSAGE
1543 #endif
1546 /* Define if the GNU gettext() function is already present or preinstalled. */
1547 #ifndef USED_FOR_TARGET
1548 #undef HAVE_GETTEXT
1549 #endif
1552 /* Define to 1 if you have the `gettimeofday' function. */
1553 #ifndef USED_FOR_TARGET
1554 #undef HAVE_GETTIMEOFDAY
1555 #endif
1558 /* Define to 1 if using GNU as. */
1559 #ifndef USED_FOR_TARGET
1560 #undef HAVE_GNU_AS
1561 #endif
1564 /* Define if your system supports gnu indirect functions. */
1565 #ifndef USED_FOR_TARGET
1566 #undef HAVE_GNU_INDIRECT_FUNCTION
1567 #endif
1570 /* Define to 1 if using GNU ld. */
1571 #ifndef USED_FOR_TARGET
1572 #undef HAVE_GNU_LD
1573 #endif
1576 /* Define if the gold linker supports split stack and is available as a
1577    non-default */
1578 #ifndef USED_FOR_TARGET
1579 #undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1580 #endif
1583 /* Define if you have the iconv() function and it works. */
1584 #ifndef USED_FOR_TARGET
1585 #undef HAVE_ICONV
1586 #endif
1589 /* Define to 1 if you have the <iconv.h> header file. */
1590 #ifndef USED_FOR_TARGET
1591 #undef HAVE_ICONV_H
1592 #endif
1595 /* Define 0/1 if .init_array/.fini_array sections are available and working.
1596    */
1597 #ifndef USED_FOR_TARGET
1598 #undef HAVE_INITFINI_ARRAY_SUPPORT
1599 #endif
1602 /* Define to 1 if the system has the type `intmax_t'. */
1603 #ifndef USED_FOR_TARGET
1604 #undef HAVE_INTMAX_T
1605 #endif
1608 /* Define to 1 if the system has the type `intptr_t'. */
1609 #ifndef USED_FOR_TARGET
1610 #undef HAVE_INTPTR_T
1611 #endif
1614 /* Define if you have a working <inttypes.h> header file. */
1615 #ifndef USED_FOR_TARGET
1616 #undef HAVE_INTTYPES_H
1617 #endif
1620 /* Define to 1 if you have the `kill' function. */
1621 #ifndef USED_FOR_TARGET
1622 #undef HAVE_KILL
1623 #endif
1626 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1627 #ifndef USED_FOR_TARGET
1628 #undef HAVE_LANGINFO_CODESET
1629 #endif
1632 /* Define to 1 if you have the <langinfo.h> header file. */
1633 #ifndef USED_FOR_TARGET
1634 #undef HAVE_LANGINFO_H
1635 #endif
1638 /* Define if your <locale.h> file defines LC_MESSAGES. */
1639 #ifndef USED_FOR_TARGET
1640 #undef HAVE_LC_MESSAGES
1641 #endif
1644 /* Define to 1 if you have the <ldfcn.h> header file. */
1645 #ifndef USED_FOR_TARGET
1646 #undef HAVE_LDFCN_H
1647 #endif
1650 /* Define 0/1 if your linker supports the SHF_MERGE flag with section
1651    alignment > 1. */
1652 #ifndef USED_FOR_TARGET
1653 #undef HAVE_LD_ALIGNED_SHF_MERGE
1654 #endif
1657 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1658    options. */
1659 #ifndef USED_FOR_TARGET
1660 #undef HAVE_LD_AS_NEEDED
1661 #endif
1664 /* Define if your default avr linker script for avrxmega3 leaves .rodata in
1665    flash. */
1666 #ifndef USED_FOR_TARGET
1667 #undef HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH
1668 #endif
1671 /* Define if your linker supports -z bndplt */
1672 #ifndef USED_FOR_TARGET
1673 #undef HAVE_LD_BNDPLT_SUPPORT
1674 #endif
1677 /* Define if the PE linker has broken DWARF 5 support. */
1678 #ifndef USED_FOR_TARGET
1679 #undef HAVE_LD_BROKEN_PE_DWARF5
1680 #endif
1683 /* Define if your linker supports --build-id. */
1684 #ifndef USED_FOR_TARGET
1685 #undef HAVE_LD_BUILDID
1686 #endif
1689 /* Define if the linker supports clearing hardware capabilities via mapfile.
1690    */
1691 #ifndef USED_FOR_TARGET
1692 #undef HAVE_LD_CLEARCAP
1693 #endif
1696 /* Define to the level of your linker's compressed debug section support. */
1697 #ifndef USED_FOR_TARGET
1698 #undef HAVE_LD_COMPRESS_DEBUG
1699 #endif
1702 /* Define if your linker supports --demangle option. */
1703 #ifndef USED_FOR_TARGET
1704 #undef HAVE_LD_DEMANGLE
1705 #endif
1708 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1709 #ifndef USED_FOR_TARGET
1710 #undef HAVE_LD_EH_FRAME_CIEV3
1711 #endif
1714 /* Define if your linker supports .eh_frame_hdr. */
1715 #undef HAVE_LD_EH_FRAME_HDR
1717 /* Define if your linker supports garbage collection of sections in presence
1718    of EH frames. */
1719 #ifndef USED_FOR_TARGET
1720 #undef HAVE_LD_EH_GC_SECTIONS
1721 #endif
1724 /* Define if your linker has buggy garbage collection of sections support when
1725    .text.startup.foo like sections are used. */
1726 #ifndef USED_FOR_TARGET
1727 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1728 #endif
1731 /* Define if your PowerPC64 linker supports a large TOC. */
1732 #ifndef USED_FOR_TARGET
1733 #undef HAVE_LD_LARGE_TOC
1734 #endif
1737 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1738 #ifndef USED_FOR_TARGET
1739 #undef HAVE_LD_NO_DOT_SYMS
1740 #endif
1743 /* Define if your linker can relax absolute .eh_frame personality pointers
1744    into PC-relative form. */
1745 #ifndef USED_FOR_TARGET
1746 #undef HAVE_LD_PERSONALITY_RELAXATION
1747 #endif
1750 /* Define if the PE linker supports --disable-dynamicbase option. */
1751 #ifndef USED_FOR_TARGET
1752 #undef HAVE_LD_PE_DISABLE_DYNAMICBASE
1753 #endif
1756 /* Define if your linker supports PIE option. */
1757 #ifndef USED_FOR_TARGET
1758 #undef HAVE_LD_PIE
1759 #endif
1762 /* Define 0/1 if your linker supports -pie option with copy reloc. */
1763 #ifndef USED_FOR_TARGET
1764 #undef HAVE_LD_PIE_COPYRELOC
1765 #endif
1768 /* Define if your PowerPC linker has .gnu.attributes long double support. */
1769 #ifndef USED_FOR_TARGET
1770 #undef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE
1771 #endif
1774 /* Define if your linker supports --push-state/--pop-state */
1775 #ifndef USED_FOR_TARGET
1776 #undef HAVE_LD_PUSHPOPSTATE_SUPPORT
1777 #endif
1780 /* Define if your linker links a mix of read-only and read-write sections into
1781    a read-write section. */
1782 #ifndef USED_FOR_TARGET
1783 #undef HAVE_LD_RO_RW_SECTION_MIXING
1784 #endif
1787 /* Define if your linker supports the *_sol2 emulations. */
1788 #ifndef USED_FOR_TARGET
1789 #undef HAVE_LD_SOL2_EMULATION
1790 #endif
1793 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1794 #ifndef USED_FOR_TARGET
1795 #undef HAVE_LD_STATIC_DYNAMIC
1796 #endif
1799 /* Define if your linker supports --sysroot. */
1800 #ifndef USED_FOR_TARGET
1801 #undef HAVE_LD_SYSROOT
1802 #endif
1805 /* Define to 1 if you have the <limits.h> header file. */
1806 #ifndef USED_FOR_TARGET
1807 #undef HAVE_LIMITS_H
1808 #endif
1811 /* Define to 1 if you have the <locale.h> header file. */
1812 #ifndef USED_FOR_TARGET
1813 #undef HAVE_LOCALE_H
1814 #endif
1817 /* Define to 1 if the system has the type `long long'. */
1818 #ifndef USED_FOR_TARGET
1819 #undef HAVE_LONG_LONG
1820 #endif
1823 /* Define to 1 if the system has the type `long long int'. */
1824 #ifndef USED_FOR_TARGET
1825 #undef HAVE_LONG_LONG_INT
1826 #endif
1829 /* Define to the level of your linker's plugin support. */
1830 #ifndef USED_FOR_TARGET
1831 #undef HAVE_LTO_PLUGIN
1832 #endif
1835 /* Define to 1 if you have the `madvise' function. */
1836 #ifndef USED_FOR_TARGET
1837 #undef HAVE_MADVISE
1838 #endif
1841 /* Define to 1 if you have the `mallinfo' function. */
1842 #ifndef USED_FOR_TARGET
1843 #undef HAVE_MALLINFO
1844 #endif
1847 /* Define to 1 if you have the `mallinfo2' function. */
1848 #ifndef USED_FOR_TARGET
1849 #undef HAVE_MALLINFO2
1850 #endif
1853 /* Define to 1 if you have the <malloc.h> header file. */
1854 #ifndef USED_FOR_TARGET
1855 #undef HAVE_MALLOC_H
1856 #endif
1859 /* Define to 1 if you have the `mbstowcs' function. */
1860 #ifndef USED_FOR_TARGET
1861 #undef HAVE_MBSTOWCS
1862 #endif
1865 /* Define if valgrind's memcheck.h header is installed. */
1866 #ifndef USED_FOR_TARGET
1867 #undef HAVE_MEMCHECK_H
1868 #endif
1871 /* Define to 1 if you have the <memory.h> header file. */
1872 #ifndef USED_FOR_TARGET
1873 #undef HAVE_MEMORY_H
1874 #endif
1877 /* Define to 1 if you have the `mmap' function. */
1878 #ifndef USED_FOR_TARGET
1879 #undef HAVE_MMAP
1880 #endif
1883 /* Define if mmap with MAP_ANON(YMOUS) works. */
1884 #ifndef USED_FOR_TARGET
1885 #undef HAVE_MMAP_ANON
1886 #endif
1889 /* Define if mmap of /dev/zero works. */
1890 #ifndef USED_FOR_TARGET
1891 #undef HAVE_MMAP_DEV_ZERO
1892 #endif
1895 /* Define if read-only mmap of a plain file works. */
1896 #ifndef USED_FOR_TARGET
1897 #undef HAVE_MMAP_FILE
1898 #endif
1901 /* Define if GCC has been configured with --enable-newlib-nano-formatted-io.
1902    */
1903 #ifndef USED_FOR_TARGET
1904 #undef HAVE_NEWLIB_NANO_FORMATTED_IO
1905 #endif
1908 /* Define to 1 if you have the `nl_langinfo' function. */
1909 #ifndef USED_FOR_TARGET
1910 #undef HAVE_NL_LANGINFO
1911 #endif
1914 /* Define to 1 if you have the `popen' function. */
1915 #ifndef USED_FOR_TARGET
1916 #undef HAVE_POPEN
1917 #endif
1920 /* Define to 1 if you have the `posix_fallocate' function. */
1921 #ifndef USED_FOR_TARGET
1922 #undef HAVE_POSIX_FALLOCATE
1923 #endif
1926 /* Define to 1 if you have the `putchar_unlocked' function. */
1927 #ifndef USED_FOR_TARGET
1928 #undef HAVE_PUTCHAR_UNLOCKED
1929 #endif
1932 /* Define to 1 if you have the `putc_unlocked' function. */
1933 #ifndef USED_FOR_TARGET
1934 #undef HAVE_PUTC_UNLOCKED
1935 #endif
1938 /* Define to 1 if you have the `setlocale' function. */
1939 #ifndef USED_FOR_TARGET
1940 #undef HAVE_SETLOCALE
1941 #endif
1944 /* Define to 1 if you have the `setrlimit' function. */
1945 #ifndef USED_FOR_TARGET
1946 #undef HAVE_SETRLIMIT
1947 #endif
1950 /* Define if <sys/signal.h> defines sighandler_t */
1951 #ifndef USED_FOR_TARGET
1952 #undef HAVE_SIGHANDLER_T
1953 #endif
1956 /* Define if the system-provided CRTs are present on Solaris. */
1957 #ifndef USED_FOR_TARGET
1958 #undef HAVE_SOLARIS_CRTS
1959 #endif
1962 /* Define to 1 if you have the <stddef.h> header file. */
1963 #ifndef USED_FOR_TARGET
1964 #undef HAVE_STDDEF_H
1965 #endif
1968 /* Define to 1 if you have the <stdint.h> header file. */
1969 #ifndef USED_FOR_TARGET
1970 #undef HAVE_STDINT_H
1971 #endif
1974 /* Define to 1 if you have the <stdlib.h> header file. */
1975 #ifndef USED_FOR_TARGET
1976 #undef HAVE_STDLIB_H
1977 #endif
1980 /* Define to 1 if you have the <strings.h> header file. */
1981 #ifndef USED_FOR_TARGET
1982 #undef HAVE_STRINGS_H
1983 #endif
1986 /* Define to 1 if you have the <string.h> header file. */
1987 #ifndef USED_FOR_TARGET
1988 #undef HAVE_STRING_H
1989 #endif
1992 /* Define to 1 if you have the `strsignal' function. */
1993 #ifndef USED_FOR_TARGET
1994 #undef HAVE_STRSIGNAL
1995 #endif
1998 /* Define if <sys/times.h> defines struct tms. */
1999 #ifndef USED_FOR_TARGET
2000 #undef HAVE_STRUCT_TMS
2001 #endif
2004 /* Define if <utility> defines std::swap. */
2005 #ifndef USED_FOR_TARGET
2006 #undef HAVE_SWAP_IN_UTILITY
2007 #endif
2010 /* Define to 1 if you have the `sysconf' function. */
2011 #ifndef USED_FOR_TARGET
2012 #undef HAVE_SYSCONF
2013 #endif
2016 /* Define to 1 if you have the <sys/auxv.h> header file. */
2017 #ifndef USED_FOR_TARGET
2018 #undef HAVE_SYS_AUXV_H
2019 #endif
2022 /* Define to 1 if you have the <sys/file.h> header file. */
2023 #ifndef USED_FOR_TARGET
2024 #undef HAVE_SYS_FILE_H
2025 #endif
2028 /* Define to 1 if you have the <sys/locking.h> header file. */
2029 #ifndef USED_FOR_TARGET
2030 #undef HAVE_SYS_LOCKING_H
2031 #endif
2034 /* Define to 1 if you have the <sys/mman.h> header file. */
2035 #ifndef USED_FOR_TARGET
2036 #undef HAVE_SYS_MMAN_H
2037 #endif
2040 /* Define to 1 if you have the <sys/param.h> header file. */
2041 #ifndef USED_FOR_TARGET
2042 #undef HAVE_SYS_PARAM_H
2043 #endif
2046 /* Define to 1 if you have the <sys/resource.h> header file. */
2047 #ifndef USED_FOR_TARGET
2048 #undef HAVE_SYS_RESOURCE_H
2049 #endif
2052 /* Define if your target C library provides sys/sdt.h */
2053 #undef HAVE_SYS_SDT_H
2055 /* Define to 1 if you have the <sys/stat.h> header file. */
2056 #ifndef USED_FOR_TARGET
2057 #undef HAVE_SYS_STAT_H
2058 #endif
2061 /* Define to 1 if you have the <sys/times.h> header file. */
2062 #ifndef USED_FOR_TARGET
2063 #undef HAVE_SYS_TIMES_H
2064 #endif
2067 /* Define to 1 if you have the <sys/time.h> header file. */
2068 #ifndef USED_FOR_TARGET
2069 #undef HAVE_SYS_TIME_H
2070 #endif
2073 /* Define to 1 if you have the <sys/types.h> header file. */
2074 #ifndef USED_FOR_TARGET
2075 #undef HAVE_SYS_TYPES_H
2076 #endif
2079 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
2080 #ifndef USED_FOR_TARGET
2081 #undef HAVE_SYS_WAIT_H
2082 #endif
2085 /* Define to 1 if you have the `times' function. */
2086 #ifndef USED_FOR_TARGET
2087 #undef HAVE_TIMES
2088 #endif
2091 /* Define to 1 if you have the <time.h> header file. */
2092 #ifndef USED_FOR_TARGET
2093 #undef HAVE_TIME_H
2094 #endif
2097 /* Define to 1 if you have the <tr1/unordered_map> header file. */
2098 #ifndef USED_FOR_TARGET
2099 #undef HAVE_TR1_UNORDERED_MAP
2100 #endif
2103 /* Define to 1 if the system has the type `uintmax_t'. */
2104 #ifndef USED_FOR_TARGET
2105 #undef HAVE_UINTMAX_T
2106 #endif
2109 /* Define to 1 if the system has the type `uintptr_t'. */
2110 #ifndef USED_FOR_TARGET
2111 #undef HAVE_UINTPTR_T
2112 #endif
2115 /* Define to 1 if you have the <unistd.h> header file. */
2116 #ifndef USED_FOR_TARGET
2117 #undef HAVE_UNISTD_H
2118 #endif
2121 /* Define to 1 if you have the <unordered_map> header file. */
2122 #ifndef USED_FOR_TARGET
2123 #undef HAVE_UNORDERED_MAP
2124 #endif
2127 /* Define to 1 if the system has the type `unsigned long long int'. */
2128 #ifndef USED_FOR_TARGET
2129 #undef HAVE_UNSIGNED_LONG_LONG_INT
2130 #endif
2133 /* Define if valgrind's valgrind/memcheck.h header is installed. */
2134 #ifndef USED_FOR_TARGET
2135 #undef HAVE_VALGRIND_MEMCHECK_H
2136 #endif
2139 /* Define to 1 if you have the `vfork' function. */
2140 #ifndef USED_FOR_TARGET
2141 #undef HAVE_VFORK
2142 #endif
2145 /* Define to 1 if you have the <vfork.h> header file. */
2146 #ifndef USED_FOR_TARGET
2147 #undef HAVE_VFORK_H
2148 #endif
2151 /* Define to 1 if you have the <wchar.h> header file. */
2152 #ifndef USED_FOR_TARGET
2153 #undef HAVE_WCHAR_H
2154 #endif
2157 /* Define to 1 if you have the `wcswidth' function. */
2158 #ifndef USED_FOR_TARGET
2159 #undef HAVE_WCSWIDTH
2160 #endif
2163 /* Define to 1 if `fork' works. */
2164 #ifndef USED_FOR_TARGET
2165 #undef HAVE_WORKING_FORK
2166 #endif
2169 /* Define this macro if mbstowcs does not crash when its first argument is
2170    NULL. */
2171 #ifndef USED_FOR_TARGET
2172 #undef HAVE_WORKING_MBSTOWCS
2173 #endif
2176 /* Define to 1 if `vfork' works. */
2177 #ifndef USED_FOR_TARGET
2178 #undef HAVE_WORKING_VFORK
2179 #endif
2182 /* Define if your assembler supports AIX debug frame section label reference.
2183    */
2184 #ifndef USED_FOR_TARGET
2185 #undef HAVE_XCOFF_DWARF_EXTRAS
2186 #endif
2189 /* Define if you have a working <zstd.h> header file. */
2190 #ifndef USED_FOR_TARGET
2191 #undef HAVE_ZSTD_H
2192 #endif
2195 /* Define if isl is in use. */
2196 #ifndef USED_FOR_TARGET
2197 #undef HAVE_isl
2198 #endif
2201 /* Define if F_SETLKW supported by fcntl. */
2202 #ifndef USED_FOR_TARGET
2203 #undef HOST_HAS_F_SETLKW
2204 #endif
2207 /* Define if _LK_LOC supported by _locking. */
2208 #ifndef USED_FOR_TARGET
2209 #undef HOST_HAS_LK_LOCK
2210 #endif
2213 /* Define if O_CLOEXEC supported by fcntl. */
2214 #ifndef USED_FOR_TARGET
2215 #undef HOST_HAS_O_CLOEXEC
2216 #endif
2219 /* Define if O_NONBLOCK supported by fcntl. */
2220 #ifndef USED_FOR_TARGET
2221 #undef HOST_HAS_O_NONBLOCK
2222 #endif
2225 /* Define which stat syscall is able to handle 64bit indodes. */
2226 #ifndef USED_FOR_TARGET
2227 #undef HOST_STAT_FOR_64BIT_INODES
2228 #endif
2231 /* Define as const if the declaration of iconv() needs const. */
2232 #ifndef USED_FOR_TARGET
2233 #undef ICONV_CONST
2234 #endif
2237 /* Define if int64_t uses long as underlying type. */
2238 #ifndef USED_FOR_TARGET
2239 #undef INT64_T_IS_LONG
2240 #endif
2243 /* Define to 1 if ld64 supports '-demangle'. */
2244 #ifndef USED_FOR_TARGET
2245 #undef LD64_HAS_DEMANGLE
2246 #endif
2249 /* Define to 1 if ld64 supports '-export_dynamic'. */
2250 #ifndef USED_FOR_TARGET
2251 #undef LD64_HAS_EXPORT_DYNAMIC
2252 #endif
2255 /* Define to 1 if ld64 supports '-platform_version'. */
2256 #ifndef USED_FOR_TARGET
2257 #undef LD64_HAS_PLATFORM_VERSION
2258 #endif
2261 /* Define to ld64 version. */
2262 #ifndef USED_FOR_TARGET
2263 #undef LD64_VERSION
2264 #endif
2267 /* Define to the linker option to ignore unused dependencies. */
2268 #ifndef USED_FOR_TARGET
2269 #undef LD_AS_NEEDED_OPTION
2270 #endif
2273 /* Define to the linker option to enable compressed debug sections. */
2274 #ifndef USED_FOR_TARGET
2275 #undef LD_COMPRESS_DEBUG_OPTION
2276 #endif
2279 /* Define to the linker option to enable use of shared objects. */
2280 #ifndef USED_FOR_TARGET
2281 #undef LD_DYNAMIC_OPTION
2282 #endif
2285 /* Define to the linker option to keep unused dependencies. */
2286 #ifndef USED_FOR_TARGET
2287 #undef LD_NO_AS_NEEDED_OPTION
2288 #endif
2291 /* Define to the linker option to disable use of shared objects. */
2292 #ifndef USED_FOR_TARGET
2293 #undef LD_STATIC_OPTION
2294 #endif
2297 /* The linker hash style */
2298 #ifndef USED_FOR_TARGET
2299 #undef LINKER_HASH_STYLE
2300 #endif
2303 /* Define to the name of the LTO plugin DSO that must be passed to the
2304    linker's -plugin=LIB option. */
2305 #ifndef USED_FOR_TARGET
2306 #undef LTOPLUGINSONAME
2307 #endif
2310 /* Define to the sub-directory in which libtool stores uninstalled libraries.
2311    */
2312 #ifndef USED_FOR_TARGET
2313 #undef LT_OBJDIR
2314 #endif
2317 /* Define if we should link mingw executables with --large-address-aware */
2318 #ifndef USED_FOR_TARGET
2319 #undef MINGW_DEFAULT_LARGE_ADDR_AWARE
2320 #endif
2323 /* Value to set mingw's _dowildcard to. */
2324 #ifndef USED_FOR_TARGET
2325 #undef MINGW_DOWILDCARD
2326 #endif
2329 /* Define if host mkdir takes a single argument. */
2330 #ifndef USED_FOR_TARGET
2331 #undef MKDIR_TAKES_ONE_ARG
2332 #endif
2335 /* Define to 1 to if -foffload is defaulted */
2336 #ifndef USED_FOR_TARGET
2337 #undef OFFLOAD_DEFAULTED
2338 #endif
2341 /* Define to offload targets, separated by commas. */
2342 #ifndef USED_FOR_TARGET
2343 #undef OFFLOAD_TARGETS
2344 #endif
2347 /* Define to the address where bug reports for this package should be sent. */
2348 #ifndef USED_FOR_TARGET
2349 #undef PACKAGE_BUGREPORT
2350 #endif
2353 /* Define to the full name of this package. */
2354 #ifndef USED_FOR_TARGET
2355 #undef PACKAGE_NAME
2356 #endif
2359 /* Define to the full name and version of this package. */
2360 #ifndef USED_FOR_TARGET
2361 #undef PACKAGE_STRING
2362 #endif
2365 /* Define to the one symbol short name of this package. */
2366 #ifndef USED_FOR_TARGET
2367 #undef PACKAGE_TARNAME
2368 #endif
2371 /* Define to the home page for this package. */
2372 #ifndef USED_FOR_TARGET
2373 #undef PACKAGE_URL
2374 #endif
2377 /* Define to the version of this package. */
2378 #ifndef USED_FOR_TARGET
2379 #undef PACKAGE_VERSION
2380 #endif
2383 /* Specify plugin linker */
2384 #ifndef USED_FOR_TARGET
2385 #undef PLUGIN_LD_SUFFIX
2386 #endif
2389 /* Define to .TOC. alignment forced by your linker. */
2390 #ifndef USED_FOR_TARGET
2391 #undef POWERPC64_TOC_POINTER_ALIGNMENT
2392 #endif
2395 /* Define to PREFIX/include if cpp should also search that directory. */
2396 #ifndef USED_FOR_TARGET
2397 #undef PREFIX_INCLUDE_DIR
2398 #endif
2401 /* The size of `dev_t', as computed by sizeof. */
2402 #ifndef USED_FOR_TARGET
2403 #undef SIZEOF_DEV_T
2404 #endif
2407 /* The size of `ino_t', as computed by sizeof. */
2408 #ifndef USED_FOR_TARGET
2409 #undef SIZEOF_INO_T
2410 #endif
2413 /* The size of `int', as computed by sizeof. */
2414 #ifndef USED_FOR_TARGET
2415 #undef SIZEOF_INT
2416 #endif
2419 /* The size of `long', as computed by sizeof. */
2420 #ifndef USED_FOR_TARGET
2421 #undef SIZEOF_LONG
2422 #endif
2425 /* The size of `long long', as computed by sizeof. */
2426 #ifndef USED_FOR_TARGET
2427 #undef SIZEOF_LONG_LONG
2428 #endif
2431 /* The size of `short', as computed by sizeof. */
2432 #ifndef USED_FOR_TARGET
2433 #undef SIZEOF_SHORT
2434 #endif
2437 /* The size of `void *', as computed by sizeof. */
2438 #ifndef USED_FOR_TARGET
2439 #undef SIZEOF_VOID_P
2440 #endif
2443 /* Define to 1 if you have the ANSI C header files. */
2444 #ifndef USED_FOR_TARGET
2445 #undef STDC_HEADERS
2446 #endif
2449 /* Define if you can safely include both <string.h> and <strings.h>. */
2450 #ifndef USED_FOR_TARGET
2451 #undef STRING_WITH_STRINGS
2452 #endif
2455 /* Define if TFmode long double should be the default */
2456 #ifndef USED_FOR_TARGET
2457 #undef TARGET_DEFAULT_LONG_DOUBLE_128
2458 #endif
2461 /* Define if your target C library provides the `dl_iterate_phdr' function. */
2462 #undef TARGET_DL_ITERATE_PHDR
2464 /* GNU C Library major version number used on the target, or 0. */
2465 #ifndef USED_FOR_TARGET
2466 #undef TARGET_GLIBC_MAJOR
2467 #endif
2470 /* GNU C Library minor version number used on the target, or 0. */
2471 #ifndef USED_FOR_TARGET
2472 #undef TARGET_GLIBC_MINOR
2473 #endif
2476 /* Define if your target C Library properly handles PT_GNU_STACK */
2477 #ifndef USED_FOR_TARGET
2478 #undef TARGET_LIBC_GNUSTACK
2479 #endif
2482 /* Define if your target C Library provides the AT_HWCAP value in the TCB */
2483 #ifndef USED_FOR_TARGET
2484 #undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB
2485 #endif
2488 /* Define if your target C library provides stack protector support */
2489 #ifndef USED_FOR_TARGET
2490 #undef TARGET_LIBC_PROVIDES_SSP
2491 #endif
2494 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2495 #ifndef USED_FOR_TARGET
2496 #undef TIME_WITH_SYS_TIME
2497 #endif
2500 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
2501    work. */
2502 #ifndef USED_FOR_TARGET
2503 #undef TLS_SECTION_ASM_FLAG
2504 #endif
2507 /* Define if your assembler mis-optimizes .eh_frame data. */
2508 #ifndef USED_FOR_TARGET
2509 #undef USE_AS_TRADITIONAL_FORMAT
2510 #endif
2513 /* Define if you want to generate code by default that assumes that the Cygwin
2514    DLL exports wrappers to support libstdc++ function replacement. */
2515 #ifndef USED_FOR_TARGET
2516 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2517 #endif
2520 /* Define 0/1 if your linker supports hidden thunks in linkonce sections. */
2521 #ifndef USED_FOR_TARGET
2522 #undef USE_HIDDEN_LINKONCE
2523 #endif
2526 /* Define to 1 if the 'long long' type is wider than 'long' but still
2527    efficiently supported by the host hardware. */
2528 #ifndef USED_FOR_TARGET
2529 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2530 #endif
2533 /* Define if we should use leading underscore on 64 bit mingw targets */
2534 #ifndef USED_FOR_TARGET
2535 #undef USE_MINGW64_LEADING_UNDERSCORES
2536 #endif
2539 /* Enable extensions on AIX 3, Interix.  */
2540 #ifndef _ALL_SOURCE
2541 # undef _ALL_SOURCE
2542 #endif
2543 /* Enable GNU extensions on systems that have them.  */
2544 #ifndef _GNU_SOURCE
2545 # undef _GNU_SOURCE
2546 #endif
2547 /* Enable threading extensions on Solaris.  */
2548 #ifndef _POSIX_PTHREAD_SEMANTICS
2549 # undef _POSIX_PTHREAD_SEMANTICS
2550 #endif
2551 /* Enable extensions on HP NonStop.  */
2552 #ifndef _TANDEM_SOURCE
2553 # undef _TANDEM_SOURCE
2554 #endif
2555 /* Enable general extensions on Solaris.  */
2556 #ifndef __EXTENSIONS__
2557 # undef __EXTENSIONS__
2558 #endif
2561 /* Define to be the last component of the Windows registry key under which to
2562    look for installation paths. The full key used will be
2563    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2564    The default is the GCC version number. */
2565 #ifndef USED_FOR_TARGET
2566 #undef WIN32_REGISTRY_KEY
2567 #endif
2570 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2571    significant byte first (like Motorola and SPARC, unlike Intel). */
2572 #if defined AC_APPLE_UNIVERSAL_BUILD
2573 # if defined __BIG_ENDIAN__
2574 #  define WORDS_BIGENDIAN 1
2575 # endif
2576 #else
2577 # ifndef WORDS_BIGENDIAN
2578 #  undef WORDS_BIGENDIAN
2579 # endif
2580 #endif
2582 /* Enable large inode numbers on Mac OS X 10.5.  */
2583 #ifndef _DARWIN_USE_64_BIT_INODE
2584 # define _DARWIN_USE_64_BIT_INODE 1
2585 #endif
2587 /* Number of bits in a file offset, on hosts where this is settable. */
2588 #ifndef USED_FOR_TARGET
2589 #undef _FILE_OFFSET_BITS
2590 #endif
2593 /* Define for large files, on AIX-style hosts. */
2594 #ifndef USED_FOR_TARGET
2595 #undef _LARGE_FILES
2596 #endif
2599 /* Define to 1 if on MINIX. */
2600 #ifndef USED_FOR_TARGET
2601 #undef _MINIX
2602 #endif
2605 /* Define to 2 if the system does not provide POSIX.1 features except with
2606    this defined. */
2607 #ifndef USED_FOR_TARGET
2608 #undef _POSIX_1_SOURCE
2609 #endif
2612 /* Define to 1 if you need to in order for `stat' and other things to work. */
2613 #ifndef USED_FOR_TARGET
2614 #undef _POSIX_SOURCE
2615 #endif
2618 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2619    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2620    #define below would cause a syntax error. */
2621 #ifndef USED_FOR_TARGET
2622 #undef _UINT32_T
2623 #endif
2626 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2627    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2628    #define below would cause a syntax error. */
2629 #ifndef USED_FOR_TARGET
2630 #undef _UINT64_T
2631 #endif
2634 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2635    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2636    #define below would cause a syntax error. */
2637 #ifndef USED_FOR_TARGET
2638 #undef _UINT8_T
2639 #endif
2642 /* Define to `char *' if <sys/types.h> does not define. */
2643 #ifndef USED_FOR_TARGET
2644 #undef caddr_t
2645 #endif
2648 /* Define to `__inline__' or `__inline' if that's what the C compiler
2649    calls it, or to nothing if 'inline' is not supported under any name.  */
2650 #ifndef __cplusplus
2651 #undef inline
2652 #endif
2654 /* Define to the type of a signed integer type of width exactly 16 bits if
2655    such a type exists and the standard includes do not define it. */
2656 #ifndef USED_FOR_TARGET
2657 #undef int16_t
2658 #endif
2661 /* Define to the type of a signed integer type of width exactly 32 bits if
2662    such a type exists and the standard includes do not define it. */
2663 #ifndef USED_FOR_TARGET
2664 #undef int32_t
2665 #endif
2668 /* Define to the type of a signed integer type of width exactly 64 bits if
2669    such a type exists and the standard includes do not define it. */
2670 #ifndef USED_FOR_TARGET
2671 #undef int64_t
2672 #endif
2675 /* Define to the type of a signed integer type of width exactly 8 bits if such
2676    a type exists and the standard includes do not define it. */
2677 #ifndef USED_FOR_TARGET
2678 #undef int8_t
2679 #endif
2682 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2683    not define. */
2684 #ifndef USED_FOR_TARGET
2685 #undef intmax_t
2686 #endif
2689 /* Define to the type of a signed integer type wide enough to hold a pointer,
2690    if such a type exists, and if the system does not define it. */
2691 #ifndef USED_FOR_TARGET
2692 #undef intptr_t
2693 #endif
2696 /* Define to `int' if <sys/types.h> does not define. */
2697 #ifndef USED_FOR_TARGET
2698 #undef pid_t
2699 #endif
2702 /* Define to `long' if <sys/resource.h> doesn't define. */
2703 #ifndef USED_FOR_TARGET
2704 #undef rlim_t
2705 #endif
2708 /* Define to `int' if <sys/types.h> does not define. */
2709 #ifndef USED_FOR_TARGET
2710 #undef ssize_t
2711 #endif
2714 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2715    such a type exists and the standard includes do not define it. */
2716 #ifndef USED_FOR_TARGET
2717 #undef uint16_t
2718 #endif
2721 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2722    such a type exists and the standard includes do not define it. */
2723 #ifndef USED_FOR_TARGET
2724 #undef uint32_t
2725 #endif
2728 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2729    such a type exists and the standard includes do not define it. */
2730 #ifndef USED_FOR_TARGET
2731 #undef uint64_t
2732 #endif
2735 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2736    such a type exists and the standard includes do not define it. */
2737 #ifndef USED_FOR_TARGET
2738 #undef uint8_t
2739 #endif
2742 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2743    do not define. */
2744 #ifndef USED_FOR_TARGET
2745 #undef uintmax_t
2746 #endif
2749 /* Define to the type of an unsigned integer type wide enough to hold a
2750    pointer, if such a type exists, and if the system does not define it. */
2751 #ifndef USED_FOR_TARGET
2752 #undef uintptr_t
2753 #endif
2756 /* Define as `fork' if `vfork' does not work. */
2757 #ifndef USED_FOR_TARGET
2758 #undef vfork
2759 #endif