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
9 /* Define if building universal (internal helper macro) */
10 #ifndef USED_FOR_TARGET
11 #undef AC_APPLE_UNIVERSAL_BUILD
15 /* Define to the assembler option to enable compressed debug sections. */
16 #ifndef USED_FOR_TARGET
17 #undef AS_COMPRESS_DEBUG_OPTION
21 /* Define to the assembler option to disable compressed debug sections. */
22 #ifndef USED_FOR_TARGET
23 #undef AS_NO_COMPRESS_DEBUG_OPTION
27 /* Define to the root for URLs about GCC changes. */
28 #ifndef USED_FOR_TARGET
29 #undef CHANGES_ROOT_URL
33 /* Define as the number of bits in a byte, if `limits.h' doesn't. */
34 #ifndef USED_FOR_TARGET
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
46 /* Define 0/1 to force the choice for exception handling model. */
47 #ifndef USED_FOR_TARGET
48 #undef CONFIG_SJLJ_EXCEPTIONS
52 /* Define to enable the use of a default assembler. */
53 #ifndef USED_FOR_TARGET
54 #undef DEFAULT_ASSEMBLER
58 /* Define to enable the use of a default debug linker. */
59 #ifndef USED_FOR_TARGET
60 #undef DEFAULT_DSYMUTIL
64 /* Define to enable the use of a default linker. */
65 #ifndef USED_FOR_TARGET
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
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
85 /* The default for -fdiagnostics-color option */
86 #ifndef USED_FOR_TARGET
87 #undef DIAGNOSTICS_COLOR_DEFAULT
91 /* The default for -fdiagnostics-urls option */
92 #ifndef USED_FOR_TARGET
93 #undef DIAGNOSTICS_URLS_DEFAULT
97 /* Define to the root for documentation URLs. */
98 #ifndef USED_FOR_TARGET
99 #undef DOCUMENTATION_ROOT_URL
103 /* Define to the dsymutil version. */
104 #ifndef USED_FOR_TARGET
105 #undef DSYMUTIL_VERSION
109 /* Define 0/1 if static analyzer feature is enabled. */
110 #ifndef USED_FOR_TARGET
111 #undef ENABLE_ANALYZER
115 /* Define if you want assertions enabled. This is a cheap check. */
116 #ifndef USED_FOR_TARGET
117 #undef ENABLE_ASSERT_CHECKING
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
128 /* Define to 1 to enable decimal float extension to C. */
129 #ifndef USED_FOR_TARGET
130 #undef ENABLE_DECIMAL_FLOAT
134 /* Define if your target supports default PIE and it is enabled. */
135 #ifndef USED_FOR_TARGET
136 #undef ENABLE_DEFAULT_PIE
140 /* Define if your target supports default stack protector and it is enabled.
142 #ifndef USED_FOR_TARGET
143 #undef ENABLE_DEFAULT_SSP
147 /* Define if you want more run-time sanity checks for dataflow. */
148 #ifndef USED_FOR_TARGET
149 #undef ENABLE_DF_CHECKING
153 /* Define to 0/1 if you want extra run-time checking that might affect code
155 #ifndef USED_FOR_TARGET
156 #undef ENABLE_EXTRA_CHECKING
160 /* Define to 1 to enable fixed-point arithmetic extension to C. */
161 #ifndef USED_FOR_TARGET
162 #undef ENABLE_FIXED_POINT
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
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
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
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
196 /* Define if gcc should always pass --build-id to linker. */
197 #ifndef USED_FOR_TARGET
198 #undef ENABLE_LD_BUILDID
202 /* Define to 1 to enable libquadmath support */
203 #ifndef USED_FOR_TARGET
204 #undef ENABLE_LIBQUADMATH_SUPPORT
208 /* Define to enable LTO support. */
209 #ifndef USED_FOR_TARGET
214 /* If --with-multiarch option is used */
215 #ifndef USED_FOR_TARGET
216 #undef ENABLE_MULTIARCH
220 /* Define to 1 if translation of program messages to the user's native
221 language is requested. */
222 #ifndef USED_FOR_TARGET
227 /* Define this to enable support for offloading. */
228 #ifndef USED_FOR_TARGET
229 #undef ENABLE_OFFLOADING
233 /* Define to enable plugin support. */
234 #ifndef USED_FOR_TARGET
239 /* Define if you want all operations on RTL (the basic data structure of the
240 optimizer and back end) to be checked for dynamic type safety at runtime.
241 This is quite expensive. */
242 #ifndef USED_FOR_TARGET
243 #undef ENABLE_RTL_CHECKING
247 /* Define if you want RTL flag accesses to be checked against the RTL codes
248 that are supported for each access macro. This is relatively cheap. */
249 #ifndef USED_FOR_TARGET
250 #undef ENABLE_RTL_FLAG_CHECKING
254 /* Define if you want runtime assertions enabled. This is a cheap check. */
255 #undef ENABLE_RUNTIME_CHECKING
257 /* Define to enable evaluating float expressions with double precision in
258 standards-compatible mode on s390 targets. */
259 #undef ENABLE_S390_EXCESS_FLOAT_PRECISION
261 /* Define if the -stdlib= option should be enabled. */
262 #ifndef USED_FOR_TARGET
263 #undef ENABLE_STDLIB_OPTION
267 /* Define if you want all operations on trees (the basic data structure of the
268 front ends) to be checked for dynamic type safety at runtime. This is
269 moderately expensive. */
270 #ifndef USED_FOR_TARGET
271 #undef ENABLE_TREE_CHECKING
275 /* Define if you want all gimple types to be verified after gimplifiation.
277 #ifndef USED_FOR_TARGET
278 #undef ENABLE_TYPES_CHECKING
282 /* Define to get calls to the valgrind runtime enabled. */
283 #ifndef USED_FOR_TARGET
284 #undef ENABLE_VALGRIND_ANNOTATIONS
288 /* Define if you want to run subprograms and generated programs through
289 valgrind (a memory checker). This is extremely expensive. */
290 #ifndef USED_FOR_TARGET
291 #undef ENABLE_VALGRIND_CHECKING
295 /* Define 0/1 if vtable verification feature is enabled. */
296 #ifndef USED_FOR_TARGET
297 #undef ENABLE_VTABLE_VERIFY
301 /* Define to 1 if installation paths should be looked up in the Windows
302 Registry. Ignored on non-Windows hosts. */
303 #ifndef USED_FOR_TARGET
304 #undef ENABLE_WIN32_REGISTRY
308 /* Define to the name of a file containing a list of extra machine modes for
309 this architecture. */
310 #ifndef USED_FOR_TARGET
311 #undef EXTRA_MODES_FILE
315 /* Define to enable detailed memory allocation stats gathering. */
316 #ifndef USED_FOR_TARGET
317 #undef GATHER_STATISTICS
321 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
322 #ifndef USED_FOR_TARGET
323 #undef GWINSZ_IN_SYS_IOCTL
327 /* mcontext_t fields start with __ */
328 #ifndef USED_FOR_TARGET
329 #undef HAS_MCONTEXT_T_UNDERSCORES
333 /* Define if AF_INET6 supported. */
334 #ifndef USED_FOR_TARGET
339 /* Define if AF_UNIX supported. */
340 #ifndef USED_FOR_TARGET
345 /* Define if your assembler supports architecture modifiers. */
346 #ifndef USED_FOR_TARGET
347 #undef HAVE_AS_ARCHITECTURE_MODIFIERS
351 /* Define if your avr assembler supports -mgcc-isr option. */
352 #ifndef USED_FOR_TARGET
353 #undef HAVE_AS_AVR_MGCCISR_OPTION
357 /* Define if your avr assembler supports --mlink-relax option. */
358 #ifndef USED_FOR_TARGET
359 #undef HAVE_AS_AVR_MLINK_RELAX_OPTION
363 /* Define if your avr assembler supports -mrmw option. */
364 #ifndef USED_FOR_TARGET
365 #undef HAVE_AS_AVR_MRMW_OPTION
369 /* Define to the level of your assembler's compressed debug section support.
371 #ifndef USED_FOR_TARGET
372 #undef HAVE_AS_COMPRESS_DEBUG
376 /* Define if your assembler supports the --debug-prefix-map option. */
377 #ifndef USED_FOR_TARGET
378 #undef HAVE_AS_DEBUG_PREFIX_MAP
382 /* Define if your assembler supports .module. */
383 #ifndef USED_FOR_TARGET
384 #undef HAVE_AS_DOT_MODULE
388 /* Define if your assembler supports DSPR1 mult. */
389 #ifndef USED_FOR_TARGET
390 #undef HAVE_AS_DSPR1_MULT
394 /* Define if your assembler supports .dtprelword. */
395 #ifndef USED_FOR_TARGET
396 #undef HAVE_AS_DTPRELWORD
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
407 /* Define if your assembler supports views in dwarf2 .loc directives. */
408 #ifndef USED_FOR_TARGET
409 #undef HAVE_AS_DWARF2_DEBUG_VIEW
413 /* Define if your assembler supports eh_frame pcrel encoding. */
414 #ifndef USED_FOR_TARGET
415 #undef HAVE_AS_EH_FRAME_PCREL_ENCODING_SUPPORT
419 /* Define if your assembler supports the R_PPC64_ENTRY relocation. */
420 #ifndef USED_FOR_TARGET
421 #undef HAVE_AS_ENTRY_MARKERS
425 /* Define if your assembler supports explicit relocation. */
426 #ifndef USED_FOR_TARGET
427 #undef HAVE_AS_EXPLICIT_RELOCS
431 /* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
432 #ifndef USED_FOR_TARGET
433 #undef HAVE_AS_FMAF_HPC_VIS3
437 /* Define if your assembler supports the --gdwarf2 option. */
438 #ifndef USED_FOR_TARGET
439 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
443 /* Define if your assembler supports the --gdwarf-5 option. */
444 #ifndef USED_FOR_TARGET
445 #undef HAVE_AS_GDWARF_5_DEBUG_FLAG
449 /* Define if your assembler supports .gnu_attribute. */
450 #ifndef USED_FOR_TARGET
451 #undef HAVE_AS_GNU_ATTRIBUTE
455 /* Define true if the assembler supports '.long foo@GOTOFF'. */
456 #ifndef USED_FOR_TARGET
457 #undef HAVE_AS_GOTOFF_IN_DATA
461 /* Define if your assembler supports the Sun syntax for cmov. */
462 #ifndef USED_FOR_TARGET
463 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
467 /* Define if your assembler supports the subtraction of symbols in different
469 #ifndef USED_FOR_TARGET
470 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
474 /* Define if your assembler supports the ffreep mnemonic. */
475 #ifndef USED_FOR_TARGET
476 #undef HAVE_AS_IX86_FFREEP
480 /* Define if your assembler uses fildq and fistq mnemonics. */
481 #ifndef USED_FOR_TARGET
482 #undef HAVE_AS_IX86_FILDQ
486 /* Define if your assembler uses filds and fists mnemonics. */
487 #ifndef USED_FOR_TARGET
488 #undef HAVE_AS_IX86_FILDS
492 /* Define 0/1 if your assembler and linker support @GOT. */
493 #ifndef USED_FOR_TARGET
494 #undef HAVE_AS_IX86_GOT32X
498 /* Define if your assembler supports HLE prefixes. */
499 #ifndef USED_FOR_TARGET
500 #undef HAVE_AS_IX86_HLE
504 /* Define if your assembler supports interunit movq mnemonic. */
505 #ifndef USED_FOR_TARGET
506 #undef HAVE_AS_IX86_INTERUNIT_MOVQ
510 /* Define if your assembler supports the .quad directive. */
511 #ifndef USED_FOR_TARGET
512 #undef HAVE_AS_IX86_QUAD
516 /* Define if the assembler supports 'rep <insn>, lock <insn>'. */
517 #ifndef USED_FOR_TARGET
518 #undef HAVE_AS_IX86_REP_LOCK_PREFIX
522 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
523 #ifndef USED_FOR_TARGET
524 #undef HAVE_AS_IX86_SAHF
528 /* Define if your assembler supports the swap suffix. */
529 #ifndef USED_FOR_TARGET
530 #undef HAVE_AS_IX86_SWAP
534 /* Define if your assembler and linker support @tlsgdplt. */
535 #ifndef USED_FOR_TARGET
536 #undef HAVE_AS_IX86_TLSGDPLT
540 /* Define to 1 if your assembler and linker support @tlsldm. */
541 #ifndef USED_FOR_TARGET
542 #undef HAVE_AS_IX86_TLSLDM
546 /* Define to 1 if your assembler and linker support @tlsldmplt. */
547 #ifndef USED_FOR_TARGET
548 #undef HAVE_AS_IX86_TLSLDMPLT
552 /* Define 0/1 if your assembler and linker support calling ___tls_get_addr via
554 #ifndef USED_FOR_TARGET
555 #undef HAVE_AS_IX86_TLS_GET_ADDR_GOT
559 /* Define if your assembler supports the 'ud2' mnemonic. */
560 #ifndef USED_FOR_TARGET
561 #undef HAVE_AS_IX86_UD2
565 /* Define if your assembler supports the lituse_jsrdirect relocation. */
566 #ifndef USED_FOR_TARGET
567 #undef HAVE_AS_JSRDIRECT_RELOCS
571 /* Define if your assembler supports .sleb128 and .uleb128. */
572 #ifndef USED_FOR_TARGET
573 #undef HAVE_AS_LEB128
577 /* Define if your assembler supports LEON instructions. */
578 #ifndef USED_FOR_TARGET
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
589 /* Define if your assembler supports ltoffx and ldxmov relocations. */
590 #ifndef USED_FOR_TARGET
591 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
595 /* Define if your assembler supports the -mabi option. */
596 #ifndef USED_FOR_TARGET
597 #undef HAVE_AS_MABI_OPTION
601 /* Define if your assembler supports .machine and .machinemode. */
602 #ifndef USED_FOR_TARGET
603 #undef HAVE_AS_MACHINE_MACHINEMODE
607 /* Define if the assembler understands -march=rv*_zifencei. */
608 #ifndef USED_FOR_TARGET
609 #undef HAVE_AS_MARCH_ZIFENCEI
613 /* Define if your assembler supports mfcr field. */
614 #ifndef USED_FOR_TARGET
619 /* Define if the assembler understands -misa-spec=. */
620 #ifndef USED_FOR_TARGET
621 #undef HAVE_AS_MISA_SPEC
625 /* Define if your macOS assembler supports -mllvm -x86-pad-for-align=false. */
626 #ifndef USED_FOR_TARGET
627 #undef HAVE_AS_MLLVM_X86_PAD_FOR_ALIGN
631 /* Define if your macOS assembler supports the -mmacos-version-min option. */
632 #ifndef USED_FOR_TARGET
633 #undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION
637 /* Define if your assembler supports .mspabi_attribute. */
638 #ifndef USED_FOR_TARGET
639 #undef HAVE_AS_MSPABI_ATTRIBUTE
643 /* Define if the assembler understands -mnan=. */
644 #ifndef USED_FOR_TARGET
649 /* Define if your assembler supports %gotoff relocation syntax. */
650 #ifndef USED_FOR_TARGET
651 #undef HAVE_AS_NIOS2_GOTOFF_RELOCATION
655 /* Define if your assembler supports the -no-mul-bug-abort option. */
656 #ifndef USED_FOR_TARGET
657 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
661 /* Define if the assembler understands -mno-shared. */
662 #ifndef USED_FOR_TARGET
663 #undef HAVE_AS_NO_SHARED
667 /* Define if your assembler supports offsetable %lo(). */
668 #ifndef USED_FOR_TARGET
669 #undef HAVE_AS_OFFSETABLE_LO10
673 /* Define if your assembler supports R_PPC*_PLTSEQ relocations. */
674 #ifndef USED_FOR_TARGET
675 #undef HAVE_AS_PLTSEQ
679 /* Define if your assembler supports .ref */
680 #ifndef USED_FOR_TARGET
685 /* Define if your assembler supports R_PPC_REL16 relocs. */
686 #ifndef USED_FOR_TARGET
691 /* Define if your assembler supports -relax option. */
692 #ifndef USED_FOR_TARGET
693 #undef HAVE_AS_RELAX_OPTION
697 /* Define if your assembler supports .attribute. */
698 #ifndef USED_FOR_TARGET
699 #undef HAVE_AS_RISCV_ATTRIBUTE
703 /* Define if your assembler supports relocs needed by -fpic. */
704 #ifndef USED_FOR_TARGET
705 #undef HAVE_AS_SMALL_PIC_RELOCS
709 /* Define if your assembler supports SPARC4 instructions. */
710 #ifndef USED_FOR_TARGET
711 #undef HAVE_AS_SPARC4
715 /* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */
716 #ifndef USED_FOR_TARGET
717 #undef HAVE_AS_SPARC5_VIS4
721 /* Define if your assembler supports SPARC6 instructions. */
722 #ifndef USED_FOR_TARGET
723 #undef HAVE_AS_SPARC6
727 /* Define if your assembler and linker support GOTDATA_OP relocs. */
728 #ifndef USED_FOR_TARGET
729 #undef HAVE_AS_SPARC_GOTDATA_OP
733 /* Define if your assembler and linker support unaligned PC relative relocs.
735 #ifndef USED_FOR_TARGET
736 #undef HAVE_AS_SPARC_UA_PCREL
740 /* Define if your assembler and linker support unaligned PC relative relocs
741 against hidden symbols. */
742 #ifndef USED_FOR_TARGET
743 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
747 /* Define if your assembler and linker support thread-local storage. */
748 #ifndef USED_FOR_TARGET
753 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
754 alignment hint argument. */
755 #ifndef USED_FOR_TARGET
756 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS
760 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
761 alignment hint argument on z13. */
762 #ifndef USED_FOR_TARGET
763 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS_ON_Z13
767 /* Define if your assembler supports VSX instructions. */
768 #ifndef USED_FOR_TARGET
773 /* Define if your assembler supports --gdwarf-4/--gdwarf-5 even with compiler
774 generated .debug_line. */
775 #ifndef USED_FOR_TARGET
776 #undef HAVE_AS_WORKING_DWARF_N_FLAG
780 /* Define if your assembler supports -xbrace_comment option. */
781 #ifndef USED_FOR_TARGET
782 #undef HAVE_AS_XBRACE_COMMENT_OPTION
786 /* Define to 1 if you have the `atoq' function. */
787 #ifndef USED_FOR_TARGET
792 /* Define to 1 if you have the `clearerr_unlocked' function. */
793 #ifndef USED_FOR_TARGET
794 #undef HAVE_CLEARERR_UNLOCKED
798 /* Define to 1 if you have the `clock' function. */
799 #ifndef USED_FOR_TARGET
804 /* Define if <time.h> defines clock_t. */
805 #ifndef USED_FOR_TARGET
810 /* Define 0/1 if your assembler and linker support COMDAT groups. */
811 #ifndef USED_FOR_TARGET
812 #undef HAVE_COMDAT_GROUP
816 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
818 #ifndef USED_FOR_TARGET
819 #undef HAVE_DECL_ABORT
823 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
825 #ifndef USED_FOR_TARGET
826 #undef HAVE_DECL_ASPRINTF
830 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
831 #ifndef USED_FOR_TARGET
832 #undef HAVE_DECL_ATOF
836 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
837 #ifndef USED_FOR_TARGET
838 #undef HAVE_DECL_ATOL
842 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
844 #ifndef USED_FOR_TARGET
845 #undef HAVE_DECL_ATOLL
849 /* Define to 1 if you have the declaration of `basename(const char*)', and to
851 #ifndef USED_FOR_TARGET
852 #undef HAVE_DECL_BASENAME
856 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
858 #ifndef USED_FOR_TARGET
859 #undef HAVE_DECL_CALLOC
863 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
865 #ifndef USED_FOR_TARGET
866 #undef HAVE_DECL_CLEARERR_UNLOCKED
870 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
872 #ifndef USED_FOR_TARGET
873 #undef HAVE_DECL_CLOCK
877 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
879 #ifndef USED_FOR_TARGET
880 #undef HAVE_DECL_ERRNO
884 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
886 #ifndef USED_FOR_TARGET
887 #undef HAVE_DECL_FEOF_UNLOCKED
891 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
893 #ifndef USED_FOR_TARGET
894 #undef HAVE_DECL_FERROR_UNLOCKED
898 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
900 #ifndef USED_FOR_TARGET
901 #undef HAVE_DECL_FFLUSH_UNLOCKED
905 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
906 #ifndef USED_FOR_TARGET
911 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
913 #ifndef USED_FOR_TARGET
914 #undef HAVE_DECL_FGETC_UNLOCKED
918 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
920 #ifndef USED_FOR_TARGET
921 #undef HAVE_DECL_FGETS_UNLOCKED
925 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
927 #ifndef USED_FOR_TARGET
928 #undef HAVE_DECL_FILENO_UNLOCKED
932 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
934 #ifndef USED_FOR_TARGET
935 #undef HAVE_DECL_FPRINTF_UNLOCKED
939 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
941 #ifndef USED_FOR_TARGET
942 #undef HAVE_DECL_FPUTC_UNLOCKED
946 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
948 #ifndef USED_FOR_TARGET
949 #undef HAVE_DECL_FPUTS_UNLOCKED
953 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
955 #ifndef USED_FOR_TARGET
956 #undef HAVE_DECL_FREAD_UNLOCKED
960 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
961 #ifndef USED_FOR_TARGET
962 #undef HAVE_DECL_FREE
966 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
968 #ifndef USED_FOR_TARGET
969 #undef HAVE_DECL_FWRITE_UNLOCKED
973 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
975 #ifndef USED_FOR_TARGET
976 #undef HAVE_DECL_GETCHAR_UNLOCKED
980 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
982 #ifndef USED_FOR_TARGET
983 #undef HAVE_DECL_GETCWD
987 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
989 #ifndef USED_FOR_TARGET
990 #undef HAVE_DECL_GETC_UNLOCKED
994 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
996 #ifndef USED_FOR_TARGET
997 #undef HAVE_DECL_GETENV
1001 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
1003 #ifndef USED_FOR_TARGET
1004 #undef HAVE_DECL_GETOPT
1008 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
1010 #ifndef USED_FOR_TARGET
1011 #undef HAVE_DECL_GETPAGESIZE
1015 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
1017 #ifndef USED_FOR_TARGET
1018 #undef HAVE_DECL_GETRLIMIT
1022 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
1024 #ifndef USED_FOR_TARGET
1025 #undef HAVE_DECL_GETRUSAGE
1029 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
1031 #ifndef USED_FOR_TARGET
1032 #undef HAVE_DECL_GETWD
1036 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
1038 #ifndef USED_FOR_TARGET
1039 #undef HAVE_DECL_LDGETNAME
1043 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
1045 #ifndef USED_FOR_TARGET
1046 #undef HAVE_DECL_MADVISE
1050 /* Define to 1 if we found a declaration for 'mallinfo', otherwise define to
1052 #ifndef USED_FOR_TARGET
1053 #undef HAVE_DECL_MALLINFO
1057 /* Define to 1 if we found a declaration for 'mallinfo2', otherwise define to
1059 #ifndef USED_FOR_TARGET
1060 #undef HAVE_DECL_MALLINFO2
1064 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
1066 #ifndef USED_FOR_TARGET
1067 #undef HAVE_DECL_MALLOC
1071 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
1073 #ifndef USED_FOR_TARGET
1074 #undef HAVE_DECL_PUTCHAR_UNLOCKED
1078 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
1080 #ifndef USED_FOR_TARGET
1081 #undef HAVE_DECL_PUTC_UNLOCKED
1085 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
1087 #ifndef USED_FOR_TARGET
1088 #undef HAVE_DECL_REALLOC
1092 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
1093 #ifndef USED_FOR_TARGET
1094 #undef HAVE_DECL_SBRK
1098 /* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
1100 #ifndef USED_FOR_TARGET
1101 #undef HAVE_DECL_SETENV
1105 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
1107 #ifndef USED_FOR_TARGET
1108 #undef HAVE_DECL_SETRLIMIT
1112 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
1114 #ifndef USED_FOR_TARGET
1115 #undef HAVE_DECL_SIGALTSTACK
1119 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
1121 #ifndef USED_FOR_TARGET
1122 #undef HAVE_DECL_SNPRINTF
1126 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
1128 #ifndef USED_FOR_TARGET
1129 #undef HAVE_DECL_STPCPY
1133 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
1135 #ifndef USED_FOR_TARGET
1136 #undef HAVE_DECL_STRNLEN
1140 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
1142 #ifndef USED_FOR_TARGET
1143 #undef HAVE_DECL_STRSIGNAL
1147 /* Define to 1 if you have the declaration of `strstr(const char*,const
1148 char*)', and to 0 if you don't. */
1149 #ifndef USED_FOR_TARGET
1150 #undef HAVE_DECL_STRSTR
1154 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1156 #ifndef USED_FOR_TARGET
1157 #undef HAVE_DECL_STRTOL
1161 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1163 #ifndef USED_FOR_TARGET
1164 #undef HAVE_DECL_STRTOLL
1168 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1170 #ifndef USED_FOR_TARGET
1171 #undef HAVE_DECL_STRTOUL
1175 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1177 #ifndef USED_FOR_TARGET
1178 #undef HAVE_DECL_STRTOULL
1182 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1184 #ifndef USED_FOR_TARGET
1185 #undef HAVE_DECL_STRVERSCMP
1189 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1191 #ifndef USED_FOR_TARGET
1192 #undef HAVE_DECL_TIMES
1196 /* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1198 #ifndef USED_FOR_TARGET
1199 #undef HAVE_DECL_UNSETENV
1203 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1205 #ifndef USED_FOR_TARGET
1206 #undef HAVE_DECL_VASPRINTF
1210 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1212 #ifndef USED_FOR_TARGET
1213 #undef HAVE_DECL_VSNPRINTF
1217 /* Define to 1 if you have the <direct.h> header file. */
1218 #ifndef USED_FOR_TARGET
1219 #undef HAVE_DIRECT_H
1223 /* Define to 1 if you have the <dlfcn.h> header file. */
1224 #ifndef USED_FOR_TARGET
1229 /* Define to 1 if you have the <ext/hash_map> header file. */
1230 #ifndef USED_FOR_TARGET
1231 #undef HAVE_EXT_HASH_MAP
1235 /* Define to 1 if you have the <fcntl.h> header file. */
1236 #ifndef USED_FOR_TARGET
1241 /* Define to 1 if you have the `feof_unlocked' function. */
1242 #ifndef USED_FOR_TARGET
1243 #undef HAVE_FEOF_UNLOCKED
1247 /* Define to 1 if you have the `ferror_unlocked' function. */
1248 #ifndef USED_FOR_TARGET
1249 #undef HAVE_FERROR_UNLOCKED
1253 /* Define to 1 if you have the `fflush_unlocked' function. */
1254 #ifndef USED_FOR_TARGET
1255 #undef HAVE_FFLUSH_UNLOCKED
1259 /* Define to 1 if you have the `fgetc_unlocked' function. */
1260 #ifndef USED_FOR_TARGET
1261 #undef HAVE_FGETC_UNLOCKED
1265 /* Define to 1 if you have the `fgets_unlocked' function. */
1266 #ifndef USED_FOR_TARGET
1267 #undef HAVE_FGETS_UNLOCKED
1271 /* Define to 1 if you have the `fileno_unlocked' function. */
1272 #ifndef USED_FOR_TARGET
1273 #undef HAVE_FILENO_UNLOCKED
1277 /* Define to 1 if you have the `fork' function. */
1278 #ifndef USED_FOR_TARGET
1283 /* Define to 1 if you have the `fprintf_unlocked' function. */
1284 #ifndef USED_FOR_TARGET
1285 #undef HAVE_FPRINTF_UNLOCKED
1289 /* Define to 1 if you have the `fputc_unlocked' function. */
1290 #ifndef USED_FOR_TARGET
1291 #undef HAVE_FPUTC_UNLOCKED
1295 /* Define to 1 if you have the `fputs_unlocked' function. */
1296 #ifndef USED_FOR_TARGET
1297 #undef HAVE_FPUTS_UNLOCKED
1301 /* Define to 1 if you have the `fread_unlocked' function. */
1302 #ifndef USED_FOR_TARGET
1303 #undef HAVE_FREAD_UNLOCKED
1307 /* Define to 1 if you have the `fstatat' function. */
1308 #ifndef USED_FOR_TARGET
1313 /* Define to 1 if you have the <ftw.h> header file. */
1314 #ifndef USED_FOR_TARGET
1319 /* Define to 1 if you have the `fwrite_unlocked' function. */
1320 #ifndef USED_FOR_TARGET
1321 #undef HAVE_FWRITE_UNLOCKED
1325 /* Define if your assembler supports specifying the alignment of objects
1326 allocated using the GAS .comm command. */
1327 #ifndef USED_FOR_TARGET
1328 #undef HAVE_GAS_ALIGNED_COMM
1332 /* Define if your Arm assembler permits context-specific feature extensions.
1334 #ifndef USED_FOR_TARGET
1335 #undef HAVE_GAS_ARM_EXTENDED_ARCH
1339 /* Define if your assembler supports .balign and .p2align. */
1340 #ifndef USED_FOR_TARGET
1341 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1345 /* Define 0/1 if your assembler supports CFI directives. */
1346 #undef HAVE_GAS_CFI_DIRECTIVE
1348 /* Define 0/1 if your assembler supports .cfi_personality. */
1349 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1351 /* Define 0/1 if your assembler supports .cfi_sections. */
1352 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1354 /* Define if your assembler supports the .loc discriminator sub-directive. */
1355 #ifndef USED_FOR_TARGET
1356 #undef HAVE_GAS_DISCRIMINATOR
1360 /* Define if your assembler supports @gnu_unique_object. */
1361 #ifndef USED_FOR_TARGET
1362 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1366 /* Define if your assembler and linker support .hidden. */
1367 #undef HAVE_GAS_HIDDEN
1369 /* Define if your assembler supports .lcomm with an alignment field. */
1370 #ifndef USED_FOR_TARGET
1371 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1375 /* Define if your assembler supports .literal16. */
1376 #ifndef USED_FOR_TARGET
1377 #undef HAVE_GAS_LITERAL16
1381 /* Define if your assembler supports the .loc is_stmt sub-directive. */
1382 #ifndef USED_FOR_TARGET
1383 #undef HAVE_GAS_LOC_STMT
1387 /* Define if your assembler supports specifying the maximum number of bytes to
1388 skip when using the GAS .p2align command. */
1389 #ifndef USED_FOR_TARGET
1390 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1394 /* Define if your assembler supports the .set micromips directive */
1395 #ifndef USED_FOR_TARGET
1396 #undef HAVE_GAS_MICROMIPS
1400 /* Define if your assembler supports .nsubspa comdat option. */
1401 #ifndef USED_FOR_TARGET
1402 #undef HAVE_GAS_NSUBSPA_COMDAT
1406 /* Define if your assembler and linker support 32-bit section relative relocs
1407 via '.secrel32 label'. */
1408 #ifndef USED_FOR_TARGET
1409 #undef HAVE_GAS_PE_SECREL32_RELOC
1413 /* Define if your assembler supports specifying the exclude section flag. */
1414 #ifndef USED_FOR_TARGET
1415 #undef HAVE_GAS_SECTION_EXCLUDE
1419 /* Define 0/1 if your assembler supports 'o' flag in .section directive. */
1420 #ifndef USED_FOR_TARGET
1421 #undef HAVE_GAS_SECTION_LINK_ORDER
1425 /* Define 0/1 if your assembler supports marking sections with SHF_GNU_RETAIN
1427 #ifndef USED_FOR_TARGET
1428 #undef HAVE_GAS_SHF_GNU_RETAIN
1432 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1434 #ifndef USED_FOR_TARGET
1435 #undef HAVE_GAS_SHF_MERGE
1439 /* Define if your assembler supports .subsection and .subsection -1 starts
1440 emitting at the beginning of your section. */
1441 #ifndef USED_FOR_TARGET
1442 #undef HAVE_GAS_SUBSECTION_ORDERING
1446 /* Define if your assembler supports .weak. */
1447 #ifndef USED_FOR_TARGET
1448 #undef HAVE_GAS_WEAK
1452 /* Define if your assembler supports .weakref. */
1453 #ifndef USED_FOR_TARGET
1454 #undef HAVE_GAS_WEAKREF
1458 /* Define to 1 if you have the `getauxval' function. */
1459 #ifndef USED_FOR_TARGET
1460 #undef HAVE_GETAUXVAL
1464 /* Define to 1 if you have the `getchar_unlocked' function. */
1465 #ifndef USED_FOR_TARGET
1466 #undef HAVE_GETCHAR_UNLOCKED
1470 /* Define to 1 if you have the `getc_unlocked' function. */
1471 #ifndef USED_FOR_TARGET
1472 #undef HAVE_GETC_UNLOCKED
1476 /* Define to 1 if you have the `getrlimit' function. */
1477 #ifndef USED_FOR_TARGET
1478 #undef HAVE_GETRLIMIT
1482 /* Define to 1 if you have the `getrusage' function. */
1483 #ifndef USED_FOR_TARGET
1484 #undef HAVE_GETRUSAGE
1488 /* Define to 1 if you have the `gettimeofday' function. */
1489 #ifndef USED_FOR_TARGET
1490 #undef HAVE_GETTIMEOFDAY
1494 /* Define to 1 if using GNU as. */
1495 #ifndef USED_FOR_TARGET
1500 /* Define if your system supports gnu indirect functions. */
1501 #ifndef USED_FOR_TARGET
1502 #undef HAVE_GNU_INDIRECT_FUNCTION
1506 /* Define to 1 if using GNU ld. */
1507 #ifndef USED_FOR_TARGET
1512 /* Define if the gold linker supports split stack and is available as a
1514 #ifndef USED_FOR_TARGET
1515 #undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1519 /* Define if you have the iconv() function. */
1520 #ifndef USED_FOR_TARGET
1525 /* Define to 1 if you have the <iconv.h> header file. */
1526 #ifndef USED_FOR_TARGET
1531 /* Define 0/1 if .init_array/.fini_array sections are available and working.
1533 #ifndef USED_FOR_TARGET
1534 #undef HAVE_INITFINI_ARRAY_SUPPORT
1538 /* Define to 1 if the system has the type `intmax_t'. */
1539 #ifndef USED_FOR_TARGET
1540 #undef HAVE_INTMAX_T
1544 /* Define to 1 if the system has the type `intptr_t'. */
1545 #ifndef USED_FOR_TARGET
1546 #undef HAVE_INTPTR_T
1550 /* Define if you have a working <inttypes.h> header file. */
1551 #ifndef USED_FOR_TARGET
1552 #undef HAVE_INTTYPES_H
1556 /* Define to 1 if you have the `kill' function. */
1557 #ifndef USED_FOR_TARGET
1562 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1563 #ifndef USED_FOR_TARGET
1564 #undef HAVE_LANGINFO_CODESET
1568 /* Define to 1 if you have the <langinfo.h> header file. */
1569 #ifndef USED_FOR_TARGET
1570 #undef HAVE_LANGINFO_H
1574 /* Define if your <locale.h> file defines LC_MESSAGES. */
1575 #ifndef USED_FOR_TARGET
1576 #undef HAVE_LC_MESSAGES
1580 /* Define to 1 if you have the <ldfcn.h> header file. */
1581 #ifndef USED_FOR_TARGET
1586 /* Define 0/1 if your linker supports the SHF_MERGE flag with section
1588 #ifndef USED_FOR_TARGET
1589 #undef HAVE_LD_ALIGNED_SHF_MERGE
1593 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1595 #ifndef USED_FOR_TARGET
1596 #undef HAVE_LD_AS_NEEDED
1600 /* Define if your default avr linker script for avrxmega3 leaves .rodata in
1602 #ifndef USED_FOR_TARGET
1603 #undef HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH
1607 /* Define if your linker supports -z bndplt */
1608 #ifndef USED_FOR_TARGET
1609 #undef HAVE_LD_BNDPLT_SUPPORT
1613 /* Define if the PE linker has broken DWARF 5 support. */
1614 #ifndef USED_FOR_TARGET
1615 #undef HAVE_LD_BROKEN_PE_DWARF5
1619 /* Define if your linker supports --build-id. */
1620 #ifndef USED_FOR_TARGET
1621 #undef HAVE_LD_BUILDID
1625 /* Define if the linker supports clearing hardware capabilities via mapfile.
1627 #ifndef USED_FOR_TARGET
1628 #undef HAVE_LD_CLEARCAP
1632 /* Define to the level of your linker's compressed debug section support. */
1633 #ifndef USED_FOR_TARGET
1634 #undef HAVE_LD_COMPRESS_DEBUG
1638 /* Define if your linker supports --demangle option. */
1639 #ifndef USED_FOR_TARGET
1640 #undef HAVE_LD_DEMANGLE
1644 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1645 #ifndef USED_FOR_TARGET
1646 #undef HAVE_LD_EH_FRAME_CIEV3
1650 /* Define if your linker supports .eh_frame_hdr. */
1651 #undef HAVE_LD_EH_FRAME_HDR
1653 /* Define if your linker supports garbage collection of sections in presence
1655 #ifndef USED_FOR_TARGET
1656 #undef HAVE_LD_EH_GC_SECTIONS
1660 /* Define if your linker has buggy garbage collection of sections support when
1661 .text.startup.foo like sections are used. */
1662 #ifndef USED_FOR_TARGET
1663 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1667 /* Define if your PowerPC64 linker supports a large TOC. */
1668 #ifndef USED_FOR_TARGET
1669 #undef HAVE_LD_LARGE_TOC
1673 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1674 #ifndef USED_FOR_TARGET
1675 #undef HAVE_LD_NO_DOT_SYMS
1679 /* Define if your linker can relax absolute .eh_frame personality pointers
1680 into PC-relative form. */
1681 #ifndef USED_FOR_TARGET
1682 #undef HAVE_LD_PERSONALITY_RELAXATION
1686 /* Define if the PE linker supports --disable-dynamicbase option. */
1687 #ifndef USED_FOR_TARGET
1688 #undef HAVE_LD_PE_DISABLE_DYNAMICBASE
1692 /* Define if your linker supports PIE option. */
1693 #ifndef USED_FOR_TARGET
1698 /* Define 0/1 if your linker supports -pie option with copy reloc. */
1699 #ifndef USED_FOR_TARGET
1700 #undef HAVE_LD_PIE_COPYRELOC
1704 /* Define if your PowerPC linker has .gnu.attributes long double support. */
1705 #ifndef USED_FOR_TARGET
1706 #undef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE
1710 /* Define if your linker supports --push-state/--pop-state */
1711 #ifndef USED_FOR_TARGET
1712 #undef HAVE_LD_PUSHPOPSTATE_SUPPORT
1716 /* Define if your linker links a mix of read-only and read-write sections into
1717 a read-write section. */
1718 #ifndef USED_FOR_TARGET
1719 #undef HAVE_LD_RO_RW_SECTION_MIXING
1723 /* Define if your linker supports the *_sol2 emulations. */
1724 #ifndef USED_FOR_TARGET
1725 #undef HAVE_LD_SOL2_EMULATION
1729 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1730 #ifndef USED_FOR_TARGET
1731 #undef HAVE_LD_STATIC_DYNAMIC
1735 /* Define if your linker supports --sysroot. */
1736 #ifndef USED_FOR_TARGET
1737 #undef HAVE_LD_SYSROOT
1741 /* Define to 1 if you have the <limits.h> header file. */
1742 #ifndef USED_FOR_TARGET
1743 #undef HAVE_LIMITS_H
1747 /* Define to 1 if you have the <locale.h> header file. */
1748 #ifndef USED_FOR_TARGET
1749 #undef HAVE_LOCALE_H
1753 /* Define to 1 if the system has the type `long long'. */
1754 #ifndef USED_FOR_TARGET
1755 #undef HAVE_LONG_LONG
1759 /* Define to 1 if the system has the type `long long int'. */
1760 #ifndef USED_FOR_TARGET
1761 #undef HAVE_LONG_LONG_INT
1765 /* Define to the level of your linker's plugin support. */
1766 #ifndef USED_FOR_TARGET
1767 #undef HAVE_LTO_PLUGIN
1771 /* Define to 1 if you have the `madvise' function. */
1772 #ifndef USED_FOR_TARGET
1777 /* Define to 1 if you have the `mallinfo' function. */
1778 #ifndef USED_FOR_TARGET
1779 #undef HAVE_MALLINFO
1783 /* Define to 1 if you have the `mallinfo2' function. */
1784 #ifndef USED_FOR_TARGET
1785 #undef HAVE_MALLINFO2
1789 /* Define to 1 if you have the <malloc.h> header file. */
1790 #ifndef USED_FOR_TARGET
1791 #undef HAVE_MALLOC_H
1795 /* Define to 1 if you have the `mbstowcs' function. */
1796 #ifndef USED_FOR_TARGET
1797 #undef HAVE_MBSTOWCS
1801 /* Define if valgrind's memcheck.h header is installed. */
1802 #ifndef USED_FOR_TARGET
1803 #undef HAVE_MEMCHECK_H
1807 /* Define to 1 if you have the <memory.h> header file. */
1808 #ifndef USED_FOR_TARGET
1809 #undef HAVE_MEMORY_H
1813 /* Define to 1 if you have the `mmap' function. */
1814 #ifndef USED_FOR_TARGET
1819 /* Define if mmap with MAP_ANON(YMOUS) works. */
1820 #ifndef USED_FOR_TARGET
1821 #undef HAVE_MMAP_ANON
1825 /* Define if mmap of /dev/zero works. */
1826 #ifndef USED_FOR_TARGET
1827 #undef HAVE_MMAP_DEV_ZERO
1831 /* Define if read-only mmap of a plain file works. */
1832 #ifndef USED_FOR_TARGET
1833 #undef HAVE_MMAP_FILE
1837 /* Define if GCC has been configured with --enable-newlib-nano-formatted-io.
1839 #ifndef USED_FOR_TARGET
1840 #undef HAVE_NEWLIB_NANO_FORMATTED_IO
1844 /* Define to 1 if you have the `nl_langinfo' function. */
1845 #ifndef USED_FOR_TARGET
1846 #undef HAVE_NL_LANGINFO
1850 /* Define to 1 if you have the `popen' function. */
1851 #ifndef USED_FOR_TARGET
1856 /* Define to 1 if you have the `posix_fallocate' function. */
1857 #ifndef USED_FOR_TARGET
1858 #undef HAVE_POSIX_FALLOCATE
1862 /* Define to 1 if you have the `putchar_unlocked' function. */
1863 #ifndef USED_FOR_TARGET
1864 #undef HAVE_PUTCHAR_UNLOCKED
1868 /* Define to 1 if you have the `putc_unlocked' function. */
1869 #ifndef USED_FOR_TARGET
1870 #undef HAVE_PUTC_UNLOCKED
1874 /* Define to 1 if you have the `setlocale' function. */
1875 #ifndef USED_FOR_TARGET
1876 #undef HAVE_SETLOCALE
1880 /* Define to 1 if you have the `setrlimit' function. */
1881 #ifndef USED_FOR_TARGET
1882 #undef HAVE_SETRLIMIT
1886 /* Define if <sys/signal.h> defines sighandler_t */
1887 #ifndef USED_FOR_TARGET
1888 #undef HAVE_SIGHANDLER_T
1892 /* Define if the system-provided CRTs are present on Solaris. */
1893 #ifndef USED_FOR_TARGET
1894 #undef HAVE_SOLARIS_CRTS
1898 /* Define to 1 if you have the <stddef.h> header file. */
1899 #ifndef USED_FOR_TARGET
1900 #undef HAVE_STDDEF_H
1904 /* Define to 1 if you have the <stdint.h> header file. */
1905 #ifndef USED_FOR_TARGET
1906 #undef HAVE_STDINT_H
1910 /* Define to 1 if you have the <stdlib.h> header file. */
1911 #ifndef USED_FOR_TARGET
1912 #undef HAVE_STDLIB_H
1916 /* Define to 1 if you have the <strings.h> header file. */
1917 #ifndef USED_FOR_TARGET
1918 #undef HAVE_STRINGS_H
1922 /* Define to 1 if you have the <string.h> header file. */
1923 #ifndef USED_FOR_TARGET
1924 #undef HAVE_STRING_H
1928 /* Define to 1 if you have the `strsignal' function. */
1929 #ifndef USED_FOR_TARGET
1930 #undef HAVE_STRSIGNAL
1934 /* Define if <sys/times.h> defines struct tms. */
1935 #ifndef USED_FOR_TARGET
1936 #undef HAVE_STRUCT_TMS
1940 /* Define if <utility> defines std::swap. */
1941 #ifndef USED_FOR_TARGET
1942 #undef HAVE_SWAP_IN_UTILITY
1946 /* Define to 1 if you have the `sysconf' function. */
1947 #ifndef USED_FOR_TARGET
1952 /* Define to 1 if you have the <sys/auxv.h> header file. */
1953 #ifndef USED_FOR_TARGET
1954 #undef HAVE_SYS_AUXV_H
1958 /* Define to 1 if you have the <sys/file.h> header file. */
1959 #ifndef USED_FOR_TARGET
1960 #undef HAVE_SYS_FILE_H
1964 /* Define to 1 if you have the <sys/locking.h> header file. */
1965 #ifndef USED_FOR_TARGET
1966 #undef HAVE_SYS_LOCKING_H
1970 /* Define to 1 if you have the <sys/mman.h> header file. */
1971 #ifndef USED_FOR_TARGET
1972 #undef HAVE_SYS_MMAN_H
1976 /* Define to 1 if you have the <sys/param.h> header file. */
1977 #ifndef USED_FOR_TARGET
1978 #undef HAVE_SYS_PARAM_H
1982 /* Define to 1 if you have the <sys/resource.h> header file. */
1983 #ifndef USED_FOR_TARGET
1984 #undef HAVE_SYS_RESOURCE_H
1988 /* Define if your target C library provides sys/sdt.h */
1989 #undef HAVE_SYS_SDT_H
1991 /* Define to 1 if you have the <sys/stat.h> header file. */
1992 #ifndef USED_FOR_TARGET
1993 #undef HAVE_SYS_STAT_H
1997 /* Define to 1 if you have the <sys/times.h> header file. */
1998 #ifndef USED_FOR_TARGET
1999 #undef HAVE_SYS_TIMES_H
2003 /* Define to 1 if you have the <sys/time.h> header file. */
2004 #ifndef USED_FOR_TARGET
2005 #undef HAVE_SYS_TIME_H
2009 /* Define to 1 if you have the <sys/types.h> header file. */
2010 #ifndef USED_FOR_TARGET
2011 #undef HAVE_SYS_TYPES_H
2015 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
2016 #ifndef USED_FOR_TARGET
2017 #undef HAVE_SYS_WAIT_H
2021 /* Define to 1 if you have the `times' function. */
2022 #ifndef USED_FOR_TARGET
2027 /* Define to 1 if you have the <time.h> header file. */
2028 #ifndef USED_FOR_TARGET
2033 /* Define to 1 if you have the <tr1/unordered_map> header file. */
2034 #ifndef USED_FOR_TARGET
2035 #undef HAVE_TR1_UNORDERED_MAP
2039 /* Define to 1 if the system has the type `uintmax_t'. */
2040 #ifndef USED_FOR_TARGET
2041 #undef HAVE_UINTMAX_T
2045 /* Define to 1 if the system has the type `uintptr_t'. */
2046 #ifndef USED_FOR_TARGET
2047 #undef HAVE_UINTPTR_T
2051 /* Define to 1 if you have the <unistd.h> header file. */
2052 #ifndef USED_FOR_TARGET
2053 #undef HAVE_UNISTD_H
2057 /* Define to 1 if you have the <unordered_map> header file. */
2058 #ifndef USED_FOR_TARGET
2059 #undef HAVE_UNORDERED_MAP
2063 /* Define to 1 if the system has the type `unsigned long long int'. */
2064 #ifndef USED_FOR_TARGET
2065 #undef HAVE_UNSIGNED_LONG_LONG_INT
2069 /* Define if valgrind's valgrind/memcheck.h header is installed. */
2070 #ifndef USED_FOR_TARGET
2071 #undef HAVE_VALGRIND_MEMCHECK_H
2075 /* Define to 1 if you have the `vfork' function. */
2076 #ifndef USED_FOR_TARGET
2081 /* Define to 1 if you have the <vfork.h> header file. */
2082 #ifndef USED_FOR_TARGET
2087 /* Define to 1 if you have the <wchar.h> header file. */
2088 #ifndef USED_FOR_TARGET
2093 /* Define to 1 if you have the `wcswidth' function. */
2094 #ifndef USED_FOR_TARGET
2095 #undef HAVE_WCSWIDTH
2099 /* Define to 1 if `fork' works. */
2100 #ifndef USED_FOR_TARGET
2101 #undef HAVE_WORKING_FORK
2105 /* Define this macro if mbstowcs does not crash when its first argument is
2107 #ifndef USED_FOR_TARGET
2108 #undef HAVE_WORKING_MBSTOWCS
2112 /* Define to 1 if `vfork' works. */
2113 #ifndef USED_FOR_TARGET
2114 #undef HAVE_WORKING_VFORK
2118 /* Define if your assembler supports AIX debug frame section label reference.
2120 #ifndef USED_FOR_TARGET
2121 #undef HAVE_XCOFF_DWARF_EXTRAS
2125 /* Define if you have a working <zstd.h> header file. */
2126 #ifndef USED_FOR_TARGET
2131 /* Define if isl is in use. */
2132 #ifndef USED_FOR_TARGET
2137 /* Define if F_SETLKW supported by fcntl. */
2138 #ifndef USED_FOR_TARGET
2139 #undef HOST_HAS_F_SETLKW
2143 /* Define if _LK_LOC supported by _locking. */
2144 #ifndef USED_FOR_TARGET
2145 #undef HOST_HAS_LK_LOCK
2149 /* Define if O_CLOEXEC supported by fcntl. */
2150 #ifndef USED_FOR_TARGET
2151 #undef HOST_HAS_O_CLOEXEC
2155 /* Define if O_NONBLOCK supported by fcntl. */
2156 #ifndef USED_FOR_TARGET
2157 #undef HOST_HAS_O_NONBLOCK
2161 /* Define which stat syscall is able to handle 64bit indodes. */
2162 #ifndef USED_FOR_TARGET
2163 #undef HOST_STAT_FOR_64BIT_INODES
2167 /* Define as const if the declaration of iconv() needs const. */
2168 #ifndef USED_FOR_TARGET
2173 /* Define if int64_t uses long as underlying type. */
2174 #ifndef USED_FOR_TARGET
2175 #undef INT64_T_IS_LONG
2179 /* Define to 1 if ld64 supports '-demangle'. */
2180 #ifndef USED_FOR_TARGET
2181 #undef LD64_HAS_DEMANGLE
2185 /* Define to 1 if ld64 supports '-export_dynamic'. */
2186 #ifndef USED_FOR_TARGET
2187 #undef LD64_HAS_EXPORT_DYNAMIC
2191 /* Define to 1 if ld64 supports '-platform_version'. */
2192 #ifndef USED_FOR_TARGET
2193 #undef LD64_HAS_PLATFORM_VERSION
2197 /* Define to ld64 version. */
2198 #ifndef USED_FOR_TARGET
2203 /* Define to the linker option to ignore unused dependencies. */
2204 #ifndef USED_FOR_TARGET
2205 #undef LD_AS_NEEDED_OPTION
2209 /* Define to the linker option to enable compressed debug sections. */
2210 #ifndef USED_FOR_TARGET
2211 #undef LD_COMPRESS_DEBUG_OPTION
2215 /* Define to the linker option to enable use of shared objects. */
2216 #ifndef USED_FOR_TARGET
2217 #undef LD_DYNAMIC_OPTION
2221 /* Define to the linker option to keep unused dependencies. */
2222 #ifndef USED_FOR_TARGET
2223 #undef LD_NO_AS_NEEDED_OPTION
2227 /* Define to the linker option to disable use of shared objects. */
2228 #ifndef USED_FOR_TARGET
2229 #undef LD_STATIC_OPTION
2233 /* The linker hash style */
2234 #ifndef USED_FOR_TARGET
2235 #undef LINKER_HASH_STYLE
2239 /* Define to the name of the LTO plugin DSO that must be passed to the
2240 linker's -plugin=LIB option. */
2241 #ifndef USED_FOR_TARGET
2242 #undef LTOPLUGINSONAME
2246 /* Define to the sub-directory in which libtool stores uninstalled libraries.
2248 #ifndef USED_FOR_TARGET
2253 /* Define if we should link mingw executables with --large-address-aware */
2254 #ifndef USED_FOR_TARGET
2255 #undef MINGW_DEFAULT_LARGE_ADDR_AWARE
2259 /* Value to set mingw's _dowildcard to. */
2260 #ifndef USED_FOR_TARGET
2261 #undef MINGW_DOWILDCARD
2265 /* Define if host mkdir takes a single argument. */
2266 #ifndef USED_FOR_TARGET
2267 #undef MKDIR_TAKES_ONE_ARG
2271 /* Define to 1 to if -foffload is defaulted */
2272 #ifndef USED_FOR_TARGET
2273 #undef OFFLOAD_DEFAULTED
2277 /* Define to offload targets, separated by commas. */
2278 #ifndef USED_FOR_TARGET
2279 #undef OFFLOAD_TARGETS
2283 /* Define to the address where bug reports for this package should be sent. */
2284 #ifndef USED_FOR_TARGET
2285 #undef PACKAGE_BUGREPORT
2289 /* Define to the full name of this package. */
2290 #ifndef USED_FOR_TARGET
2295 /* Define to the full name and version of this package. */
2296 #ifndef USED_FOR_TARGET
2297 #undef PACKAGE_STRING
2301 /* Define to the one symbol short name of this package. */
2302 #ifndef USED_FOR_TARGET
2303 #undef PACKAGE_TARNAME
2307 /* Define to the home page for this package. */
2308 #ifndef USED_FOR_TARGET
2313 /* Define to the version of this package. */
2314 #ifndef USED_FOR_TARGET
2315 #undef PACKAGE_VERSION
2319 /* Specify plugin linker */
2320 #ifndef USED_FOR_TARGET
2321 #undef PLUGIN_LD_SUFFIX
2325 /* Define to .TOC. alignment forced by your linker. */
2326 #ifndef USED_FOR_TARGET
2327 #undef POWERPC64_TOC_POINTER_ALIGNMENT
2331 /* Define to PREFIX/include if cpp should also search that directory. */
2332 #ifndef USED_FOR_TARGET
2333 #undef PREFIX_INCLUDE_DIR
2337 /* The size of `dev_t', as computed by sizeof. */
2338 #ifndef USED_FOR_TARGET
2343 /* The size of `ino_t', as computed by sizeof. */
2344 #ifndef USED_FOR_TARGET
2349 /* The size of `int', as computed by sizeof. */
2350 #ifndef USED_FOR_TARGET
2355 /* The size of `long', as computed by sizeof. */
2356 #ifndef USED_FOR_TARGET
2361 /* The size of `long long', as computed by sizeof. */
2362 #ifndef USED_FOR_TARGET
2363 #undef SIZEOF_LONG_LONG
2367 /* The size of `short', as computed by sizeof. */
2368 #ifndef USED_FOR_TARGET
2373 /* The size of `void *', as computed by sizeof. */
2374 #ifndef USED_FOR_TARGET
2375 #undef SIZEOF_VOID_P
2379 /* Define to 1 if you have the ANSI C header files. */
2380 #ifndef USED_FOR_TARGET
2385 /* Define if you can safely include both <string.h> and <strings.h>. */
2386 #ifndef USED_FOR_TARGET
2387 #undef STRING_WITH_STRINGS
2391 /* Define if TFmode long double should be the default */
2392 #ifndef USED_FOR_TARGET
2393 #undef TARGET_DEFAULT_LONG_DOUBLE_128
2397 /* Define if your target C library provides the `dl_iterate_phdr' function. */
2398 #undef TARGET_DL_ITERATE_PHDR
2400 /* GNU C Library major version number used on the target, or 0. */
2401 #ifndef USED_FOR_TARGET
2402 #undef TARGET_GLIBC_MAJOR
2406 /* GNU C Library minor version number used on the target, or 0. */
2407 #ifndef USED_FOR_TARGET
2408 #undef TARGET_GLIBC_MINOR
2412 /* Define if your target C Library properly handles PT_GNU_STACK */
2413 #ifndef USED_FOR_TARGET
2414 #undef TARGET_LIBC_GNUSTACK
2418 /* Define if your target C Library provides the AT_HWCAP value in the TCB */
2419 #ifndef USED_FOR_TARGET
2420 #undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB
2424 /* Define if your target C library provides stack protector support */
2425 #ifndef USED_FOR_TARGET
2426 #undef TARGET_LIBC_PROVIDES_SSP
2430 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2431 #ifndef USED_FOR_TARGET
2432 #undef TIME_WITH_SYS_TIME
2436 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
2438 #ifndef USED_FOR_TARGET
2439 #undef TLS_SECTION_ASM_FLAG
2443 /* Define if your assembler mis-optimizes .eh_frame data. */
2444 #ifndef USED_FOR_TARGET
2445 #undef USE_AS_TRADITIONAL_FORMAT
2449 /* Define if you want to generate code by default that assumes that the Cygwin
2450 DLL exports wrappers to support libstdc++ function replacement. */
2451 #ifndef USED_FOR_TARGET
2452 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2456 /* Define 0/1 if your linker supports hidden thunks in linkonce sections. */
2457 #ifndef USED_FOR_TARGET
2458 #undef USE_HIDDEN_LINKONCE
2462 /* Define to 1 if the 'long long' type is wider than 'long' but still
2463 efficiently supported by the host hardware. */
2464 #ifndef USED_FOR_TARGET
2465 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2469 /* Define if we should use leading underscore on 64 bit mingw targets */
2470 #ifndef USED_FOR_TARGET
2471 #undef USE_MINGW64_LEADING_UNDERSCORES
2475 /* Enable extensions on AIX 3, Interix. */
2479 /* Enable GNU extensions on systems that have them. */
2483 /* Enable threading extensions on Solaris. */
2484 #ifndef _POSIX_PTHREAD_SEMANTICS
2485 # undef _POSIX_PTHREAD_SEMANTICS
2487 /* Enable extensions on HP NonStop. */
2488 #ifndef _TANDEM_SOURCE
2489 # undef _TANDEM_SOURCE
2491 /* Enable general extensions on Solaris. */
2492 #ifndef __EXTENSIONS__
2493 # undef __EXTENSIONS__
2497 /* Define to be the last component of the Windows registry key under which to
2498 look for installation paths. The full key used will be
2499 HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2500 The default is the GCC version number. */
2501 #ifndef USED_FOR_TARGET
2502 #undef WIN32_REGISTRY_KEY
2506 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2507 significant byte first (like Motorola and SPARC, unlike Intel). */
2508 #if defined AC_APPLE_UNIVERSAL_BUILD
2509 # if defined __BIG_ENDIAN__
2510 # define WORDS_BIGENDIAN 1
2513 # ifndef WORDS_BIGENDIAN
2514 # undef WORDS_BIGENDIAN
2518 /* Enable large inode numbers on Mac OS X 10.5. */
2519 #ifndef _DARWIN_USE_64_BIT_INODE
2520 # define _DARWIN_USE_64_BIT_INODE 1
2523 /* Number of bits in a file offset, on hosts where this is settable. */
2524 #ifndef USED_FOR_TARGET
2525 #undef _FILE_OFFSET_BITS
2529 /* Define for large files, on AIX-style hosts. */
2530 #ifndef USED_FOR_TARGET
2535 /* Define to 1 if on MINIX. */
2536 #ifndef USED_FOR_TARGET
2541 /* Define to 2 if the system does not provide POSIX.1 features except with
2543 #ifndef USED_FOR_TARGET
2544 #undef _POSIX_1_SOURCE
2548 /* Define to 1 if you need to in order for `stat' and other things to work. */
2549 #ifndef USED_FOR_TARGET
2550 #undef _POSIX_SOURCE
2554 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2555 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2556 #define below would cause a syntax error. */
2557 #ifndef USED_FOR_TARGET
2562 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2563 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2564 #define below would cause a syntax error. */
2565 #ifndef USED_FOR_TARGET
2570 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2571 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2572 #define below would cause a syntax error. */
2573 #ifndef USED_FOR_TARGET
2578 /* Define to `char *' if <sys/types.h> does not define. */
2579 #ifndef USED_FOR_TARGET
2584 /* Define to `__inline__' or `__inline' if that's what the C compiler
2585 calls it, or to nothing if 'inline' is not supported under any name. */
2590 /* Define to the type of a signed integer type of width exactly 16 bits if
2591 such a type exists and the standard includes do not define it. */
2592 #ifndef USED_FOR_TARGET
2597 /* Define to the type of a signed integer type of width exactly 32 bits if
2598 such a type exists and the standard includes do not define it. */
2599 #ifndef USED_FOR_TARGET
2604 /* Define to the type of a signed integer type of width exactly 64 bits if
2605 such a type exists and the standard includes do not define it. */
2606 #ifndef USED_FOR_TARGET
2611 /* Define to the type of a signed integer type of width exactly 8 bits if such
2612 a type exists and the standard includes do not define it. */
2613 #ifndef USED_FOR_TARGET
2618 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2620 #ifndef USED_FOR_TARGET
2625 /* Define to the type of a signed integer type wide enough to hold a pointer,
2626 if such a type exists, and if the system does not define it. */
2627 #ifndef USED_FOR_TARGET
2632 /* Define to `int' if <sys/types.h> does not define. */
2633 #ifndef USED_FOR_TARGET
2638 /* Define to `long' if <sys/resource.h> doesn't define. */
2639 #ifndef USED_FOR_TARGET
2644 /* Define to `int' if <sys/types.h> does not define. */
2645 #ifndef USED_FOR_TARGET
2650 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2651 such a type exists and the standard includes do not define it. */
2652 #ifndef USED_FOR_TARGET
2657 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2658 such a type exists and the standard includes do not define it. */
2659 #ifndef USED_FOR_TARGET
2664 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2665 such a type exists and the standard includes do not define it. */
2666 #ifndef USED_FOR_TARGET
2671 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2672 such a type exists and the standard includes do not define it. */
2673 #ifndef USED_FOR_TARGET
2678 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2680 #ifndef USED_FOR_TARGET
2685 /* Define to the type of an unsigned integer type wide enough to hold a
2686 pointer, if such a type exists, and if the system does not define it. */
2687 #ifndef USED_FOR_TARGET
2692 /* Define as `fork' if `vfork' does not work. */
2693 #ifndef USED_FOR_TARGET