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 your macOS assembler supports .build_version directives */
608 #ifndef USED_FOR_TARGET
609 #undef HAVE_AS_MACOS_BUILD_VERSION
613 /* Define if the assembler understands -march=rv*_zifencei. */
614 #ifndef USED_FOR_TARGET
615 #undef HAVE_AS_MARCH_ZIFENCEI
619 /* Define if your assembler supports mfcr field. */
620 #ifndef USED_FOR_TARGET
625 /* Define if the assembler understands -misa-spec=. */
626 #ifndef USED_FOR_TARGET
627 #undef HAVE_AS_MISA_SPEC
631 /* Define if your macOS assembler supports -mllvm -x86-pad-for-align=false. */
632 #ifndef USED_FOR_TARGET
633 #undef HAVE_AS_MLLVM_X86_PAD_FOR_ALIGN
637 /* Define if your macOS assembler supports the -mmacos-version-min option. */
638 #ifndef USED_FOR_TARGET
639 #undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION
643 /* Define if your assembler supports -mrelax option. */
644 #ifndef USED_FOR_TARGET
645 #undef HAVE_AS_MRELAX_OPTION
649 /* Define if your assembler supports .mspabi_attribute. */
650 #ifndef USED_FOR_TARGET
651 #undef HAVE_AS_MSPABI_ATTRIBUTE
655 /* Define if the assembler understands -mnan=. */
656 #ifndef USED_FOR_TARGET
661 /* Define if your assembler supports %gotoff relocation syntax. */
662 #ifndef USED_FOR_TARGET
663 #undef HAVE_AS_NIOS2_GOTOFF_RELOCATION
667 /* Define if your assembler supports the -no-mul-bug-abort option. */
668 #ifndef USED_FOR_TARGET
669 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
673 /* Define if the assembler understands -mno-shared. */
674 #ifndef USED_FOR_TARGET
675 #undef HAVE_AS_NO_SHARED
679 /* Define if your assembler supports offsetable %lo(). */
680 #ifndef USED_FOR_TARGET
681 #undef HAVE_AS_OFFSETABLE_LO10
685 /* Define if your assembler supports R_PPC*_PLTSEQ relocations. */
686 #ifndef USED_FOR_TARGET
687 #undef HAVE_AS_PLTSEQ
691 /* Define if your assembler supports .ref */
692 #ifndef USED_FOR_TARGET
697 /* Define if your assembler supports R_PPC_REL16 relocs. */
698 #ifndef USED_FOR_TARGET
703 /* Define if your assembler supports -relax option. */
704 #ifndef USED_FOR_TARGET
705 #undef HAVE_AS_RELAX_OPTION
709 /* Define if your assembler supports .attribute. */
710 #ifndef USED_FOR_TARGET
711 #undef HAVE_AS_RISCV_ATTRIBUTE
715 /* Define if your assembler supports relocs needed by -fpic. */
716 #ifndef USED_FOR_TARGET
717 #undef HAVE_AS_SMALL_PIC_RELOCS
721 /* Define if your assembler supports SPARC4 instructions. */
722 #ifndef USED_FOR_TARGET
723 #undef HAVE_AS_SPARC4
727 /* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */
728 #ifndef USED_FOR_TARGET
729 #undef HAVE_AS_SPARC5_VIS4
733 /* Define if your assembler supports SPARC6 instructions. */
734 #ifndef USED_FOR_TARGET
735 #undef HAVE_AS_SPARC6
739 /* Define if your assembler and linker support GOTDATA_OP relocs. */
740 #ifndef USED_FOR_TARGET
741 #undef HAVE_AS_SPARC_GOTDATA_OP
745 /* Define if your assembler and linker support unaligned PC relative relocs.
747 #ifndef USED_FOR_TARGET
748 #undef HAVE_AS_SPARC_UA_PCREL
752 /* Define if your assembler and linker support unaligned PC relative relocs
753 against hidden symbols. */
754 #ifndef USED_FOR_TARGET
755 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
759 /* Define if your assembler and linker support thread-local storage. */
760 #ifndef USED_FOR_TARGET
765 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
766 alignment hint argument. */
767 #ifndef USED_FOR_TARGET
768 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS
772 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
773 alignment hint argument on z13. */
774 #ifndef USED_FOR_TARGET
775 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS_ON_Z13
779 /* Define if your assembler supports VSX instructions. */
780 #ifndef USED_FOR_TARGET
785 /* Define if your assembler supports --gdwarf-4/--gdwarf-5 even with compiler
786 generated .debug_line. */
787 #ifndef USED_FOR_TARGET
788 #undef HAVE_AS_WORKING_DWARF_N_FLAG
792 /* Define if your assembler supports -xbrace_comment option. */
793 #ifndef USED_FOR_TARGET
794 #undef HAVE_AS_XBRACE_COMMENT_OPTION
798 /* Define to 1 if you have the `atoq' function. */
799 #ifndef USED_FOR_TARGET
804 /* Define to 1 if you have the `clearerr_unlocked' function. */
805 #ifndef USED_FOR_TARGET
806 #undef HAVE_CLEARERR_UNLOCKED
810 /* Define to 1 if you have the `clock' function. */
811 #ifndef USED_FOR_TARGET
816 /* Define if <time.h> defines clock_t. */
817 #ifndef USED_FOR_TARGET
822 /* Define 0/1 if your assembler and linker support COMDAT groups. */
823 #ifndef USED_FOR_TARGET
824 #undef HAVE_COMDAT_GROUP
828 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
830 #ifndef USED_FOR_TARGET
831 #undef HAVE_DECL_ABORT
835 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
837 #ifndef USED_FOR_TARGET
838 #undef HAVE_DECL_ASPRINTF
842 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
843 #ifndef USED_FOR_TARGET
844 #undef HAVE_DECL_ATOF
848 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
849 #ifndef USED_FOR_TARGET
850 #undef HAVE_DECL_ATOL
854 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
856 #ifndef USED_FOR_TARGET
857 #undef HAVE_DECL_ATOLL
861 /* Define to 1 if you have the declaration of `basename(const char*)', and to
863 #ifndef USED_FOR_TARGET
864 #undef HAVE_DECL_BASENAME
868 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
870 #ifndef USED_FOR_TARGET
871 #undef HAVE_DECL_CALLOC
875 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
877 #ifndef USED_FOR_TARGET
878 #undef HAVE_DECL_CLEARERR_UNLOCKED
882 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
884 #ifndef USED_FOR_TARGET
885 #undef HAVE_DECL_CLOCK
889 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
891 #ifndef USED_FOR_TARGET
892 #undef HAVE_DECL_ERRNO
896 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
898 #ifndef USED_FOR_TARGET
899 #undef HAVE_DECL_FEOF_UNLOCKED
903 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
905 #ifndef USED_FOR_TARGET
906 #undef HAVE_DECL_FERROR_UNLOCKED
910 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
912 #ifndef USED_FOR_TARGET
913 #undef HAVE_DECL_FFLUSH_UNLOCKED
917 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
918 #ifndef USED_FOR_TARGET
923 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
925 #ifndef USED_FOR_TARGET
926 #undef HAVE_DECL_FGETC_UNLOCKED
930 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
932 #ifndef USED_FOR_TARGET
933 #undef HAVE_DECL_FGETS_UNLOCKED
937 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
939 #ifndef USED_FOR_TARGET
940 #undef HAVE_DECL_FILENO_UNLOCKED
944 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
946 #ifndef USED_FOR_TARGET
947 #undef HAVE_DECL_FPRINTF_UNLOCKED
951 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
953 #ifndef USED_FOR_TARGET
954 #undef HAVE_DECL_FPUTC_UNLOCKED
958 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
960 #ifndef USED_FOR_TARGET
961 #undef HAVE_DECL_FPUTS_UNLOCKED
965 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
967 #ifndef USED_FOR_TARGET
968 #undef HAVE_DECL_FREAD_UNLOCKED
972 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
973 #ifndef USED_FOR_TARGET
974 #undef HAVE_DECL_FREE
978 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
980 #ifndef USED_FOR_TARGET
981 #undef HAVE_DECL_FWRITE_UNLOCKED
985 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
987 #ifndef USED_FOR_TARGET
988 #undef HAVE_DECL_GETCHAR_UNLOCKED
992 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
994 #ifndef USED_FOR_TARGET
995 #undef HAVE_DECL_GETCWD
999 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
1001 #ifndef USED_FOR_TARGET
1002 #undef HAVE_DECL_GETC_UNLOCKED
1006 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
1008 #ifndef USED_FOR_TARGET
1009 #undef HAVE_DECL_GETENV
1013 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
1015 #ifndef USED_FOR_TARGET
1016 #undef HAVE_DECL_GETOPT
1020 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
1022 #ifndef USED_FOR_TARGET
1023 #undef HAVE_DECL_GETPAGESIZE
1027 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
1029 #ifndef USED_FOR_TARGET
1030 #undef HAVE_DECL_GETRLIMIT
1034 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
1036 #ifndef USED_FOR_TARGET
1037 #undef HAVE_DECL_GETRUSAGE
1041 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
1043 #ifndef USED_FOR_TARGET
1044 #undef HAVE_DECL_GETWD
1048 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
1050 #ifndef USED_FOR_TARGET
1051 #undef HAVE_DECL_LDGETNAME
1055 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
1057 #ifndef USED_FOR_TARGET
1058 #undef HAVE_DECL_MADVISE
1062 /* Define to 1 if we found a declaration for 'mallinfo', otherwise define to
1064 #ifndef USED_FOR_TARGET
1065 #undef HAVE_DECL_MALLINFO
1069 /* Define to 1 if we found a declaration for 'mallinfo2', otherwise define to
1071 #ifndef USED_FOR_TARGET
1072 #undef HAVE_DECL_MALLINFO2
1076 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
1078 #ifndef USED_FOR_TARGET
1079 #undef HAVE_DECL_MALLOC
1083 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
1085 #ifndef USED_FOR_TARGET
1086 #undef HAVE_DECL_PUTCHAR_UNLOCKED
1090 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
1092 #ifndef USED_FOR_TARGET
1093 #undef HAVE_DECL_PUTC_UNLOCKED
1097 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
1099 #ifndef USED_FOR_TARGET
1100 #undef HAVE_DECL_REALLOC
1104 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
1105 #ifndef USED_FOR_TARGET
1106 #undef HAVE_DECL_SBRK
1110 /* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
1112 #ifndef USED_FOR_TARGET
1113 #undef HAVE_DECL_SETENV
1117 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
1119 #ifndef USED_FOR_TARGET
1120 #undef HAVE_DECL_SETRLIMIT
1124 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
1126 #ifndef USED_FOR_TARGET
1127 #undef HAVE_DECL_SIGALTSTACK
1131 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
1133 #ifndef USED_FOR_TARGET
1134 #undef HAVE_DECL_SNPRINTF
1138 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
1140 #ifndef USED_FOR_TARGET
1141 #undef HAVE_DECL_STPCPY
1145 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
1147 #ifndef USED_FOR_TARGET
1148 #undef HAVE_DECL_STRNLEN
1152 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
1154 #ifndef USED_FOR_TARGET
1155 #undef HAVE_DECL_STRSIGNAL
1159 /* Define to 1 if you have the declaration of `strstr(const char*,const
1160 char*)', and to 0 if you don't. */
1161 #ifndef USED_FOR_TARGET
1162 #undef HAVE_DECL_STRSTR
1166 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1168 #ifndef USED_FOR_TARGET
1169 #undef HAVE_DECL_STRTOL
1173 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1175 #ifndef USED_FOR_TARGET
1176 #undef HAVE_DECL_STRTOLL
1180 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1182 #ifndef USED_FOR_TARGET
1183 #undef HAVE_DECL_STRTOUL
1187 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1189 #ifndef USED_FOR_TARGET
1190 #undef HAVE_DECL_STRTOULL
1194 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1196 #ifndef USED_FOR_TARGET
1197 #undef HAVE_DECL_STRVERSCMP
1201 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1203 #ifndef USED_FOR_TARGET
1204 #undef HAVE_DECL_TIMES
1208 /* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1210 #ifndef USED_FOR_TARGET
1211 #undef HAVE_DECL_UNSETENV
1215 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1217 #ifndef USED_FOR_TARGET
1218 #undef HAVE_DECL_VASPRINTF
1222 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1224 #ifndef USED_FOR_TARGET
1225 #undef HAVE_DECL_VSNPRINTF
1229 /* Define to 1 if you have the <direct.h> header file. */
1230 #ifndef USED_FOR_TARGET
1231 #undef HAVE_DIRECT_H
1235 /* Define to 1 if you have the <dlfcn.h> header file. */
1236 #ifndef USED_FOR_TARGET
1241 /* Define to 1 if you have the <ext/hash_map> header file. */
1242 #ifndef USED_FOR_TARGET
1243 #undef HAVE_EXT_HASH_MAP
1247 /* Define to 1 if you have the <fcntl.h> header file. */
1248 #ifndef USED_FOR_TARGET
1253 /* Define to 1 if you have the `feof_unlocked' function. */
1254 #ifndef USED_FOR_TARGET
1255 #undef HAVE_FEOF_UNLOCKED
1259 /* Define to 1 if you have the `ferror_unlocked' function. */
1260 #ifndef USED_FOR_TARGET
1261 #undef HAVE_FERROR_UNLOCKED
1265 /* Define to 1 if you have the `fflush_unlocked' function. */
1266 #ifndef USED_FOR_TARGET
1267 #undef HAVE_FFLUSH_UNLOCKED
1271 /* Define to 1 if you have the `fgetc_unlocked' function. */
1272 #ifndef USED_FOR_TARGET
1273 #undef HAVE_FGETC_UNLOCKED
1277 /* Define to 1 if you have the `fgets_unlocked' function. */
1278 #ifndef USED_FOR_TARGET
1279 #undef HAVE_FGETS_UNLOCKED
1283 /* Define to 1 if you have the `fileno_unlocked' function. */
1284 #ifndef USED_FOR_TARGET
1285 #undef HAVE_FILENO_UNLOCKED
1289 /* Define to 1 if you have the `fork' function. */
1290 #ifndef USED_FOR_TARGET
1295 /* Define to 1 if you have the `fprintf_unlocked' function. */
1296 #ifndef USED_FOR_TARGET
1297 #undef HAVE_FPRINTF_UNLOCKED
1301 /* Define to 1 if you have the `fputc_unlocked' function. */
1302 #ifndef USED_FOR_TARGET
1303 #undef HAVE_FPUTC_UNLOCKED
1307 /* Define to 1 if you have the `fputs_unlocked' function. */
1308 #ifndef USED_FOR_TARGET
1309 #undef HAVE_FPUTS_UNLOCKED
1313 /* Define to 1 if you have the `fread_unlocked' function. */
1314 #ifndef USED_FOR_TARGET
1315 #undef HAVE_FREAD_UNLOCKED
1319 /* Define to 1 if you have the `fstatat' function. */
1320 #ifndef USED_FOR_TARGET
1325 /* Define to 1 if you have the <ftw.h> header file. */
1326 #ifndef USED_FOR_TARGET
1331 /* Define to 1 if you have the `fwrite_unlocked' function. */
1332 #ifndef USED_FOR_TARGET
1333 #undef HAVE_FWRITE_UNLOCKED
1337 /* Define if your assembler supports specifying the alignment of objects
1338 allocated using the GAS .comm command. */
1339 #ifndef USED_FOR_TARGET
1340 #undef HAVE_GAS_ALIGNED_COMM
1344 /* Define if your Arm assembler permits context-specific feature extensions.
1346 #ifndef USED_FOR_TARGET
1347 #undef HAVE_GAS_ARM_EXTENDED_ARCH
1351 /* Define if your assembler supports .balign and .p2align. */
1352 #ifndef USED_FOR_TARGET
1353 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1357 /* Define 0/1 if your assembler supports CFI directives. */
1358 #undef HAVE_GAS_CFI_DIRECTIVE
1360 /* Define 0/1 if your assembler supports .cfi_personality. */
1361 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1363 /* Define 0/1 if your assembler supports .cfi_sections. */
1364 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1366 /* Define if your assembler supports the .loc discriminator sub-directive. */
1367 #ifndef USED_FOR_TARGET
1368 #undef HAVE_GAS_DISCRIMINATOR
1372 /* Define if your assembler supports @gnu_unique_object. */
1373 #ifndef USED_FOR_TARGET
1374 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1378 /* Define if your assembler and linker support .hidden. */
1379 #undef HAVE_GAS_HIDDEN
1381 /* Define if your assembler supports .lcomm with an alignment field. */
1382 #ifndef USED_FOR_TARGET
1383 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1387 /* Define if your assembler supports .literal16. */
1388 #ifndef USED_FOR_TARGET
1389 #undef HAVE_GAS_LITERAL16
1393 /* Define if your assembler supports the .loc is_stmt sub-directive. */
1394 #ifndef USED_FOR_TARGET
1395 #undef HAVE_GAS_LOC_STMT
1399 /* Define if your assembler supports specifying the maximum number of bytes to
1400 skip when using the GAS .p2align command. */
1401 #ifndef USED_FOR_TARGET
1402 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1406 /* Define if your assembler supports the .set micromips directive */
1407 #ifndef USED_FOR_TARGET
1408 #undef HAVE_GAS_MICROMIPS
1412 /* Define if your assembler supports .nsubspa comdat option. */
1413 #ifndef USED_FOR_TARGET
1414 #undef HAVE_GAS_NSUBSPA_COMDAT
1418 /* Define if your assembler and linker support 32-bit section relative relocs
1419 via '.secrel32 label'. */
1420 #ifndef USED_FOR_TARGET
1421 #undef HAVE_GAS_PE_SECREL32_RELOC
1425 /* Define if your assembler supports specifying the exclude section flag. */
1426 #ifndef USED_FOR_TARGET
1427 #undef HAVE_GAS_SECTION_EXCLUDE
1431 /* Define 0/1 if your assembler supports 'o' flag in .section directive. */
1432 #ifndef USED_FOR_TARGET
1433 #undef HAVE_GAS_SECTION_LINK_ORDER
1437 /* Define 0/1 if your assembler supports marking sections with SHF_GNU_RETAIN
1439 #ifndef USED_FOR_TARGET
1440 #undef HAVE_GAS_SHF_GNU_RETAIN
1444 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1446 #ifndef USED_FOR_TARGET
1447 #undef HAVE_GAS_SHF_MERGE
1451 /* Define if your assembler supports .subsection and .subsection -1 starts
1452 emitting at the beginning of your section. */
1453 #ifndef USED_FOR_TARGET
1454 #undef HAVE_GAS_SUBSECTION_ORDERING
1458 /* Define if your assembler supports .weak. */
1459 #ifndef USED_FOR_TARGET
1460 #undef HAVE_GAS_WEAK
1464 /* Define if your assembler supports .weakref. */
1465 #ifndef USED_FOR_TARGET
1466 #undef HAVE_GAS_WEAKREF
1470 /* Define to 1 if you have the `getauxval' function. */
1471 #ifndef USED_FOR_TARGET
1472 #undef HAVE_GETAUXVAL
1476 /* Define to 1 if you have the `getchar_unlocked' function. */
1477 #ifndef USED_FOR_TARGET
1478 #undef HAVE_GETCHAR_UNLOCKED
1482 /* Define to 1 if you have the `getc_unlocked' function. */
1483 #ifndef USED_FOR_TARGET
1484 #undef HAVE_GETC_UNLOCKED
1488 /* Define to 1 if you have the `getrlimit' function. */
1489 #ifndef USED_FOR_TARGET
1490 #undef HAVE_GETRLIMIT
1494 /* Define to 1 if you have the `getrusage' function. */
1495 #ifndef USED_FOR_TARGET
1496 #undef HAVE_GETRUSAGE
1500 /* Define to 1 if you have the `gettimeofday' function. */
1501 #ifndef USED_FOR_TARGET
1502 #undef HAVE_GETTIMEOFDAY
1506 /* Define to 1 if using GNU as. */
1507 #ifndef USED_FOR_TARGET
1512 /* Define if your system supports gnu indirect functions. */
1513 #ifndef USED_FOR_TARGET
1514 #undef HAVE_GNU_INDIRECT_FUNCTION
1518 /* Define to 1 if using GNU ld. */
1519 #ifndef USED_FOR_TARGET
1524 /* Define if the gold linker supports split stack and is available as a
1526 #ifndef USED_FOR_TARGET
1527 #undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1531 /* Define if you have the iconv() function. */
1532 #ifndef USED_FOR_TARGET
1537 /* Define to 1 if you have the <iconv.h> header file. */
1538 #ifndef USED_FOR_TARGET
1543 /* Define 0/1 if .init_array/.fini_array sections are available and working.
1545 #ifndef USED_FOR_TARGET
1546 #undef HAVE_INITFINI_ARRAY_SUPPORT
1550 /* Define to 1 if the system has the type `intmax_t'. */
1551 #ifndef USED_FOR_TARGET
1552 #undef HAVE_INTMAX_T
1556 /* Define to 1 if the system has the type `intptr_t'. */
1557 #ifndef USED_FOR_TARGET
1558 #undef HAVE_INTPTR_T
1562 /* Define if you have a working <inttypes.h> header file. */
1563 #ifndef USED_FOR_TARGET
1564 #undef HAVE_INTTYPES_H
1568 /* Define to 1 if you have the `kill' function. */
1569 #ifndef USED_FOR_TARGET
1574 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1575 #ifndef USED_FOR_TARGET
1576 #undef HAVE_LANGINFO_CODESET
1580 /* Define to 1 if you have the <langinfo.h> header file. */
1581 #ifndef USED_FOR_TARGET
1582 #undef HAVE_LANGINFO_H
1586 /* Define if your <locale.h> file defines LC_MESSAGES. */
1587 #ifndef USED_FOR_TARGET
1588 #undef HAVE_LC_MESSAGES
1592 /* Define to 1 if you have the <ldfcn.h> header file. */
1593 #ifndef USED_FOR_TARGET
1598 /* Define 0/1 if your linker supports the SHF_MERGE flag with section
1600 #ifndef USED_FOR_TARGET
1601 #undef HAVE_LD_ALIGNED_SHF_MERGE
1605 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1607 #ifndef USED_FOR_TARGET
1608 #undef HAVE_LD_AS_NEEDED
1612 /* Define if your default avr linker script for avrxmega3 leaves .rodata in
1614 #ifndef USED_FOR_TARGET
1615 #undef HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH
1619 /* Define if your linker supports -z bndplt */
1620 #ifndef USED_FOR_TARGET
1621 #undef HAVE_LD_BNDPLT_SUPPORT
1625 /* Define if the PE linker has broken DWARF 5 support. */
1626 #ifndef USED_FOR_TARGET
1627 #undef HAVE_LD_BROKEN_PE_DWARF5
1631 /* Define if your linker supports --build-id. */
1632 #ifndef USED_FOR_TARGET
1633 #undef HAVE_LD_BUILDID
1637 /* Define if the linker supports clearing hardware capabilities via mapfile.
1639 #ifndef USED_FOR_TARGET
1640 #undef HAVE_LD_CLEARCAP
1644 /* Define to the level of your linker's compressed debug section support. */
1645 #ifndef USED_FOR_TARGET
1646 #undef HAVE_LD_COMPRESS_DEBUG
1650 /* Define if your linker supports --demangle option. */
1651 #ifndef USED_FOR_TARGET
1652 #undef HAVE_LD_DEMANGLE
1656 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1657 #ifndef USED_FOR_TARGET
1658 #undef HAVE_LD_EH_FRAME_CIEV3
1662 /* Define if your linker supports .eh_frame_hdr. */
1663 #undef HAVE_LD_EH_FRAME_HDR
1665 /* Define if your linker supports garbage collection of sections in presence
1667 #ifndef USED_FOR_TARGET
1668 #undef HAVE_LD_EH_GC_SECTIONS
1672 /* Define if your linker has buggy garbage collection of sections support when
1673 .text.startup.foo like sections are used. */
1674 #ifndef USED_FOR_TARGET
1675 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1679 /* Define if your PowerPC64 linker supports a large TOC. */
1680 #ifndef USED_FOR_TARGET
1681 #undef HAVE_LD_LARGE_TOC
1685 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1686 #ifndef USED_FOR_TARGET
1687 #undef HAVE_LD_NO_DOT_SYMS
1691 /* Define if your linker can relax absolute .eh_frame personality pointers
1692 into PC-relative form. */
1693 #ifndef USED_FOR_TARGET
1694 #undef HAVE_LD_PERSONALITY_RELAXATION
1698 /* Define if the PE linker supports --disable-dynamicbase option. */
1699 #ifndef USED_FOR_TARGET
1700 #undef HAVE_LD_PE_DISABLE_DYNAMICBASE
1704 /* Define if your linker supports PIE option. */
1705 #ifndef USED_FOR_TARGET
1710 /* Define 0/1 if your linker supports -pie option with copy reloc. */
1711 #ifndef USED_FOR_TARGET
1712 #undef HAVE_LD_PIE_COPYRELOC
1716 /* Define if your PowerPC linker has .gnu.attributes long double support. */
1717 #ifndef USED_FOR_TARGET
1718 #undef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE
1722 /* Define if your linker supports --push-state/--pop-state */
1723 #ifndef USED_FOR_TARGET
1724 #undef HAVE_LD_PUSHPOPSTATE_SUPPORT
1728 /* Define if your linker links a mix of read-only and read-write sections into
1729 a read-write section. */
1730 #ifndef USED_FOR_TARGET
1731 #undef HAVE_LD_RO_RW_SECTION_MIXING
1735 /* Define if your linker supports the *_sol2 emulations. */
1736 #ifndef USED_FOR_TARGET
1737 #undef HAVE_LD_SOL2_EMULATION
1741 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1742 #ifndef USED_FOR_TARGET
1743 #undef HAVE_LD_STATIC_DYNAMIC
1747 /* Define if your linker supports --sysroot. */
1748 #ifndef USED_FOR_TARGET
1749 #undef HAVE_LD_SYSROOT
1753 /* Define to 1 if you have the <limits.h> header file. */
1754 #ifndef USED_FOR_TARGET
1755 #undef HAVE_LIMITS_H
1759 /* Define to 1 if you have the <locale.h> header file. */
1760 #ifndef USED_FOR_TARGET
1761 #undef HAVE_LOCALE_H
1765 /* Define to 1 if the system has the type `long long'. */
1766 #ifndef USED_FOR_TARGET
1767 #undef HAVE_LONG_LONG
1771 /* Define to 1 if the system has the type `long long int'. */
1772 #ifndef USED_FOR_TARGET
1773 #undef HAVE_LONG_LONG_INT
1777 /* Define to the level of your linker's plugin support. */
1778 #ifndef USED_FOR_TARGET
1779 #undef HAVE_LTO_PLUGIN
1783 /* Define to 1 if you have the `madvise' function. */
1784 #ifndef USED_FOR_TARGET
1789 /* Define to 1 if you have the `mallinfo' function. */
1790 #ifndef USED_FOR_TARGET
1791 #undef HAVE_MALLINFO
1795 /* Define to 1 if you have the `mallinfo2' function. */
1796 #ifndef USED_FOR_TARGET
1797 #undef HAVE_MALLINFO2
1801 /* Define to 1 if you have the <malloc.h> header file. */
1802 #ifndef USED_FOR_TARGET
1803 #undef HAVE_MALLOC_H
1807 /* Define to 1 if you have the `mbstowcs' function. */
1808 #ifndef USED_FOR_TARGET
1809 #undef HAVE_MBSTOWCS
1813 /* Define if valgrind's memcheck.h header is installed. */
1814 #ifndef USED_FOR_TARGET
1815 #undef HAVE_MEMCHECK_H
1819 /* Define to 1 if you have the <memory.h> header file. */
1820 #ifndef USED_FOR_TARGET
1821 #undef HAVE_MEMORY_H
1825 /* Define to 1 if you have the `mmap' function. */
1826 #ifndef USED_FOR_TARGET
1831 /* Define if mmap with MAP_ANON(YMOUS) works. */
1832 #ifndef USED_FOR_TARGET
1833 #undef HAVE_MMAP_ANON
1837 /* Define if mmap of /dev/zero works. */
1838 #ifndef USED_FOR_TARGET
1839 #undef HAVE_MMAP_DEV_ZERO
1843 /* Define if read-only mmap of a plain file works. */
1844 #ifndef USED_FOR_TARGET
1845 #undef HAVE_MMAP_FILE
1849 /* Define if GCC has been configured with --enable-newlib-nano-formatted-io.
1851 #ifndef USED_FOR_TARGET
1852 #undef HAVE_NEWLIB_NANO_FORMATTED_IO
1856 /* Define to 1 if you have the `nl_langinfo' function. */
1857 #ifndef USED_FOR_TARGET
1858 #undef HAVE_NL_LANGINFO
1862 /* Define to 1 if you have the `popen' function. */
1863 #ifndef USED_FOR_TARGET
1868 /* Define to 1 if you have the `posix_fallocate' function. */
1869 #ifndef USED_FOR_TARGET
1870 #undef HAVE_POSIX_FALLOCATE
1874 /* Define to 1 if you have the `putchar_unlocked' function. */
1875 #ifndef USED_FOR_TARGET
1876 #undef HAVE_PUTCHAR_UNLOCKED
1880 /* Define to 1 if you have the `putc_unlocked' function. */
1881 #ifndef USED_FOR_TARGET
1882 #undef HAVE_PUTC_UNLOCKED
1886 /* Define to 1 if you have the `setlocale' function. */
1887 #ifndef USED_FOR_TARGET
1888 #undef HAVE_SETLOCALE
1892 /* Define to 1 if you have the `setrlimit' function. */
1893 #ifndef USED_FOR_TARGET
1894 #undef HAVE_SETRLIMIT
1898 /* Define if <sys/signal.h> defines sighandler_t */
1899 #ifndef USED_FOR_TARGET
1900 #undef HAVE_SIGHANDLER_T
1904 /* Define if the system-provided CRTs are present on Solaris. */
1905 #ifndef USED_FOR_TARGET
1906 #undef HAVE_SOLARIS_CRTS
1910 /* Define to 1 if you have the <stddef.h> header file. */
1911 #ifndef USED_FOR_TARGET
1912 #undef HAVE_STDDEF_H
1916 /* Define to 1 if you have the <stdint.h> header file. */
1917 #ifndef USED_FOR_TARGET
1918 #undef HAVE_STDINT_H
1922 /* Define to 1 if you have the <stdlib.h> header file. */
1923 #ifndef USED_FOR_TARGET
1924 #undef HAVE_STDLIB_H
1928 /* Define to 1 if you have the <strings.h> header file. */
1929 #ifndef USED_FOR_TARGET
1930 #undef HAVE_STRINGS_H
1934 /* Define to 1 if you have the <string.h> header file. */
1935 #ifndef USED_FOR_TARGET
1936 #undef HAVE_STRING_H
1940 /* Define to 1 if you have the `strsignal' function. */
1941 #ifndef USED_FOR_TARGET
1942 #undef HAVE_STRSIGNAL
1946 /* Define if <sys/times.h> defines struct tms. */
1947 #ifndef USED_FOR_TARGET
1948 #undef HAVE_STRUCT_TMS
1952 /* Define if <utility> defines std::swap. */
1953 #ifndef USED_FOR_TARGET
1954 #undef HAVE_SWAP_IN_UTILITY
1958 /* Define to 1 if you have the `sysconf' function. */
1959 #ifndef USED_FOR_TARGET
1964 /* Define to 1 if you have the <sys/auxv.h> header file. */
1965 #ifndef USED_FOR_TARGET
1966 #undef HAVE_SYS_AUXV_H
1970 /* Define to 1 if you have the <sys/file.h> header file. */
1971 #ifndef USED_FOR_TARGET
1972 #undef HAVE_SYS_FILE_H
1976 /* Define to 1 if you have the <sys/locking.h> header file. */
1977 #ifndef USED_FOR_TARGET
1978 #undef HAVE_SYS_LOCKING_H
1982 /* Define to 1 if you have the <sys/mman.h> header file. */
1983 #ifndef USED_FOR_TARGET
1984 #undef HAVE_SYS_MMAN_H
1988 /* Define to 1 if you have the <sys/param.h> header file. */
1989 #ifndef USED_FOR_TARGET
1990 #undef HAVE_SYS_PARAM_H
1994 /* Define to 1 if you have the <sys/resource.h> header file. */
1995 #ifndef USED_FOR_TARGET
1996 #undef HAVE_SYS_RESOURCE_H
2000 /* Define if your target C library provides sys/sdt.h */
2001 #undef HAVE_SYS_SDT_H
2003 /* Define to 1 if you have the <sys/stat.h> header file. */
2004 #ifndef USED_FOR_TARGET
2005 #undef HAVE_SYS_STAT_H
2009 /* Define to 1 if you have the <sys/times.h> header file. */
2010 #ifndef USED_FOR_TARGET
2011 #undef HAVE_SYS_TIMES_H
2015 /* Define to 1 if you have the <sys/time.h> header file. */
2016 #ifndef USED_FOR_TARGET
2017 #undef HAVE_SYS_TIME_H
2021 /* Define to 1 if you have the <sys/types.h> header file. */
2022 #ifndef USED_FOR_TARGET
2023 #undef HAVE_SYS_TYPES_H
2027 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
2028 #ifndef USED_FOR_TARGET
2029 #undef HAVE_SYS_WAIT_H
2033 /* Define to 1 if you have the `times' function. */
2034 #ifndef USED_FOR_TARGET
2039 /* Define to 1 if you have the <time.h> header file. */
2040 #ifndef USED_FOR_TARGET
2045 /* Define to 1 if you have the <tr1/unordered_map> header file. */
2046 #ifndef USED_FOR_TARGET
2047 #undef HAVE_TR1_UNORDERED_MAP
2051 /* Define to 1 if the system has the type `uintmax_t'. */
2052 #ifndef USED_FOR_TARGET
2053 #undef HAVE_UINTMAX_T
2057 /* Define to 1 if the system has the type `uintptr_t'. */
2058 #ifndef USED_FOR_TARGET
2059 #undef HAVE_UINTPTR_T
2063 /* Define to 1 if you have the <unistd.h> header file. */
2064 #ifndef USED_FOR_TARGET
2065 #undef HAVE_UNISTD_H
2069 /* Define to 1 if you have the <unordered_map> header file. */
2070 #ifndef USED_FOR_TARGET
2071 #undef HAVE_UNORDERED_MAP
2075 /* Define to 1 if the system has the type `unsigned long long int'. */
2076 #ifndef USED_FOR_TARGET
2077 #undef HAVE_UNSIGNED_LONG_LONG_INT
2081 /* Define if valgrind's valgrind/memcheck.h header is installed. */
2082 #ifndef USED_FOR_TARGET
2083 #undef HAVE_VALGRIND_MEMCHECK_H
2087 /* Define to 1 if you have the `vfork' function. */
2088 #ifndef USED_FOR_TARGET
2093 /* Define to 1 if you have the <vfork.h> header file. */
2094 #ifndef USED_FOR_TARGET
2099 /* Define to 1 if you have the <wchar.h> header file. */
2100 #ifndef USED_FOR_TARGET
2105 /* Define to 1 if you have the `wcswidth' function. */
2106 #ifndef USED_FOR_TARGET
2107 #undef HAVE_WCSWIDTH
2111 /* Define to 1 if `fork' works. */
2112 #ifndef USED_FOR_TARGET
2113 #undef HAVE_WORKING_FORK
2117 /* Define this macro if mbstowcs does not crash when its first argument is
2119 #ifndef USED_FOR_TARGET
2120 #undef HAVE_WORKING_MBSTOWCS
2124 /* Define to 1 if `vfork' works. */
2125 #ifndef USED_FOR_TARGET
2126 #undef HAVE_WORKING_VFORK
2130 /* Define if your assembler supports AIX debug frame section label reference.
2132 #ifndef USED_FOR_TARGET
2133 #undef HAVE_XCOFF_DWARF_EXTRAS
2137 /* Define if you have a working <zstd.h> header file. */
2138 #ifndef USED_FOR_TARGET
2143 /* Define if isl is in use. */
2144 #ifndef USED_FOR_TARGET
2149 /* Define if F_SETLKW supported by fcntl. */
2150 #ifndef USED_FOR_TARGET
2151 #undef HOST_HAS_F_SETLKW
2155 /* Define if _LK_LOC supported by _locking. */
2156 #ifndef USED_FOR_TARGET
2157 #undef HOST_HAS_LK_LOCK
2161 /* Define if O_CLOEXEC supported by fcntl. */
2162 #ifndef USED_FOR_TARGET
2163 #undef HOST_HAS_O_CLOEXEC
2167 /* Define if O_NONBLOCK supported by fcntl. */
2168 #ifndef USED_FOR_TARGET
2169 #undef HOST_HAS_O_NONBLOCK
2173 /* Define which stat syscall is able to handle 64bit indodes. */
2174 #ifndef USED_FOR_TARGET
2175 #undef HOST_STAT_FOR_64BIT_INODES
2179 /* Define as const if the declaration of iconv() needs const. */
2180 #ifndef USED_FOR_TARGET
2185 /* Define if int64_t uses long as underlying type. */
2186 #ifndef USED_FOR_TARGET
2187 #undef INT64_T_IS_LONG
2191 /* Define to 1 if ld64 supports '-demangle'. */
2192 #ifndef USED_FOR_TARGET
2193 #undef LD64_HAS_DEMANGLE
2197 /* Define to 1 if ld64 supports '-export_dynamic'. */
2198 #ifndef USED_FOR_TARGET
2199 #undef LD64_HAS_EXPORT_DYNAMIC
2203 /* Define to 1 if ld64 supports '-platform_version'. */
2204 #ifndef USED_FOR_TARGET
2205 #undef LD64_HAS_PLATFORM_VERSION
2209 /* Define to ld64 version. */
2210 #ifndef USED_FOR_TARGET
2215 /* Define to the linker option to ignore unused dependencies. */
2216 #ifndef USED_FOR_TARGET
2217 #undef LD_AS_NEEDED_OPTION
2221 /* Define to the linker option to enable compressed debug sections. */
2222 #ifndef USED_FOR_TARGET
2223 #undef LD_COMPRESS_DEBUG_OPTION
2227 /* Define to the linker option to enable use of shared objects. */
2228 #ifndef USED_FOR_TARGET
2229 #undef LD_DYNAMIC_OPTION
2233 /* Define to the linker option to keep unused dependencies. */
2234 #ifndef USED_FOR_TARGET
2235 #undef LD_NO_AS_NEEDED_OPTION
2239 /* Define to the linker option to disable use of shared objects. */
2240 #ifndef USED_FOR_TARGET
2241 #undef LD_STATIC_OPTION
2245 /* The linker hash style */
2246 #ifndef USED_FOR_TARGET
2247 #undef LINKER_HASH_STYLE
2251 /* Define to the name of the LTO plugin DSO that must be passed to the
2252 linker's -plugin=LIB option. */
2253 #ifndef USED_FOR_TARGET
2254 #undef LTOPLUGINSONAME
2258 /* Define to the sub-directory in which libtool stores uninstalled libraries.
2260 #ifndef USED_FOR_TARGET
2265 /* Define if we should link mingw executables with --large-address-aware */
2266 #ifndef USED_FOR_TARGET
2267 #undef MINGW_DEFAULT_LARGE_ADDR_AWARE
2271 /* Value to set mingw's _dowildcard to. */
2272 #ifndef USED_FOR_TARGET
2273 #undef MINGW_DOWILDCARD
2277 /* Define if host mkdir takes a single argument. */
2278 #ifndef USED_FOR_TARGET
2279 #undef MKDIR_TAKES_ONE_ARG
2283 /* Define to 1 to if -foffload is defaulted */
2284 #ifndef USED_FOR_TARGET
2285 #undef OFFLOAD_DEFAULTED
2289 /* Define to offload targets, separated by commas. */
2290 #ifndef USED_FOR_TARGET
2291 #undef OFFLOAD_TARGETS
2295 /* Define to the address where bug reports for this package should be sent. */
2296 #ifndef USED_FOR_TARGET
2297 #undef PACKAGE_BUGREPORT
2301 /* Define to the full name of this package. */
2302 #ifndef USED_FOR_TARGET
2307 /* Define to the full name and version of this package. */
2308 #ifndef USED_FOR_TARGET
2309 #undef PACKAGE_STRING
2313 /* Define to the one symbol short name of this package. */
2314 #ifndef USED_FOR_TARGET
2315 #undef PACKAGE_TARNAME
2319 /* Define to the home page for this package. */
2320 #ifndef USED_FOR_TARGET
2325 /* Define to the version of this package. */
2326 #ifndef USED_FOR_TARGET
2327 #undef PACKAGE_VERSION
2331 /* Specify plugin linker */
2332 #ifndef USED_FOR_TARGET
2333 #undef PLUGIN_LD_SUFFIX
2337 /* Define to .TOC. alignment forced by your linker. */
2338 #ifndef USED_FOR_TARGET
2339 #undef POWERPC64_TOC_POINTER_ALIGNMENT
2343 /* Define to PREFIX/include if cpp should also search that directory. */
2344 #ifndef USED_FOR_TARGET
2345 #undef PREFIX_INCLUDE_DIR
2349 /* The size of `dev_t', as computed by sizeof. */
2350 #ifndef USED_FOR_TARGET
2355 /* The size of `ino_t', as computed by sizeof. */
2356 #ifndef USED_FOR_TARGET
2361 /* The size of `int', as computed by sizeof. */
2362 #ifndef USED_FOR_TARGET
2367 /* The size of `long', as computed by sizeof. */
2368 #ifndef USED_FOR_TARGET
2373 /* The size of `long long', as computed by sizeof. */
2374 #ifndef USED_FOR_TARGET
2375 #undef SIZEOF_LONG_LONG
2379 /* The size of `short', as computed by sizeof. */
2380 #ifndef USED_FOR_TARGET
2385 /* The size of `void *', as computed by sizeof. */
2386 #ifndef USED_FOR_TARGET
2387 #undef SIZEOF_VOID_P
2391 /* Define to 1 if you have the ANSI C header files. */
2392 #ifndef USED_FOR_TARGET
2397 /* Define if you can safely include both <string.h> and <strings.h>. */
2398 #ifndef USED_FOR_TARGET
2399 #undef STRING_WITH_STRINGS
2403 /* Define if TFmode long double should be the default */
2404 #ifndef USED_FOR_TARGET
2405 #undef TARGET_DEFAULT_LONG_DOUBLE_128
2409 /* Define if your target C library provides the `dl_iterate_phdr' function. */
2410 #undef TARGET_DL_ITERATE_PHDR
2412 /* GNU C Library major version number used on the target, or 0. */
2413 #ifndef USED_FOR_TARGET
2414 #undef TARGET_GLIBC_MAJOR
2418 /* GNU C Library minor version number used on the target, or 0. */
2419 #ifndef USED_FOR_TARGET
2420 #undef TARGET_GLIBC_MINOR
2424 /* Define if your target C Library properly handles PT_GNU_STACK */
2425 #ifndef USED_FOR_TARGET
2426 #undef TARGET_LIBC_GNUSTACK
2430 /* Define if your target C Library provides the AT_HWCAP value in the TCB */
2431 #ifndef USED_FOR_TARGET
2432 #undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB
2436 /* Define if your target C library provides stack protector support */
2437 #ifndef USED_FOR_TARGET
2438 #undef TARGET_LIBC_PROVIDES_SSP
2442 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2443 #ifndef USED_FOR_TARGET
2444 #undef TIME_WITH_SYS_TIME
2448 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
2450 #ifndef USED_FOR_TARGET
2451 #undef TLS_SECTION_ASM_FLAG
2455 /* Define if your assembler mis-optimizes .eh_frame data. */
2456 #ifndef USED_FOR_TARGET
2457 #undef USE_AS_TRADITIONAL_FORMAT
2461 /* Define if you want to generate code by default that assumes that the Cygwin
2462 DLL exports wrappers to support libstdc++ function replacement. */
2463 #ifndef USED_FOR_TARGET
2464 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2468 /* Define 0/1 if your linker supports hidden thunks in linkonce sections. */
2469 #ifndef USED_FOR_TARGET
2470 #undef USE_HIDDEN_LINKONCE
2474 /* Define to 1 if the 'long long' type is wider than 'long' but still
2475 efficiently supported by the host hardware. */
2476 #ifndef USED_FOR_TARGET
2477 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2481 /* Define if we should use leading underscore on 64 bit mingw targets */
2482 #ifndef USED_FOR_TARGET
2483 #undef USE_MINGW64_LEADING_UNDERSCORES
2487 /* Enable extensions on AIX 3, Interix. */
2491 /* Enable GNU extensions on systems that have them. */
2495 /* Enable threading extensions on Solaris. */
2496 #ifndef _POSIX_PTHREAD_SEMANTICS
2497 # undef _POSIX_PTHREAD_SEMANTICS
2499 /* Enable extensions on HP NonStop. */
2500 #ifndef _TANDEM_SOURCE
2501 # undef _TANDEM_SOURCE
2503 /* Enable general extensions on Solaris. */
2504 #ifndef __EXTENSIONS__
2505 # undef __EXTENSIONS__
2509 /* Define to be the last component of the Windows registry key under which to
2510 look for installation paths. The full key used will be
2511 HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2512 The default is the GCC version number. */
2513 #ifndef USED_FOR_TARGET
2514 #undef WIN32_REGISTRY_KEY
2518 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2519 significant byte first (like Motorola and SPARC, unlike Intel). */
2520 #if defined AC_APPLE_UNIVERSAL_BUILD
2521 # if defined __BIG_ENDIAN__
2522 # define WORDS_BIGENDIAN 1
2525 # ifndef WORDS_BIGENDIAN
2526 # undef WORDS_BIGENDIAN
2530 /* Enable large inode numbers on Mac OS X 10.5. */
2531 #ifndef _DARWIN_USE_64_BIT_INODE
2532 # define _DARWIN_USE_64_BIT_INODE 1
2535 /* Number of bits in a file offset, on hosts where this is settable. */
2536 #ifndef USED_FOR_TARGET
2537 #undef _FILE_OFFSET_BITS
2541 /* Define for large files, on AIX-style hosts. */
2542 #ifndef USED_FOR_TARGET
2547 /* Define to 1 if on MINIX. */
2548 #ifndef USED_FOR_TARGET
2553 /* Define to 2 if the system does not provide POSIX.1 features except with
2555 #ifndef USED_FOR_TARGET
2556 #undef _POSIX_1_SOURCE
2560 /* Define to 1 if you need to in order for `stat' and other things to work. */
2561 #ifndef USED_FOR_TARGET
2562 #undef _POSIX_SOURCE
2566 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2567 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2568 #define below would cause a syntax error. */
2569 #ifndef USED_FOR_TARGET
2574 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2575 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2576 #define below would cause a syntax error. */
2577 #ifndef USED_FOR_TARGET
2582 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2583 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2584 #define below would cause a syntax error. */
2585 #ifndef USED_FOR_TARGET
2590 /* Define to `char *' if <sys/types.h> does not define. */
2591 #ifndef USED_FOR_TARGET
2596 /* Define to `__inline__' or `__inline' if that's what the C compiler
2597 calls it, or to nothing if 'inline' is not supported under any name. */
2602 /* Define to the type of a signed integer type of width exactly 16 bits if
2603 such a type exists and the standard includes do not define it. */
2604 #ifndef USED_FOR_TARGET
2609 /* Define to the type of a signed integer type of width exactly 32 bits if
2610 such a type exists and the standard includes do not define it. */
2611 #ifndef USED_FOR_TARGET
2616 /* Define to the type of a signed integer type of width exactly 64 bits if
2617 such a type exists and the standard includes do not define it. */
2618 #ifndef USED_FOR_TARGET
2623 /* Define to the type of a signed integer type of width exactly 8 bits if such
2624 a type exists and the standard includes do not define it. */
2625 #ifndef USED_FOR_TARGET
2630 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2632 #ifndef USED_FOR_TARGET
2637 /* Define to the type of a signed integer type wide enough to hold a pointer,
2638 if such a type exists, and if the system does not define it. */
2639 #ifndef USED_FOR_TARGET
2644 /* Define to `int' if <sys/types.h> does not define. */
2645 #ifndef USED_FOR_TARGET
2650 /* Define to `long' if <sys/resource.h> doesn't define. */
2651 #ifndef USED_FOR_TARGET
2656 /* Define to `int' if <sys/types.h> does not define. */
2657 #ifndef USED_FOR_TARGET
2662 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2663 such a type exists and the standard includes do not define it. */
2664 #ifndef USED_FOR_TARGET
2669 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2670 such a type exists and the standard includes do not define it. */
2671 #ifndef USED_FOR_TARGET
2676 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2677 such a type exists and the standard includes do not define it. */
2678 #ifndef USED_FOR_TARGET
2683 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2684 such a type exists and the standard includes do not define it. */
2685 #ifndef USED_FOR_TARGET
2690 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2692 #ifndef USED_FOR_TARGET
2697 /* Define to the type of an unsigned integer type wide enough to hold a
2698 pointer, if such a type exists, and if the system does not define it. */
2699 #ifndef USED_FOR_TARGET
2704 /* Define as `fork' if `vfork' does not work. */
2705 #ifndef USED_FOR_TARGET