ada: Fix internal error on instantiation with private component type
[official-gcc.git] / gcc / config.in
blobf0071456f03c574d0e33af2607a0f12552c5389f
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 /* Define to enable the use of a default assembler. */
53 #ifndef USED_FOR_TARGET
54 #undef DEFAULT_ASSEMBLER
55 #endif
58 /* Define to enable the use of a default debug linker. */
59 #ifndef USED_FOR_TARGET
60 #undef DEFAULT_DSYMUTIL
61 #endif
64 /* Define to enable the use of a default linker. */
65 #ifndef USED_FOR_TARGET
66 #undef DEFAULT_LINKER
67 #endif
70 /* Define to larger than zero set the default stack clash protector size. */
71 #ifndef USED_FOR_TARGET
72 #undef DEFAULT_STK_CLASH_GUARD_SIZE
73 #endif
76 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
77    destructors for local statics and global objects. This is essential for
78    fully standards-compliant handling of destructors, but requires
79    __cxa_atexit in libc. */
80 #ifndef USED_FOR_TARGET
81 #undef DEFAULT_USE_CXA_ATEXIT
82 #endif
85 /* The default for -fdiagnostics-color option */
86 #ifndef USED_FOR_TARGET
87 #undef DIAGNOSTICS_COLOR_DEFAULT
88 #endif
91 /* The default for -fdiagnostics-urls option */
92 #ifndef USED_FOR_TARGET
93 #undef DIAGNOSTICS_URLS_DEFAULT
94 #endif
97 /* Define to the root for documentation URLs. */
98 #ifndef USED_FOR_TARGET
99 #undef DOCUMENTATION_ROOT_URL
100 #endif
103 /* Define to the dsymutil version. */
104 #ifndef USED_FOR_TARGET
105 #undef DSYMUTIL_VERSION
106 #endif
109 /* Define 0/1 if static analyzer feature is enabled. */
110 #ifndef USED_FOR_TARGET
111 #undef ENABLE_ANALYZER
112 #endif
115 /* Define if you want assertions enabled. This is a cheap check. */
116 #ifndef USED_FOR_TARGET
117 #undef ENABLE_ASSERT_CHECKING
118 #endif
121 /* Define to 1 to specify that we are using the BID decimal floating point
122    format instead of DPD */
123 #ifndef USED_FOR_TARGET
124 #undef ENABLE_DECIMAL_BID_FORMAT
125 #endif
128 /* Define to 1 to enable decimal float extension to C. */
129 #ifndef USED_FOR_TARGET
130 #undef ENABLE_DECIMAL_FLOAT
131 #endif
134 /* Define if your target supports default PIE and it is enabled. */
135 #ifndef USED_FOR_TARGET
136 #undef ENABLE_DEFAULT_PIE
137 #endif
140 /* Define if your target supports default stack protector and it is enabled.
141    */
142 #ifndef USED_FOR_TARGET
143 #undef ENABLE_DEFAULT_SSP
144 #endif
147 /* Define if you want more run-time sanity checks for dataflow. */
148 #ifndef USED_FOR_TARGET
149 #undef ENABLE_DF_CHECKING
150 #endif
153 /* Define to 0/1 if you want extra run-time checking that might affect code
154    generation. */
155 #ifndef USED_FOR_TARGET
156 #undef ENABLE_EXTRA_CHECKING
157 #endif
160 /* Define to 1 to enable fixed-point arithmetic extension to C. */
161 #ifndef USED_FOR_TARGET
162 #undef ENABLE_FIXED_POINT
163 #endif
166 /* Define if you want fold checked that it never destructs its argument. This
167    is quite expensive. */
168 #ifndef USED_FOR_TARGET
169 #undef ENABLE_FOLD_CHECKING
170 #endif
173 /* Define if you want the garbage collector to operate in maximally paranoid
174    mode, validating the entire heap and collecting garbage at every
175    opportunity. This is extremely expensive. */
176 #ifndef USED_FOR_TARGET
177 #undef ENABLE_GC_ALWAYS_COLLECT
178 #endif
181 /* Define if you want the garbage collector to do object poisoning and other
182    memory allocation checks. This is quite expensive. */
183 #ifndef USED_FOR_TARGET
184 #undef ENABLE_GC_CHECKING
185 #endif
188 /* Define if you want operations on GIMPLE (the basic data structure of the
189    high-level optimizers) to be checked for dynamic type safety at runtime.
190    This is moderately expensive. */
191 #ifndef USED_FOR_TARGET
192 #undef ENABLE_GIMPLE_CHECKING
193 #endif
196 /* Define if gcc should always pass --build-id to linker. */
197 #ifndef USED_FOR_TARGET
198 #undef ENABLE_LD_BUILDID
199 #endif
202 /* Define to 1 to enable libquadmath support */
203 #ifndef USED_FOR_TARGET
204 #undef ENABLE_LIBQUADMATH_SUPPORT
205 #endif
208 /* Define to enable LTO support. */
209 #ifndef USED_FOR_TARGET
210 #undef ENABLE_LTO
211 #endif
214 /* If --with-multiarch option is used */
215 #ifndef USED_FOR_TARGET
216 #undef ENABLE_MULTIARCH
217 #endif
220 /* Define to 1 if translation of program messages to the user's native
221    language is requested. */
222 #ifndef USED_FOR_TARGET
223 #undef ENABLE_NLS
224 #endif
227 /* Define this to enable support for offloading. */
228 #ifndef USED_FOR_TARGET
229 #undef ENABLE_OFFLOADING
230 #endif
233 /* Define to enable plugin support. */
234 #ifndef USED_FOR_TARGET
235 #undef ENABLE_PLUGIN
236 #endif
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
244 #endif
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
251 #endif
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
264 #endif
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
272 #endif
275 /* Define if you want all gimple types to be verified after gimplifiation.
276    This is cheap. */
277 #ifndef USED_FOR_TARGET
278 #undef ENABLE_TYPES_CHECKING
279 #endif
282 /* Define to get calls to the valgrind runtime enabled. */
283 #ifndef USED_FOR_TARGET
284 #undef ENABLE_VALGRIND_ANNOTATIONS
285 #endif
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
292 #endif
295 /* Define 0/1 if vtable verification feature is enabled. */
296 #ifndef USED_FOR_TARGET
297 #undef ENABLE_VTABLE_VERIFY
298 #endif
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
305 #endif
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
312 #endif
315 /* Define to enable detailed memory allocation stats gathering. */
316 #ifndef USED_FOR_TARGET
317 #undef GATHER_STATISTICS
318 #endif
321 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
322 #ifndef USED_FOR_TARGET
323 #undef GWINSZ_IN_SYS_IOCTL
324 #endif
327 /* mcontext_t fields start with __ */
328 #ifndef USED_FOR_TARGET
329 #undef HAS_MCONTEXT_T_UNDERSCORES
330 #endif
333 /* Define if AF_INET6 supported. */
334 #ifndef USED_FOR_TARGET
335 #undef HAVE_AF_INET6
336 #endif
339 /* Define if AF_UNIX supported. */
340 #ifndef USED_FOR_TARGET
341 #undef HAVE_AF_UNIX
342 #endif
345 /* Define if your assembler supports architecture modifiers. */
346 #ifndef USED_FOR_TARGET
347 #undef HAVE_AS_ARCHITECTURE_MODIFIERS
348 #endif
351 /* Define if your avr assembler supports -mgcc-isr option. */
352 #ifndef USED_FOR_TARGET
353 #undef HAVE_AS_AVR_MGCCISR_OPTION
354 #endif
357 /* Define if your avr assembler supports --mlink-relax option. */
358 #ifndef USED_FOR_TARGET
359 #undef HAVE_AS_AVR_MLINK_RELAX_OPTION
360 #endif
363 /* Define if your avr assembler supports -mrmw option. */
364 #ifndef USED_FOR_TARGET
365 #undef HAVE_AS_AVR_MRMW_OPTION
366 #endif
369 /* Define to the level of your assembler's compressed debug section support.
370    */
371 #ifndef USED_FOR_TARGET
372 #undef HAVE_AS_COMPRESS_DEBUG
373 #endif
376 /* Define if your assembler supports the --debug-prefix-map option. */
377 #ifndef USED_FOR_TARGET
378 #undef HAVE_AS_DEBUG_PREFIX_MAP
379 #endif
382 /* Define if your assembler supports .module. */
383 #ifndef USED_FOR_TARGET
384 #undef HAVE_AS_DOT_MODULE
385 #endif
388 /* Define if your assembler supports DSPR1 mult. */
389 #ifndef USED_FOR_TARGET
390 #undef HAVE_AS_DSPR1_MULT
391 #endif
394 /* Define if your assembler supports .dtprelword. */
395 #ifndef USED_FOR_TARGET
396 #undef HAVE_AS_DTPRELWORD
397 #endif
400 /* Define if your assembler supports dwarf2 .file/.loc directives, and
401    preserves file table indices exactly as given. */
402 #ifndef USED_FOR_TARGET
403 #undef HAVE_AS_DWARF2_DEBUG_LINE
404 #endif
407 /* Define if your assembler supports views in dwarf2 .loc directives. */
408 #ifndef USED_FOR_TARGET
409 #undef HAVE_AS_DWARF2_DEBUG_VIEW
410 #endif
413 /* Define if your assembler supports eh_frame pcrel encoding. */
414 #ifndef USED_FOR_TARGET
415 #undef HAVE_AS_EH_FRAME_PCREL_ENCODING_SUPPORT
416 #endif
419 /* Define if your assembler supports the R_PPC64_ENTRY relocation. */
420 #ifndef USED_FOR_TARGET
421 #undef HAVE_AS_ENTRY_MARKERS
422 #endif
425 /* Define if your assembler supports explicit relocation. */
426 #ifndef USED_FOR_TARGET
427 #undef HAVE_AS_EXPLICIT_RELOCS
428 #endif
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
434 #endif
437 /* Define if your assembler supports the --gdwarf2 option. */
438 #ifndef USED_FOR_TARGET
439 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
440 #endif
443 /* Define if your assembler supports the --gdwarf-5 option. */
444 #ifndef USED_FOR_TARGET
445 #undef HAVE_AS_GDWARF_5_DEBUG_FLAG
446 #endif
449 /* Define if your assembler supports .gnu_attribute. */
450 #ifndef USED_FOR_TARGET
451 #undef HAVE_AS_GNU_ATTRIBUTE
452 #endif
455 /* Define true if the assembler supports '.long foo@GOTOFF'. */
456 #ifndef USED_FOR_TARGET
457 #undef HAVE_AS_GOTOFF_IN_DATA
458 #endif
461 /* Define if your assembler supports the Sun syntax for cmov. */
462 #ifndef USED_FOR_TARGET
463 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
464 #endif
467 /* Define if your assembler supports the subtraction of symbols in different
468    sections. */
469 #ifndef USED_FOR_TARGET
470 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
471 #endif
474 /* Define if your assembler supports the ffreep mnemonic. */
475 #ifndef USED_FOR_TARGET
476 #undef HAVE_AS_IX86_FFREEP
477 #endif
480 /* Define if your assembler uses fildq and fistq mnemonics. */
481 #ifndef USED_FOR_TARGET
482 #undef HAVE_AS_IX86_FILDQ
483 #endif
486 /* Define if your assembler uses filds and fists mnemonics. */
487 #ifndef USED_FOR_TARGET
488 #undef HAVE_AS_IX86_FILDS
489 #endif
492 /* Define 0/1 if your assembler and linker support @GOT. */
493 #ifndef USED_FOR_TARGET
494 #undef HAVE_AS_IX86_GOT32X
495 #endif
498 /* Define if your assembler supports HLE prefixes. */
499 #ifndef USED_FOR_TARGET
500 #undef HAVE_AS_IX86_HLE
501 #endif
504 /* Define if your assembler supports interunit movq mnemonic. */
505 #ifndef USED_FOR_TARGET
506 #undef HAVE_AS_IX86_INTERUNIT_MOVQ
507 #endif
510 /* Define if your assembler supports the .quad directive. */
511 #ifndef USED_FOR_TARGET
512 #undef HAVE_AS_IX86_QUAD
513 #endif
516 /* Define if the assembler supports 'rep <insn>, lock <insn>'. */
517 #ifndef USED_FOR_TARGET
518 #undef HAVE_AS_IX86_REP_LOCK_PREFIX
519 #endif
522 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
523 #ifndef USED_FOR_TARGET
524 #undef HAVE_AS_IX86_SAHF
525 #endif
528 /* Define if your assembler supports the swap suffix. */
529 #ifndef USED_FOR_TARGET
530 #undef HAVE_AS_IX86_SWAP
531 #endif
534 /* Define if your assembler and linker support @tlsgdplt. */
535 #ifndef USED_FOR_TARGET
536 #undef HAVE_AS_IX86_TLSGDPLT
537 #endif
540 /* Define to 1 if your assembler and linker support @tlsldm. */
541 #ifndef USED_FOR_TARGET
542 #undef HAVE_AS_IX86_TLSLDM
543 #endif
546 /* Define to 1 if your assembler and linker support @tlsldmplt. */
547 #ifndef USED_FOR_TARGET
548 #undef HAVE_AS_IX86_TLSLDMPLT
549 #endif
552 /* Define 0/1 if your assembler and linker support calling ___tls_get_addr via
553    GOT. */
554 #ifndef USED_FOR_TARGET
555 #undef HAVE_AS_IX86_TLS_GET_ADDR_GOT
556 #endif
559 /* Define if your assembler supports the 'ud2' mnemonic. */
560 #ifndef USED_FOR_TARGET
561 #undef HAVE_AS_IX86_UD2
562 #endif
565 /* Define if your assembler supports the lituse_jsrdirect relocation. */
566 #ifndef USED_FOR_TARGET
567 #undef HAVE_AS_JSRDIRECT_RELOCS
568 #endif
571 /* Define if your assembler supports .sleb128 and .uleb128. */
572 #ifndef USED_FOR_TARGET
573 #undef HAVE_AS_LEB128
574 #endif
577 /* Define if your assembler supports LEON instructions. */
578 #ifndef USED_FOR_TARGET
579 #undef HAVE_AS_LEON
580 #endif
583 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
584 #ifndef USED_FOR_TARGET
585 #undef HAVE_AS_LINE_ZERO
586 #endif
589 /* Define if your assembler supports ltoffx and ldxmov relocations. */
590 #ifndef USED_FOR_TARGET
591 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
592 #endif
595 /* Define if your assembler supports the -mabi option. */
596 #ifndef USED_FOR_TARGET
597 #undef HAVE_AS_MABI_OPTION
598 #endif
601 /* Define if your assembler supports .machine and .machinemode. */
602 #ifndef USED_FOR_TARGET
603 #undef HAVE_AS_MACHINE_MACHINEMODE
604 #endif
607 /* Define if the assembler understands -march=rv*_zifencei. */
608 #ifndef USED_FOR_TARGET
609 #undef HAVE_AS_MARCH_ZIFENCEI
610 #endif
613 /* Define if your assembler supports mfcr field. */
614 #ifndef USED_FOR_TARGET
615 #undef HAVE_AS_MFCRF
616 #endif
619 /* Define if the assembler understands -misa-spec=. */
620 #ifndef USED_FOR_TARGET
621 #undef HAVE_AS_MISA_SPEC
622 #endif
625 /* Define if your macOS assembler supports -mllvm -x86-pad-for-align=false. */
626 #ifndef USED_FOR_TARGET
627 #undef HAVE_AS_MLLVM_X86_PAD_FOR_ALIGN
628 #endif
631 /* Define if your macOS assembler supports the -mmacos-version-min option. */
632 #ifndef USED_FOR_TARGET
633 #undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION
634 #endif
637 /* Define if your assembler supports .mspabi_attribute. */
638 #ifndef USED_FOR_TARGET
639 #undef HAVE_AS_MSPABI_ATTRIBUTE
640 #endif
643 /* Define if the assembler understands -mnan=. */
644 #ifndef USED_FOR_TARGET
645 #undef HAVE_AS_NAN
646 #endif
649 /* Define if your assembler supports %gotoff relocation syntax. */
650 #ifndef USED_FOR_TARGET
651 #undef HAVE_AS_NIOS2_GOTOFF_RELOCATION
652 #endif
655 /* Define if your assembler supports the -no-mul-bug-abort option. */
656 #ifndef USED_FOR_TARGET
657 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
658 #endif
661 /* Define if the assembler understands -mno-shared. */
662 #ifndef USED_FOR_TARGET
663 #undef HAVE_AS_NO_SHARED
664 #endif
667 /* Define if your assembler supports offsetable %lo(). */
668 #ifndef USED_FOR_TARGET
669 #undef HAVE_AS_OFFSETABLE_LO10
670 #endif
673 /* Define if your assembler supports R_PPC*_PLTSEQ relocations. */
674 #ifndef USED_FOR_TARGET
675 #undef HAVE_AS_PLTSEQ
676 #endif
679 /* Define if your assembler supports .ref */
680 #ifndef USED_FOR_TARGET
681 #undef HAVE_AS_REF
682 #endif
685 /* Define if your assembler supports R_PPC_REL16 relocs. */
686 #ifndef USED_FOR_TARGET
687 #undef HAVE_AS_REL16
688 #endif
691 /* Define if your assembler supports -relax option. */
692 #ifndef USED_FOR_TARGET
693 #undef HAVE_AS_RELAX_OPTION
694 #endif
697 /* Define if your assembler supports .attribute. */
698 #ifndef USED_FOR_TARGET
699 #undef HAVE_AS_RISCV_ATTRIBUTE
700 #endif
703 /* Define if your assembler supports relocs needed by -fpic. */
704 #ifndef USED_FOR_TARGET
705 #undef HAVE_AS_SMALL_PIC_RELOCS
706 #endif
709 /* Define if your assembler supports SPARC4 instructions. */
710 #ifndef USED_FOR_TARGET
711 #undef HAVE_AS_SPARC4
712 #endif
715 /* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */
716 #ifndef USED_FOR_TARGET
717 #undef HAVE_AS_SPARC5_VIS4
718 #endif
721 /* Define if your assembler supports SPARC6 instructions. */
722 #ifndef USED_FOR_TARGET
723 #undef HAVE_AS_SPARC6
724 #endif
727 /* Define if your assembler and linker support GOTDATA_OP relocs. */
728 #ifndef USED_FOR_TARGET
729 #undef HAVE_AS_SPARC_GOTDATA_OP
730 #endif
733 /* Define if your assembler and linker support unaligned PC relative relocs.
734    */
735 #ifndef USED_FOR_TARGET
736 #undef HAVE_AS_SPARC_UA_PCREL
737 #endif
740 /* Define if your assembler and linker support unaligned PC relative relocs
741    against hidden symbols. */
742 #ifndef USED_FOR_TARGET
743 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
744 #endif
747 /* Define if your assembler and linker support thread-local storage. */
748 #ifndef USED_FOR_TARGET
749 #undef HAVE_AS_TLS
750 #endif
753 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
754    alignment hint argument. */
755 #ifndef USED_FOR_TARGET
756 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS
757 #endif
760 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
761    alignment hint argument on z13. */
762 #ifndef USED_FOR_TARGET
763 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS_ON_Z13
764 #endif
767 /* Define if your assembler supports VSX instructions. */
768 #ifndef USED_FOR_TARGET
769 #undef HAVE_AS_VSX
770 #endif
773 /* Define if your assembler supports --gdwarf-4/--gdwarf-5 even with compiler
774    generated .debug_line. */
775 #ifndef USED_FOR_TARGET
776 #undef HAVE_AS_WORKING_DWARF_N_FLAG
777 #endif
780 /* Define if your assembler supports -xbrace_comment option. */
781 #ifndef USED_FOR_TARGET
782 #undef HAVE_AS_XBRACE_COMMENT_OPTION
783 #endif
786 /* Define to 1 if you have the `atoq' function. */
787 #ifndef USED_FOR_TARGET
788 #undef HAVE_ATOQ
789 #endif
792 /* Define to 1 if you have the `clearerr_unlocked' function. */
793 #ifndef USED_FOR_TARGET
794 #undef HAVE_CLEARERR_UNLOCKED
795 #endif
798 /* Define to 1 if you have the `clock' function. */
799 #ifndef USED_FOR_TARGET
800 #undef HAVE_CLOCK
801 #endif
804 /* Define if <time.h> defines clock_t. */
805 #ifndef USED_FOR_TARGET
806 #undef HAVE_CLOCK_T
807 #endif
810 /* Define 0/1 if your assembler and linker support COMDAT groups. */
811 #ifndef USED_FOR_TARGET
812 #undef HAVE_COMDAT_GROUP
813 #endif
816 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
817    */
818 #ifndef USED_FOR_TARGET
819 #undef HAVE_DECL_ABORT
820 #endif
823 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
824    0. */
825 #ifndef USED_FOR_TARGET
826 #undef HAVE_DECL_ASPRINTF
827 #endif
830 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
831 #ifndef USED_FOR_TARGET
832 #undef HAVE_DECL_ATOF
833 #endif
836 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
837 #ifndef USED_FOR_TARGET
838 #undef HAVE_DECL_ATOL
839 #endif
842 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
843    */
844 #ifndef USED_FOR_TARGET
845 #undef HAVE_DECL_ATOLL
846 #endif
849 /* Define to 1 if you have the declaration of `basename(const char*)', and to
850    0 if you don't. */
851 #ifndef USED_FOR_TARGET
852 #undef HAVE_DECL_BASENAME
853 #endif
856 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
857    */
858 #ifndef USED_FOR_TARGET
859 #undef HAVE_DECL_CALLOC
860 #endif
863 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
864    define to 0. */
865 #ifndef USED_FOR_TARGET
866 #undef HAVE_DECL_CLEARERR_UNLOCKED
867 #endif
870 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
871    */
872 #ifndef USED_FOR_TARGET
873 #undef HAVE_DECL_CLOCK
874 #endif
877 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
878    */
879 #ifndef USED_FOR_TARGET
880 #undef HAVE_DECL_ERRNO
881 #endif
884 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
885    to 0. */
886 #ifndef USED_FOR_TARGET
887 #undef HAVE_DECL_FEOF_UNLOCKED
888 #endif
891 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
892    define to 0. */
893 #ifndef USED_FOR_TARGET
894 #undef HAVE_DECL_FERROR_UNLOCKED
895 #endif
898 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
899    define to 0. */
900 #ifndef USED_FOR_TARGET
901 #undef HAVE_DECL_FFLUSH_UNLOCKED
902 #endif
905 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
906 #ifndef USED_FOR_TARGET
907 #undef HAVE_DECL_FFS
908 #endif
911 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
912    define to 0. */
913 #ifndef USED_FOR_TARGET
914 #undef HAVE_DECL_FGETC_UNLOCKED
915 #endif
918 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
919    define to 0. */
920 #ifndef USED_FOR_TARGET
921 #undef HAVE_DECL_FGETS_UNLOCKED
922 #endif
925 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
926    define to 0. */
927 #ifndef USED_FOR_TARGET
928 #undef HAVE_DECL_FILENO_UNLOCKED
929 #endif
932 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
933    define to 0. */
934 #ifndef USED_FOR_TARGET
935 #undef HAVE_DECL_FPRINTF_UNLOCKED
936 #endif
939 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
940    define to 0. */
941 #ifndef USED_FOR_TARGET
942 #undef HAVE_DECL_FPUTC_UNLOCKED
943 #endif
946 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
947    define to 0. */
948 #ifndef USED_FOR_TARGET
949 #undef HAVE_DECL_FPUTS_UNLOCKED
950 #endif
953 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
954    define to 0. */
955 #ifndef USED_FOR_TARGET
956 #undef HAVE_DECL_FREAD_UNLOCKED
957 #endif
960 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
961 #ifndef USED_FOR_TARGET
962 #undef HAVE_DECL_FREE
963 #endif
966 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
967    define to 0. */
968 #ifndef USED_FOR_TARGET
969 #undef HAVE_DECL_FWRITE_UNLOCKED
970 #endif
973 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
974    define to 0. */
975 #ifndef USED_FOR_TARGET
976 #undef HAVE_DECL_GETCHAR_UNLOCKED
977 #endif
980 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
981    */
982 #ifndef USED_FOR_TARGET
983 #undef HAVE_DECL_GETCWD
984 #endif
987 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
988    to 0. */
989 #ifndef USED_FOR_TARGET
990 #undef HAVE_DECL_GETC_UNLOCKED
991 #endif
994 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
995    */
996 #ifndef USED_FOR_TARGET
997 #undef HAVE_DECL_GETENV
998 #endif
1001 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
1002    */
1003 #ifndef USED_FOR_TARGET
1004 #undef HAVE_DECL_GETOPT
1005 #endif
1008 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
1009    to 0. */
1010 #ifndef USED_FOR_TARGET
1011 #undef HAVE_DECL_GETPAGESIZE
1012 #endif
1015 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
1016    0. */
1017 #ifndef USED_FOR_TARGET
1018 #undef HAVE_DECL_GETRLIMIT
1019 #endif
1022 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
1023    0. */
1024 #ifndef USED_FOR_TARGET
1025 #undef HAVE_DECL_GETRUSAGE
1026 #endif
1029 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
1030    */
1031 #ifndef USED_FOR_TARGET
1032 #undef HAVE_DECL_GETWD
1033 #endif
1036 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
1037    0. */
1038 #ifndef USED_FOR_TARGET
1039 #undef HAVE_DECL_LDGETNAME
1040 #endif
1043 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
1044    */
1045 #ifndef USED_FOR_TARGET
1046 #undef HAVE_DECL_MADVISE
1047 #endif
1050 /* Define to 1 if we found a declaration for 'mallinfo', otherwise define to
1051    0. */
1052 #ifndef USED_FOR_TARGET
1053 #undef HAVE_DECL_MALLINFO
1054 #endif
1057 /* Define to 1 if we found a declaration for 'mallinfo2', otherwise define to
1058    0. */
1059 #ifndef USED_FOR_TARGET
1060 #undef HAVE_DECL_MALLINFO2
1061 #endif
1064 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
1065    */
1066 #ifndef USED_FOR_TARGET
1067 #undef HAVE_DECL_MALLOC
1068 #endif
1071 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
1072    define to 0. */
1073 #ifndef USED_FOR_TARGET
1074 #undef HAVE_DECL_PUTCHAR_UNLOCKED
1075 #endif
1078 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
1079    to 0. */
1080 #ifndef USED_FOR_TARGET
1081 #undef HAVE_DECL_PUTC_UNLOCKED
1082 #endif
1085 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
1086    */
1087 #ifndef USED_FOR_TARGET
1088 #undef HAVE_DECL_REALLOC
1089 #endif
1092 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
1093 #ifndef USED_FOR_TARGET
1094 #undef HAVE_DECL_SBRK
1095 #endif
1098 /* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
1099    */
1100 #ifndef USED_FOR_TARGET
1101 #undef HAVE_DECL_SETENV
1102 #endif
1105 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
1106    0. */
1107 #ifndef USED_FOR_TARGET
1108 #undef HAVE_DECL_SETRLIMIT
1109 #endif
1112 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
1113    to 0. */
1114 #ifndef USED_FOR_TARGET
1115 #undef HAVE_DECL_SIGALTSTACK
1116 #endif
1119 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
1120    0. */
1121 #ifndef USED_FOR_TARGET
1122 #undef HAVE_DECL_SNPRINTF
1123 #endif
1126 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
1127    */
1128 #ifndef USED_FOR_TARGET
1129 #undef HAVE_DECL_STPCPY
1130 #endif
1133 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
1134    */
1135 #ifndef USED_FOR_TARGET
1136 #undef HAVE_DECL_STRNLEN
1137 #endif
1140 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
1141    0. */
1142 #ifndef USED_FOR_TARGET
1143 #undef HAVE_DECL_STRSIGNAL
1144 #endif
1147 /* Define to 1 if you have the declaration of `strstr(const char*,const
1148    char*)', and to 0 if you don't. */
1149 #ifndef USED_FOR_TARGET
1150 #undef HAVE_DECL_STRSTR
1151 #endif
1154 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1155    */
1156 #ifndef USED_FOR_TARGET
1157 #undef HAVE_DECL_STRTOL
1158 #endif
1161 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1162    */
1163 #ifndef USED_FOR_TARGET
1164 #undef HAVE_DECL_STRTOLL
1165 #endif
1168 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1169    */
1170 #ifndef USED_FOR_TARGET
1171 #undef HAVE_DECL_STRTOUL
1172 #endif
1175 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1176    0. */
1177 #ifndef USED_FOR_TARGET
1178 #undef HAVE_DECL_STRTOULL
1179 #endif
1182 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1183    0. */
1184 #ifndef USED_FOR_TARGET
1185 #undef HAVE_DECL_STRVERSCMP
1186 #endif
1189 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1190    */
1191 #ifndef USED_FOR_TARGET
1192 #undef HAVE_DECL_TIMES
1193 #endif
1196 /* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1197    0. */
1198 #ifndef USED_FOR_TARGET
1199 #undef HAVE_DECL_UNSETENV
1200 #endif
1203 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1204    0. */
1205 #ifndef USED_FOR_TARGET
1206 #undef HAVE_DECL_VASPRINTF
1207 #endif
1210 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1211    0. */
1212 #ifndef USED_FOR_TARGET
1213 #undef HAVE_DECL_VSNPRINTF
1214 #endif
1217 /* Define to 1 if you have the <direct.h> header file. */
1218 #ifndef USED_FOR_TARGET
1219 #undef HAVE_DIRECT_H
1220 #endif
1223 /* Define to 1 if you have the <dlfcn.h> header file. */
1224 #ifndef USED_FOR_TARGET
1225 #undef HAVE_DLFCN_H
1226 #endif
1229 /* Define to 1 if you have the <ext/hash_map> header file. */
1230 #ifndef USED_FOR_TARGET
1231 #undef HAVE_EXT_HASH_MAP
1232 #endif
1235 /* Define to 1 if you have the <fcntl.h> header file. */
1236 #ifndef USED_FOR_TARGET
1237 #undef HAVE_FCNTL_H
1238 #endif
1241 /* Define to 1 if you have the `feof_unlocked' function. */
1242 #ifndef USED_FOR_TARGET
1243 #undef HAVE_FEOF_UNLOCKED
1244 #endif
1247 /* Define to 1 if you have the `ferror_unlocked' function. */
1248 #ifndef USED_FOR_TARGET
1249 #undef HAVE_FERROR_UNLOCKED
1250 #endif
1253 /* Define to 1 if you have the `fflush_unlocked' function. */
1254 #ifndef USED_FOR_TARGET
1255 #undef HAVE_FFLUSH_UNLOCKED
1256 #endif
1259 /* Define to 1 if you have the `fgetc_unlocked' function. */
1260 #ifndef USED_FOR_TARGET
1261 #undef HAVE_FGETC_UNLOCKED
1262 #endif
1265 /* Define to 1 if you have the `fgets_unlocked' function. */
1266 #ifndef USED_FOR_TARGET
1267 #undef HAVE_FGETS_UNLOCKED
1268 #endif
1271 /* Define to 1 if you have the `fileno_unlocked' function. */
1272 #ifndef USED_FOR_TARGET
1273 #undef HAVE_FILENO_UNLOCKED
1274 #endif
1277 /* Define to 1 if you have the `fork' function. */
1278 #ifndef USED_FOR_TARGET
1279 #undef HAVE_FORK
1280 #endif
1283 /* Define to 1 if you have the `fprintf_unlocked' function. */
1284 #ifndef USED_FOR_TARGET
1285 #undef HAVE_FPRINTF_UNLOCKED
1286 #endif
1289 /* Define to 1 if you have the `fputc_unlocked' function. */
1290 #ifndef USED_FOR_TARGET
1291 #undef HAVE_FPUTC_UNLOCKED
1292 #endif
1295 /* Define to 1 if you have the `fputs_unlocked' function. */
1296 #ifndef USED_FOR_TARGET
1297 #undef HAVE_FPUTS_UNLOCKED
1298 #endif
1301 /* Define to 1 if you have the `fread_unlocked' function. */
1302 #ifndef USED_FOR_TARGET
1303 #undef HAVE_FREAD_UNLOCKED
1304 #endif
1307 /* Define to 1 if you have the `fstatat' function. */
1308 #ifndef USED_FOR_TARGET
1309 #undef HAVE_FSTATAT
1310 #endif
1313 /* Define to 1 if you have the <ftw.h> header file. */
1314 #ifndef USED_FOR_TARGET
1315 #undef HAVE_FTW_H
1316 #endif
1319 /* Define to 1 if you have the `fwrite_unlocked' function. */
1320 #ifndef USED_FOR_TARGET
1321 #undef HAVE_FWRITE_UNLOCKED
1322 #endif
1325 /* Define if your assembler supports specifying the alignment of objects
1326    allocated using the GAS .comm command. */
1327 #ifndef USED_FOR_TARGET
1328 #undef HAVE_GAS_ALIGNED_COMM
1329 #endif
1332 /* Define if your Arm assembler permits context-specific feature extensions.
1333    */
1334 #ifndef USED_FOR_TARGET
1335 #undef HAVE_GAS_ARM_EXTENDED_ARCH
1336 #endif
1339 /* Define if your assembler supports .balign and .p2align. */
1340 #ifndef USED_FOR_TARGET
1341 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1342 #endif
1345 /* Define 0/1 if your assembler supports CFI directives. */
1346 #undef HAVE_GAS_CFI_DIRECTIVE
1348 /* Define 0/1 if your assembler supports .cfi_personality. */
1349 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1351 /* Define 0/1 if your assembler supports .cfi_sections. */
1352 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1354 /* Define if your assembler supports the .loc discriminator sub-directive. */
1355 #ifndef USED_FOR_TARGET
1356 #undef HAVE_GAS_DISCRIMINATOR
1357 #endif
1360 /* Define if your assembler supports @gnu_unique_object. */
1361 #ifndef USED_FOR_TARGET
1362 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1363 #endif
1366 /* Define if your assembler and linker support .hidden. */
1367 #undef HAVE_GAS_HIDDEN
1369 /* Define if your assembler supports .lcomm with an alignment field. */
1370 #ifndef USED_FOR_TARGET
1371 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1372 #endif
1375 /* Define if your assembler supports .literal16. */
1376 #ifndef USED_FOR_TARGET
1377 #undef HAVE_GAS_LITERAL16
1378 #endif
1381 /* Define if your assembler supports the .loc is_stmt sub-directive. */
1382 #ifndef USED_FOR_TARGET
1383 #undef HAVE_GAS_LOC_STMT
1384 #endif
1387 /* Define if your assembler supports specifying the maximum number of bytes to
1388    skip when using the GAS .p2align command. */
1389 #ifndef USED_FOR_TARGET
1390 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1391 #endif
1394 /* Define if your assembler supports the .set micromips directive */
1395 #ifndef USED_FOR_TARGET
1396 #undef HAVE_GAS_MICROMIPS
1397 #endif
1400 /* Define if your assembler supports .nsubspa comdat option. */
1401 #ifndef USED_FOR_TARGET
1402 #undef HAVE_GAS_NSUBSPA_COMDAT
1403 #endif
1406 /* Define if your assembler and linker support 32-bit section relative relocs
1407    via '.secrel32 label'. */
1408 #ifndef USED_FOR_TARGET
1409 #undef HAVE_GAS_PE_SECREL32_RELOC
1410 #endif
1413 /* Define if your assembler supports specifying the exclude section flag. */
1414 #ifndef USED_FOR_TARGET
1415 #undef HAVE_GAS_SECTION_EXCLUDE
1416 #endif
1419 /* Define 0/1 if your assembler supports 'o' flag in .section directive. */
1420 #ifndef USED_FOR_TARGET
1421 #undef HAVE_GAS_SECTION_LINK_ORDER
1422 #endif
1425 /* Define 0/1 if your assembler supports marking sections with SHF_GNU_RETAIN
1426    flag. */
1427 #ifndef USED_FOR_TARGET
1428 #undef HAVE_GAS_SHF_GNU_RETAIN
1429 #endif
1432 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1433    */
1434 #ifndef USED_FOR_TARGET
1435 #undef HAVE_GAS_SHF_MERGE
1436 #endif
1439 /* Define if your assembler supports .subsection and .subsection -1 starts
1440    emitting at the beginning of your section. */
1441 #ifndef USED_FOR_TARGET
1442 #undef HAVE_GAS_SUBSECTION_ORDERING
1443 #endif
1446 /* Define if your assembler supports .weak. */
1447 #ifndef USED_FOR_TARGET
1448 #undef HAVE_GAS_WEAK
1449 #endif
1452 /* Define if your assembler supports .weakref. */
1453 #ifndef USED_FOR_TARGET
1454 #undef HAVE_GAS_WEAKREF
1455 #endif
1458 /* Define to 1 if you have the `getauxval' function. */
1459 #ifndef USED_FOR_TARGET
1460 #undef HAVE_GETAUXVAL
1461 #endif
1464 /* Define to 1 if you have the `getchar_unlocked' function. */
1465 #ifndef USED_FOR_TARGET
1466 #undef HAVE_GETCHAR_UNLOCKED
1467 #endif
1470 /* Define to 1 if you have the `getc_unlocked' function. */
1471 #ifndef USED_FOR_TARGET
1472 #undef HAVE_GETC_UNLOCKED
1473 #endif
1476 /* Define to 1 if you have the `getrlimit' function. */
1477 #ifndef USED_FOR_TARGET
1478 #undef HAVE_GETRLIMIT
1479 #endif
1482 /* Define to 1 if you have the `getrusage' function. */
1483 #ifndef USED_FOR_TARGET
1484 #undef HAVE_GETRUSAGE
1485 #endif
1488 /* Define to 1 if you have the `gettimeofday' function. */
1489 #ifndef USED_FOR_TARGET
1490 #undef HAVE_GETTIMEOFDAY
1491 #endif
1494 /* Define to 1 if using GNU as. */
1495 #ifndef USED_FOR_TARGET
1496 #undef HAVE_GNU_AS
1497 #endif
1500 /* Define if your system supports gnu indirect functions. */
1501 #ifndef USED_FOR_TARGET
1502 #undef HAVE_GNU_INDIRECT_FUNCTION
1503 #endif
1506 /* Define to 1 if using GNU ld. */
1507 #ifndef USED_FOR_TARGET
1508 #undef HAVE_GNU_LD
1509 #endif
1512 /* Define if the gold linker supports split stack and is available as a
1513    non-default */
1514 #ifndef USED_FOR_TARGET
1515 #undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1516 #endif
1519 /* Define if you have the iconv() function. */
1520 #ifndef USED_FOR_TARGET
1521 #undef HAVE_ICONV
1522 #endif
1525 /* Define to 1 if you have the <iconv.h> header file. */
1526 #ifndef USED_FOR_TARGET
1527 #undef HAVE_ICONV_H
1528 #endif
1531 /* Define 0/1 if .init_array/.fini_array sections are available and working.
1532    */
1533 #ifndef USED_FOR_TARGET
1534 #undef HAVE_INITFINI_ARRAY_SUPPORT
1535 #endif
1538 /* Define to 1 if the system has the type `intmax_t'. */
1539 #ifndef USED_FOR_TARGET
1540 #undef HAVE_INTMAX_T
1541 #endif
1544 /* Define to 1 if the system has the type `intptr_t'. */
1545 #ifndef USED_FOR_TARGET
1546 #undef HAVE_INTPTR_T
1547 #endif
1550 /* Define if you have a working <inttypes.h> header file. */
1551 #ifndef USED_FOR_TARGET
1552 #undef HAVE_INTTYPES_H
1553 #endif
1556 /* Define to 1 if you have the `kill' function. */
1557 #ifndef USED_FOR_TARGET
1558 #undef HAVE_KILL
1559 #endif
1562 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1563 #ifndef USED_FOR_TARGET
1564 #undef HAVE_LANGINFO_CODESET
1565 #endif
1568 /* Define to 1 if you have the <langinfo.h> header file. */
1569 #ifndef USED_FOR_TARGET
1570 #undef HAVE_LANGINFO_H
1571 #endif
1574 /* Define if your <locale.h> file defines LC_MESSAGES. */
1575 #ifndef USED_FOR_TARGET
1576 #undef HAVE_LC_MESSAGES
1577 #endif
1580 /* Define to 1 if you have the <ldfcn.h> header file. */
1581 #ifndef USED_FOR_TARGET
1582 #undef HAVE_LDFCN_H
1583 #endif
1586 /* Define 0/1 if your linker supports the SHF_MERGE flag with section
1587    alignment > 1. */
1588 #ifndef USED_FOR_TARGET
1589 #undef HAVE_LD_ALIGNED_SHF_MERGE
1590 #endif
1593 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1594    options. */
1595 #ifndef USED_FOR_TARGET
1596 #undef HAVE_LD_AS_NEEDED
1597 #endif
1600 /* Define if your default avr linker script for avrxmega3 leaves .rodata in
1601    flash. */
1602 #ifndef USED_FOR_TARGET
1603 #undef HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH
1604 #endif
1607 /* Define if your linker supports -z bndplt */
1608 #ifndef USED_FOR_TARGET
1609 #undef HAVE_LD_BNDPLT_SUPPORT
1610 #endif
1613 /* Define if the PE linker has broken DWARF 5 support. */
1614 #ifndef USED_FOR_TARGET
1615 #undef HAVE_LD_BROKEN_PE_DWARF5
1616 #endif
1619 /* Define if your linker supports --build-id. */
1620 #ifndef USED_FOR_TARGET
1621 #undef HAVE_LD_BUILDID
1622 #endif
1625 /* Define if the linker supports clearing hardware capabilities via mapfile.
1626    */
1627 #ifndef USED_FOR_TARGET
1628 #undef HAVE_LD_CLEARCAP
1629 #endif
1632 /* Define to the level of your linker's compressed debug section support. */
1633 #ifndef USED_FOR_TARGET
1634 #undef HAVE_LD_COMPRESS_DEBUG
1635 #endif
1638 /* Define if your linker supports --demangle option. */
1639 #ifndef USED_FOR_TARGET
1640 #undef HAVE_LD_DEMANGLE
1641 #endif
1644 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1645 #ifndef USED_FOR_TARGET
1646 #undef HAVE_LD_EH_FRAME_CIEV3
1647 #endif
1650 /* Define if your linker supports .eh_frame_hdr. */
1651 #undef HAVE_LD_EH_FRAME_HDR
1653 /* Define if your linker supports garbage collection of sections in presence
1654    of EH frames. */
1655 #ifndef USED_FOR_TARGET
1656 #undef HAVE_LD_EH_GC_SECTIONS
1657 #endif
1660 /* Define if your linker has buggy garbage collection of sections support when
1661    .text.startup.foo like sections are used. */
1662 #ifndef USED_FOR_TARGET
1663 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1664 #endif
1667 /* Define if your PowerPC64 linker supports a large TOC. */
1668 #ifndef USED_FOR_TARGET
1669 #undef HAVE_LD_LARGE_TOC
1670 #endif
1673 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1674 #ifndef USED_FOR_TARGET
1675 #undef HAVE_LD_NO_DOT_SYMS
1676 #endif
1679 /* Define if your linker can relax absolute .eh_frame personality pointers
1680    into PC-relative form. */
1681 #ifndef USED_FOR_TARGET
1682 #undef HAVE_LD_PERSONALITY_RELAXATION
1683 #endif
1686 /* Define if the PE linker supports --disable-dynamicbase option. */
1687 #ifndef USED_FOR_TARGET
1688 #undef HAVE_LD_PE_DISABLE_DYNAMICBASE
1689 #endif
1692 /* Define if your linker supports PIE option. */
1693 #ifndef USED_FOR_TARGET
1694 #undef HAVE_LD_PIE
1695 #endif
1698 /* Define 0/1 if your linker supports -pie option with copy reloc. */
1699 #ifndef USED_FOR_TARGET
1700 #undef HAVE_LD_PIE_COPYRELOC
1701 #endif
1704 /* Define if your PowerPC linker has .gnu.attributes long double support. */
1705 #ifndef USED_FOR_TARGET
1706 #undef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE
1707 #endif
1710 /* Define if your linker supports --push-state/--pop-state */
1711 #ifndef USED_FOR_TARGET
1712 #undef HAVE_LD_PUSHPOPSTATE_SUPPORT
1713 #endif
1716 /* Define if your linker links a mix of read-only and read-write sections into
1717    a read-write section. */
1718 #ifndef USED_FOR_TARGET
1719 #undef HAVE_LD_RO_RW_SECTION_MIXING
1720 #endif
1723 /* Define if your linker supports the *_sol2 emulations. */
1724 #ifndef USED_FOR_TARGET
1725 #undef HAVE_LD_SOL2_EMULATION
1726 #endif
1729 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1730 #ifndef USED_FOR_TARGET
1731 #undef HAVE_LD_STATIC_DYNAMIC
1732 #endif
1735 /* Define if your linker supports --sysroot. */
1736 #ifndef USED_FOR_TARGET
1737 #undef HAVE_LD_SYSROOT
1738 #endif
1741 /* Define to 1 if you have the <limits.h> header file. */
1742 #ifndef USED_FOR_TARGET
1743 #undef HAVE_LIMITS_H
1744 #endif
1747 /* Define to 1 if you have the <locale.h> header file. */
1748 #ifndef USED_FOR_TARGET
1749 #undef HAVE_LOCALE_H
1750 #endif
1753 /* Define to 1 if the system has the type `long long'. */
1754 #ifndef USED_FOR_TARGET
1755 #undef HAVE_LONG_LONG
1756 #endif
1759 /* Define to 1 if the system has the type `long long int'. */
1760 #ifndef USED_FOR_TARGET
1761 #undef HAVE_LONG_LONG_INT
1762 #endif
1765 /* Define to the level of your linker's plugin support. */
1766 #ifndef USED_FOR_TARGET
1767 #undef HAVE_LTO_PLUGIN
1768 #endif
1771 /* Define to 1 if you have the `madvise' function. */
1772 #ifndef USED_FOR_TARGET
1773 #undef HAVE_MADVISE
1774 #endif
1777 /* Define to 1 if you have the `mallinfo' function. */
1778 #ifndef USED_FOR_TARGET
1779 #undef HAVE_MALLINFO
1780 #endif
1783 /* Define to 1 if you have the `mallinfo2' function. */
1784 #ifndef USED_FOR_TARGET
1785 #undef HAVE_MALLINFO2
1786 #endif
1789 /* Define to 1 if you have the <malloc.h> header file. */
1790 #ifndef USED_FOR_TARGET
1791 #undef HAVE_MALLOC_H
1792 #endif
1795 /* Define to 1 if you have the `mbstowcs' function. */
1796 #ifndef USED_FOR_TARGET
1797 #undef HAVE_MBSTOWCS
1798 #endif
1801 /* Define if valgrind's memcheck.h header is installed. */
1802 #ifndef USED_FOR_TARGET
1803 #undef HAVE_MEMCHECK_H
1804 #endif
1807 /* Define to 1 if you have the <memory.h> header file. */
1808 #ifndef USED_FOR_TARGET
1809 #undef HAVE_MEMORY_H
1810 #endif
1813 /* Define to 1 if you have the `mmap' function. */
1814 #ifndef USED_FOR_TARGET
1815 #undef HAVE_MMAP
1816 #endif
1819 /* Define if mmap with MAP_ANON(YMOUS) works. */
1820 #ifndef USED_FOR_TARGET
1821 #undef HAVE_MMAP_ANON
1822 #endif
1825 /* Define if mmap of /dev/zero works. */
1826 #ifndef USED_FOR_TARGET
1827 #undef HAVE_MMAP_DEV_ZERO
1828 #endif
1831 /* Define if read-only mmap of a plain file works. */
1832 #ifndef USED_FOR_TARGET
1833 #undef HAVE_MMAP_FILE
1834 #endif
1837 /* Define if GCC has been configured with --enable-newlib-nano-formatted-io.
1838    */
1839 #ifndef USED_FOR_TARGET
1840 #undef HAVE_NEWLIB_NANO_FORMATTED_IO
1841 #endif
1844 /* Define to 1 if you have the `nl_langinfo' function. */
1845 #ifndef USED_FOR_TARGET
1846 #undef HAVE_NL_LANGINFO
1847 #endif
1850 /* Define to 1 if you have the `popen' function. */
1851 #ifndef USED_FOR_TARGET
1852 #undef HAVE_POPEN
1853 #endif
1856 /* Define to 1 if you have the `posix_fallocate' function. */
1857 #ifndef USED_FOR_TARGET
1858 #undef HAVE_POSIX_FALLOCATE
1859 #endif
1862 /* Define to 1 if you have the `putchar_unlocked' function. */
1863 #ifndef USED_FOR_TARGET
1864 #undef HAVE_PUTCHAR_UNLOCKED
1865 #endif
1868 /* Define to 1 if you have the `putc_unlocked' function. */
1869 #ifndef USED_FOR_TARGET
1870 #undef HAVE_PUTC_UNLOCKED
1871 #endif
1874 /* Define to 1 if you have the `setlocale' function. */
1875 #ifndef USED_FOR_TARGET
1876 #undef HAVE_SETLOCALE
1877 #endif
1880 /* Define to 1 if you have the `setrlimit' function. */
1881 #ifndef USED_FOR_TARGET
1882 #undef HAVE_SETRLIMIT
1883 #endif
1886 /* Define if <sys/signal.h> defines sighandler_t */
1887 #ifndef USED_FOR_TARGET
1888 #undef HAVE_SIGHANDLER_T
1889 #endif
1892 /* Define if the system-provided CRTs are present on Solaris. */
1893 #ifndef USED_FOR_TARGET
1894 #undef HAVE_SOLARIS_CRTS
1895 #endif
1898 /* Define to 1 if you have the <stddef.h> header file. */
1899 #ifndef USED_FOR_TARGET
1900 #undef HAVE_STDDEF_H
1901 #endif
1904 /* Define to 1 if you have the <stdint.h> header file. */
1905 #ifndef USED_FOR_TARGET
1906 #undef HAVE_STDINT_H
1907 #endif
1910 /* Define to 1 if you have the <stdlib.h> header file. */
1911 #ifndef USED_FOR_TARGET
1912 #undef HAVE_STDLIB_H
1913 #endif
1916 /* Define to 1 if you have the <strings.h> header file. */
1917 #ifndef USED_FOR_TARGET
1918 #undef HAVE_STRINGS_H
1919 #endif
1922 /* Define to 1 if you have the <string.h> header file. */
1923 #ifndef USED_FOR_TARGET
1924 #undef HAVE_STRING_H
1925 #endif
1928 /* Define to 1 if you have the `strsignal' function. */
1929 #ifndef USED_FOR_TARGET
1930 #undef HAVE_STRSIGNAL
1931 #endif
1934 /* Define if <sys/times.h> defines struct tms. */
1935 #ifndef USED_FOR_TARGET
1936 #undef HAVE_STRUCT_TMS
1937 #endif
1940 /* Define if <utility> defines std::swap. */
1941 #ifndef USED_FOR_TARGET
1942 #undef HAVE_SWAP_IN_UTILITY
1943 #endif
1946 /* Define to 1 if you have the `sysconf' function. */
1947 #ifndef USED_FOR_TARGET
1948 #undef HAVE_SYSCONF
1949 #endif
1952 /* Define to 1 if you have the <sys/auxv.h> header file. */
1953 #ifndef USED_FOR_TARGET
1954 #undef HAVE_SYS_AUXV_H
1955 #endif
1958 /* Define to 1 if you have the <sys/file.h> header file. */
1959 #ifndef USED_FOR_TARGET
1960 #undef HAVE_SYS_FILE_H
1961 #endif
1964 /* Define to 1 if you have the <sys/locking.h> header file. */
1965 #ifndef USED_FOR_TARGET
1966 #undef HAVE_SYS_LOCKING_H
1967 #endif
1970 /* Define to 1 if you have the <sys/mman.h> header file. */
1971 #ifndef USED_FOR_TARGET
1972 #undef HAVE_SYS_MMAN_H
1973 #endif
1976 /* Define to 1 if you have the <sys/param.h> header file. */
1977 #ifndef USED_FOR_TARGET
1978 #undef HAVE_SYS_PARAM_H
1979 #endif
1982 /* Define to 1 if you have the <sys/resource.h> header file. */
1983 #ifndef USED_FOR_TARGET
1984 #undef HAVE_SYS_RESOURCE_H
1985 #endif
1988 /* Define if your target C library provides sys/sdt.h */
1989 #undef HAVE_SYS_SDT_H
1991 /* Define to 1 if you have the <sys/stat.h> header file. */
1992 #ifndef USED_FOR_TARGET
1993 #undef HAVE_SYS_STAT_H
1994 #endif
1997 /* Define to 1 if you have the <sys/times.h> header file. */
1998 #ifndef USED_FOR_TARGET
1999 #undef HAVE_SYS_TIMES_H
2000 #endif
2003 /* Define to 1 if you have the <sys/time.h> header file. */
2004 #ifndef USED_FOR_TARGET
2005 #undef HAVE_SYS_TIME_H
2006 #endif
2009 /* Define to 1 if you have the <sys/types.h> header file. */
2010 #ifndef USED_FOR_TARGET
2011 #undef HAVE_SYS_TYPES_H
2012 #endif
2015 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
2016 #ifndef USED_FOR_TARGET
2017 #undef HAVE_SYS_WAIT_H
2018 #endif
2021 /* Define to 1 if you have the `times' function. */
2022 #ifndef USED_FOR_TARGET
2023 #undef HAVE_TIMES
2024 #endif
2027 /* Define to 1 if you have the <time.h> header file. */
2028 #ifndef USED_FOR_TARGET
2029 #undef HAVE_TIME_H
2030 #endif
2033 /* Define to 1 if you have the <tr1/unordered_map> header file. */
2034 #ifndef USED_FOR_TARGET
2035 #undef HAVE_TR1_UNORDERED_MAP
2036 #endif
2039 /* Define to 1 if the system has the type `uintmax_t'. */
2040 #ifndef USED_FOR_TARGET
2041 #undef HAVE_UINTMAX_T
2042 #endif
2045 /* Define to 1 if the system has the type `uintptr_t'. */
2046 #ifndef USED_FOR_TARGET
2047 #undef HAVE_UINTPTR_T
2048 #endif
2051 /* Define to 1 if you have the <unistd.h> header file. */
2052 #ifndef USED_FOR_TARGET
2053 #undef HAVE_UNISTD_H
2054 #endif
2057 /* Define to 1 if you have the <unordered_map> header file. */
2058 #ifndef USED_FOR_TARGET
2059 #undef HAVE_UNORDERED_MAP
2060 #endif
2063 /* Define to 1 if the system has the type `unsigned long long int'. */
2064 #ifndef USED_FOR_TARGET
2065 #undef HAVE_UNSIGNED_LONG_LONG_INT
2066 #endif
2069 /* Define if valgrind's valgrind/memcheck.h header is installed. */
2070 #ifndef USED_FOR_TARGET
2071 #undef HAVE_VALGRIND_MEMCHECK_H
2072 #endif
2075 /* Define to 1 if you have the `vfork' function. */
2076 #ifndef USED_FOR_TARGET
2077 #undef HAVE_VFORK
2078 #endif
2081 /* Define to 1 if you have the <vfork.h> header file. */
2082 #ifndef USED_FOR_TARGET
2083 #undef HAVE_VFORK_H
2084 #endif
2087 /* Define to 1 if you have the <wchar.h> header file. */
2088 #ifndef USED_FOR_TARGET
2089 #undef HAVE_WCHAR_H
2090 #endif
2093 /* Define to 1 if you have the `wcswidth' function. */
2094 #ifndef USED_FOR_TARGET
2095 #undef HAVE_WCSWIDTH
2096 #endif
2099 /* Define to 1 if `fork' works. */
2100 #ifndef USED_FOR_TARGET
2101 #undef HAVE_WORKING_FORK
2102 #endif
2105 /* Define this macro if mbstowcs does not crash when its first argument is
2106    NULL. */
2107 #ifndef USED_FOR_TARGET
2108 #undef HAVE_WORKING_MBSTOWCS
2109 #endif
2112 /* Define to 1 if `vfork' works. */
2113 #ifndef USED_FOR_TARGET
2114 #undef HAVE_WORKING_VFORK
2115 #endif
2118 /* Define if your assembler supports AIX debug frame section label reference.
2119    */
2120 #ifndef USED_FOR_TARGET
2121 #undef HAVE_XCOFF_DWARF_EXTRAS
2122 #endif
2125 /* Define if you have a working <zstd.h> header file. */
2126 #ifndef USED_FOR_TARGET
2127 #undef HAVE_ZSTD_H
2128 #endif
2131 /* Define if isl is in use. */
2132 #ifndef USED_FOR_TARGET
2133 #undef HAVE_isl
2134 #endif
2137 /* Define if F_SETLKW supported by fcntl. */
2138 #ifndef USED_FOR_TARGET
2139 #undef HOST_HAS_F_SETLKW
2140 #endif
2143 /* Define if _LK_LOC supported by _locking. */
2144 #ifndef USED_FOR_TARGET
2145 #undef HOST_HAS_LK_LOCK
2146 #endif
2149 /* Define if O_CLOEXEC supported by fcntl. */
2150 #ifndef USED_FOR_TARGET
2151 #undef HOST_HAS_O_CLOEXEC
2152 #endif
2155 /* Define if O_NONBLOCK supported by fcntl. */
2156 #ifndef USED_FOR_TARGET
2157 #undef HOST_HAS_O_NONBLOCK
2158 #endif
2161 /* Define which stat syscall is able to handle 64bit indodes. */
2162 #ifndef USED_FOR_TARGET
2163 #undef HOST_STAT_FOR_64BIT_INODES
2164 #endif
2167 /* Define as const if the declaration of iconv() needs const. */
2168 #ifndef USED_FOR_TARGET
2169 #undef ICONV_CONST
2170 #endif
2173 /* Define if int64_t uses long as underlying type. */
2174 #ifndef USED_FOR_TARGET
2175 #undef INT64_T_IS_LONG
2176 #endif
2179 /* Define to 1 if ld64 supports '-demangle'. */
2180 #ifndef USED_FOR_TARGET
2181 #undef LD64_HAS_DEMANGLE
2182 #endif
2185 /* Define to 1 if ld64 supports '-export_dynamic'. */
2186 #ifndef USED_FOR_TARGET
2187 #undef LD64_HAS_EXPORT_DYNAMIC
2188 #endif
2191 /* Define to 1 if ld64 supports '-platform_version'. */
2192 #ifndef USED_FOR_TARGET
2193 #undef LD64_HAS_PLATFORM_VERSION
2194 #endif
2197 /* Define to ld64 version. */
2198 #ifndef USED_FOR_TARGET
2199 #undef LD64_VERSION
2200 #endif
2203 /* Define to the linker option to ignore unused dependencies. */
2204 #ifndef USED_FOR_TARGET
2205 #undef LD_AS_NEEDED_OPTION
2206 #endif
2209 /* Define to the linker option to enable compressed debug sections. */
2210 #ifndef USED_FOR_TARGET
2211 #undef LD_COMPRESS_DEBUG_OPTION
2212 #endif
2215 /* Define to the linker option to enable use of shared objects. */
2216 #ifndef USED_FOR_TARGET
2217 #undef LD_DYNAMIC_OPTION
2218 #endif
2221 /* Define to the linker option to keep unused dependencies. */
2222 #ifndef USED_FOR_TARGET
2223 #undef LD_NO_AS_NEEDED_OPTION
2224 #endif
2227 /* Define to the linker option to disable use of shared objects. */
2228 #ifndef USED_FOR_TARGET
2229 #undef LD_STATIC_OPTION
2230 #endif
2233 /* The linker hash style */
2234 #ifndef USED_FOR_TARGET
2235 #undef LINKER_HASH_STYLE
2236 #endif
2239 /* Define to the name of the LTO plugin DSO that must be passed to the
2240    linker's -plugin=LIB option. */
2241 #ifndef USED_FOR_TARGET
2242 #undef LTOPLUGINSONAME
2243 #endif
2246 /* Define to the sub-directory in which libtool stores uninstalled libraries.
2247    */
2248 #ifndef USED_FOR_TARGET
2249 #undef LT_OBJDIR
2250 #endif
2253 /* Define if we should link mingw executables with --large-address-aware */
2254 #ifndef USED_FOR_TARGET
2255 #undef MINGW_DEFAULT_LARGE_ADDR_AWARE
2256 #endif
2259 /* Value to set mingw's _dowildcard to. */
2260 #ifndef USED_FOR_TARGET
2261 #undef MINGW_DOWILDCARD
2262 #endif
2265 /* Define if host mkdir takes a single argument. */
2266 #ifndef USED_FOR_TARGET
2267 #undef MKDIR_TAKES_ONE_ARG
2268 #endif
2271 /* Define to 1 to if -foffload is defaulted */
2272 #ifndef USED_FOR_TARGET
2273 #undef OFFLOAD_DEFAULTED
2274 #endif
2277 /* Define to offload targets, separated by commas. */
2278 #ifndef USED_FOR_TARGET
2279 #undef OFFLOAD_TARGETS
2280 #endif
2283 /* Define to the address where bug reports for this package should be sent. */
2284 #ifndef USED_FOR_TARGET
2285 #undef PACKAGE_BUGREPORT
2286 #endif
2289 /* Define to the full name of this package. */
2290 #ifndef USED_FOR_TARGET
2291 #undef PACKAGE_NAME
2292 #endif
2295 /* Define to the full name and version of this package. */
2296 #ifndef USED_FOR_TARGET
2297 #undef PACKAGE_STRING
2298 #endif
2301 /* Define to the one symbol short name of this package. */
2302 #ifndef USED_FOR_TARGET
2303 #undef PACKAGE_TARNAME
2304 #endif
2307 /* Define to the home page for this package. */
2308 #ifndef USED_FOR_TARGET
2309 #undef PACKAGE_URL
2310 #endif
2313 /* Define to the version of this package. */
2314 #ifndef USED_FOR_TARGET
2315 #undef PACKAGE_VERSION
2316 #endif
2319 /* Specify plugin linker */
2320 #ifndef USED_FOR_TARGET
2321 #undef PLUGIN_LD_SUFFIX
2322 #endif
2325 /* Define to .TOC. alignment forced by your linker. */
2326 #ifndef USED_FOR_TARGET
2327 #undef POWERPC64_TOC_POINTER_ALIGNMENT
2328 #endif
2331 /* Define to PREFIX/include if cpp should also search that directory. */
2332 #ifndef USED_FOR_TARGET
2333 #undef PREFIX_INCLUDE_DIR
2334 #endif
2337 /* The size of `dev_t', as computed by sizeof. */
2338 #ifndef USED_FOR_TARGET
2339 #undef SIZEOF_DEV_T
2340 #endif
2343 /* The size of `ino_t', as computed by sizeof. */
2344 #ifndef USED_FOR_TARGET
2345 #undef SIZEOF_INO_T
2346 #endif
2349 /* The size of `int', as computed by sizeof. */
2350 #ifndef USED_FOR_TARGET
2351 #undef SIZEOF_INT
2352 #endif
2355 /* The size of `long', as computed by sizeof. */
2356 #ifndef USED_FOR_TARGET
2357 #undef SIZEOF_LONG
2358 #endif
2361 /* The size of `long long', as computed by sizeof. */
2362 #ifndef USED_FOR_TARGET
2363 #undef SIZEOF_LONG_LONG
2364 #endif
2367 /* The size of `short', as computed by sizeof. */
2368 #ifndef USED_FOR_TARGET
2369 #undef SIZEOF_SHORT
2370 #endif
2373 /* The size of `void *', as computed by sizeof. */
2374 #ifndef USED_FOR_TARGET
2375 #undef SIZEOF_VOID_P
2376 #endif
2379 /* Define to 1 if you have the ANSI C header files. */
2380 #ifndef USED_FOR_TARGET
2381 #undef STDC_HEADERS
2382 #endif
2385 /* Define if you can safely include both <string.h> and <strings.h>. */
2386 #ifndef USED_FOR_TARGET
2387 #undef STRING_WITH_STRINGS
2388 #endif
2391 /* Define if TFmode long double should be the default */
2392 #ifndef USED_FOR_TARGET
2393 #undef TARGET_DEFAULT_LONG_DOUBLE_128
2394 #endif
2397 /* Define if your target C library provides the `dl_iterate_phdr' function. */
2398 #undef TARGET_DL_ITERATE_PHDR
2400 /* GNU C Library major version number used on the target, or 0. */
2401 #ifndef USED_FOR_TARGET
2402 #undef TARGET_GLIBC_MAJOR
2403 #endif
2406 /* GNU C Library minor version number used on the target, or 0. */
2407 #ifndef USED_FOR_TARGET
2408 #undef TARGET_GLIBC_MINOR
2409 #endif
2412 /* Define if your target C Library properly handles PT_GNU_STACK */
2413 #ifndef USED_FOR_TARGET
2414 #undef TARGET_LIBC_GNUSTACK
2415 #endif
2418 /* Define if your target C Library provides the AT_HWCAP value in the TCB */
2419 #ifndef USED_FOR_TARGET
2420 #undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB
2421 #endif
2424 /* Define if your target C library provides stack protector support */
2425 #ifndef USED_FOR_TARGET
2426 #undef TARGET_LIBC_PROVIDES_SSP
2427 #endif
2430 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2431 #ifndef USED_FOR_TARGET
2432 #undef TIME_WITH_SYS_TIME
2433 #endif
2436 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
2437    work. */
2438 #ifndef USED_FOR_TARGET
2439 #undef TLS_SECTION_ASM_FLAG
2440 #endif
2443 /* Define if your assembler mis-optimizes .eh_frame data. */
2444 #ifndef USED_FOR_TARGET
2445 #undef USE_AS_TRADITIONAL_FORMAT
2446 #endif
2449 /* Define if you want to generate code by default that assumes that the Cygwin
2450    DLL exports wrappers to support libstdc++ function replacement. */
2451 #ifndef USED_FOR_TARGET
2452 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2453 #endif
2456 /* Define 0/1 if your linker supports hidden thunks in linkonce sections. */
2457 #ifndef USED_FOR_TARGET
2458 #undef USE_HIDDEN_LINKONCE
2459 #endif
2462 /* Define to 1 if the 'long long' type is wider than 'long' but still
2463    efficiently supported by the host hardware. */
2464 #ifndef USED_FOR_TARGET
2465 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2466 #endif
2469 /* Define if we should use leading underscore on 64 bit mingw targets */
2470 #ifndef USED_FOR_TARGET
2471 #undef USE_MINGW64_LEADING_UNDERSCORES
2472 #endif
2475 /* Enable extensions on AIX 3, Interix.  */
2476 #ifndef _ALL_SOURCE
2477 # undef _ALL_SOURCE
2478 #endif
2479 /* Enable GNU extensions on systems that have them.  */
2480 #ifndef _GNU_SOURCE
2481 # undef _GNU_SOURCE
2482 #endif
2483 /* Enable threading extensions on Solaris.  */
2484 #ifndef _POSIX_PTHREAD_SEMANTICS
2485 # undef _POSIX_PTHREAD_SEMANTICS
2486 #endif
2487 /* Enable extensions on HP NonStop.  */
2488 #ifndef _TANDEM_SOURCE
2489 # undef _TANDEM_SOURCE
2490 #endif
2491 /* Enable general extensions on Solaris.  */
2492 #ifndef __EXTENSIONS__
2493 # undef __EXTENSIONS__
2494 #endif
2497 /* Define to be the last component of the Windows registry key under which to
2498    look for installation paths. The full key used will be
2499    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2500    The default is the GCC version number. */
2501 #ifndef USED_FOR_TARGET
2502 #undef WIN32_REGISTRY_KEY
2503 #endif
2506 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2507    significant byte first (like Motorola and SPARC, unlike Intel). */
2508 #if defined AC_APPLE_UNIVERSAL_BUILD
2509 # if defined __BIG_ENDIAN__
2510 #  define WORDS_BIGENDIAN 1
2511 # endif
2512 #else
2513 # ifndef WORDS_BIGENDIAN
2514 #  undef WORDS_BIGENDIAN
2515 # endif
2516 #endif
2518 /* Enable large inode numbers on Mac OS X 10.5.  */
2519 #ifndef _DARWIN_USE_64_BIT_INODE
2520 # define _DARWIN_USE_64_BIT_INODE 1
2521 #endif
2523 /* Number of bits in a file offset, on hosts where this is settable. */
2524 #ifndef USED_FOR_TARGET
2525 #undef _FILE_OFFSET_BITS
2526 #endif
2529 /* Define for large files, on AIX-style hosts. */
2530 #ifndef USED_FOR_TARGET
2531 #undef _LARGE_FILES
2532 #endif
2535 /* Define to 1 if on MINIX. */
2536 #ifndef USED_FOR_TARGET
2537 #undef _MINIX
2538 #endif
2541 /* Define to 2 if the system does not provide POSIX.1 features except with
2542    this defined. */
2543 #ifndef USED_FOR_TARGET
2544 #undef _POSIX_1_SOURCE
2545 #endif
2548 /* Define to 1 if you need to in order for `stat' and other things to work. */
2549 #ifndef USED_FOR_TARGET
2550 #undef _POSIX_SOURCE
2551 #endif
2554 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2555    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2556    #define below would cause a syntax error. */
2557 #ifndef USED_FOR_TARGET
2558 #undef _UINT32_T
2559 #endif
2562 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2563    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2564    #define below would cause a syntax error. */
2565 #ifndef USED_FOR_TARGET
2566 #undef _UINT64_T
2567 #endif
2570 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2571    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2572    #define below would cause a syntax error. */
2573 #ifndef USED_FOR_TARGET
2574 #undef _UINT8_T
2575 #endif
2578 /* Define to `char *' if <sys/types.h> does not define. */
2579 #ifndef USED_FOR_TARGET
2580 #undef caddr_t
2581 #endif
2584 /* Define to `__inline__' or `__inline' if that's what the C compiler
2585    calls it, or to nothing if 'inline' is not supported under any name.  */
2586 #ifndef __cplusplus
2587 #undef inline
2588 #endif
2590 /* Define to the type of a signed integer type of width exactly 16 bits if
2591    such a type exists and the standard includes do not define it. */
2592 #ifndef USED_FOR_TARGET
2593 #undef int16_t
2594 #endif
2597 /* Define to the type of a signed integer type of width exactly 32 bits if
2598    such a type exists and the standard includes do not define it. */
2599 #ifndef USED_FOR_TARGET
2600 #undef int32_t
2601 #endif
2604 /* Define to the type of a signed integer type of width exactly 64 bits if
2605    such a type exists and the standard includes do not define it. */
2606 #ifndef USED_FOR_TARGET
2607 #undef int64_t
2608 #endif
2611 /* Define to the type of a signed integer type of width exactly 8 bits if such
2612    a type exists and the standard includes do not define it. */
2613 #ifndef USED_FOR_TARGET
2614 #undef int8_t
2615 #endif
2618 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2619    not define. */
2620 #ifndef USED_FOR_TARGET
2621 #undef intmax_t
2622 #endif
2625 /* Define to the type of a signed integer type wide enough to hold a pointer,
2626    if such a type exists, and if the system does not define it. */
2627 #ifndef USED_FOR_TARGET
2628 #undef intptr_t
2629 #endif
2632 /* Define to `int' if <sys/types.h> does not define. */
2633 #ifndef USED_FOR_TARGET
2634 #undef pid_t
2635 #endif
2638 /* Define to `long' if <sys/resource.h> doesn't define. */
2639 #ifndef USED_FOR_TARGET
2640 #undef rlim_t
2641 #endif
2644 /* Define to `int' if <sys/types.h> does not define. */
2645 #ifndef USED_FOR_TARGET
2646 #undef ssize_t
2647 #endif
2650 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2651    such a type exists and the standard includes do not define it. */
2652 #ifndef USED_FOR_TARGET
2653 #undef uint16_t
2654 #endif
2657 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2658    such a type exists and the standard includes do not define it. */
2659 #ifndef USED_FOR_TARGET
2660 #undef uint32_t
2661 #endif
2664 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2665    such a type exists and the standard includes do not define it. */
2666 #ifndef USED_FOR_TARGET
2667 #undef uint64_t
2668 #endif
2671 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2672    such a type exists and the standard includes do not define it. */
2673 #ifndef USED_FOR_TARGET
2674 #undef uint8_t
2675 #endif
2678 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2679    do not define. */
2680 #ifndef USED_FOR_TARGET
2681 #undef uintmax_t
2682 #endif
2685 /* Define to the type of an unsigned integer type wide enough to hold a
2686    pointer, if such a type exists, and if the system does not define it. */
2687 #ifndef USED_FOR_TARGET
2688 #undef uintptr_t
2689 #endif
2692 /* Define as `fork' if `vfork' does not work. */
2693 #ifndef USED_FOR_TARGET
2694 #undef vfork
2695 #endif