C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / config.in
blob98ddddf88a0fd0f469c87bb517fb1592b7445d55
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 your macOS assembler supports .build_version directives */
608 #ifndef USED_FOR_TARGET
609 #undef HAVE_AS_MACOS_BUILD_VERSION
610 #endif
613 /* Define if the assembler understands -march=rv*_zifencei. */
614 #ifndef USED_FOR_TARGET
615 #undef HAVE_AS_MARCH_ZIFENCEI
616 #endif
619 /* Define if your assembler supports mfcr field. */
620 #ifndef USED_FOR_TARGET
621 #undef HAVE_AS_MFCRF
622 #endif
625 /* Define if the assembler understands -misa-spec=. */
626 #ifndef USED_FOR_TARGET
627 #undef HAVE_AS_MISA_SPEC
628 #endif
631 /* Define if your macOS assembler supports -mllvm -x86-pad-for-align=false. */
632 #ifndef USED_FOR_TARGET
633 #undef HAVE_AS_MLLVM_X86_PAD_FOR_ALIGN
634 #endif
637 /* Define if your macOS assembler supports the -mmacos-version-min option. */
638 #ifndef USED_FOR_TARGET
639 #undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION
640 #endif
643 /* Define if your assembler supports -mrelax option. */
644 #ifndef USED_FOR_TARGET
645 #undef HAVE_AS_MRELAX_OPTION
646 #endif
649 /* Define if your assembler supports .mspabi_attribute. */
650 #ifndef USED_FOR_TARGET
651 #undef HAVE_AS_MSPABI_ATTRIBUTE
652 #endif
655 /* Define if the assembler understands -mnan=. */
656 #ifndef USED_FOR_TARGET
657 #undef HAVE_AS_NAN
658 #endif
661 /* Define if your assembler supports %gotoff relocation syntax. */
662 #ifndef USED_FOR_TARGET
663 #undef HAVE_AS_NIOS2_GOTOFF_RELOCATION
664 #endif
667 /* Define if your assembler supports the -no-mul-bug-abort option. */
668 #ifndef USED_FOR_TARGET
669 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
670 #endif
673 /* Define if the assembler understands -mno-shared. */
674 #ifndef USED_FOR_TARGET
675 #undef HAVE_AS_NO_SHARED
676 #endif
679 /* Define if your assembler supports offsetable %lo(). */
680 #ifndef USED_FOR_TARGET
681 #undef HAVE_AS_OFFSETABLE_LO10
682 #endif
685 /* Define if your assembler supports R_PPC*_PLTSEQ relocations. */
686 #ifndef USED_FOR_TARGET
687 #undef HAVE_AS_PLTSEQ
688 #endif
691 /* Define if your assembler supports .ref */
692 #ifndef USED_FOR_TARGET
693 #undef HAVE_AS_REF
694 #endif
697 /* Define if your assembler supports R_PPC_REL16 relocs. */
698 #ifndef USED_FOR_TARGET
699 #undef HAVE_AS_REL16
700 #endif
703 /* Define if your assembler supports -relax option. */
704 #ifndef USED_FOR_TARGET
705 #undef HAVE_AS_RELAX_OPTION
706 #endif
709 /* Define if your assembler supports .attribute. */
710 #ifndef USED_FOR_TARGET
711 #undef HAVE_AS_RISCV_ATTRIBUTE
712 #endif
715 /* Define if your assembler supports relocs needed by -fpic. */
716 #ifndef USED_FOR_TARGET
717 #undef HAVE_AS_SMALL_PIC_RELOCS
718 #endif
721 /* Define if your assembler supports SPARC4 instructions. */
722 #ifndef USED_FOR_TARGET
723 #undef HAVE_AS_SPARC4
724 #endif
727 /* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */
728 #ifndef USED_FOR_TARGET
729 #undef HAVE_AS_SPARC5_VIS4
730 #endif
733 /* Define if your assembler supports SPARC6 instructions. */
734 #ifndef USED_FOR_TARGET
735 #undef HAVE_AS_SPARC6
736 #endif
739 /* Define if your assembler and linker support GOTDATA_OP relocs. */
740 #ifndef USED_FOR_TARGET
741 #undef HAVE_AS_SPARC_GOTDATA_OP
742 #endif
745 /* Define if your assembler and linker support unaligned PC relative relocs.
746    */
747 #ifndef USED_FOR_TARGET
748 #undef HAVE_AS_SPARC_UA_PCREL
749 #endif
752 /* Define if your assembler and linker support unaligned PC relative relocs
753    against hidden symbols. */
754 #ifndef USED_FOR_TARGET
755 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
756 #endif
759 /* Define if your assembler and linker support thread-local storage. */
760 #ifndef USED_FOR_TARGET
761 #undef HAVE_AS_TLS
762 #endif
765 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
766    alignment hint argument. */
767 #ifndef USED_FOR_TARGET
768 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS
769 #endif
772 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
773    alignment hint argument on z13. */
774 #ifndef USED_FOR_TARGET
775 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS_ON_Z13
776 #endif
779 /* Define if your assembler supports VSX instructions. */
780 #ifndef USED_FOR_TARGET
781 #undef HAVE_AS_VSX
782 #endif
785 /* Define if your assembler supports --gdwarf-4/--gdwarf-5 even with compiler
786    generated .debug_line. */
787 #ifndef USED_FOR_TARGET
788 #undef HAVE_AS_WORKING_DWARF_N_FLAG
789 #endif
792 /* Define if your assembler supports -xbrace_comment option. */
793 #ifndef USED_FOR_TARGET
794 #undef HAVE_AS_XBRACE_COMMENT_OPTION
795 #endif
798 /* Define to 1 if you have the `atoq' function. */
799 #ifndef USED_FOR_TARGET
800 #undef HAVE_ATOQ
801 #endif
804 /* Define to 1 if you have the `clearerr_unlocked' function. */
805 #ifndef USED_FOR_TARGET
806 #undef HAVE_CLEARERR_UNLOCKED
807 #endif
810 /* Define to 1 if you have the `clock' function. */
811 #ifndef USED_FOR_TARGET
812 #undef HAVE_CLOCK
813 #endif
816 /* Define if <time.h> defines clock_t. */
817 #ifndef USED_FOR_TARGET
818 #undef HAVE_CLOCK_T
819 #endif
822 /* Define 0/1 if your assembler and linker support COMDAT groups. */
823 #ifndef USED_FOR_TARGET
824 #undef HAVE_COMDAT_GROUP
825 #endif
828 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
829    */
830 #ifndef USED_FOR_TARGET
831 #undef HAVE_DECL_ABORT
832 #endif
835 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
836    0. */
837 #ifndef USED_FOR_TARGET
838 #undef HAVE_DECL_ASPRINTF
839 #endif
842 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
843 #ifndef USED_FOR_TARGET
844 #undef HAVE_DECL_ATOF
845 #endif
848 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
849 #ifndef USED_FOR_TARGET
850 #undef HAVE_DECL_ATOL
851 #endif
854 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
855    */
856 #ifndef USED_FOR_TARGET
857 #undef HAVE_DECL_ATOLL
858 #endif
861 /* Define to 1 if you have the declaration of `basename(const char*)', and to
862    0 if you don't. */
863 #ifndef USED_FOR_TARGET
864 #undef HAVE_DECL_BASENAME
865 #endif
868 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
869    */
870 #ifndef USED_FOR_TARGET
871 #undef HAVE_DECL_CALLOC
872 #endif
875 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
876    define to 0. */
877 #ifndef USED_FOR_TARGET
878 #undef HAVE_DECL_CLEARERR_UNLOCKED
879 #endif
882 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
883    */
884 #ifndef USED_FOR_TARGET
885 #undef HAVE_DECL_CLOCK
886 #endif
889 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
890    */
891 #ifndef USED_FOR_TARGET
892 #undef HAVE_DECL_ERRNO
893 #endif
896 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
897    to 0. */
898 #ifndef USED_FOR_TARGET
899 #undef HAVE_DECL_FEOF_UNLOCKED
900 #endif
903 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
904    define to 0. */
905 #ifndef USED_FOR_TARGET
906 #undef HAVE_DECL_FERROR_UNLOCKED
907 #endif
910 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
911    define to 0. */
912 #ifndef USED_FOR_TARGET
913 #undef HAVE_DECL_FFLUSH_UNLOCKED
914 #endif
917 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
918 #ifndef USED_FOR_TARGET
919 #undef HAVE_DECL_FFS
920 #endif
923 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
924    define to 0. */
925 #ifndef USED_FOR_TARGET
926 #undef HAVE_DECL_FGETC_UNLOCKED
927 #endif
930 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
931    define to 0. */
932 #ifndef USED_FOR_TARGET
933 #undef HAVE_DECL_FGETS_UNLOCKED
934 #endif
937 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
938    define to 0. */
939 #ifndef USED_FOR_TARGET
940 #undef HAVE_DECL_FILENO_UNLOCKED
941 #endif
944 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
945    define to 0. */
946 #ifndef USED_FOR_TARGET
947 #undef HAVE_DECL_FPRINTF_UNLOCKED
948 #endif
951 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
952    define to 0. */
953 #ifndef USED_FOR_TARGET
954 #undef HAVE_DECL_FPUTC_UNLOCKED
955 #endif
958 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
959    define to 0. */
960 #ifndef USED_FOR_TARGET
961 #undef HAVE_DECL_FPUTS_UNLOCKED
962 #endif
965 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
966    define to 0. */
967 #ifndef USED_FOR_TARGET
968 #undef HAVE_DECL_FREAD_UNLOCKED
969 #endif
972 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
973 #ifndef USED_FOR_TARGET
974 #undef HAVE_DECL_FREE
975 #endif
978 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
979    define to 0. */
980 #ifndef USED_FOR_TARGET
981 #undef HAVE_DECL_FWRITE_UNLOCKED
982 #endif
985 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
986    define to 0. */
987 #ifndef USED_FOR_TARGET
988 #undef HAVE_DECL_GETCHAR_UNLOCKED
989 #endif
992 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
993    */
994 #ifndef USED_FOR_TARGET
995 #undef HAVE_DECL_GETCWD
996 #endif
999 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
1000    to 0. */
1001 #ifndef USED_FOR_TARGET
1002 #undef HAVE_DECL_GETC_UNLOCKED
1003 #endif
1006 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
1007    */
1008 #ifndef USED_FOR_TARGET
1009 #undef HAVE_DECL_GETENV
1010 #endif
1013 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
1014    */
1015 #ifndef USED_FOR_TARGET
1016 #undef HAVE_DECL_GETOPT
1017 #endif
1020 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
1021    to 0. */
1022 #ifndef USED_FOR_TARGET
1023 #undef HAVE_DECL_GETPAGESIZE
1024 #endif
1027 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
1028    0. */
1029 #ifndef USED_FOR_TARGET
1030 #undef HAVE_DECL_GETRLIMIT
1031 #endif
1034 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
1035    0. */
1036 #ifndef USED_FOR_TARGET
1037 #undef HAVE_DECL_GETRUSAGE
1038 #endif
1041 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
1042    */
1043 #ifndef USED_FOR_TARGET
1044 #undef HAVE_DECL_GETWD
1045 #endif
1048 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
1049    0. */
1050 #ifndef USED_FOR_TARGET
1051 #undef HAVE_DECL_LDGETNAME
1052 #endif
1055 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
1056    */
1057 #ifndef USED_FOR_TARGET
1058 #undef HAVE_DECL_MADVISE
1059 #endif
1062 /* Define to 1 if we found a declaration for 'mallinfo', otherwise define to
1063    0. */
1064 #ifndef USED_FOR_TARGET
1065 #undef HAVE_DECL_MALLINFO
1066 #endif
1069 /* Define to 1 if we found a declaration for 'mallinfo2', otherwise define to
1070    0. */
1071 #ifndef USED_FOR_TARGET
1072 #undef HAVE_DECL_MALLINFO2
1073 #endif
1076 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
1077    */
1078 #ifndef USED_FOR_TARGET
1079 #undef HAVE_DECL_MALLOC
1080 #endif
1083 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
1084    define to 0. */
1085 #ifndef USED_FOR_TARGET
1086 #undef HAVE_DECL_PUTCHAR_UNLOCKED
1087 #endif
1090 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
1091    to 0. */
1092 #ifndef USED_FOR_TARGET
1093 #undef HAVE_DECL_PUTC_UNLOCKED
1094 #endif
1097 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
1098    */
1099 #ifndef USED_FOR_TARGET
1100 #undef HAVE_DECL_REALLOC
1101 #endif
1104 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
1105 #ifndef USED_FOR_TARGET
1106 #undef HAVE_DECL_SBRK
1107 #endif
1110 /* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
1111    */
1112 #ifndef USED_FOR_TARGET
1113 #undef HAVE_DECL_SETENV
1114 #endif
1117 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
1118    0. */
1119 #ifndef USED_FOR_TARGET
1120 #undef HAVE_DECL_SETRLIMIT
1121 #endif
1124 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
1125    to 0. */
1126 #ifndef USED_FOR_TARGET
1127 #undef HAVE_DECL_SIGALTSTACK
1128 #endif
1131 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
1132    0. */
1133 #ifndef USED_FOR_TARGET
1134 #undef HAVE_DECL_SNPRINTF
1135 #endif
1138 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
1139    */
1140 #ifndef USED_FOR_TARGET
1141 #undef HAVE_DECL_STPCPY
1142 #endif
1145 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
1146    */
1147 #ifndef USED_FOR_TARGET
1148 #undef HAVE_DECL_STRNLEN
1149 #endif
1152 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
1153    0. */
1154 #ifndef USED_FOR_TARGET
1155 #undef HAVE_DECL_STRSIGNAL
1156 #endif
1159 /* Define to 1 if you have the declaration of `strstr(const char*,const
1160    char*)', and to 0 if you don't. */
1161 #ifndef USED_FOR_TARGET
1162 #undef HAVE_DECL_STRSTR
1163 #endif
1166 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1167    */
1168 #ifndef USED_FOR_TARGET
1169 #undef HAVE_DECL_STRTOL
1170 #endif
1173 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1174    */
1175 #ifndef USED_FOR_TARGET
1176 #undef HAVE_DECL_STRTOLL
1177 #endif
1180 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1181    */
1182 #ifndef USED_FOR_TARGET
1183 #undef HAVE_DECL_STRTOUL
1184 #endif
1187 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1188    0. */
1189 #ifndef USED_FOR_TARGET
1190 #undef HAVE_DECL_STRTOULL
1191 #endif
1194 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1195    0. */
1196 #ifndef USED_FOR_TARGET
1197 #undef HAVE_DECL_STRVERSCMP
1198 #endif
1201 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1202    */
1203 #ifndef USED_FOR_TARGET
1204 #undef HAVE_DECL_TIMES
1205 #endif
1208 /* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1209    0. */
1210 #ifndef USED_FOR_TARGET
1211 #undef HAVE_DECL_UNSETENV
1212 #endif
1215 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1216    0. */
1217 #ifndef USED_FOR_TARGET
1218 #undef HAVE_DECL_VASPRINTF
1219 #endif
1222 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1223    0. */
1224 #ifndef USED_FOR_TARGET
1225 #undef HAVE_DECL_VSNPRINTF
1226 #endif
1229 /* Define to 1 if you have the <direct.h> header file. */
1230 #ifndef USED_FOR_TARGET
1231 #undef HAVE_DIRECT_H
1232 #endif
1235 /* Define to 1 if you have the <dlfcn.h> header file. */
1236 #ifndef USED_FOR_TARGET
1237 #undef HAVE_DLFCN_H
1238 #endif
1241 /* Define to 1 if you have the <ext/hash_map> header file. */
1242 #ifndef USED_FOR_TARGET
1243 #undef HAVE_EXT_HASH_MAP
1244 #endif
1247 /* Define to 1 if you have the <fcntl.h> header file. */
1248 #ifndef USED_FOR_TARGET
1249 #undef HAVE_FCNTL_H
1250 #endif
1253 /* Define to 1 if you have the `feof_unlocked' function. */
1254 #ifndef USED_FOR_TARGET
1255 #undef HAVE_FEOF_UNLOCKED
1256 #endif
1259 /* Define to 1 if you have the `ferror_unlocked' function. */
1260 #ifndef USED_FOR_TARGET
1261 #undef HAVE_FERROR_UNLOCKED
1262 #endif
1265 /* Define to 1 if you have the `fflush_unlocked' function. */
1266 #ifndef USED_FOR_TARGET
1267 #undef HAVE_FFLUSH_UNLOCKED
1268 #endif
1271 /* Define to 1 if you have the `fgetc_unlocked' function. */
1272 #ifndef USED_FOR_TARGET
1273 #undef HAVE_FGETC_UNLOCKED
1274 #endif
1277 /* Define to 1 if you have the `fgets_unlocked' function. */
1278 #ifndef USED_FOR_TARGET
1279 #undef HAVE_FGETS_UNLOCKED
1280 #endif
1283 /* Define to 1 if you have the `fileno_unlocked' function. */
1284 #ifndef USED_FOR_TARGET
1285 #undef HAVE_FILENO_UNLOCKED
1286 #endif
1289 /* Define to 1 if you have the `fork' function. */
1290 #ifndef USED_FOR_TARGET
1291 #undef HAVE_FORK
1292 #endif
1295 /* Define to 1 if you have the `fprintf_unlocked' function. */
1296 #ifndef USED_FOR_TARGET
1297 #undef HAVE_FPRINTF_UNLOCKED
1298 #endif
1301 /* Define to 1 if you have the `fputc_unlocked' function. */
1302 #ifndef USED_FOR_TARGET
1303 #undef HAVE_FPUTC_UNLOCKED
1304 #endif
1307 /* Define to 1 if you have the `fputs_unlocked' function. */
1308 #ifndef USED_FOR_TARGET
1309 #undef HAVE_FPUTS_UNLOCKED
1310 #endif
1313 /* Define to 1 if you have the `fread_unlocked' function. */
1314 #ifndef USED_FOR_TARGET
1315 #undef HAVE_FREAD_UNLOCKED
1316 #endif
1319 /* Define to 1 if you have the `fstatat' function. */
1320 #ifndef USED_FOR_TARGET
1321 #undef HAVE_FSTATAT
1322 #endif
1325 /* Define to 1 if you have the <ftw.h> header file. */
1326 #ifndef USED_FOR_TARGET
1327 #undef HAVE_FTW_H
1328 #endif
1331 /* Define to 1 if you have the `fwrite_unlocked' function. */
1332 #ifndef USED_FOR_TARGET
1333 #undef HAVE_FWRITE_UNLOCKED
1334 #endif
1337 /* Define if your assembler supports specifying the alignment of objects
1338    allocated using the GAS .comm command. */
1339 #ifndef USED_FOR_TARGET
1340 #undef HAVE_GAS_ALIGNED_COMM
1341 #endif
1344 /* Define if your Arm assembler permits context-specific feature extensions.
1345    */
1346 #ifndef USED_FOR_TARGET
1347 #undef HAVE_GAS_ARM_EXTENDED_ARCH
1348 #endif
1351 /* Define if your assembler supports .balign and .p2align. */
1352 #ifndef USED_FOR_TARGET
1353 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1354 #endif
1357 /* Define 0/1 if your assembler supports CFI directives. */
1358 #undef HAVE_GAS_CFI_DIRECTIVE
1360 /* Define 0/1 if your assembler supports .cfi_personality. */
1361 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1363 /* Define 0/1 if your assembler supports .cfi_sections. */
1364 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1366 /* Define if your assembler supports the .loc discriminator sub-directive. */
1367 #ifndef USED_FOR_TARGET
1368 #undef HAVE_GAS_DISCRIMINATOR
1369 #endif
1372 /* Define if your assembler supports @gnu_unique_object. */
1373 #ifndef USED_FOR_TARGET
1374 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1375 #endif
1378 /* Define if your assembler and linker support .hidden. */
1379 #undef HAVE_GAS_HIDDEN
1381 /* Define if your assembler supports .lcomm with an alignment field. */
1382 #ifndef USED_FOR_TARGET
1383 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1384 #endif
1387 /* Define if your assembler supports .literal16. */
1388 #ifndef USED_FOR_TARGET
1389 #undef HAVE_GAS_LITERAL16
1390 #endif
1393 /* Define if your assembler supports the .loc is_stmt sub-directive. */
1394 #ifndef USED_FOR_TARGET
1395 #undef HAVE_GAS_LOC_STMT
1396 #endif
1399 /* Define if your assembler supports specifying the maximum number of bytes to
1400    skip when using the GAS .p2align command. */
1401 #ifndef USED_FOR_TARGET
1402 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1403 #endif
1406 /* Define if your assembler supports the .set micromips directive */
1407 #ifndef USED_FOR_TARGET
1408 #undef HAVE_GAS_MICROMIPS
1409 #endif
1412 /* Define if your assembler supports .nsubspa comdat option. */
1413 #ifndef USED_FOR_TARGET
1414 #undef HAVE_GAS_NSUBSPA_COMDAT
1415 #endif
1418 /* Define if your assembler and linker support 32-bit section relative relocs
1419    via '.secrel32 label'. */
1420 #ifndef USED_FOR_TARGET
1421 #undef HAVE_GAS_PE_SECREL32_RELOC
1422 #endif
1425 /* Define if your assembler supports specifying the exclude section flag. */
1426 #ifndef USED_FOR_TARGET
1427 #undef HAVE_GAS_SECTION_EXCLUDE
1428 #endif
1431 /* Define 0/1 if your assembler supports 'o' flag in .section directive. */
1432 #ifndef USED_FOR_TARGET
1433 #undef HAVE_GAS_SECTION_LINK_ORDER
1434 #endif
1437 /* Define 0/1 if your assembler supports marking sections with SHF_GNU_RETAIN
1438    flag. */
1439 #ifndef USED_FOR_TARGET
1440 #undef HAVE_GAS_SHF_GNU_RETAIN
1441 #endif
1444 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1445    */
1446 #ifndef USED_FOR_TARGET
1447 #undef HAVE_GAS_SHF_MERGE
1448 #endif
1451 /* Define if your assembler supports .subsection and .subsection -1 starts
1452    emitting at the beginning of your section. */
1453 #ifndef USED_FOR_TARGET
1454 #undef HAVE_GAS_SUBSECTION_ORDERING
1455 #endif
1458 /* Define if your assembler supports .weak. */
1459 #ifndef USED_FOR_TARGET
1460 #undef HAVE_GAS_WEAK
1461 #endif
1464 /* Define if your assembler supports .weakref. */
1465 #ifndef USED_FOR_TARGET
1466 #undef HAVE_GAS_WEAKREF
1467 #endif
1470 /* Define to 1 if you have the `getauxval' function. */
1471 #ifndef USED_FOR_TARGET
1472 #undef HAVE_GETAUXVAL
1473 #endif
1476 /* Define to 1 if you have the `getchar_unlocked' function. */
1477 #ifndef USED_FOR_TARGET
1478 #undef HAVE_GETCHAR_UNLOCKED
1479 #endif
1482 /* Define to 1 if you have the `getc_unlocked' function. */
1483 #ifndef USED_FOR_TARGET
1484 #undef HAVE_GETC_UNLOCKED
1485 #endif
1488 /* Define to 1 if you have the `getrlimit' function. */
1489 #ifndef USED_FOR_TARGET
1490 #undef HAVE_GETRLIMIT
1491 #endif
1494 /* Define to 1 if you have the `getrusage' function. */
1495 #ifndef USED_FOR_TARGET
1496 #undef HAVE_GETRUSAGE
1497 #endif
1500 /* Define to 1 if you have the `gettimeofday' function. */
1501 #ifndef USED_FOR_TARGET
1502 #undef HAVE_GETTIMEOFDAY
1503 #endif
1506 /* Define to 1 if using GNU as. */
1507 #ifndef USED_FOR_TARGET
1508 #undef HAVE_GNU_AS
1509 #endif
1512 /* Define if your system supports gnu indirect functions. */
1513 #ifndef USED_FOR_TARGET
1514 #undef HAVE_GNU_INDIRECT_FUNCTION
1515 #endif
1518 /* Define to 1 if using GNU ld. */
1519 #ifndef USED_FOR_TARGET
1520 #undef HAVE_GNU_LD
1521 #endif
1524 /* Define if the gold linker supports split stack and is available as a
1525    non-default */
1526 #ifndef USED_FOR_TARGET
1527 #undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1528 #endif
1531 /* Define if you have the iconv() function. */
1532 #ifndef USED_FOR_TARGET
1533 #undef HAVE_ICONV
1534 #endif
1537 /* Define to 1 if you have the <iconv.h> header file. */
1538 #ifndef USED_FOR_TARGET
1539 #undef HAVE_ICONV_H
1540 #endif
1543 /* Define 0/1 if .init_array/.fini_array sections are available and working.
1544    */
1545 #ifndef USED_FOR_TARGET
1546 #undef HAVE_INITFINI_ARRAY_SUPPORT
1547 #endif
1550 /* Define to 1 if the system has the type `intmax_t'. */
1551 #ifndef USED_FOR_TARGET
1552 #undef HAVE_INTMAX_T
1553 #endif
1556 /* Define to 1 if the system has the type `intptr_t'. */
1557 #ifndef USED_FOR_TARGET
1558 #undef HAVE_INTPTR_T
1559 #endif
1562 /* Define if you have a working <inttypes.h> header file. */
1563 #ifndef USED_FOR_TARGET
1564 #undef HAVE_INTTYPES_H
1565 #endif
1568 /* Define to 1 if you have the `kill' function. */
1569 #ifndef USED_FOR_TARGET
1570 #undef HAVE_KILL
1571 #endif
1574 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1575 #ifndef USED_FOR_TARGET
1576 #undef HAVE_LANGINFO_CODESET
1577 #endif
1580 /* Define to 1 if you have the <langinfo.h> header file. */
1581 #ifndef USED_FOR_TARGET
1582 #undef HAVE_LANGINFO_H
1583 #endif
1586 /* Define if your <locale.h> file defines LC_MESSAGES. */
1587 #ifndef USED_FOR_TARGET
1588 #undef HAVE_LC_MESSAGES
1589 #endif
1592 /* Define to 1 if you have the <ldfcn.h> header file. */
1593 #ifndef USED_FOR_TARGET
1594 #undef HAVE_LDFCN_H
1595 #endif
1598 /* Define 0/1 if your linker supports the SHF_MERGE flag with section
1599    alignment > 1. */
1600 #ifndef USED_FOR_TARGET
1601 #undef HAVE_LD_ALIGNED_SHF_MERGE
1602 #endif
1605 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1606    options. */
1607 #ifndef USED_FOR_TARGET
1608 #undef HAVE_LD_AS_NEEDED
1609 #endif
1612 /* Define if your default avr linker script for avrxmega3 leaves .rodata in
1613    flash. */
1614 #ifndef USED_FOR_TARGET
1615 #undef HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH
1616 #endif
1619 /* Define if your linker supports -z bndplt */
1620 #ifndef USED_FOR_TARGET
1621 #undef HAVE_LD_BNDPLT_SUPPORT
1622 #endif
1625 /* Define if the PE linker has broken DWARF 5 support. */
1626 #ifndef USED_FOR_TARGET
1627 #undef HAVE_LD_BROKEN_PE_DWARF5
1628 #endif
1631 /* Define if your linker supports --build-id. */
1632 #ifndef USED_FOR_TARGET
1633 #undef HAVE_LD_BUILDID
1634 #endif
1637 /* Define if the linker supports clearing hardware capabilities via mapfile.
1638    */
1639 #ifndef USED_FOR_TARGET
1640 #undef HAVE_LD_CLEARCAP
1641 #endif
1644 /* Define to the level of your linker's compressed debug section support. */
1645 #ifndef USED_FOR_TARGET
1646 #undef HAVE_LD_COMPRESS_DEBUG
1647 #endif
1650 /* Define if your linker supports --demangle option. */
1651 #ifndef USED_FOR_TARGET
1652 #undef HAVE_LD_DEMANGLE
1653 #endif
1656 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1657 #ifndef USED_FOR_TARGET
1658 #undef HAVE_LD_EH_FRAME_CIEV3
1659 #endif
1662 /* Define if your linker supports .eh_frame_hdr. */
1663 #undef HAVE_LD_EH_FRAME_HDR
1665 /* Define if your linker supports garbage collection of sections in presence
1666    of EH frames. */
1667 #ifndef USED_FOR_TARGET
1668 #undef HAVE_LD_EH_GC_SECTIONS
1669 #endif
1672 /* Define if your linker has buggy garbage collection of sections support when
1673    .text.startup.foo like sections are used. */
1674 #ifndef USED_FOR_TARGET
1675 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1676 #endif
1679 /* Define if your PowerPC64 linker supports a large TOC. */
1680 #ifndef USED_FOR_TARGET
1681 #undef HAVE_LD_LARGE_TOC
1682 #endif
1685 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1686 #ifndef USED_FOR_TARGET
1687 #undef HAVE_LD_NO_DOT_SYMS
1688 #endif
1691 /* Define if your linker can relax absolute .eh_frame personality pointers
1692    into PC-relative form. */
1693 #ifndef USED_FOR_TARGET
1694 #undef HAVE_LD_PERSONALITY_RELAXATION
1695 #endif
1698 /* Define if the PE linker supports --disable-dynamicbase option. */
1699 #ifndef USED_FOR_TARGET
1700 #undef HAVE_LD_PE_DISABLE_DYNAMICBASE
1701 #endif
1704 /* Define if your linker supports PIE option. */
1705 #ifndef USED_FOR_TARGET
1706 #undef HAVE_LD_PIE
1707 #endif
1710 /* Define 0/1 if your linker supports -pie option with copy reloc. */
1711 #ifndef USED_FOR_TARGET
1712 #undef HAVE_LD_PIE_COPYRELOC
1713 #endif
1716 /* Define if your PowerPC linker has .gnu.attributes long double support. */
1717 #ifndef USED_FOR_TARGET
1718 #undef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE
1719 #endif
1722 /* Define if your linker supports --push-state/--pop-state */
1723 #ifndef USED_FOR_TARGET
1724 #undef HAVE_LD_PUSHPOPSTATE_SUPPORT
1725 #endif
1728 /* Define if your linker links a mix of read-only and read-write sections into
1729    a read-write section. */
1730 #ifndef USED_FOR_TARGET
1731 #undef HAVE_LD_RO_RW_SECTION_MIXING
1732 #endif
1735 /* Define if your linker supports the *_sol2 emulations. */
1736 #ifndef USED_FOR_TARGET
1737 #undef HAVE_LD_SOL2_EMULATION
1738 #endif
1741 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1742 #ifndef USED_FOR_TARGET
1743 #undef HAVE_LD_STATIC_DYNAMIC
1744 #endif
1747 /* Define if your linker supports --sysroot. */
1748 #ifndef USED_FOR_TARGET
1749 #undef HAVE_LD_SYSROOT
1750 #endif
1753 /* Define to 1 if you have the <limits.h> header file. */
1754 #ifndef USED_FOR_TARGET
1755 #undef HAVE_LIMITS_H
1756 #endif
1759 /* Define to 1 if you have the <locale.h> header file. */
1760 #ifndef USED_FOR_TARGET
1761 #undef HAVE_LOCALE_H
1762 #endif
1765 /* Define to 1 if the system has the type `long long'. */
1766 #ifndef USED_FOR_TARGET
1767 #undef HAVE_LONG_LONG
1768 #endif
1771 /* Define to 1 if the system has the type `long long int'. */
1772 #ifndef USED_FOR_TARGET
1773 #undef HAVE_LONG_LONG_INT
1774 #endif
1777 /* Define to the level of your linker's plugin support. */
1778 #ifndef USED_FOR_TARGET
1779 #undef HAVE_LTO_PLUGIN
1780 #endif
1783 /* Define to 1 if you have the `madvise' function. */
1784 #ifndef USED_FOR_TARGET
1785 #undef HAVE_MADVISE
1786 #endif
1789 /* Define to 1 if you have the `mallinfo' function. */
1790 #ifndef USED_FOR_TARGET
1791 #undef HAVE_MALLINFO
1792 #endif
1795 /* Define to 1 if you have the `mallinfo2' function. */
1796 #ifndef USED_FOR_TARGET
1797 #undef HAVE_MALLINFO2
1798 #endif
1801 /* Define to 1 if you have the <malloc.h> header file. */
1802 #ifndef USED_FOR_TARGET
1803 #undef HAVE_MALLOC_H
1804 #endif
1807 /* Define to 1 if you have the `mbstowcs' function. */
1808 #ifndef USED_FOR_TARGET
1809 #undef HAVE_MBSTOWCS
1810 #endif
1813 /* Define if valgrind's memcheck.h header is installed. */
1814 #ifndef USED_FOR_TARGET
1815 #undef HAVE_MEMCHECK_H
1816 #endif
1819 /* Define to 1 if you have the <memory.h> header file. */
1820 #ifndef USED_FOR_TARGET
1821 #undef HAVE_MEMORY_H
1822 #endif
1825 /* Define to 1 if you have the `mmap' function. */
1826 #ifndef USED_FOR_TARGET
1827 #undef HAVE_MMAP
1828 #endif
1831 /* Define if mmap with MAP_ANON(YMOUS) works. */
1832 #ifndef USED_FOR_TARGET
1833 #undef HAVE_MMAP_ANON
1834 #endif
1837 /* Define if mmap of /dev/zero works. */
1838 #ifndef USED_FOR_TARGET
1839 #undef HAVE_MMAP_DEV_ZERO
1840 #endif
1843 /* Define if read-only mmap of a plain file works. */
1844 #ifndef USED_FOR_TARGET
1845 #undef HAVE_MMAP_FILE
1846 #endif
1849 /* Define if GCC has been configured with --enable-newlib-nano-formatted-io.
1850    */
1851 #ifndef USED_FOR_TARGET
1852 #undef HAVE_NEWLIB_NANO_FORMATTED_IO
1853 #endif
1856 /* Define to 1 if you have the `nl_langinfo' function. */
1857 #ifndef USED_FOR_TARGET
1858 #undef HAVE_NL_LANGINFO
1859 #endif
1862 /* Define to 1 if you have the `popen' function. */
1863 #ifndef USED_FOR_TARGET
1864 #undef HAVE_POPEN
1865 #endif
1868 /* Define to 1 if you have the `posix_fallocate' function. */
1869 #ifndef USED_FOR_TARGET
1870 #undef HAVE_POSIX_FALLOCATE
1871 #endif
1874 /* Define to 1 if you have the `putchar_unlocked' function. */
1875 #ifndef USED_FOR_TARGET
1876 #undef HAVE_PUTCHAR_UNLOCKED
1877 #endif
1880 /* Define to 1 if you have the `putc_unlocked' function. */
1881 #ifndef USED_FOR_TARGET
1882 #undef HAVE_PUTC_UNLOCKED
1883 #endif
1886 /* Define to 1 if you have the `setlocale' function. */
1887 #ifndef USED_FOR_TARGET
1888 #undef HAVE_SETLOCALE
1889 #endif
1892 /* Define to 1 if you have the `setrlimit' function. */
1893 #ifndef USED_FOR_TARGET
1894 #undef HAVE_SETRLIMIT
1895 #endif
1898 /* Define if <sys/signal.h> defines sighandler_t */
1899 #ifndef USED_FOR_TARGET
1900 #undef HAVE_SIGHANDLER_T
1901 #endif
1904 /* Define if the system-provided CRTs are present on Solaris. */
1905 #ifndef USED_FOR_TARGET
1906 #undef HAVE_SOLARIS_CRTS
1907 #endif
1910 /* Define to 1 if you have the <stddef.h> header file. */
1911 #ifndef USED_FOR_TARGET
1912 #undef HAVE_STDDEF_H
1913 #endif
1916 /* Define to 1 if you have the <stdint.h> header file. */
1917 #ifndef USED_FOR_TARGET
1918 #undef HAVE_STDINT_H
1919 #endif
1922 /* Define to 1 if you have the <stdlib.h> header file. */
1923 #ifndef USED_FOR_TARGET
1924 #undef HAVE_STDLIB_H
1925 #endif
1928 /* Define to 1 if you have the <strings.h> header file. */
1929 #ifndef USED_FOR_TARGET
1930 #undef HAVE_STRINGS_H
1931 #endif
1934 /* Define to 1 if you have the <string.h> header file. */
1935 #ifndef USED_FOR_TARGET
1936 #undef HAVE_STRING_H
1937 #endif
1940 /* Define to 1 if you have the `strsignal' function. */
1941 #ifndef USED_FOR_TARGET
1942 #undef HAVE_STRSIGNAL
1943 #endif
1946 /* Define if <sys/times.h> defines struct tms. */
1947 #ifndef USED_FOR_TARGET
1948 #undef HAVE_STRUCT_TMS
1949 #endif
1952 /* Define if <utility> defines std::swap. */
1953 #ifndef USED_FOR_TARGET
1954 #undef HAVE_SWAP_IN_UTILITY
1955 #endif
1958 /* Define to 1 if you have the `sysconf' function. */
1959 #ifndef USED_FOR_TARGET
1960 #undef HAVE_SYSCONF
1961 #endif
1964 /* Define to 1 if you have the <sys/auxv.h> header file. */
1965 #ifndef USED_FOR_TARGET
1966 #undef HAVE_SYS_AUXV_H
1967 #endif
1970 /* Define to 1 if you have the <sys/file.h> header file. */
1971 #ifndef USED_FOR_TARGET
1972 #undef HAVE_SYS_FILE_H
1973 #endif
1976 /* Define to 1 if you have the <sys/locking.h> header file. */
1977 #ifndef USED_FOR_TARGET
1978 #undef HAVE_SYS_LOCKING_H
1979 #endif
1982 /* Define to 1 if you have the <sys/mman.h> header file. */
1983 #ifndef USED_FOR_TARGET
1984 #undef HAVE_SYS_MMAN_H
1985 #endif
1988 /* Define to 1 if you have the <sys/param.h> header file. */
1989 #ifndef USED_FOR_TARGET
1990 #undef HAVE_SYS_PARAM_H
1991 #endif
1994 /* Define to 1 if you have the <sys/resource.h> header file. */
1995 #ifndef USED_FOR_TARGET
1996 #undef HAVE_SYS_RESOURCE_H
1997 #endif
2000 /* Define if your target C library provides sys/sdt.h */
2001 #undef HAVE_SYS_SDT_H
2003 /* Define to 1 if you have the <sys/stat.h> header file. */
2004 #ifndef USED_FOR_TARGET
2005 #undef HAVE_SYS_STAT_H
2006 #endif
2009 /* Define to 1 if you have the <sys/times.h> header file. */
2010 #ifndef USED_FOR_TARGET
2011 #undef HAVE_SYS_TIMES_H
2012 #endif
2015 /* Define to 1 if you have the <sys/time.h> header file. */
2016 #ifndef USED_FOR_TARGET
2017 #undef HAVE_SYS_TIME_H
2018 #endif
2021 /* Define to 1 if you have the <sys/types.h> header file. */
2022 #ifndef USED_FOR_TARGET
2023 #undef HAVE_SYS_TYPES_H
2024 #endif
2027 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
2028 #ifndef USED_FOR_TARGET
2029 #undef HAVE_SYS_WAIT_H
2030 #endif
2033 /* Define to 1 if you have the `times' function. */
2034 #ifndef USED_FOR_TARGET
2035 #undef HAVE_TIMES
2036 #endif
2039 /* Define to 1 if you have the <time.h> header file. */
2040 #ifndef USED_FOR_TARGET
2041 #undef HAVE_TIME_H
2042 #endif
2045 /* Define to 1 if you have the <tr1/unordered_map> header file. */
2046 #ifndef USED_FOR_TARGET
2047 #undef HAVE_TR1_UNORDERED_MAP
2048 #endif
2051 /* Define to 1 if the system has the type `uintmax_t'. */
2052 #ifndef USED_FOR_TARGET
2053 #undef HAVE_UINTMAX_T
2054 #endif
2057 /* Define to 1 if the system has the type `uintptr_t'. */
2058 #ifndef USED_FOR_TARGET
2059 #undef HAVE_UINTPTR_T
2060 #endif
2063 /* Define to 1 if you have the <unistd.h> header file. */
2064 #ifndef USED_FOR_TARGET
2065 #undef HAVE_UNISTD_H
2066 #endif
2069 /* Define to 1 if you have the <unordered_map> header file. */
2070 #ifndef USED_FOR_TARGET
2071 #undef HAVE_UNORDERED_MAP
2072 #endif
2075 /* Define to 1 if the system has the type `unsigned long long int'. */
2076 #ifndef USED_FOR_TARGET
2077 #undef HAVE_UNSIGNED_LONG_LONG_INT
2078 #endif
2081 /* Define if valgrind's valgrind/memcheck.h header is installed. */
2082 #ifndef USED_FOR_TARGET
2083 #undef HAVE_VALGRIND_MEMCHECK_H
2084 #endif
2087 /* Define to 1 if you have the `vfork' function. */
2088 #ifndef USED_FOR_TARGET
2089 #undef HAVE_VFORK
2090 #endif
2093 /* Define to 1 if you have the <vfork.h> header file. */
2094 #ifndef USED_FOR_TARGET
2095 #undef HAVE_VFORK_H
2096 #endif
2099 /* Define to 1 if you have the <wchar.h> header file. */
2100 #ifndef USED_FOR_TARGET
2101 #undef HAVE_WCHAR_H
2102 #endif
2105 /* Define to 1 if you have the `wcswidth' function. */
2106 #ifndef USED_FOR_TARGET
2107 #undef HAVE_WCSWIDTH
2108 #endif
2111 /* Define to 1 if `fork' works. */
2112 #ifndef USED_FOR_TARGET
2113 #undef HAVE_WORKING_FORK
2114 #endif
2117 /* Define this macro if mbstowcs does not crash when its first argument is
2118    NULL. */
2119 #ifndef USED_FOR_TARGET
2120 #undef HAVE_WORKING_MBSTOWCS
2121 #endif
2124 /* Define to 1 if `vfork' works. */
2125 #ifndef USED_FOR_TARGET
2126 #undef HAVE_WORKING_VFORK
2127 #endif
2130 /* Define if your assembler supports AIX debug frame section label reference.
2131    */
2132 #ifndef USED_FOR_TARGET
2133 #undef HAVE_XCOFF_DWARF_EXTRAS
2134 #endif
2137 /* Define if you have a working <zstd.h> header file. */
2138 #ifndef USED_FOR_TARGET
2139 #undef HAVE_ZSTD_H
2140 #endif
2143 /* Define if isl is in use. */
2144 #ifndef USED_FOR_TARGET
2145 #undef HAVE_isl
2146 #endif
2149 /* Define if F_SETLKW supported by fcntl. */
2150 #ifndef USED_FOR_TARGET
2151 #undef HOST_HAS_F_SETLKW
2152 #endif
2155 /* Define if _LK_LOC supported by _locking. */
2156 #ifndef USED_FOR_TARGET
2157 #undef HOST_HAS_LK_LOCK
2158 #endif
2161 /* Define if O_CLOEXEC supported by fcntl. */
2162 #ifndef USED_FOR_TARGET
2163 #undef HOST_HAS_O_CLOEXEC
2164 #endif
2167 /* Define if O_NONBLOCK supported by fcntl. */
2168 #ifndef USED_FOR_TARGET
2169 #undef HOST_HAS_O_NONBLOCK
2170 #endif
2173 /* Define which stat syscall is able to handle 64bit indodes. */
2174 #ifndef USED_FOR_TARGET
2175 #undef HOST_STAT_FOR_64BIT_INODES
2176 #endif
2179 /* Define as const if the declaration of iconv() needs const. */
2180 #ifndef USED_FOR_TARGET
2181 #undef ICONV_CONST
2182 #endif
2185 /* Define if int64_t uses long as underlying type. */
2186 #ifndef USED_FOR_TARGET
2187 #undef INT64_T_IS_LONG
2188 #endif
2191 /* Define to 1 if ld64 supports '-demangle'. */
2192 #ifndef USED_FOR_TARGET
2193 #undef LD64_HAS_DEMANGLE
2194 #endif
2197 /* Define to 1 if ld64 supports '-export_dynamic'. */
2198 #ifndef USED_FOR_TARGET
2199 #undef LD64_HAS_EXPORT_DYNAMIC
2200 #endif
2203 /* Define to 1 if ld64 supports '-platform_version'. */
2204 #ifndef USED_FOR_TARGET
2205 #undef LD64_HAS_PLATFORM_VERSION
2206 #endif
2209 /* Define to ld64 version. */
2210 #ifndef USED_FOR_TARGET
2211 #undef LD64_VERSION
2212 #endif
2215 /* Define to the linker option to ignore unused dependencies. */
2216 #ifndef USED_FOR_TARGET
2217 #undef LD_AS_NEEDED_OPTION
2218 #endif
2221 /* Define to the linker option to enable compressed debug sections. */
2222 #ifndef USED_FOR_TARGET
2223 #undef LD_COMPRESS_DEBUG_OPTION
2224 #endif
2227 /* Define to the linker option to enable use of shared objects. */
2228 #ifndef USED_FOR_TARGET
2229 #undef LD_DYNAMIC_OPTION
2230 #endif
2233 /* Define to the linker option to keep unused dependencies. */
2234 #ifndef USED_FOR_TARGET
2235 #undef LD_NO_AS_NEEDED_OPTION
2236 #endif
2239 /* Define to the linker option to disable use of shared objects. */
2240 #ifndef USED_FOR_TARGET
2241 #undef LD_STATIC_OPTION
2242 #endif
2245 /* The linker hash style */
2246 #ifndef USED_FOR_TARGET
2247 #undef LINKER_HASH_STYLE
2248 #endif
2251 /* Define to the name of the LTO plugin DSO that must be passed to the
2252    linker's -plugin=LIB option. */
2253 #ifndef USED_FOR_TARGET
2254 #undef LTOPLUGINSONAME
2255 #endif
2258 /* Define to the sub-directory in which libtool stores uninstalled libraries.
2259    */
2260 #ifndef USED_FOR_TARGET
2261 #undef LT_OBJDIR
2262 #endif
2265 /* Define if we should link mingw executables with --large-address-aware */
2266 #ifndef USED_FOR_TARGET
2267 #undef MINGW_DEFAULT_LARGE_ADDR_AWARE
2268 #endif
2271 /* Value to set mingw's _dowildcard to. */
2272 #ifndef USED_FOR_TARGET
2273 #undef MINGW_DOWILDCARD
2274 #endif
2277 /* Define if host mkdir takes a single argument. */
2278 #ifndef USED_FOR_TARGET
2279 #undef MKDIR_TAKES_ONE_ARG
2280 #endif
2283 /* Define to 1 to if -foffload is defaulted */
2284 #ifndef USED_FOR_TARGET
2285 #undef OFFLOAD_DEFAULTED
2286 #endif
2289 /* Define to offload targets, separated by commas. */
2290 #ifndef USED_FOR_TARGET
2291 #undef OFFLOAD_TARGETS
2292 #endif
2295 /* Define to the address where bug reports for this package should be sent. */
2296 #ifndef USED_FOR_TARGET
2297 #undef PACKAGE_BUGREPORT
2298 #endif
2301 /* Define to the full name of this package. */
2302 #ifndef USED_FOR_TARGET
2303 #undef PACKAGE_NAME
2304 #endif
2307 /* Define to the full name and version of this package. */
2308 #ifndef USED_FOR_TARGET
2309 #undef PACKAGE_STRING
2310 #endif
2313 /* Define to the one symbol short name of this package. */
2314 #ifndef USED_FOR_TARGET
2315 #undef PACKAGE_TARNAME
2316 #endif
2319 /* Define to the home page for this package. */
2320 #ifndef USED_FOR_TARGET
2321 #undef PACKAGE_URL
2322 #endif
2325 /* Define to the version of this package. */
2326 #ifndef USED_FOR_TARGET
2327 #undef PACKAGE_VERSION
2328 #endif
2331 /* Specify plugin linker */
2332 #ifndef USED_FOR_TARGET
2333 #undef PLUGIN_LD_SUFFIX
2334 #endif
2337 /* Define to .TOC. alignment forced by your linker. */
2338 #ifndef USED_FOR_TARGET
2339 #undef POWERPC64_TOC_POINTER_ALIGNMENT
2340 #endif
2343 /* Define to PREFIX/include if cpp should also search that directory. */
2344 #ifndef USED_FOR_TARGET
2345 #undef PREFIX_INCLUDE_DIR
2346 #endif
2349 /* The size of `dev_t', as computed by sizeof. */
2350 #ifndef USED_FOR_TARGET
2351 #undef SIZEOF_DEV_T
2352 #endif
2355 /* The size of `ino_t', as computed by sizeof. */
2356 #ifndef USED_FOR_TARGET
2357 #undef SIZEOF_INO_T
2358 #endif
2361 /* The size of `int', as computed by sizeof. */
2362 #ifndef USED_FOR_TARGET
2363 #undef SIZEOF_INT
2364 #endif
2367 /* The size of `long', as computed by sizeof. */
2368 #ifndef USED_FOR_TARGET
2369 #undef SIZEOF_LONG
2370 #endif
2373 /* The size of `long long', as computed by sizeof. */
2374 #ifndef USED_FOR_TARGET
2375 #undef SIZEOF_LONG_LONG
2376 #endif
2379 /* The size of `short', as computed by sizeof. */
2380 #ifndef USED_FOR_TARGET
2381 #undef SIZEOF_SHORT
2382 #endif
2385 /* The size of `void *', as computed by sizeof. */
2386 #ifndef USED_FOR_TARGET
2387 #undef SIZEOF_VOID_P
2388 #endif
2391 /* Define to 1 if you have the ANSI C header files. */
2392 #ifndef USED_FOR_TARGET
2393 #undef STDC_HEADERS
2394 #endif
2397 /* Define if you can safely include both <string.h> and <strings.h>. */
2398 #ifndef USED_FOR_TARGET
2399 #undef STRING_WITH_STRINGS
2400 #endif
2403 /* Define if TFmode long double should be the default */
2404 #ifndef USED_FOR_TARGET
2405 #undef TARGET_DEFAULT_LONG_DOUBLE_128
2406 #endif
2409 /* Define if your target C library provides the `dl_iterate_phdr' function. */
2410 #undef TARGET_DL_ITERATE_PHDR
2412 /* GNU C Library major version number used on the target, or 0. */
2413 #ifndef USED_FOR_TARGET
2414 #undef TARGET_GLIBC_MAJOR
2415 #endif
2418 /* GNU C Library minor version number used on the target, or 0. */
2419 #ifndef USED_FOR_TARGET
2420 #undef TARGET_GLIBC_MINOR
2421 #endif
2424 /* Define if your target C Library properly handles PT_GNU_STACK */
2425 #ifndef USED_FOR_TARGET
2426 #undef TARGET_LIBC_GNUSTACK
2427 #endif
2430 /* Define if your target C Library provides the AT_HWCAP value in the TCB */
2431 #ifndef USED_FOR_TARGET
2432 #undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB
2433 #endif
2436 /* Define if your target C library provides stack protector support */
2437 #ifndef USED_FOR_TARGET
2438 #undef TARGET_LIBC_PROVIDES_SSP
2439 #endif
2442 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2443 #ifndef USED_FOR_TARGET
2444 #undef TIME_WITH_SYS_TIME
2445 #endif
2448 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
2449    work. */
2450 #ifndef USED_FOR_TARGET
2451 #undef TLS_SECTION_ASM_FLAG
2452 #endif
2455 /* Define if your assembler mis-optimizes .eh_frame data. */
2456 #ifndef USED_FOR_TARGET
2457 #undef USE_AS_TRADITIONAL_FORMAT
2458 #endif
2461 /* Define if you want to generate code by default that assumes that the Cygwin
2462    DLL exports wrappers to support libstdc++ function replacement. */
2463 #ifndef USED_FOR_TARGET
2464 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2465 #endif
2468 /* Define 0/1 if your linker supports hidden thunks in linkonce sections. */
2469 #ifndef USED_FOR_TARGET
2470 #undef USE_HIDDEN_LINKONCE
2471 #endif
2474 /* Define to 1 if the 'long long' type is wider than 'long' but still
2475    efficiently supported by the host hardware. */
2476 #ifndef USED_FOR_TARGET
2477 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2478 #endif
2481 /* Define if we should use leading underscore on 64 bit mingw targets */
2482 #ifndef USED_FOR_TARGET
2483 #undef USE_MINGW64_LEADING_UNDERSCORES
2484 #endif
2487 /* Enable extensions on AIX 3, Interix.  */
2488 #ifndef _ALL_SOURCE
2489 # undef _ALL_SOURCE
2490 #endif
2491 /* Enable GNU extensions on systems that have them.  */
2492 #ifndef _GNU_SOURCE
2493 # undef _GNU_SOURCE
2494 #endif
2495 /* Enable threading extensions on Solaris.  */
2496 #ifndef _POSIX_PTHREAD_SEMANTICS
2497 # undef _POSIX_PTHREAD_SEMANTICS
2498 #endif
2499 /* Enable extensions on HP NonStop.  */
2500 #ifndef _TANDEM_SOURCE
2501 # undef _TANDEM_SOURCE
2502 #endif
2503 /* Enable general extensions on Solaris.  */
2504 #ifndef __EXTENSIONS__
2505 # undef __EXTENSIONS__
2506 #endif
2509 /* Define to be the last component of the Windows registry key under which to
2510    look for installation paths. The full key used will be
2511    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2512    The default is the GCC version number. */
2513 #ifndef USED_FOR_TARGET
2514 #undef WIN32_REGISTRY_KEY
2515 #endif
2518 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2519    significant byte first (like Motorola and SPARC, unlike Intel). */
2520 #if defined AC_APPLE_UNIVERSAL_BUILD
2521 # if defined __BIG_ENDIAN__
2522 #  define WORDS_BIGENDIAN 1
2523 # endif
2524 #else
2525 # ifndef WORDS_BIGENDIAN
2526 #  undef WORDS_BIGENDIAN
2527 # endif
2528 #endif
2530 /* Enable large inode numbers on Mac OS X 10.5.  */
2531 #ifndef _DARWIN_USE_64_BIT_INODE
2532 # define _DARWIN_USE_64_BIT_INODE 1
2533 #endif
2535 /* Number of bits in a file offset, on hosts where this is settable. */
2536 #ifndef USED_FOR_TARGET
2537 #undef _FILE_OFFSET_BITS
2538 #endif
2541 /* Define for large files, on AIX-style hosts. */
2542 #ifndef USED_FOR_TARGET
2543 #undef _LARGE_FILES
2544 #endif
2547 /* Define to 1 if on MINIX. */
2548 #ifndef USED_FOR_TARGET
2549 #undef _MINIX
2550 #endif
2553 /* Define to 2 if the system does not provide POSIX.1 features except with
2554    this defined. */
2555 #ifndef USED_FOR_TARGET
2556 #undef _POSIX_1_SOURCE
2557 #endif
2560 /* Define to 1 if you need to in order for `stat' and other things to work. */
2561 #ifndef USED_FOR_TARGET
2562 #undef _POSIX_SOURCE
2563 #endif
2566 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2567    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2568    #define below would cause a syntax error. */
2569 #ifndef USED_FOR_TARGET
2570 #undef _UINT32_T
2571 #endif
2574 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2575    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2576    #define below would cause a syntax error. */
2577 #ifndef USED_FOR_TARGET
2578 #undef _UINT64_T
2579 #endif
2582 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2583    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2584    #define below would cause a syntax error. */
2585 #ifndef USED_FOR_TARGET
2586 #undef _UINT8_T
2587 #endif
2590 /* Define to `char *' if <sys/types.h> does not define. */
2591 #ifndef USED_FOR_TARGET
2592 #undef caddr_t
2593 #endif
2596 /* Define to `__inline__' or `__inline' if that's what the C compiler
2597    calls it, or to nothing if 'inline' is not supported under any name.  */
2598 #ifndef __cplusplus
2599 #undef inline
2600 #endif
2602 /* Define to the type of a signed integer type of width exactly 16 bits if
2603    such a type exists and the standard includes do not define it. */
2604 #ifndef USED_FOR_TARGET
2605 #undef int16_t
2606 #endif
2609 /* Define to the type of a signed integer type of width exactly 32 bits if
2610    such a type exists and the standard includes do not define it. */
2611 #ifndef USED_FOR_TARGET
2612 #undef int32_t
2613 #endif
2616 /* Define to the type of a signed integer type of width exactly 64 bits if
2617    such a type exists and the standard includes do not define it. */
2618 #ifndef USED_FOR_TARGET
2619 #undef int64_t
2620 #endif
2623 /* Define to the type of a signed integer type of width exactly 8 bits if such
2624    a type exists and the standard includes do not define it. */
2625 #ifndef USED_FOR_TARGET
2626 #undef int8_t
2627 #endif
2630 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2631    not define. */
2632 #ifndef USED_FOR_TARGET
2633 #undef intmax_t
2634 #endif
2637 /* Define to the type of a signed integer type wide enough to hold a pointer,
2638    if such a type exists, and if the system does not define it. */
2639 #ifndef USED_FOR_TARGET
2640 #undef intptr_t
2641 #endif
2644 /* Define to `int' if <sys/types.h> does not define. */
2645 #ifndef USED_FOR_TARGET
2646 #undef pid_t
2647 #endif
2650 /* Define to `long' if <sys/resource.h> doesn't define. */
2651 #ifndef USED_FOR_TARGET
2652 #undef rlim_t
2653 #endif
2656 /* Define to `int' if <sys/types.h> does not define. */
2657 #ifndef USED_FOR_TARGET
2658 #undef ssize_t
2659 #endif
2662 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2663    such a type exists and the standard includes do not define it. */
2664 #ifndef USED_FOR_TARGET
2665 #undef uint16_t
2666 #endif
2669 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2670    such a type exists and the standard includes do not define it. */
2671 #ifndef USED_FOR_TARGET
2672 #undef uint32_t
2673 #endif
2676 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2677    such a type exists and the standard includes do not define it. */
2678 #ifndef USED_FOR_TARGET
2679 #undef uint64_t
2680 #endif
2683 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2684    such a type exists and the standard includes do not define it. */
2685 #ifndef USED_FOR_TARGET
2686 #undef uint8_t
2687 #endif
2690 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2691    do not define. */
2692 #ifndef USED_FOR_TARGET
2693 #undef uintmax_t
2694 #endif
2697 /* Define to the type of an unsigned integer type wide enough to hold a
2698    pointer, if such a type exists, and if the system does not define it. */
2699 #ifndef USED_FOR_TARGET
2700 #undef uintptr_t
2701 #endif
2704 /* Define as `fork' if `vfork' does not work. */
2705 #ifndef USED_FOR_TARGET
2706 #undef vfork
2707 #endif