c++: Implement C++26 P2573R2 - = delete("should have a reason"); [PR114458]
[official-gcc.git] / gcc / config.in
blobf3de4ba6776bd1cb32a3f617397a6343455362c3
1 /* config.in.  Generated from configure.ac by autoheader.  */
3 /* Define if this compiler should be built as the offload target compiler. */
4 #ifndef USED_FOR_TARGET
5 #undef ACCEL_COMPILER
6 #endif
9 /* Define if building universal (internal helper macro) */
10 #ifndef USED_FOR_TARGET
11 #undef AC_APPLE_UNIVERSAL_BUILD
12 #endif
15 /* Define to the assembler option to enable compressed debug sections. */
16 #ifndef USED_FOR_TARGET
17 #undef AS_COMPRESS_DEBUG_OPTION
18 #endif
21 /* Define to the assembler option to disable compressed debug sections. */
22 #ifndef USED_FOR_TARGET
23 #undef AS_NO_COMPRESS_DEBUG_OPTION
24 #endif
27 /* Define to the root for URLs about GCC changes. */
28 #ifndef USED_FOR_TARGET
29 #undef CHANGES_ROOT_URL
30 #endif
33 /* Define as the number of bits in a byte, if `limits.h' doesn't. */
34 #ifndef USED_FOR_TARGET
35 #undef CHAR_BIT
36 #endif
39 /* Define to 0/1 if you want more run-time sanity checks. This one gets a grab
40    bag of miscellaneous but relatively cheap checks. */
41 #ifndef USED_FOR_TARGET
42 #undef CHECKING_P
43 #endif
46 /* Define 0/1 to force the choice for exception handling model. */
47 #ifndef USED_FOR_TARGET
48 #undef CONFIG_SJLJ_EXCEPTIONS
49 #endif
52 /* Specify a runpath directory, additional to those provided by the compiler
53    */
54 #ifndef USED_FOR_TARGET
55 #undef DARWIN_ADD_RPATH
56 #endif
59 /* Should add an extra runpath directory */
60 #ifndef USED_FOR_TARGET
61 #undef DARWIN_DO_EXTRA_RPATH
62 #endif
65 /* Define to enable the use of a default assembler. */
66 #ifndef USED_FOR_TARGET
67 #undef DEFAULT_ASSEMBLER
68 #endif
71 /* Define to enable the use of a default debug linker. */
72 #ifndef USED_FOR_TARGET
73 #undef DEFAULT_DSYMUTIL
74 #endif
77 /* Define to enable the use of a default linker. */
78 #ifndef USED_FOR_TARGET
79 #undef DEFAULT_LINKER
80 #endif
83 /* Define to larger than zero set the default stack clash protector size. */
84 #ifndef USED_FOR_TARGET
85 #undef DEFAULT_STK_CLASH_GUARD_SIZE
86 #endif
89 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
90    destructors for local statics and global objects. This is essential for
91    fully standards-compliant handling of destructors, but requires
92    __cxa_atexit in libc. */
93 #ifndef USED_FOR_TARGET
94 #undef DEFAULT_USE_CXA_ATEXIT
95 #endif
98 /* The default for -fdiagnostics-color option */
99 #ifndef USED_FOR_TARGET
100 #undef DIAGNOSTICS_COLOR_DEFAULT
101 #endif
104 /* The default for -fdiagnostics-urls option */
105 #ifndef USED_FOR_TARGET
106 #undef DIAGNOSTICS_URLS_DEFAULT
107 #endif
110 /* Define to the root for documentation URLs. */
111 #ifndef USED_FOR_TARGET
112 #undef DOCUMENTATION_ROOT_URL
113 #endif
116 /* Define to the dsymutil version. */
117 #ifndef USED_FOR_TARGET
118 #undef DSYMUTIL_VERSION
119 #endif
122 /* Define 0/1 if static analyzer feature is enabled. */
123 #ifndef USED_FOR_TARGET
124 #undef ENABLE_ANALYZER
125 #endif
128 /* Define if you want assertions enabled. This is a cheap check. */
129 #ifndef USED_FOR_TARGET
130 #undef ENABLE_ASSERT_CHECKING
131 #endif
134 /* Define to 1 to specify that we are using the BID decimal floating point
135    format instead of DPD */
136 #ifndef USED_FOR_TARGET
137 #undef ENABLE_DECIMAL_BID_FORMAT
138 #endif
141 /* Define to 1 to enable decimal float extension to C. */
142 #ifndef USED_FOR_TARGET
143 #undef ENABLE_DECIMAL_FLOAT
144 #endif
147 /* Define if your target supports default PIE and it is enabled. */
148 #ifndef USED_FOR_TARGET
149 #undef ENABLE_DEFAULT_PIE
150 #endif
153 /* Define if your target supports default stack protector and it is enabled.
154    */
155 #ifndef USED_FOR_TARGET
156 #undef ENABLE_DEFAULT_SSP
157 #endif
160 /* Define if you want more run-time sanity checks for dataflow. */
161 #ifndef USED_FOR_TARGET
162 #undef ENABLE_DF_CHECKING
163 #endif
166 /* Define to 0/1 if you want extra run-time checking that might affect code
167    generation. */
168 #ifndef USED_FOR_TARGET
169 #undef ENABLE_EXTRA_CHECKING
170 #endif
173 /* Define to 1 to enable fixed-point arithmetic extension to C. */
174 #ifndef USED_FOR_TARGET
175 #undef ENABLE_FIXED_POINT
176 #endif
179 /* Define if you want fold checked that it never destructs its argument. This
180    is quite expensive. */
181 #ifndef USED_FOR_TARGET
182 #undef ENABLE_FOLD_CHECKING
183 #endif
186 /* Define if you want the garbage collector to operate in maximally paranoid
187    mode, validating the entire heap and collecting garbage at every
188    opportunity. This is extremely expensive. */
189 #ifndef USED_FOR_TARGET
190 #undef ENABLE_GC_ALWAYS_COLLECT
191 #endif
194 /* Define if you want the garbage collector to do object poisoning and other
195    memory allocation checks. This is quite expensive. */
196 #ifndef USED_FOR_TARGET
197 #undef ENABLE_GC_CHECKING
198 #endif
201 /* Define if you want operations on GIMPLE (the basic data structure of the
202    high-level optimizers) to be checked for dynamic type safety at runtime.
203    This is moderately expensive. */
204 #ifndef USED_FOR_TARGET
205 #undef ENABLE_GIMPLE_CHECKING
206 #endif
209 /* Define if gcc should always pass --build-id to linker. */
210 #ifndef USED_FOR_TARGET
211 #undef ENABLE_LD_BUILDID
212 #endif
215 /* Define to 1 to enable libquadmath support */
216 #ifndef USED_FOR_TARGET
217 #undef ENABLE_LIBQUADMATH_SUPPORT
218 #endif
221 /* Define to enable LTO support. */
222 #ifndef USED_FOR_TARGET
223 #undef ENABLE_LTO
224 #endif
227 /* If --with-multiarch option is used */
228 #ifndef USED_FOR_TARGET
229 #undef ENABLE_MULTIARCH
230 #endif
233 /* Define to 1 if translation of program messages to the user's native
234    language is requested. */
235 #ifndef USED_FOR_TARGET
236 #undef ENABLE_NLS
237 #endif
240 /* Define this to enable support for offloading. */
241 #ifndef USED_FOR_TARGET
242 #undef ENABLE_OFFLOADING
243 #endif
246 /* Define to enable plugin support. */
247 #ifndef USED_FOR_TARGET
248 #undef ENABLE_PLUGIN
249 #endif
252 /* Define if you want all operations on RTL (the basic data structure of the
253    optimizer and back end) to be checked for dynamic type safety at runtime.
254    This is quite expensive. */
255 #ifndef USED_FOR_TARGET
256 #undef ENABLE_RTL_CHECKING
257 #endif
260 /* Define if you want RTL flag accesses to be checked against the RTL codes
261    that are supported for each access macro. This is relatively cheap. */
262 #ifndef USED_FOR_TARGET
263 #undef ENABLE_RTL_FLAG_CHECKING
264 #endif
267 /* Define if you want runtime assertions enabled. This is a cheap check. */
268 #undef ENABLE_RUNTIME_CHECKING
270 /* Define to enable evaluating float expressions with double precision in
271    standards-compatible mode on s390 targets. */
272 #undef ENABLE_S390_EXCESS_FLOAT_PRECISION
274 /* Define if the -stdlib= option should be enabled. */
275 #ifndef USED_FOR_TARGET
276 #undef ENABLE_STDLIB_OPTION
277 #endif
280 /* Define if you want all operations on trees (the basic data structure of the
281    front ends) to be checked for dynamic type safety at runtime. This is
282    moderately expensive. */
283 #ifndef USED_FOR_TARGET
284 #undef ENABLE_TREE_CHECKING
285 #endif
288 /* Define if you want all gimple types to be verified after gimplifiation.
289    This is cheap. */
290 #ifndef USED_FOR_TARGET
291 #undef ENABLE_TYPES_CHECKING
292 #endif
295 /* Define to get calls to the valgrind runtime enabled. */
296 #ifndef USED_FOR_TARGET
297 #undef ENABLE_VALGRIND_ANNOTATIONS
298 #endif
301 /* Define if you want to run subprograms and generated programs through
302    valgrind (a memory checker). This is extremely expensive. */
303 #ifndef USED_FOR_TARGET
304 #undef ENABLE_VALGRIND_CHECKING
305 #endif
308 /* Define 0/1 if vtable verification feature is enabled. */
309 #ifndef USED_FOR_TARGET
310 #undef ENABLE_VTABLE_VERIFY
311 #endif
314 /* Define to 1 if installation paths should be looked up in the Windows
315    Registry. Ignored on non-Windows hosts. */
316 #ifndef USED_FOR_TARGET
317 #undef ENABLE_WIN32_REGISTRY
318 #endif
321 /* Define to the name of a file containing a list of extra machine modes for
322    this architecture. */
323 #ifndef USED_FOR_TARGET
324 #undef EXTRA_MODES_FILE
325 #endif
328 /* Define to enable detailed memory allocation stats gathering. */
329 #ifndef USED_FOR_TARGET
330 #undef GATHER_STATISTICS
331 #endif
334 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
335 #ifndef USED_FOR_TARGET
336 #undef GWINSZ_IN_SYS_IOCTL
337 #endif
340 /* mcontext_t fields start with __ */
341 #ifndef USED_FOR_TARGET
342 #undef HAS_MCONTEXT_T_UNDERSCORES
343 #endif
346 /* Define if AF_INET6 supported. */
347 #ifndef USED_FOR_TARGET
348 #undef HAVE_AF_INET6
349 #endif
352 /* Define if AF_UNIX supported. */
353 #ifndef USED_FOR_TARGET
354 #undef HAVE_AF_UNIX
355 #endif
358 /* Define if your assembler supports architecture modifiers. */
359 #ifndef USED_FOR_TARGET
360 #undef HAVE_AS_ARCHITECTURE_MODIFIERS
361 #endif
364 /* Define if your avr assembler supports -mgcc-isr option. */
365 #ifndef USED_FOR_TARGET
366 #undef HAVE_AS_AVR_MGCCISR_OPTION
367 #endif
370 /* Define if your avr assembler supports --mlink-relax option. */
371 #ifndef USED_FOR_TARGET
372 #undef HAVE_AS_AVR_MLINK_RELAX_OPTION
373 #endif
376 /* Define if your avr assembler supports -mrmw option. */
377 #ifndef USED_FOR_TARGET
378 #undef HAVE_AS_AVR_MRMW_OPTION
379 #endif
382 /* Define to the level of your assembler's compressed debug section support.
383    */
384 #ifndef USED_FOR_TARGET
385 #undef HAVE_AS_COMPRESS_DEBUG
386 #endif
389 /* Define if your assembler supports conditional branch relaxation. */
390 #ifndef USED_FOR_TARGET
391 #undef HAVE_AS_COND_BRANCH_RELAXATION
392 #endif
395 /* Define if your assembler supports the --debug-prefix-map option. */
396 #ifndef USED_FOR_TARGET
397 #undef HAVE_AS_DEBUG_PREFIX_MAP
398 #endif
401 /* Define if your assembler supports .module. */
402 #ifndef USED_FOR_TARGET
403 #undef HAVE_AS_DOT_MODULE
404 #endif
407 /* Define if your assembler supports DSPR1 mult. */
408 #ifndef USED_FOR_TARGET
409 #undef HAVE_AS_DSPR1_MULT
410 #endif
413 /* Define if your assembler supports .dtprelword. */
414 #ifndef USED_FOR_TARGET
415 #undef HAVE_AS_DTPRELWORD
416 #endif
419 /* Define if your assembler supports dwarf2 .file/.loc directives, and
420    preserves file table indices exactly as given. */
421 #ifndef USED_FOR_TARGET
422 #undef HAVE_AS_DWARF2_DEBUG_LINE
423 #endif
426 /* Define if your assembler supports views in dwarf2 .loc directives. */
427 #ifndef USED_FOR_TARGET
428 #undef HAVE_AS_DWARF2_DEBUG_VIEW
429 #endif
432 /* Define if your assembler supports eh_frame pcrel encoding. */
433 #ifndef USED_FOR_TARGET
434 #undef HAVE_AS_EH_FRAME_PCREL_ENCODING_SUPPORT
435 #endif
438 /* Define if your assembler supports the R_PPC64_ENTRY relocation. */
439 #ifndef USED_FOR_TARGET
440 #undef HAVE_AS_ENTRY_MARKERS
441 #endif
444 /* Define if your assembler supports explicit relocation. */
445 #ifndef USED_FOR_TARGET
446 #undef HAVE_AS_EXPLICIT_RELOCS
447 #endif
450 /* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
451 #ifndef USED_FOR_TARGET
452 #undef HAVE_AS_FMAF_HPC_VIS3
453 #endif
456 /* Define if your assembler supports the --gdwarf2 option. */
457 #ifndef USED_FOR_TARGET
458 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
459 #endif
462 /* Define if your assembler supports the --gdwarf-5 option. */
463 #ifndef USED_FOR_TARGET
464 #undef HAVE_AS_GDWARF_5_DEBUG_FLAG
465 #endif
468 /* Define if your assembler supports .gnu_attribute. */
469 #ifndef USED_FOR_TARGET
470 #undef HAVE_AS_GNU_ATTRIBUTE
471 #endif
474 /* Define true if the assembler supports '.long foo@GOTOFF'. */
475 #ifndef USED_FOR_TARGET
476 #undef HAVE_AS_GOTOFF_IN_DATA
477 #endif
480 /* Define if your assembler supports the Sun syntax for cmov. */
481 #ifndef USED_FOR_TARGET
482 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
483 #endif
486 /* Define if your assembler supports the subtraction of symbols in different
487    sections. */
488 #ifndef USED_FOR_TARGET
489 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
490 #endif
493 /* Define if your assembler supports the ffreep mnemonic. */
494 #ifndef USED_FOR_TARGET
495 #undef HAVE_AS_IX86_FFREEP
496 #endif
499 /* Define if your assembler uses fildq and fistq mnemonics. */
500 #ifndef USED_FOR_TARGET
501 #undef HAVE_AS_IX86_FILDQ
502 #endif
505 /* Define if your assembler uses filds and fists mnemonics. */
506 #ifndef USED_FOR_TARGET
507 #undef HAVE_AS_IX86_FILDS
508 #endif
511 /* Define 0/1 if your assembler and linker support @GOT. */
512 #ifndef USED_FOR_TARGET
513 #undef HAVE_AS_IX86_GOT32X
514 #endif
517 /* Define if your assembler supports HLE prefixes. */
518 #ifndef USED_FOR_TARGET
519 #undef HAVE_AS_IX86_HLE
520 #endif
523 /* Define if your assembler supports interunit movq mnemonic. */
524 #ifndef USED_FOR_TARGET
525 #undef HAVE_AS_IX86_INTERUNIT_MOVQ
526 #endif
529 /* Define if your assembler supports the .quad directive. */
530 #ifndef USED_FOR_TARGET
531 #undef HAVE_AS_IX86_QUAD
532 #endif
535 /* Define if the assembler supports 'rep <insn>, lock <insn>'. */
536 #ifndef USED_FOR_TARGET
537 #undef HAVE_AS_IX86_REP_LOCK_PREFIX
538 #endif
541 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
542 #ifndef USED_FOR_TARGET
543 #undef HAVE_AS_IX86_SAHF
544 #endif
547 /* Define if your assembler supports the swap suffix. */
548 #ifndef USED_FOR_TARGET
549 #undef HAVE_AS_IX86_SWAP
550 #endif
553 /* Define if your assembler and linker support @tlsgdplt. */
554 #ifndef USED_FOR_TARGET
555 #undef HAVE_AS_IX86_TLSGDPLT
556 #endif
559 /* Define to 1 if your assembler and linker support @tlsldm. */
560 #ifndef USED_FOR_TARGET
561 #undef HAVE_AS_IX86_TLSLDM
562 #endif
565 /* Define to 1 if your assembler and linker support @tlsldmplt. */
566 #ifndef USED_FOR_TARGET
567 #undef HAVE_AS_IX86_TLSLDMPLT
568 #endif
571 /* Define 0/1 if your assembler and linker support calling ___tls_get_addr via
572    GOT. */
573 #ifndef USED_FOR_TARGET
574 #undef HAVE_AS_IX86_TLS_GET_ADDR_GOT
575 #endif
578 /* Define if your assembler supports the 'ud2' mnemonic. */
579 #ifndef USED_FOR_TARGET
580 #undef HAVE_AS_IX86_UD2
581 #endif
584 /* Define if your assembler supports the lituse_jsrdirect relocation. */
585 #ifndef USED_FOR_TARGET
586 #undef HAVE_AS_JSRDIRECT_RELOCS
587 #endif
590 /* Define if your assembler supports .sleb128 and .uleb128. */
591 #ifndef USED_FOR_TARGET
592 #undef HAVE_AS_LEB128
593 #endif
596 /* Define if your assembler supports LEON instructions. */
597 #ifndef USED_FOR_TARGET
598 #undef HAVE_AS_LEON
599 #endif
602 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
603 #ifndef USED_FOR_TARGET
604 #undef HAVE_AS_LINE_ZERO
605 #endif
608 /* Define if your assembler supports ltoffx and ldxmov relocations. */
609 #ifndef USED_FOR_TARGET
610 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
611 #endif
614 /* Define if your assembler supports the -mabi option. */
615 #ifndef USED_FOR_TARGET
616 #undef HAVE_AS_MABI_OPTION
617 #endif
620 /* Define if your assembler supports .machine and .machinemode. */
621 #ifndef USED_FOR_TARGET
622 #undef HAVE_AS_MACHINE_MACHINEMODE
623 #endif
626 /* Define if your macOS assembler supports .build_version directives */
627 #ifndef USED_FOR_TARGET
628 #undef HAVE_AS_MACOS_BUILD_VERSION
629 #endif
632 /* Define if the assembler understands -march=rv*_zifencei. */
633 #ifndef USED_FOR_TARGET
634 #undef HAVE_AS_MARCH_ZIFENCEI
635 #endif
638 /* Define if your assembler supports mfcr field. */
639 #ifndef USED_FOR_TARGET
640 #undef HAVE_AS_MFCRF
641 #endif
644 /* Define if the assembler understands -misa-spec=. */
645 #ifndef USED_FOR_TARGET
646 #undef HAVE_AS_MISA_SPEC
647 #endif
650 /* Define if your macOS assembler supports -mllvm -x86-pad-for-align=false. */
651 #ifndef USED_FOR_TARGET
652 #undef HAVE_AS_MLLVM_X86_PAD_FOR_ALIGN
653 #endif
656 /* Define if your macOS assembler supports the -mmacos-version-min option. */
657 #ifndef USED_FOR_TARGET
658 #undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION
659 #endif
662 /* Define if your assembler supports -mrelax option. */
663 #ifndef USED_FOR_TARGET
664 #undef HAVE_AS_MRELAX_OPTION
665 #endif
668 /* Define if your assembler supports .mspabi_attribute. */
669 #ifndef USED_FOR_TARGET
670 #undef HAVE_AS_MSPABI_ATTRIBUTE
671 #endif
674 /* Define if the assembler understands -mnan=. */
675 #ifndef USED_FOR_TARGET
676 #undef HAVE_AS_NAN
677 #endif
680 /* Define if your assembler supports %gotoff relocation syntax. */
681 #ifndef USED_FOR_TARGET
682 #undef HAVE_AS_NIOS2_GOTOFF_RELOCATION
683 #endif
686 /* Define if your assembler supports the -no-mul-bug-abort option. */
687 #ifndef USED_FOR_TARGET
688 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
689 #endif
692 /* Define if the assembler understands -mno-shared. */
693 #ifndef USED_FOR_TARGET
694 #undef HAVE_AS_NO_SHARED
695 #endif
698 /* Define if your assembler supports offsetable %lo(). */
699 #ifndef USED_FOR_TARGET
700 #undef HAVE_AS_OFFSETABLE_LO10
701 #endif
704 /* Define if your assembler supports R_PPC*_PLTSEQ relocations. */
705 #ifndef USED_FOR_TARGET
706 #undef HAVE_AS_PLTSEQ
707 #endif
710 /* Define if your assembler supports htm insns on power10. */
711 #ifndef USED_FOR_TARGET
712 #undef HAVE_AS_POWER10_HTM
713 #endif
716 /* Define if your assembler supports .ref */
717 #ifndef USED_FOR_TARGET
718 #undef HAVE_AS_REF
719 #endif
722 /* Define if your assembler supports R_PPC_REL16 relocs. */
723 #ifndef USED_FOR_TARGET
724 #undef HAVE_AS_REL16
725 #endif
728 /* Define if your assembler supports -relax option. */
729 #ifndef USED_FOR_TARGET
730 #undef HAVE_AS_RELAX_OPTION
731 #endif
734 /* Define if your assembler supports .attribute. */
735 #ifndef USED_FOR_TARGET
736 #undef HAVE_AS_RISCV_ATTRIBUTE
737 #endif
740 /* Define 0/1 if your assembler and linker support R_X86_64_CODE_6_GOTTPOFF.
741    */
742 #ifndef USED_FOR_TARGET
743 #undef HAVE_AS_R_X86_64_CODE_6_GOTTPOFF
744 #endif
747 /* Define if your assembler supports relocs needed by -fpic. */
748 #ifndef USED_FOR_TARGET
749 #undef HAVE_AS_SMALL_PIC_RELOCS
750 #endif
753 /* Define if your assembler supports SPARC4 instructions. */
754 #ifndef USED_FOR_TARGET
755 #undef HAVE_AS_SPARC4
756 #endif
759 /* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */
760 #ifndef USED_FOR_TARGET
761 #undef HAVE_AS_SPARC5_VIS4
762 #endif
765 /* Define if your assembler supports SPARC6 instructions. */
766 #ifndef USED_FOR_TARGET
767 #undef HAVE_AS_SPARC6
768 #endif
771 /* Define if your assembler and linker support GOTDATA_OP relocs. */
772 #ifndef USED_FOR_TARGET
773 #undef HAVE_AS_SPARC_GOTDATA_OP
774 #endif
777 /* Define if your assembler and linker support unaligned PC relative relocs.
778    */
779 #ifndef USED_FOR_TARGET
780 #undef HAVE_AS_SPARC_UA_PCREL
781 #endif
784 /* Define if your assembler and linker support unaligned PC relative relocs
785    against hidden symbols. */
786 #ifndef USED_FOR_TARGET
787 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
788 #endif
791 /* Define if your assembler supports call36 relocation. */
792 #ifndef USED_FOR_TARGET
793 #undef HAVE_AS_SUPPORT_CALL36
794 #endif
797 /* Define if your assembler and linker support thread-local storage. */
798 #ifndef USED_FOR_TARGET
799 #undef HAVE_AS_TLS
800 #endif
803 /* Define if your assembler supports tls le relocation. */
804 #ifndef USED_FOR_TARGET
805 #undef HAVE_AS_TLS_LE_RELAXATION
806 #endif
809 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
810    alignment hint argument. */
811 #ifndef USED_FOR_TARGET
812 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS
813 #endif
816 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
817    alignment hint argument on z13. */
818 #ifndef USED_FOR_TARGET
819 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS_ON_Z13
820 #endif
823 /* Define if your assembler supports VSX instructions. */
824 #ifndef USED_FOR_TARGET
825 #undef HAVE_AS_VSX
826 #endif
829 /* Define if your assembler supports --gdwarf-4/--gdwarf-5 even with compiler
830    generated .debug_line. */
831 #ifndef USED_FOR_TARGET
832 #undef HAVE_AS_WORKING_DWARF_N_FLAG
833 #endif
836 /* Define if your assembler supports -xbrace_comment option. */
837 #ifndef USED_FOR_TARGET
838 #undef HAVE_AS_XBRACE_COMMENT_OPTION
839 #endif
842 /* Define to 1 if you have the `atoq' function. */
843 #ifndef USED_FOR_TARGET
844 #undef HAVE_ATOQ
845 #endif
848 /* Define to 1 if you have the Mac OS X function
849    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
850 #ifndef USED_FOR_TARGET
851 #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
852 #endif
855 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
856    the CoreFoundation framework. */
857 #ifndef USED_FOR_TARGET
858 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
859 #endif
862 /* Define to 1 if you have the `clearerr_unlocked' function. */
863 #ifndef USED_FOR_TARGET
864 #undef HAVE_CLEARERR_UNLOCKED
865 #endif
868 /* Define to 1 if you have the `clock' function. */
869 #ifndef USED_FOR_TARGET
870 #undef HAVE_CLOCK
871 #endif
874 /* Define if <time.h> defines clock_t. */
875 #ifndef USED_FOR_TARGET
876 #undef HAVE_CLOCK_T
877 #endif
880 /* Define 0/1 if your assembler and linker support COMDAT groups. */
881 #ifndef USED_FOR_TARGET
882 #undef HAVE_COMDAT_GROUP
883 #endif
886 /* Define if the GNU dcgettext() function is already present or preinstalled.
887    */
888 #ifndef USED_FOR_TARGET
889 #undef HAVE_DCGETTEXT
890 #endif
893 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
894    */
895 #ifndef USED_FOR_TARGET
896 #undef HAVE_DECL_ABORT
897 #endif
900 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
901    0. */
902 #ifndef USED_FOR_TARGET
903 #undef HAVE_DECL_ASPRINTF
904 #endif
907 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
908 #ifndef USED_FOR_TARGET
909 #undef HAVE_DECL_ATOF
910 #endif
913 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
914 #ifndef USED_FOR_TARGET
915 #undef HAVE_DECL_ATOL
916 #endif
919 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
920    */
921 #ifndef USED_FOR_TARGET
922 #undef HAVE_DECL_ATOLL
923 #endif
926 /* Define to 1 if you have the declaration of `basename(const char*)', and to
927    0 if you don't. */
928 #ifndef USED_FOR_TARGET
929 #undef HAVE_DECL_BASENAME
930 #endif
933 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
934    */
935 #ifndef USED_FOR_TARGET
936 #undef HAVE_DECL_CALLOC
937 #endif
940 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
941    define to 0. */
942 #ifndef USED_FOR_TARGET
943 #undef HAVE_DECL_CLEARERR_UNLOCKED
944 #endif
947 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
948    */
949 #ifndef USED_FOR_TARGET
950 #undef HAVE_DECL_CLOCK
951 #endif
954 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
955    */
956 #ifndef USED_FOR_TARGET
957 #undef HAVE_DECL_ERRNO
958 #endif
961 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
962    to 0. */
963 #ifndef USED_FOR_TARGET
964 #undef HAVE_DECL_FEOF_UNLOCKED
965 #endif
968 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
969    define to 0. */
970 #ifndef USED_FOR_TARGET
971 #undef HAVE_DECL_FERROR_UNLOCKED
972 #endif
975 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
976    define to 0. */
977 #ifndef USED_FOR_TARGET
978 #undef HAVE_DECL_FFLUSH_UNLOCKED
979 #endif
982 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
983 #ifndef USED_FOR_TARGET
984 #undef HAVE_DECL_FFS
985 #endif
988 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
989    define to 0. */
990 #ifndef USED_FOR_TARGET
991 #undef HAVE_DECL_FGETC_UNLOCKED
992 #endif
995 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
996    define to 0. */
997 #ifndef USED_FOR_TARGET
998 #undef HAVE_DECL_FGETS_UNLOCKED
999 #endif
1002 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
1003    define to 0. */
1004 #ifndef USED_FOR_TARGET
1005 #undef HAVE_DECL_FILENO_UNLOCKED
1006 #endif
1009 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
1010    define to 0. */
1011 #ifndef USED_FOR_TARGET
1012 #undef HAVE_DECL_FPRINTF_UNLOCKED
1013 #endif
1016 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
1017    define to 0. */
1018 #ifndef USED_FOR_TARGET
1019 #undef HAVE_DECL_FPUTC_UNLOCKED
1020 #endif
1023 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
1024    define to 0. */
1025 #ifndef USED_FOR_TARGET
1026 #undef HAVE_DECL_FPUTS_UNLOCKED
1027 #endif
1030 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
1031    define to 0. */
1032 #ifndef USED_FOR_TARGET
1033 #undef HAVE_DECL_FREAD_UNLOCKED
1034 #endif
1037 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
1038 #ifndef USED_FOR_TARGET
1039 #undef HAVE_DECL_FREE
1040 #endif
1043 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
1044    define to 0. */
1045 #ifndef USED_FOR_TARGET
1046 #undef HAVE_DECL_FWRITE_UNLOCKED
1047 #endif
1050 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
1051    define to 0. */
1052 #ifndef USED_FOR_TARGET
1053 #undef HAVE_DECL_GETCHAR_UNLOCKED
1054 #endif
1057 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
1058    */
1059 #ifndef USED_FOR_TARGET
1060 #undef HAVE_DECL_GETCWD
1061 #endif
1064 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
1065    to 0. */
1066 #ifndef USED_FOR_TARGET
1067 #undef HAVE_DECL_GETC_UNLOCKED
1068 #endif
1071 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
1072    */
1073 #ifndef USED_FOR_TARGET
1074 #undef HAVE_DECL_GETENV
1075 #endif
1078 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
1079    */
1080 #ifndef USED_FOR_TARGET
1081 #undef HAVE_DECL_GETOPT
1082 #endif
1085 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
1086    to 0. */
1087 #ifndef USED_FOR_TARGET
1088 #undef HAVE_DECL_GETPAGESIZE
1089 #endif
1092 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
1093    0. */
1094 #ifndef USED_FOR_TARGET
1095 #undef HAVE_DECL_GETRLIMIT
1096 #endif
1099 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
1100    0. */
1101 #ifndef USED_FOR_TARGET
1102 #undef HAVE_DECL_GETRUSAGE
1103 #endif
1106 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
1107    */
1108 #ifndef USED_FOR_TARGET
1109 #undef HAVE_DECL_GETWD
1110 #endif
1113 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
1114    0. */
1115 #ifndef USED_FOR_TARGET
1116 #undef HAVE_DECL_LDGETNAME
1117 #endif
1120 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
1121    */
1122 #ifndef USED_FOR_TARGET
1123 #undef HAVE_DECL_MADVISE
1124 #endif
1127 /* Define to 1 if we found a declaration for 'mallinfo', otherwise define to
1128    0. */
1129 #ifndef USED_FOR_TARGET
1130 #undef HAVE_DECL_MALLINFO
1131 #endif
1134 /* Define to 1 if we found a declaration for 'mallinfo2', otherwise define to
1135    0. */
1136 #ifndef USED_FOR_TARGET
1137 #undef HAVE_DECL_MALLINFO2
1138 #endif
1141 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
1142    */
1143 #ifndef USED_FOR_TARGET
1144 #undef HAVE_DECL_MALLOC
1145 #endif
1148 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
1149    define to 0. */
1150 #ifndef USED_FOR_TARGET
1151 #undef HAVE_DECL_PUTCHAR_UNLOCKED
1152 #endif
1155 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
1156    to 0. */
1157 #ifndef USED_FOR_TARGET
1158 #undef HAVE_DECL_PUTC_UNLOCKED
1159 #endif
1162 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
1163    */
1164 #ifndef USED_FOR_TARGET
1165 #undef HAVE_DECL_REALLOC
1166 #endif
1169 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
1170 #ifndef USED_FOR_TARGET
1171 #undef HAVE_DECL_SBRK
1172 #endif
1175 /* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
1176    */
1177 #ifndef USED_FOR_TARGET
1178 #undef HAVE_DECL_SETENV
1179 #endif
1182 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
1183    0. */
1184 #ifndef USED_FOR_TARGET
1185 #undef HAVE_DECL_SETRLIMIT
1186 #endif
1189 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
1190    to 0. */
1191 #ifndef USED_FOR_TARGET
1192 #undef HAVE_DECL_SIGALTSTACK
1193 #endif
1196 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
1197    0. */
1198 #ifndef USED_FOR_TARGET
1199 #undef HAVE_DECL_SNPRINTF
1200 #endif
1203 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
1204    */
1205 #ifndef USED_FOR_TARGET
1206 #undef HAVE_DECL_STPCPY
1207 #endif
1210 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
1211    */
1212 #ifndef USED_FOR_TARGET
1213 #undef HAVE_DECL_STRNLEN
1214 #endif
1217 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
1218    0. */
1219 #ifndef USED_FOR_TARGET
1220 #undef HAVE_DECL_STRSIGNAL
1221 #endif
1224 /* Define to 1 if you have the declaration of `strstr(const char*,const
1225    char*)', and to 0 if you don't. */
1226 #ifndef USED_FOR_TARGET
1227 #undef HAVE_DECL_STRSTR
1228 #endif
1231 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1232    */
1233 #ifndef USED_FOR_TARGET
1234 #undef HAVE_DECL_STRTOL
1235 #endif
1238 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1239    */
1240 #ifndef USED_FOR_TARGET
1241 #undef HAVE_DECL_STRTOLL
1242 #endif
1245 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1246    */
1247 #ifndef USED_FOR_TARGET
1248 #undef HAVE_DECL_STRTOUL
1249 #endif
1252 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1253    0. */
1254 #ifndef USED_FOR_TARGET
1255 #undef HAVE_DECL_STRTOULL
1256 #endif
1259 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1260    0. */
1261 #ifndef USED_FOR_TARGET
1262 #undef HAVE_DECL_STRVERSCMP
1263 #endif
1266 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1267    */
1268 #ifndef USED_FOR_TARGET
1269 #undef HAVE_DECL_TIMES
1270 #endif
1273 /* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1274    0. */
1275 #ifndef USED_FOR_TARGET
1276 #undef HAVE_DECL_UNSETENV
1277 #endif
1280 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1281    0. */
1282 #ifndef USED_FOR_TARGET
1283 #undef HAVE_DECL_VASPRINTF
1284 #endif
1287 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1288    0. */
1289 #ifndef USED_FOR_TARGET
1290 #undef HAVE_DECL_VSNPRINTF
1291 #endif
1294 /* Define to 1 if you have the <direct.h> header file. */
1295 #ifndef USED_FOR_TARGET
1296 #undef HAVE_DIRECT_H
1297 #endif
1300 /* Define to 1 if you have the <dlfcn.h> header file. */
1301 #ifndef USED_FOR_TARGET
1302 #undef HAVE_DLFCN_H
1303 #endif
1306 /* Define to 1 if you have the <ext/hash_map> header file. */
1307 #ifndef USED_FOR_TARGET
1308 #undef HAVE_EXT_HASH_MAP
1309 #endif
1312 /* Define to 1 if you have the <fcntl.h> header file. */
1313 #ifndef USED_FOR_TARGET
1314 #undef HAVE_FCNTL_H
1315 #endif
1318 /* Define to 1 if you have the `feof_unlocked' function. */
1319 #ifndef USED_FOR_TARGET
1320 #undef HAVE_FEOF_UNLOCKED
1321 #endif
1324 /* Define to 1 if you have the `ferror_unlocked' function. */
1325 #ifndef USED_FOR_TARGET
1326 #undef HAVE_FERROR_UNLOCKED
1327 #endif
1330 /* Define to 1 if you have the `fflush_unlocked' function. */
1331 #ifndef USED_FOR_TARGET
1332 #undef HAVE_FFLUSH_UNLOCKED
1333 #endif
1336 /* Define to 1 if you have the `fgetc_unlocked' function. */
1337 #ifndef USED_FOR_TARGET
1338 #undef HAVE_FGETC_UNLOCKED
1339 #endif
1342 /* Define to 1 if you have the `fgets_unlocked' function. */
1343 #ifndef USED_FOR_TARGET
1344 #undef HAVE_FGETS_UNLOCKED
1345 #endif
1348 /* Define 0/1 if -fhardened is supported */
1349 #ifndef USED_FOR_TARGET
1350 #undef HAVE_FHARDENED_SUPPORT
1351 #endif
1354 /* Define to 1 if you have the `fileno_unlocked' function. */
1355 #ifndef USED_FOR_TARGET
1356 #undef HAVE_FILENO_UNLOCKED
1357 #endif
1360 /* Define to 1 if you have the `fork' function. */
1361 #ifndef USED_FOR_TARGET
1362 #undef HAVE_FORK
1363 #endif
1366 /* Define to 1 if you have the `fprintf_unlocked' function. */
1367 #ifndef USED_FOR_TARGET
1368 #undef HAVE_FPRINTF_UNLOCKED
1369 #endif
1372 /* Define to 1 if you have the `fputc_unlocked' function. */
1373 #ifndef USED_FOR_TARGET
1374 #undef HAVE_FPUTC_UNLOCKED
1375 #endif
1378 /* Define to 1 if you have the `fputs_unlocked' function. */
1379 #ifndef USED_FOR_TARGET
1380 #undef HAVE_FPUTS_UNLOCKED
1381 #endif
1384 /* Define to 1 if you have the `fread_unlocked' function. */
1385 #ifndef USED_FOR_TARGET
1386 #undef HAVE_FREAD_UNLOCKED
1387 #endif
1390 /* Define to 1 if you have the `fstatat' function. */
1391 #ifndef USED_FOR_TARGET
1392 #undef HAVE_FSTATAT
1393 #endif
1396 /* Define to 1 if you have the <ftw.h> header file. */
1397 #ifndef USED_FOR_TARGET
1398 #undef HAVE_FTW_H
1399 #endif
1402 /* Define to 1 if you have the `fwrite_unlocked' function. */
1403 #ifndef USED_FOR_TARGET
1404 #undef HAVE_FWRITE_UNLOCKED
1405 #endif
1408 /* Define if your assembler supports specifying the alignment of objects
1409    allocated using the GAS .comm command. */
1410 #ifndef USED_FOR_TARGET
1411 #undef HAVE_GAS_ALIGNED_COMM
1412 #endif
1415 /* Define if your Arm assembler permits context-specific feature extensions.
1416    */
1417 #ifndef USED_FOR_TARGET
1418 #undef HAVE_GAS_ARM_EXTENDED_ARCH
1419 #endif
1422 /* Define if your assembler supports .balign and .p2align. */
1423 #ifndef USED_FOR_TARGET
1424 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1425 #endif
1428 /* Define 0/1 if your assembler supports CFI directives. */
1429 #undef HAVE_GAS_CFI_DIRECTIVE
1431 /* Define 0/1 if your assembler supports .cfi_personality. */
1432 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1434 /* Define 0/1 if your assembler supports .cfi_sections. */
1435 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1437 /* Define if your assembler supports the .loc discriminator sub-directive. */
1438 #ifndef USED_FOR_TARGET
1439 #undef HAVE_GAS_DISCRIMINATOR
1440 #endif
1443 /* Define if your assembler supports @gnu_unique_object. */
1444 #ifndef USED_FOR_TARGET
1445 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1446 #endif
1449 /* Define if your assembler and linker support .hidden. */
1450 #undef HAVE_GAS_HIDDEN
1452 /* Define if your assembler supports .lcomm with an alignment field. */
1453 #ifndef USED_FOR_TARGET
1454 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1455 #endif
1458 /* Define if your assembler supports .literal16. */
1459 #ifndef USED_FOR_TARGET
1460 #undef HAVE_GAS_LITERAL16
1461 #endif
1464 /* Define if your assembler supports the .loc is_stmt sub-directive. */
1465 #ifndef USED_FOR_TARGET
1466 #undef HAVE_GAS_LOC_STMT
1467 #endif
1470 /* Define if your assembler supports specifying the maximum number of bytes to
1471    skip when using the GAS .p2align command. */
1472 #ifndef USED_FOR_TARGET
1473 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1474 #endif
1477 /* Define if your assembler supports the .set micromips directive */
1478 #ifndef USED_FOR_TARGET
1479 #undef HAVE_GAS_MICROMIPS
1480 #endif
1483 /* Define if your assembler supports .nsubspa comdat option. */
1484 #ifndef USED_FOR_TARGET
1485 #undef HAVE_GAS_NSUBSPA_COMDAT
1486 #endif
1489 /* Define if your assembler and linker support 32-bit section relative relocs
1490    via '.secrel32 label'. */
1491 #ifndef USED_FOR_TARGET
1492 #undef HAVE_GAS_PE_SECREL32_RELOC
1493 #endif
1496 /* Define if your assembler supports specifying the exclude section flag. */
1497 #ifndef USED_FOR_TARGET
1498 #undef HAVE_GAS_SECTION_EXCLUDE
1499 #endif
1502 /* Define 0/1 if your assembler supports 'o' flag in .section directive. */
1503 #ifndef USED_FOR_TARGET
1504 #undef HAVE_GAS_SECTION_LINK_ORDER
1505 #endif
1508 /* Define 0/1 if your assembler supports marking sections with SHF_GNU_RETAIN
1509    flag. */
1510 #ifndef USED_FOR_TARGET
1511 #undef HAVE_GAS_SHF_GNU_RETAIN
1512 #endif
1515 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1516    */
1517 #ifndef USED_FOR_TARGET
1518 #undef HAVE_GAS_SHF_MERGE
1519 #endif
1522 /* Define if your assembler supports .subsection and .subsection -1 starts
1523    emitting at the beginning of your section. */
1524 #ifndef USED_FOR_TARGET
1525 #undef HAVE_GAS_SUBSECTION_ORDERING
1526 #endif
1529 /* Define if your assembler supports .weak. */
1530 #ifndef USED_FOR_TARGET
1531 #undef HAVE_GAS_WEAK
1532 #endif
1535 /* Define if your assembler supports .weakref. */
1536 #ifndef USED_FOR_TARGET
1537 #undef HAVE_GAS_WEAKREF
1538 #endif
1541 /* Define to 1 if you have the `getauxval' function. */
1542 #ifndef USED_FOR_TARGET
1543 #undef HAVE_GETAUXVAL
1544 #endif
1547 /* Define to 1 if you have the `getchar_unlocked' function. */
1548 #ifndef USED_FOR_TARGET
1549 #undef HAVE_GETCHAR_UNLOCKED
1550 #endif
1553 /* Define to 1 if you have the `getc_unlocked' function. */
1554 #ifndef USED_FOR_TARGET
1555 #undef HAVE_GETC_UNLOCKED
1556 #endif
1559 /* Define to 1 if you have the `getrlimit' function. */
1560 #ifndef USED_FOR_TARGET
1561 #undef HAVE_GETRLIMIT
1562 #endif
1565 /* Define to 1 if you have the `getrusage' function. */
1566 #ifndef USED_FOR_TARGET
1567 #undef HAVE_GETRUSAGE
1568 #endif
1571 /* Define if the GNU gettext() function is already present or preinstalled. */
1572 #ifndef USED_FOR_TARGET
1573 #undef HAVE_GETTEXT
1574 #endif
1577 /* Define to 1 if you have the `gettimeofday' function. */
1578 #ifndef USED_FOR_TARGET
1579 #undef HAVE_GETTIMEOFDAY
1580 #endif
1583 /* Define to 1 if using GNU as. */
1584 #ifndef USED_FOR_TARGET
1585 #undef HAVE_GNU_AS
1586 #endif
1589 /* Define if your system supports gnu indirect functions. */
1590 #ifndef USED_FOR_TARGET
1591 #undef HAVE_GNU_INDIRECT_FUNCTION
1592 #endif
1595 /* Define to 1 if using GNU ld. */
1596 #ifndef USED_FOR_TARGET
1597 #undef HAVE_GNU_LD
1598 #endif
1601 /* Define if the gold linker supports split stack and is available as a
1602    non-default */
1603 #ifndef USED_FOR_TARGET
1604 #undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1605 #endif
1608 /* Define if you have the iconv() function and it works. */
1609 #ifndef USED_FOR_TARGET
1610 #undef HAVE_ICONV
1611 #endif
1614 /* Define to 1 if you have the <iconv.h> header file. */
1615 #ifndef USED_FOR_TARGET
1616 #undef HAVE_ICONV_H
1617 #endif
1620 /* Define 0/1 if .init_array/.fini_array sections are available and working.
1621    */
1622 #ifndef USED_FOR_TARGET
1623 #undef HAVE_INITFINI_ARRAY_SUPPORT
1624 #endif
1627 /* Define to 1 if the system has the type `intmax_t'. */
1628 #ifndef USED_FOR_TARGET
1629 #undef HAVE_INTMAX_T
1630 #endif
1633 /* Define to 1 if the system has the type `intptr_t'. */
1634 #ifndef USED_FOR_TARGET
1635 #undef HAVE_INTPTR_T
1636 #endif
1639 /* Define if you have a working <inttypes.h> header file. */
1640 #ifndef USED_FOR_TARGET
1641 #undef HAVE_INTTYPES_H
1642 #endif
1645 /* Define to 1 if you have the `kill' function. */
1646 #ifndef USED_FOR_TARGET
1647 #undef HAVE_KILL
1648 #endif
1651 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1652 #ifndef USED_FOR_TARGET
1653 #undef HAVE_LANGINFO_CODESET
1654 #endif
1657 /* Define to 1 if you have the <langinfo.h> header file. */
1658 #ifndef USED_FOR_TARGET
1659 #undef HAVE_LANGINFO_H
1660 #endif
1663 /* Define if your <locale.h> file defines LC_MESSAGES. */
1664 #ifndef USED_FOR_TARGET
1665 #undef HAVE_LC_MESSAGES
1666 #endif
1669 /* Define to 1 if you have the <ldfcn.h> header file. */
1670 #ifndef USED_FOR_TARGET
1671 #undef HAVE_LDFCN_H
1672 #endif
1675 /* Define 0/1 if your linker supports the SHF_MERGE flag with section
1676    alignment > 1. */
1677 #ifndef USED_FOR_TARGET
1678 #undef HAVE_LD_ALIGNED_SHF_MERGE
1679 #endif
1682 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1683    options. */
1684 #ifndef USED_FOR_TARGET
1685 #undef HAVE_LD_AS_NEEDED
1686 #endif
1689 /* Define if your linker supports emulation avrxmega2_flmap. */
1690 #ifndef USED_FOR_TARGET
1691 #undef HAVE_LD_AVR_AVRXMEGA2_FLMAP
1692 #endif
1695 /* Define if your default avr linker script for avrxmega3 leaves .rodata in
1696    flash. */
1697 #ifndef USED_FOR_TARGET
1698 #undef HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH
1699 #endif
1702 /* Define if your linker supports emulation avrxmega4_flmap. */
1703 #ifndef USED_FOR_TARGET
1704 #undef HAVE_LD_AVR_AVRXMEGA4_FLMAP
1705 #endif
1708 /* Define if your linker supports -z bndplt */
1709 #ifndef USED_FOR_TARGET
1710 #undef HAVE_LD_BNDPLT_SUPPORT
1711 #endif
1714 /* Define if the PE linker has broken DWARF 5 support. */
1715 #ifndef USED_FOR_TARGET
1716 #undef HAVE_LD_BROKEN_PE_DWARF5
1717 #endif
1720 /* Define if your linker supports --build-id. */
1721 #ifndef USED_FOR_TARGET
1722 #undef HAVE_LD_BUILDID
1723 #endif
1726 /* Define if the linker supports clearing hardware capabilities via mapfile.
1727    */
1728 #ifndef USED_FOR_TARGET
1729 #undef HAVE_LD_CLEARCAP
1730 #endif
1733 /* Define to the level of your linker's compressed debug section support. */
1734 #ifndef USED_FOR_TARGET
1735 #undef HAVE_LD_COMPRESS_DEBUG
1736 #endif
1739 /* Define if your linker supports --demangle option. */
1740 #ifndef USED_FOR_TARGET
1741 #undef HAVE_LD_DEMANGLE
1742 #endif
1745 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1746 #ifndef USED_FOR_TARGET
1747 #undef HAVE_LD_EH_FRAME_CIEV3
1748 #endif
1751 /* Define if your linker supports .eh_frame_hdr. */
1752 #undef HAVE_LD_EH_FRAME_HDR
1754 /* Define if your linker supports garbage collection of sections in presence
1755    of EH frames. */
1756 #ifndef USED_FOR_TARGET
1757 #undef HAVE_LD_EH_GC_SECTIONS
1758 #endif
1761 /* Define if your linker has buggy garbage collection of sections support when
1762    .text.startup.foo like sections are used. */
1763 #ifndef USED_FOR_TARGET
1764 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1765 #endif
1768 /* Define if your PowerPC64 linker supports a large TOC. */
1769 #ifndef USED_FOR_TARGET
1770 #undef HAVE_LD_LARGE_TOC
1771 #endif
1774 /* Define 0/1 if your linker supports -z now */
1775 #ifndef USED_FOR_TARGET
1776 #undef HAVE_LD_NOW_SUPPORT
1777 #endif
1780 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1781 #ifndef USED_FOR_TARGET
1782 #undef HAVE_LD_NO_DOT_SYMS
1783 #endif
1786 /* Define if your linker can relax absolute .eh_frame personality pointers
1787    into PC-relative form. */
1788 #ifndef USED_FOR_TARGET
1789 #undef HAVE_LD_PERSONALITY_RELAXATION
1790 #endif
1793 /* Define if the PE linker supports --disable-dynamicbase option. */
1794 #ifndef USED_FOR_TARGET
1795 #undef HAVE_LD_PE_DISABLE_DYNAMICBASE
1796 #endif
1799 /* Define if your linker supports PIE option. */
1800 #ifndef USED_FOR_TARGET
1801 #undef HAVE_LD_PIE
1802 #endif
1805 /* Define 0/1 if your linker supports -pie option with copy reloc. */
1806 #ifndef USED_FOR_TARGET
1807 #undef HAVE_LD_PIE_COPYRELOC
1808 #endif
1811 /* Define if your PowerPC linker has .gnu.attributes long double support. */
1812 #ifndef USED_FOR_TARGET
1813 #undef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE
1814 #endif
1817 /* Define if your linker supports --push-state/--pop-state */
1818 #ifndef USED_FOR_TARGET
1819 #undef HAVE_LD_PUSHPOPSTATE_SUPPORT
1820 #endif
1823 /* Define 0/1 if your linker supports -z relro */
1824 #ifndef USED_FOR_TARGET
1825 #undef HAVE_LD_RELRO_SUPPORT
1826 #endif
1829 /* Define if your linker links a mix of read-only and read-write sections into
1830    a read-write section. */
1831 #ifndef USED_FOR_TARGET
1832 #undef HAVE_LD_RO_RW_SECTION_MIXING
1833 #endif
1836 /* Define if your linker supports the *_sol2 emulations. */
1837 #ifndef USED_FOR_TARGET
1838 #undef HAVE_LD_SOL2_EMULATION
1839 #endif
1842 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1843 #ifndef USED_FOR_TARGET
1844 #undef HAVE_LD_STATIC_DYNAMIC
1845 #endif
1848 /* Define if your linker supports --sysroot. */
1849 #ifndef USED_FOR_TARGET
1850 #undef HAVE_LD_SYSROOT
1851 #endif
1854 /* Define to 1 if you have the <limits.h> header file. */
1855 #ifndef USED_FOR_TARGET
1856 #undef HAVE_LIMITS_H
1857 #endif
1860 /* Define to 1 if you have the <locale.h> header file. */
1861 #ifndef USED_FOR_TARGET
1862 #undef HAVE_LOCALE_H
1863 #endif
1866 /* Define to 1 if the system has the type `long long'. */
1867 #ifndef USED_FOR_TARGET
1868 #undef HAVE_LONG_LONG
1869 #endif
1872 /* Define to 1 if the system has the type `long long int'. */
1873 #ifndef USED_FOR_TARGET
1874 #undef HAVE_LONG_LONG_INT
1875 #endif
1878 /* Define to the level of your linker's plugin support. */
1879 #ifndef USED_FOR_TARGET
1880 #undef HAVE_LTO_PLUGIN
1881 #endif
1884 /* Define to 1 if you have the `madvise' function. */
1885 #ifndef USED_FOR_TARGET
1886 #undef HAVE_MADVISE
1887 #endif
1890 /* Define to 1 if you have the `mallinfo' function. */
1891 #ifndef USED_FOR_TARGET
1892 #undef HAVE_MALLINFO
1893 #endif
1896 /* Define to 1 if you have the `mallinfo2' function. */
1897 #ifndef USED_FOR_TARGET
1898 #undef HAVE_MALLINFO2
1899 #endif
1902 /* Define to 1 if you have the <malloc.h> header file. */
1903 #ifndef USED_FOR_TARGET
1904 #undef HAVE_MALLOC_H
1905 #endif
1908 /* Define to 1 if you have the `mbstowcs' function. */
1909 #ifndef USED_FOR_TARGET
1910 #undef HAVE_MBSTOWCS
1911 #endif
1914 /* Define to 1 if you have the <memory.h> header file. */
1915 #ifndef USED_FOR_TARGET
1916 #undef HAVE_MEMORY_H
1917 #endif
1920 /* Define to 1 if you have the `mmap' function. */
1921 #ifndef USED_FOR_TARGET
1922 #undef HAVE_MMAP
1923 #endif
1926 /* Define if mmap with MAP_ANON(YMOUS) works. */
1927 #ifndef USED_FOR_TARGET
1928 #undef HAVE_MMAP_ANON
1929 #endif
1932 /* Define if mmap of /dev/zero works. */
1933 #ifndef USED_FOR_TARGET
1934 #undef HAVE_MMAP_DEV_ZERO
1935 #endif
1938 /* Define if read-only mmap of a plain file works. */
1939 #ifndef USED_FOR_TARGET
1940 #undef HAVE_MMAP_FILE
1941 #endif
1944 /* Define if GCC has been configured with --enable-newlib-nano-formatted-io.
1945    */
1946 #ifndef USED_FOR_TARGET
1947 #undef HAVE_NEWLIB_NANO_FORMATTED_IO
1948 #endif
1951 /* Define to 1 if you have the `nl_langinfo' function. */
1952 #ifndef USED_FOR_TARGET
1953 #undef HAVE_NL_LANGINFO
1954 #endif
1957 /* Define to 1 if you have the `popen' function. */
1958 #ifndef USED_FOR_TARGET
1959 #undef HAVE_POPEN
1960 #endif
1963 /* Define to 1 if you have the `posix_fallocate' function. */
1964 #ifndef USED_FOR_TARGET
1965 #undef HAVE_POSIX_FALLOCATE
1966 #endif
1969 /* Define to 1 if you have the `putchar_unlocked' function. */
1970 #ifndef USED_FOR_TARGET
1971 #undef HAVE_PUTCHAR_UNLOCKED
1972 #endif
1975 /* Define to 1 if you have the `putc_unlocked' function. */
1976 #ifndef USED_FOR_TARGET
1977 #undef HAVE_PUTC_UNLOCKED
1978 #endif
1981 /* Define to 1 if you have the `setlocale' function. */
1982 #ifndef USED_FOR_TARGET
1983 #undef HAVE_SETLOCALE
1984 #endif
1987 /* Define to 1 if you have the `setrlimit' function. */
1988 #ifndef USED_FOR_TARGET
1989 #undef HAVE_SETRLIMIT
1990 #endif
1993 /* Define if <sys/signal.h> defines sighandler_t */
1994 #ifndef USED_FOR_TARGET
1995 #undef HAVE_SIGHANDLER_T
1996 #endif
1999 /* Define if the system-provided CRTs are present on Solaris. */
2000 #ifndef USED_FOR_TARGET
2001 #undef HAVE_SOLARIS_CRTS
2002 #endif
2005 /* Define to 1 if you have the <stddef.h> header file. */
2006 #ifndef USED_FOR_TARGET
2007 #undef HAVE_STDDEF_H
2008 #endif
2011 /* Define to 1 if you have the <stdint.h> header file. */
2012 #ifndef USED_FOR_TARGET
2013 #undef HAVE_STDINT_H
2014 #endif
2017 /* Define to 1 if you have the <stdlib.h> header file. */
2018 #ifndef USED_FOR_TARGET
2019 #undef HAVE_STDLIB_H
2020 #endif
2023 /* Define to 1 if you have the <strings.h> header file. */
2024 #ifndef USED_FOR_TARGET
2025 #undef HAVE_STRINGS_H
2026 #endif
2029 /* Define to 1 if you have the <string.h> header file. */
2030 #ifndef USED_FOR_TARGET
2031 #undef HAVE_STRING_H
2032 #endif
2035 /* Define to 1 if you have the `strsignal' function. */
2036 #ifndef USED_FOR_TARGET
2037 #undef HAVE_STRSIGNAL
2038 #endif
2041 /* Define if <sys/times.h> defines struct tms. */
2042 #ifndef USED_FOR_TARGET
2043 #undef HAVE_STRUCT_TMS
2044 #endif
2047 /* Define if <utility> defines std::swap. */
2048 #ifndef USED_FOR_TARGET
2049 #undef HAVE_SWAP_IN_UTILITY
2050 #endif
2053 /* Define to 1 if you have the `sysconf' function. */
2054 #ifndef USED_FOR_TARGET
2055 #undef HAVE_SYSCONF
2056 #endif
2059 /* Define to 1 if you have the <sys/auxv.h> header file. */
2060 #ifndef USED_FOR_TARGET
2061 #undef HAVE_SYS_AUXV_H
2062 #endif
2065 /* Define to 1 if you have the <sys/file.h> header file. */
2066 #ifndef USED_FOR_TARGET
2067 #undef HAVE_SYS_FILE_H
2068 #endif
2071 /* Define to 1 if you have the <sys/locking.h> header file. */
2072 #ifndef USED_FOR_TARGET
2073 #undef HAVE_SYS_LOCKING_H
2074 #endif
2077 /* Define to 1 if you have the <sys/mman.h> header file. */
2078 #ifndef USED_FOR_TARGET
2079 #undef HAVE_SYS_MMAN_H
2080 #endif
2083 /* Define to 1 if you have the <sys/param.h> header file. */
2084 #ifndef USED_FOR_TARGET
2085 #undef HAVE_SYS_PARAM_H
2086 #endif
2089 /* Define to 1 if you have the <sys/resource.h> header file. */
2090 #ifndef USED_FOR_TARGET
2091 #undef HAVE_SYS_RESOURCE_H
2092 #endif
2095 /* Define if your target C library provides sys/sdt.h */
2096 #undef HAVE_SYS_SDT_H
2098 /* Define to 1 if you have the <sys/stat.h> header file. */
2099 #ifndef USED_FOR_TARGET
2100 #undef HAVE_SYS_STAT_H
2101 #endif
2104 /* Define to 1 if you have the <sys/times.h> header file. */
2105 #ifndef USED_FOR_TARGET
2106 #undef HAVE_SYS_TIMES_H
2107 #endif
2110 /* Define to 1 if you have the <sys/time.h> header file. */
2111 #ifndef USED_FOR_TARGET
2112 #undef HAVE_SYS_TIME_H
2113 #endif
2116 /* Define to 1 if you have the <sys/types.h> header file. */
2117 #ifndef USED_FOR_TARGET
2118 #undef HAVE_SYS_TYPES_H
2119 #endif
2122 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
2123 #ifndef USED_FOR_TARGET
2124 #undef HAVE_SYS_WAIT_H
2125 #endif
2128 /* Define to 1 if you have the `times' function. */
2129 #ifndef USED_FOR_TARGET
2130 #undef HAVE_TIMES
2131 #endif
2134 /* Define to 1 if you have the <time.h> header file. */
2135 #ifndef USED_FOR_TARGET
2136 #undef HAVE_TIME_H
2137 #endif
2140 /* Define to 1 if you have the <tr1/unordered_map> header file. */
2141 #ifndef USED_FOR_TARGET
2142 #undef HAVE_TR1_UNORDERED_MAP
2143 #endif
2146 /* Define to 1 if the system has the type `uintmax_t'. */
2147 #ifndef USED_FOR_TARGET
2148 #undef HAVE_UINTMAX_T
2149 #endif
2152 /* Define to 1 if the system has the type `uintptr_t'. */
2153 #ifndef USED_FOR_TARGET
2154 #undef HAVE_UINTPTR_T
2155 #endif
2158 /* Define to 1 if you have the <unistd.h> header file. */
2159 #ifndef USED_FOR_TARGET
2160 #undef HAVE_UNISTD_H
2161 #endif
2164 /* Define to 1 if you have the <unordered_map> header file. */
2165 #ifndef USED_FOR_TARGET
2166 #undef HAVE_UNORDERED_MAP
2167 #endif
2170 /* Define to 1 if the system has the type `unsigned long long int'. */
2171 #ifndef USED_FOR_TARGET
2172 #undef HAVE_UNSIGNED_LONG_LONG_INT
2173 #endif
2176 /* Define to 1 if you have the `vfork' function. */
2177 #ifndef USED_FOR_TARGET
2178 #undef HAVE_VFORK
2179 #endif
2182 /* Define to 1 if you have the <vfork.h> header file. */
2183 #ifndef USED_FOR_TARGET
2184 #undef HAVE_VFORK_H
2185 #endif
2188 /* Define to 1 if you have the <wchar.h> header file. */
2189 #ifndef USED_FOR_TARGET
2190 #undef HAVE_WCHAR_H
2191 #endif
2194 /* Define to 1 if you have the `wcswidth' function. */
2195 #ifndef USED_FOR_TARGET
2196 #undef HAVE_WCSWIDTH
2197 #endif
2200 /* Define to 1 if `fork' works. */
2201 #ifndef USED_FOR_TARGET
2202 #undef HAVE_WORKING_FORK
2203 #endif
2206 /* Define this macro if mbstowcs does not crash when its first argument is
2207    NULL. */
2208 #ifndef USED_FOR_TARGET
2209 #undef HAVE_WORKING_MBSTOWCS
2210 #endif
2213 /* Define to 1 if `vfork' works. */
2214 #ifndef USED_FOR_TARGET
2215 #undef HAVE_WORKING_VFORK
2216 #endif
2219 /* Define if your assembler supports AIX debug frame section label reference.
2220    */
2221 #ifndef USED_FOR_TARGET
2222 #undef HAVE_XCOFF_DWARF_EXTRAS
2223 #endif
2226 /* Define if you have a working <zstd.h> header file. */
2227 #ifndef USED_FOR_TARGET
2228 #undef HAVE_ZSTD_H
2229 #endif
2232 /* Define if isl is in use. */
2233 #ifndef USED_FOR_TARGET
2234 #undef HAVE_isl
2235 #endif
2238 /* Define if F_SETLKW supported by fcntl. */
2239 #ifndef USED_FOR_TARGET
2240 #undef HOST_HAS_F_SETLKW
2241 #endif
2244 /* Define if _LK_LOC supported by _locking. */
2245 #ifndef USED_FOR_TARGET
2246 #undef HOST_HAS_LK_LOCK
2247 #endif
2250 /* Define if O_CLOEXEC supported by fcntl. */
2251 #ifndef USED_FOR_TARGET
2252 #undef HOST_HAS_O_CLOEXEC
2253 #endif
2256 /* Define if O_NONBLOCK supported by fcntl. */
2257 #ifndef USED_FOR_TARGET
2258 #undef HOST_HAS_O_NONBLOCK
2259 #endif
2262 /* Define which stat syscall is able to handle 64bit indodes. */
2263 #ifndef USED_FOR_TARGET
2264 #undef HOST_STAT_FOR_64BIT_INODES
2265 #endif
2268 /* Define as const if the declaration of iconv() needs const. */
2269 #ifndef USED_FOR_TARGET
2270 #undef ICONV_CONST
2271 #endif
2274 /* Define if int64_t uses long as underlying type. */
2275 #ifndef USED_FOR_TARGET
2276 #undef INT64_T_IS_LONG
2277 #endif
2280 /* Define to 1 if ld64 supports '-demangle'. */
2281 #ifndef USED_FOR_TARGET
2282 #undef LD64_HAS_DEMANGLE
2283 #endif
2286 /* Define to 1 if ld64 supports '-export_dynamic'. */
2287 #ifndef USED_FOR_TARGET
2288 #undef LD64_HAS_EXPORT_DYNAMIC
2289 #endif
2292 /* Define to 1 if ld64 supports '-platform_version'. */
2293 #ifndef USED_FOR_TARGET
2294 #undef LD64_HAS_PLATFORM_VERSION
2295 #endif
2298 /* Define to ld64 version. */
2299 #ifndef USED_FOR_TARGET
2300 #undef LD64_VERSION
2301 #endif
2304 /* Define to the linker option to ignore unused dependencies. */
2305 #ifndef USED_FOR_TARGET
2306 #undef LD_AS_NEEDED_OPTION
2307 #endif
2310 /* Define to the linker option to enable compressed debug sections. */
2311 #ifndef USED_FOR_TARGET
2312 #undef LD_COMPRESS_DEBUG_OPTION
2313 #endif
2316 /* Define to the linker option to enable use of shared objects. */
2317 #ifndef USED_FOR_TARGET
2318 #undef LD_DYNAMIC_OPTION
2319 #endif
2322 /* Define to the linker option to keep unused dependencies. */
2323 #ifndef USED_FOR_TARGET
2324 #undef LD_NO_AS_NEEDED_OPTION
2325 #endif
2328 /* Define to the linker option to disable use of shared objects. */
2329 #ifndef USED_FOR_TARGET
2330 #undef LD_STATIC_OPTION
2331 #endif
2334 /* The linker hash style */
2335 #ifndef USED_FOR_TARGET
2336 #undef LINKER_HASH_STYLE
2337 #endif
2340 /* Define to the name of the LTO plugin DSO that must be passed to the
2341    linker's -plugin=LIB option. */
2342 #ifndef USED_FOR_TARGET
2343 #undef LTOPLUGINSONAME
2344 #endif
2347 /* Define to the sub-directory in which libtool stores uninstalled libraries.
2348    */
2349 #ifndef USED_FOR_TARGET
2350 #undef LT_OBJDIR
2351 #endif
2354 /* Define if we should link mingw executables with --large-address-aware */
2355 #ifndef USED_FOR_TARGET
2356 #undef MINGW_DEFAULT_LARGE_ADDR_AWARE
2357 #endif
2360 /* Value to set mingw's _dowildcard to. */
2361 #ifndef USED_FOR_TARGET
2362 #undef MINGW_DOWILDCARD
2363 #endif
2366 /* Define if assembler supports %reloc. */
2367 #ifndef USED_FOR_TARGET
2368 #undef MIPS_EXPLICIT_RELOCS
2369 #endif
2372 /* Define if host mkdir takes a single argument. */
2373 #ifndef USED_FOR_TARGET
2374 #undef MKDIR_TAKES_ONE_ARG
2375 #endif
2378 /* Define to 1 to if -foffload is defaulted */
2379 #ifndef USED_FOR_TARGET
2380 #undef OFFLOAD_DEFAULTED
2381 #endif
2384 /* Define to offload targets, separated by commas. */
2385 #ifndef USED_FOR_TARGET
2386 #undef OFFLOAD_TARGETS
2387 #endif
2390 /* Define to the address where bug reports for this package should be sent. */
2391 #ifndef USED_FOR_TARGET
2392 #undef PACKAGE_BUGREPORT
2393 #endif
2396 /* Define to the full name of this package. */
2397 #ifndef USED_FOR_TARGET
2398 #undef PACKAGE_NAME
2399 #endif
2402 /* Define to the full name and version of this package. */
2403 #ifndef USED_FOR_TARGET
2404 #undef PACKAGE_STRING
2405 #endif
2408 /* Define to the one symbol short name of this package. */
2409 #ifndef USED_FOR_TARGET
2410 #undef PACKAGE_TARNAME
2411 #endif
2414 /* Define to the home page for this package. */
2415 #ifndef USED_FOR_TARGET
2416 #undef PACKAGE_URL
2417 #endif
2420 /* Define to the version of this package. */
2421 #ifndef USED_FOR_TARGET
2422 #undef PACKAGE_VERSION
2423 #endif
2426 /* Specify plugin linker */
2427 #ifndef USED_FOR_TARGET
2428 #undef PLUGIN_LD_SUFFIX
2429 #endif
2432 /* Define to .TOC. alignment forced by your linker. */
2433 #ifndef USED_FOR_TARGET
2434 #undef POWERPC64_TOC_POINTER_ALIGNMENT
2435 #endif
2438 /* Define to PREFIX/include if cpp should also search that directory. */
2439 #ifndef USED_FOR_TARGET
2440 #undef PREFIX_INCLUDE_DIR
2441 #endif
2444 /* The size of `dev_t', as computed by sizeof. */
2445 #ifndef USED_FOR_TARGET
2446 #undef SIZEOF_DEV_T
2447 #endif
2450 /* The size of `ino_t', as computed by sizeof. */
2451 #ifndef USED_FOR_TARGET
2452 #undef SIZEOF_INO_T
2453 #endif
2456 /* The size of `int', as computed by sizeof. */
2457 #ifndef USED_FOR_TARGET
2458 #undef SIZEOF_INT
2459 #endif
2462 /* The size of `long', as computed by sizeof. */
2463 #ifndef USED_FOR_TARGET
2464 #undef SIZEOF_LONG
2465 #endif
2468 /* The size of `long long', as computed by sizeof. */
2469 #ifndef USED_FOR_TARGET
2470 #undef SIZEOF_LONG_LONG
2471 #endif
2474 /* The size of `short', as computed by sizeof. */
2475 #ifndef USED_FOR_TARGET
2476 #undef SIZEOF_SHORT
2477 #endif
2480 /* The size of `void *', as computed by sizeof. */
2481 #ifndef USED_FOR_TARGET
2482 #undef SIZEOF_VOID_P
2483 #endif
2486 /* Define to 1 if you have the ANSI C header files. */
2487 #ifndef USED_FOR_TARGET
2488 #undef STDC_HEADERS
2489 #endif
2492 /* Define if you can safely include both <string.h> and <strings.h>. */
2493 #ifndef USED_FOR_TARGET
2494 #undef STRING_WITH_STRINGS
2495 #endif
2498 /* Define if TFmode long double should be the default */
2499 #ifndef USED_FOR_TARGET
2500 #undef TARGET_DEFAULT_LONG_DOUBLE_128
2501 #endif
2504 /* Define if your target C library provides the `dl_iterate_phdr' function. */
2505 #undef TARGET_DL_ITERATE_PHDR
2507 /* GNU C Library major version number used on the target, or 0. */
2508 #ifndef USED_FOR_TARGET
2509 #undef TARGET_GLIBC_MAJOR
2510 #endif
2513 /* GNU C Library minor version number used on the target, or 0. */
2514 #ifndef USED_FOR_TARGET
2515 #undef TARGET_GLIBC_MINOR
2516 #endif
2519 /* Define if your target C Library properly handles PT_GNU_STACK */
2520 #ifndef USED_FOR_TARGET
2521 #undef TARGET_LIBC_GNUSTACK
2522 #endif
2525 /* Define if your target C Library provides the AT_HWCAP value in the TCB */
2526 #ifndef USED_FOR_TARGET
2527 #undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB
2528 #endif
2531 /* Define if your target C library provides stack protector support */
2532 #ifndef USED_FOR_TARGET
2533 #undef TARGET_LIBC_PROVIDES_SSP
2534 #endif
2537 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2538 #ifndef USED_FOR_TARGET
2539 #undef TIME_WITH_SYS_TIME
2540 #endif
2543 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
2544    work. */
2545 #ifndef USED_FOR_TARGET
2546 #undef TLS_SECTION_ASM_FLAG
2547 #endif
2550 /* Define if your assembler mis-optimizes .eh_frame data. */
2551 #ifndef USED_FOR_TARGET
2552 #undef USE_AS_TRADITIONAL_FORMAT
2553 #endif
2556 /* Define if you want to generate code by default that assumes that the Cygwin
2557    DLL exports wrappers to support libstdc++ function replacement. */
2558 #ifndef USED_FOR_TARGET
2559 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2560 #endif
2563 /* Define 0/1 if your linker supports hidden thunks in linkonce sections. */
2564 #ifndef USED_FOR_TARGET
2565 #undef USE_HIDDEN_LINKONCE
2566 #endif
2569 /* Define to 1 if the 'long long' type is wider than 'long' but still
2570    efficiently supported by the host hardware. */
2571 #ifndef USED_FOR_TARGET
2572 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2573 #endif
2576 /* Define if we should use leading underscore on 64 bit mingw targets */
2577 #ifndef USED_FOR_TARGET
2578 #undef USE_MINGW64_LEADING_UNDERSCORES
2579 #endif
2582 /* Enable extensions on AIX 3, Interix.  */
2583 #ifndef _ALL_SOURCE
2584 # undef _ALL_SOURCE
2585 #endif
2586 /* Enable GNU extensions on systems that have them.  */
2587 #ifndef _GNU_SOURCE
2588 # undef _GNU_SOURCE
2589 #endif
2590 /* Enable threading extensions on Solaris.  */
2591 #ifndef _POSIX_PTHREAD_SEMANTICS
2592 # undef _POSIX_PTHREAD_SEMANTICS
2593 #endif
2594 /* Enable extensions on HP NonStop.  */
2595 #ifndef _TANDEM_SOURCE
2596 # undef _TANDEM_SOURCE
2597 #endif
2598 /* Enable general extensions on Solaris.  */
2599 #ifndef __EXTENSIONS__
2600 # undef __EXTENSIONS__
2601 #endif
2604 /* Define to be the last component of the Windows registry key under which to
2605    look for installation paths. The full key used will be
2606    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2607    The default is the GCC version number. */
2608 #ifndef USED_FOR_TARGET
2609 #undef WIN32_REGISTRY_KEY
2610 #endif
2613 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2614    significant byte first (like Motorola and SPARC, unlike Intel). */
2615 #if defined AC_APPLE_UNIVERSAL_BUILD
2616 # if defined __BIG_ENDIAN__
2617 #  define WORDS_BIGENDIAN 1
2618 # endif
2619 #else
2620 # ifndef WORDS_BIGENDIAN
2621 #  undef WORDS_BIGENDIAN
2622 # endif
2623 #endif
2625 /* Enable large inode numbers on Mac OS X 10.5.  */
2626 #ifndef _DARWIN_USE_64_BIT_INODE
2627 # define _DARWIN_USE_64_BIT_INODE 1
2628 #endif
2630 /* Number of bits in a file offset, on hosts where this is settable. */
2631 #ifndef USED_FOR_TARGET
2632 #undef _FILE_OFFSET_BITS
2633 #endif
2636 /* Define for large files, on AIX-style hosts. */
2637 #ifndef USED_FOR_TARGET
2638 #undef _LARGE_FILES
2639 #endif
2642 /* Define to 1 if on MINIX. */
2643 #ifndef USED_FOR_TARGET
2644 #undef _MINIX
2645 #endif
2648 /* Define to 2 if the system does not provide POSIX.1 features except with
2649    this defined. */
2650 #ifndef USED_FOR_TARGET
2651 #undef _POSIX_1_SOURCE
2652 #endif
2655 /* Define to 1 if you need to in order for `stat' and other things to work. */
2656 #ifndef USED_FOR_TARGET
2657 #undef _POSIX_SOURCE
2658 #endif
2661 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2662    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2663    #define below would cause a syntax error. */
2664 #ifndef USED_FOR_TARGET
2665 #undef _UINT32_T
2666 #endif
2669 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2670    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2671    #define below would cause a syntax error. */
2672 #ifndef USED_FOR_TARGET
2673 #undef _UINT64_T
2674 #endif
2677 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2678    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2679    #define below would cause a syntax error. */
2680 #ifndef USED_FOR_TARGET
2681 #undef _UINT8_T
2682 #endif
2685 /* Define to `char *' if <sys/types.h> does not define. */
2686 #ifndef USED_FOR_TARGET
2687 #undef caddr_t
2688 #endif
2691 /* Define to `__inline__' or `__inline' if that's what the C compiler
2692    calls it, or to nothing if 'inline' is not supported under any name.  */
2693 #ifndef __cplusplus
2694 #undef inline
2695 #endif
2697 /* Define to the type of a signed integer type of width exactly 16 bits if
2698    such a type exists and the standard includes do not define it. */
2699 #ifndef USED_FOR_TARGET
2700 #undef int16_t
2701 #endif
2704 /* Define to the type of a signed integer type of width exactly 32 bits if
2705    such a type exists and the standard includes do not define it. */
2706 #ifndef USED_FOR_TARGET
2707 #undef int32_t
2708 #endif
2711 /* Define to the type of a signed integer type of width exactly 64 bits if
2712    such a type exists and the standard includes do not define it. */
2713 #ifndef USED_FOR_TARGET
2714 #undef int64_t
2715 #endif
2718 /* Define to the type of a signed integer type of width exactly 8 bits if such
2719    a type exists and the standard includes do not define it. */
2720 #ifndef USED_FOR_TARGET
2721 #undef int8_t
2722 #endif
2725 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2726    not define. */
2727 #ifndef USED_FOR_TARGET
2728 #undef intmax_t
2729 #endif
2732 /* Define to the type of a signed integer type wide enough to hold a pointer,
2733    if such a type exists, and if the system does not define it. */
2734 #ifndef USED_FOR_TARGET
2735 #undef intptr_t
2736 #endif
2739 /* Define to `int' if <sys/types.h> does not define. */
2740 #ifndef USED_FOR_TARGET
2741 #undef pid_t
2742 #endif
2745 /* Define to `long' if <sys/resource.h> doesn't define. */
2746 #ifndef USED_FOR_TARGET
2747 #undef rlim_t
2748 #endif
2751 /* Define to `int' if <sys/types.h> does not define. */
2752 #ifndef USED_FOR_TARGET
2753 #undef ssize_t
2754 #endif
2757 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2758    such a type exists and the standard includes do not define it. */
2759 #ifndef USED_FOR_TARGET
2760 #undef uint16_t
2761 #endif
2764 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2765    such a type exists and the standard includes do not define it. */
2766 #ifndef USED_FOR_TARGET
2767 #undef uint32_t
2768 #endif
2771 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2772    such a type exists and the standard includes do not define it. */
2773 #ifndef USED_FOR_TARGET
2774 #undef uint64_t
2775 #endif
2778 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2779    such a type exists and the standard includes do not define it. */
2780 #ifndef USED_FOR_TARGET
2781 #undef uint8_t
2782 #endif
2785 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2786    do not define. */
2787 #ifndef USED_FOR_TARGET
2788 #undef uintmax_t
2789 #endif
2792 /* Define to the type of an unsigned integer type wide enough to hold a
2793    pointer, if such a type exists, and if the system does not define it. */
2794 #ifndef USED_FOR_TARGET
2795 #undef uintptr_t
2796 #endif
2799 /* Define as `fork' if `vfork' does not work. */
2800 #ifndef USED_FOR_TARGET
2801 #undef vfork
2802 #endif