Don't warn when alignment of global common data exceeds maximum alignment.
[official-gcc.git] / gcc / config.in
blobd8a810bbc91e78e1c4f885fa899785020d135553
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 /* Define to 1 if translation of program messages to the user's native
215    language is requested. */
216 #ifndef USED_FOR_TARGET
217 #undef ENABLE_NLS
218 #endif
221 /* Define this to enable support for offloading. */
222 #ifndef USED_FOR_TARGET
223 #undef ENABLE_OFFLOADING
224 #endif
227 /* Define to enable plugin support. */
228 #ifndef USED_FOR_TARGET
229 #undef ENABLE_PLUGIN
230 #endif
233 /* Define if you want all operations on RTL (the basic data structure of the
234    optimizer and back end) to be checked for dynamic type safety at runtime.
235    This is quite expensive. */
236 #ifndef USED_FOR_TARGET
237 #undef ENABLE_RTL_CHECKING
238 #endif
241 /* Define if you want RTL flag accesses to be checked against the RTL codes
242    that are supported for each access macro. This is relatively cheap. */
243 #ifndef USED_FOR_TARGET
244 #undef ENABLE_RTL_FLAG_CHECKING
245 #endif
248 /* Define if you want runtime assertions enabled. This is a cheap check. */
249 #undef ENABLE_RUNTIME_CHECKING
251 /* Define to enable evaluating float expressions with double precision in
252    standards-compatible mode on s390 targets. */
253 #undef ENABLE_S390_EXCESS_FLOAT_PRECISION
255 /* Define if the -stdlib= option should be enabled. */
256 #ifndef USED_FOR_TARGET
257 #undef ENABLE_STDLIB_OPTION
258 #endif
261 /* Define if you want all operations on trees (the basic data structure of the
262    front ends) to be checked for dynamic type safety at runtime. This is
263    moderately expensive. */
264 #ifndef USED_FOR_TARGET
265 #undef ENABLE_TREE_CHECKING
266 #endif
269 /* Define if you want all gimple types to be verified after gimplifiation.
270    This is cheap. */
271 #ifndef USED_FOR_TARGET
272 #undef ENABLE_TYPES_CHECKING
273 #endif
276 /* Define to get calls to the valgrind runtime enabled. */
277 #ifndef USED_FOR_TARGET
278 #undef ENABLE_VALGRIND_ANNOTATIONS
279 #endif
282 /* Define if you want to run subprograms and generated programs through
283    valgrind (a memory checker). This is extremely expensive. */
284 #ifndef USED_FOR_TARGET
285 #undef ENABLE_VALGRIND_CHECKING
286 #endif
289 /* Define 0/1 if vtable verification feature is enabled. */
290 #ifndef USED_FOR_TARGET
291 #undef ENABLE_VTABLE_VERIFY
292 #endif
295 /* Define to 1 if installation paths should be looked up in the Windows
296    Registry. Ignored on non-Windows hosts. */
297 #ifndef USED_FOR_TARGET
298 #undef ENABLE_WIN32_REGISTRY
299 #endif
302 /* Define to the name of a file containing a list of extra machine modes for
303    this architecture. */
304 #ifndef USED_FOR_TARGET
305 #undef EXTRA_MODES_FILE
306 #endif
309 /* Define to enable detailed memory allocation stats gathering. */
310 #ifndef USED_FOR_TARGET
311 #undef GATHER_STATISTICS
312 #endif
315 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
316 #ifndef USED_FOR_TARGET
317 #undef GWINSZ_IN_SYS_IOCTL
318 #endif
321 /* mcontext_t fields start with __ */
322 #ifndef USED_FOR_TARGET
323 #undef HAS_MCONTEXT_T_UNDERSCORES
324 #endif
327 /* Define if AF_INET6 supported. */
328 #ifndef USED_FOR_TARGET
329 #undef HAVE_AF_INET6
330 #endif
333 /* Define if AF_UNIX supported. */
334 #ifndef USED_FOR_TARGET
335 #undef HAVE_AF_UNIX
336 #endif
339 /* Define if your assembler supports architecture modifiers. */
340 #ifndef USED_FOR_TARGET
341 #undef HAVE_AS_ARCHITECTURE_MODIFIERS
342 #endif
345 /* Define if your avr assembler supports -mgcc-isr option. */
346 #ifndef USED_FOR_TARGET
347 #undef HAVE_AS_AVR_MGCCISR_OPTION
348 #endif
351 /* Define if your avr assembler supports --mlink-relax option. */
352 #ifndef USED_FOR_TARGET
353 #undef HAVE_AS_AVR_MLINK_RELAX_OPTION
354 #endif
357 /* Define if your avr assembler supports -mrmw option. */
358 #ifndef USED_FOR_TARGET
359 #undef HAVE_AS_AVR_MRMW_OPTION
360 #endif
363 /* Define to the level of your assembler's compressed debug section support.
364    */
365 #ifndef USED_FOR_TARGET
366 #undef HAVE_AS_COMPRESS_DEBUG
367 #endif
370 /* Define if your assembler supports the --debug-prefix-map option. */
371 #ifndef USED_FOR_TARGET
372 #undef HAVE_AS_DEBUG_PREFIX_MAP
373 #endif
376 /* Define if your assembler supports .module. */
377 #ifndef USED_FOR_TARGET
378 #undef HAVE_AS_DOT_MODULE
379 #endif
382 /* Define if your assembler supports DSPR1 mult. */
383 #ifndef USED_FOR_TARGET
384 #undef HAVE_AS_DSPR1_MULT
385 #endif
388 /* Define if your assembler supports .dtprelword. */
389 #ifndef USED_FOR_TARGET
390 #undef HAVE_AS_DTPRELWORD
391 #endif
394 /* Define if your assembler supports dwarf2 .file/.loc directives, and
395    preserves file table indices exactly as given. */
396 #ifndef USED_FOR_TARGET
397 #undef HAVE_AS_DWARF2_DEBUG_LINE
398 #endif
401 /* Define if your assembler supports views in dwarf2 .loc directives. */
402 #ifndef USED_FOR_TARGET
403 #undef HAVE_AS_DWARF2_DEBUG_VIEW
404 #endif
407 /* Define if your assembler supports the R_PPC64_ENTRY relocation. */
408 #ifndef USED_FOR_TARGET
409 #undef HAVE_AS_ENTRY_MARKERS
410 #endif
413 /* Define if your assembler supports explicit relocations. */
414 #ifndef USED_FOR_TARGET
415 #undef HAVE_AS_EXPLICIT_RELOCS
416 #endif
419 /* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
420 #ifndef USED_FOR_TARGET
421 #undef HAVE_AS_FMAF_HPC_VIS3
422 #endif
425 /* Define if your assembler supports the --gdwarf2 option. */
426 #ifndef USED_FOR_TARGET
427 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
428 #endif
431 /* Define if your assembler supports the --gdwarf-5 option. */
432 #ifndef USED_FOR_TARGET
433 #undef HAVE_AS_GDWARF_5_DEBUG_FLAG
434 #endif
437 /* Define if your assembler supports .gnu_attribute. */
438 #ifndef USED_FOR_TARGET
439 #undef HAVE_AS_GNU_ATTRIBUTE
440 #endif
443 /* Define true if the assembler supports '.long foo@GOTOFF'. */
444 #ifndef USED_FOR_TARGET
445 #undef HAVE_AS_GOTOFF_IN_DATA
446 #endif
449 /* Define if your assembler supports the --gstabs option. */
450 #ifndef USED_FOR_TARGET
451 #undef HAVE_AS_GSTABS_DEBUG_FLAG
452 #endif
455 /* Define if your assembler supports the Sun syntax for cmov. */
456 #ifndef USED_FOR_TARGET
457 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
458 #endif
461 /* Define if your assembler supports the subtraction of symbols in different
462    sections. */
463 #ifndef USED_FOR_TARGET
464 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
465 #endif
468 /* Define if your assembler supports the ffreep mnemonic. */
469 #ifndef USED_FOR_TARGET
470 #undef HAVE_AS_IX86_FFREEP
471 #endif
474 /* Define if your assembler uses fildq and fistq mnemonics. */
475 #ifndef USED_FOR_TARGET
476 #undef HAVE_AS_IX86_FILDQ
477 #endif
480 /* Define if your assembler uses filds and fists mnemonics. */
481 #ifndef USED_FOR_TARGET
482 #undef HAVE_AS_IX86_FILDS
483 #endif
486 /* Define 0/1 if your assembler and linker support @GOT. */
487 #ifndef USED_FOR_TARGET
488 #undef HAVE_AS_IX86_GOT32X
489 #endif
492 /* Define if your assembler supports HLE prefixes. */
493 #ifndef USED_FOR_TARGET
494 #undef HAVE_AS_IX86_HLE
495 #endif
498 /* Define if your assembler supports interunit movq mnemonic. */
499 #ifndef USED_FOR_TARGET
500 #undef HAVE_AS_IX86_INTERUNIT_MOVQ
501 #endif
504 /* Define if your assembler supports the .quad directive. */
505 #ifndef USED_FOR_TARGET
506 #undef HAVE_AS_IX86_QUAD
507 #endif
510 /* Define if the assembler supports 'rep <insn>, lock <insn>'. */
511 #ifndef USED_FOR_TARGET
512 #undef HAVE_AS_IX86_REP_LOCK_PREFIX
513 #endif
516 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
517 #ifndef USED_FOR_TARGET
518 #undef HAVE_AS_IX86_SAHF
519 #endif
522 /* Define if your assembler supports the swap suffix. */
523 #ifndef USED_FOR_TARGET
524 #undef HAVE_AS_IX86_SWAP
525 #endif
528 /* Define if your assembler and linker support @tlsgdplt. */
529 #ifndef USED_FOR_TARGET
530 #undef HAVE_AS_IX86_TLSGDPLT
531 #endif
534 /* Define to 1 if your assembler and linker support @tlsldm. */
535 #ifndef USED_FOR_TARGET
536 #undef HAVE_AS_IX86_TLSLDM
537 #endif
540 /* Define to 1 if your assembler and linker support @tlsldmplt. */
541 #ifndef USED_FOR_TARGET
542 #undef HAVE_AS_IX86_TLSLDMPLT
543 #endif
546 /* Define 0/1 if your assembler and linker support calling ___tls_get_addr via
547    GOT. */
548 #ifndef USED_FOR_TARGET
549 #undef HAVE_AS_IX86_TLS_GET_ADDR_GOT
550 #endif
553 /* Define if your assembler supports the 'ud2' mnemonic. */
554 #ifndef USED_FOR_TARGET
555 #undef HAVE_AS_IX86_UD2
556 #endif
559 /* Define if your assembler supports the lituse_jsrdirect relocation. */
560 #ifndef USED_FOR_TARGET
561 #undef HAVE_AS_JSRDIRECT_RELOCS
562 #endif
565 /* Define if your assembler supports .sleb128 and .uleb128. */
566 #ifndef USED_FOR_TARGET
567 #undef HAVE_AS_LEB128
568 #endif
571 /* Define if your assembler supports LEON instructions. */
572 #ifndef USED_FOR_TARGET
573 #undef HAVE_AS_LEON
574 #endif
577 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
578 #ifndef USED_FOR_TARGET
579 #undef HAVE_AS_LINE_ZERO
580 #endif
583 /* Define if your assembler supports ltoffx and ldxmov relocations. */
584 #ifndef USED_FOR_TARGET
585 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
586 #endif
589 /* Define if your assembler supports the -mabi option. */
590 #ifndef USED_FOR_TARGET
591 #undef HAVE_AS_MABI_OPTION
592 #endif
595 /* Define if your assembler supports .machine and .machinemode. */
596 #ifndef USED_FOR_TARGET
597 #undef HAVE_AS_MACHINE_MACHINEMODE
598 #endif
601 /* Define if the assembler understands -march=rv*_zifencei. */
602 #ifndef USED_FOR_TARGET
603 #undef HAVE_AS_MARCH_ZIFENCEI
604 #endif
607 /* Define if your assembler supports mfcr field. */
608 #ifndef USED_FOR_TARGET
609 #undef HAVE_AS_MFCRF
610 #endif
613 /* Define if the assembler understands -misa-spec=. */
614 #ifndef USED_FOR_TARGET
615 #undef HAVE_AS_MISA_SPEC
616 #endif
619 /* Define if your Mac OS X assembler supports -mllvm -x86-pad-for-align=false.
620    */
621 #ifndef USED_FOR_TARGET
622 #undef HAVE_AS_MLLVM_X86_PAD_FOR_ALIGN
623 #endif
626 /* Define if your Mac OS X assembler supports the -mmacos-version-min option.
627    */
628 #ifndef USED_FOR_TARGET
629 #undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION
630 #endif
633 /* Define if your assembler supports .mspabi_attribute. */
634 #ifndef USED_FOR_TARGET
635 #undef HAVE_AS_MSPABI_ATTRIBUTE
636 #endif
639 /* Define if the assembler understands -mnan=. */
640 #ifndef USED_FOR_TARGET
641 #undef HAVE_AS_NAN
642 #endif
645 /* Define if your assembler supports %gotoff relocation syntax. */
646 #ifndef USED_FOR_TARGET
647 #undef HAVE_AS_NIOS2_GOTOFF_RELOCATION
648 #endif
651 /* Define if your assembler supports the -no-mul-bug-abort option. */
652 #ifndef USED_FOR_TARGET
653 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
654 #endif
657 /* Define if the assembler understands -mno-shared. */
658 #ifndef USED_FOR_TARGET
659 #undef HAVE_AS_NO_SHARED
660 #endif
663 /* Define if your assembler supports offsetable %lo(). */
664 #ifndef USED_FOR_TARGET
665 #undef HAVE_AS_OFFSETABLE_LO10
666 #endif
669 /* Define if your assembler supports R_PPC*_PLTSEQ relocations. */
670 #ifndef USED_FOR_TARGET
671 #undef HAVE_AS_PLTSEQ
672 #endif
675 /* Define if your assembler supports .ref */
676 #ifndef USED_FOR_TARGET
677 #undef HAVE_AS_REF
678 #endif
681 /* Define if your assembler supports R_PPC_REL16 relocs. */
682 #ifndef USED_FOR_TARGET
683 #undef HAVE_AS_REL16
684 #endif
687 /* Define if your assembler supports -relax option. */
688 #ifndef USED_FOR_TARGET
689 #undef HAVE_AS_RELAX_OPTION
690 #endif
693 /* Define if your assembler supports .attribute. */
694 #ifndef USED_FOR_TARGET
695 #undef HAVE_AS_RISCV_ATTRIBUTE
696 #endif
699 /* Define if your assembler supports relocs needed by -fpic. */
700 #ifndef USED_FOR_TARGET
701 #undef HAVE_AS_SMALL_PIC_RELOCS
702 #endif
705 /* Define if your assembler supports SPARC4 instructions. */
706 #ifndef USED_FOR_TARGET
707 #undef HAVE_AS_SPARC4
708 #endif
711 /* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */
712 #ifndef USED_FOR_TARGET
713 #undef HAVE_AS_SPARC5_VIS4
714 #endif
717 /* Define if your assembler supports SPARC6 instructions. */
718 #ifndef USED_FOR_TARGET
719 #undef HAVE_AS_SPARC6
720 #endif
723 /* Define if your assembler and linker support GOTDATA_OP relocs. */
724 #ifndef USED_FOR_TARGET
725 #undef HAVE_AS_SPARC_GOTDATA_OP
726 #endif
729 /* Define if your assembler and linker support unaligned PC relative relocs.
730    */
731 #ifndef USED_FOR_TARGET
732 #undef HAVE_AS_SPARC_UA_PCREL
733 #endif
736 /* Define if your assembler and linker support unaligned PC relative relocs
737    against hidden symbols. */
738 #ifndef USED_FOR_TARGET
739 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
740 #endif
743 /* Define if your assembler supports .stabs. */
744 #ifndef USED_FOR_TARGET
745 #undef HAVE_AS_STABS_DIRECTIVE
746 #endif
749 /* Define if your assembler and linker support thread-local storage. */
750 #ifndef USED_FOR_TARGET
751 #undef HAVE_AS_TLS
752 #endif
755 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
756    alignment hint argument. */
757 #ifndef USED_FOR_TARGET
758 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS
759 #endif
762 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
763    alignment hint argument on z13. */
764 #ifndef USED_FOR_TARGET
765 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS_ON_Z13
766 #endif
769 /* Define if your assembler supports VSX instructions. */
770 #ifndef USED_FOR_TARGET
771 #undef HAVE_AS_VSX
772 #endif
775 /* Define if your assembler supports --gdwarf-4/--gdwarf-5 even with compiler
776    generated .debug_line. */
777 #ifndef USED_FOR_TARGET
778 #undef HAVE_AS_WORKING_DWARF_N_FLAG
779 #endif
782 /* Define if your assembler supports -xbrace_comment option. */
783 #ifndef USED_FOR_TARGET
784 #undef HAVE_AS_XBRACE_COMMENT_OPTION
785 #endif
788 /* Define to 1 if you have the `atoq' function. */
789 #ifndef USED_FOR_TARGET
790 #undef HAVE_ATOQ
791 #endif
794 /* Define to 1 if you have the `clearerr_unlocked' function. */
795 #ifndef USED_FOR_TARGET
796 #undef HAVE_CLEARERR_UNLOCKED
797 #endif
800 /* Define to 1 if you have the `clock' function. */
801 #ifndef USED_FOR_TARGET
802 #undef HAVE_CLOCK
803 #endif
806 /* Define if <time.h> defines clock_t. */
807 #ifndef USED_FOR_TARGET
808 #undef HAVE_CLOCK_T
809 #endif
812 /* Define 0/1 if your assembler and linker support COMDAT groups. */
813 #ifndef USED_FOR_TARGET
814 #undef HAVE_COMDAT_GROUP
815 #endif
818 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
819    */
820 #ifndef USED_FOR_TARGET
821 #undef HAVE_DECL_ABORT
822 #endif
825 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
826    0. */
827 #ifndef USED_FOR_TARGET
828 #undef HAVE_DECL_ASPRINTF
829 #endif
832 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
833 #ifndef USED_FOR_TARGET
834 #undef HAVE_DECL_ATOF
835 #endif
838 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
839 #ifndef USED_FOR_TARGET
840 #undef HAVE_DECL_ATOL
841 #endif
844 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
845    */
846 #ifndef USED_FOR_TARGET
847 #undef HAVE_DECL_ATOLL
848 #endif
851 /* Define to 1 if you have the declaration of `basename(const char*)', and to
852    0 if you don't. */
853 #ifndef USED_FOR_TARGET
854 #undef HAVE_DECL_BASENAME
855 #endif
858 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
859    */
860 #ifndef USED_FOR_TARGET
861 #undef HAVE_DECL_CALLOC
862 #endif
865 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
866    define to 0. */
867 #ifndef USED_FOR_TARGET
868 #undef HAVE_DECL_CLEARERR_UNLOCKED
869 #endif
872 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
873    */
874 #ifndef USED_FOR_TARGET
875 #undef HAVE_DECL_CLOCK
876 #endif
879 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
880    */
881 #ifndef USED_FOR_TARGET
882 #undef HAVE_DECL_ERRNO
883 #endif
886 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
887    to 0. */
888 #ifndef USED_FOR_TARGET
889 #undef HAVE_DECL_FEOF_UNLOCKED
890 #endif
893 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
894    define to 0. */
895 #ifndef USED_FOR_TARGET
896 #undef HAVE_DECL_FERROR_UNLOCKED
897 #endif
900 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
901    define to 0. */
902 #ifndef USED_FOR_TARGET
903 #undef HAVE_DECL_FFLUSH_UNLOCKED
904 #endif
907 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
908 #ifndef USED_FOR_TARGET
909 #undef HAVE_DECL_FFS
910 #endif
913 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
914    define to 0. */
915 #ifndef USED_FOR_TARGET
916 #undef HAVE_DECL_FGETC_UNLOCKED
917 #endif
920 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
921    define to 0. */
922 #ifndef USED_FOR_TARGET
923 #undef HAVE_DECL_FGETS_UNLOCKED
924 #endif
927 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
928    define to 0. */
929 #ifndef USED_FOR_TARGET
930 #undef HAVE_DECL_FILENO_UNLOCKED
931 #endif
934 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
935    define to 0. */
936 #ifndef USED_FOR_TARGET
937 #undef HAVE_DECL_FPRINTF_UNLOCKED
938 #endif
941 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
942    define to 0. */
943 #ifndef USED_FOR_TARGET
944 #undef HAVE_DECL_FPUTC_UNLOCKED
945 #endif
948 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
949    define to 0. */
950 #ifndef USED_FOR_TARGET
951 #undef HAVE_DECL_FPUTS_UNLOCKED
952 #endif
955 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
956    define to 0. */
957 #ifndef USED_FOR_TARGET
958 #undef HAVE_DECL_FREAD_UNLOCKED
959 #endif
962 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
963 #ifndef USED_FOR_TARGET
964 #undef HAVE_DECL_FREE
965 #endif
968 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
969    define to 0. */
970 #ifndef USED_FOR_TARGET
971 #undef HAVE_DECL_FWRITE_UNLOCKED
972 #endif
975 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
976    define to 0. */
977 #ifndef USED_FOR_TARGET
978 #undef HAVE_DECL_GETCHAR_UNLOCKED
979 #endif
982 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
983    */
984 #ifndef USED_FOR_TARGET
985 #undef HAVE_DECL_GETCWD
986 #endif
989 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
990    to 0. */
991 #ifndef USED_FOR_TARGET
992 #undef HAVE_DECL_GETC_UNLOCKED
993 #endif
996 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
997    */
998 #ifndef USED_FOR_TARGET
999 #undef HAVE_DECL_GETENV
1000 #endif
1003 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
1004    */
1005 #ifndef USED_FOR_TARGET
1006 #undef HAVE_DECL_GETOPT
1007 #endif
1010 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
1011    to 0. */
1012 #ifndef USED_FOR_TARGET
1013 #undef HAVE_DECL_GETPAGESIZE
1014 #endif
1017 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
1018    0. */
1019 #ifndef USED_FOR_TARGET
1020 #undef HAVE_DECL_GETRLIMIT
1021 #endif
1024 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
1025    0. */
1026 #ifndef USED_FOR_TARGET
1027 #undef HAVE_DECL_GETRUSAGE
1028 #endif
1031 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
1032    */
1033 #ifndef USED_FOR_TARGET
1034 #undef HAVE_DECL_GETWD
1035 #endif
1038 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
1039    0. */
1040 #ifndef USED_FOR_TARGET
1041 #undef HAVE_DECL_LDGETNAME
1042 #endif
1045 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
1046    */
1047 #ifndef USED_FOR_TARGET
1048 #undef HAVE_DECL_MADVISE
1049 #endif
1052 /* Define to 1 if we found a declaration for 'mallinfo', otherwise define to
1053    0. */
1054 #ifndef USED_FOR_TARGET
1055 #undef HAVE_DECL_MALLINFO
1056 #endif
1059 /* Define to 1 if we found a declaration for 'mallinfo2', otherwise define to
1060    0. */
1061 #ifndef USED_FOR_TARGET
1062 #undef HAVE_DECL_MALLINFO2
1063 #endif
1066 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
1067    */
1068 #ifndef USED_FOR_TARGET
1069 #undef HAVE_DECL_MALLOC
1070 #endif
1073 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
1074    define to 0. */
1075 #ifndef USED_FOR_TARGET
1076 #undef HAVE_DECL_PUTCHAR_UNLOCKED
1077 #endif
1080 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
1081    to 0. */
1082 #ifndef USED_FOR_TARGET
1083 #undef HAVE_DECL_PUTC_UNLOCKED
1084 #endif
1087 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
1088    */
1089 #ifndef USED_FOR_TARGET
1090 #undef HAVE_DECL_REALLOC
1091 #endif
1094 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
1095 #ifndef USED_FOR_TARGET
1096 #undef HAVE_DECL_SBRK
1097 #endif
1100 /* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
1101    */
1102 #ifndef USED_FOR_TARGET
1103 #undef HAVE_DECL_SETENV
1104 #endif
1107 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
1108    0. */
1109 #ifndef USED_FOR_TARGET
1110 #undef HAVE_DECL_SETRLIMIT
1111 #endif
1114 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
1115    to 0. */
1116 #ifndef USED_FOR_TARGET
1117 #undef HAVE_DECL_SIGALTSTACK
1118 #endif
1121 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
1122    0. */
1123 #ifndef USED_FOR_TARGET
1124 #undef HAVE_DECL_SNPRINTF
1125 #endif
1128 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
1129    */
1130 #ifndef USED_FOR_TARGET
1131 #undef HAVE_DECL_STPCPY
1132 #endif
1135 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
1136    */
1137 #ifndef USED_FOR_TARGET
1138 #undef HAVE_DECL_STRNLEN
1139 #endif
1142 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
1143    0. */
1144 #ifndef USED_FOR_TARGET
1145 #undef HAVE_DECL_STRSIGNAL
1146 #endif
1149 /* Define to 1 if you have the declaration of `strstr(const char*,const
1150    char*)', and to 0 if you don't. */
1151 #ifndef USED_FOR_TARGET
1152 #undef HAVE_DECL_STRSTR
1153 #endif
1156 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1157    */
1158 #ifndef USED_FOR_TARGET
1159 #undef HAVE_DECL_STRTOL
1160 #endif
1163 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1164    */
1165 #ifndef USED_FOR_TARGET
1166 #undef HAVE_DECL_STRTOLL
1167 #endif
1170 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1171    */
1172 #ifndef USED_FOR_TARGET
1173 #undef HAVE_DECL_STRTOUL
1174 #endif
1177 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1178    0. */
1179 #ifndef USED_FOR_TARGET
1180 #undef HAVE_DECL_STRTOULL
1181 #endif
1184 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1185    0. */
1186 #ifndef USED_FOR_TARGET
1187 #undef HAVE_DECL_STRVERSCMP
1188 #endif
1191 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1192    */
1193 #ifndef USED_FOR_TARGET
1194 #undef HAVE_DECL_TIMES
1195 #endif
1198 /* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1199    0. */
1200 #ifndef USED_FOR_TARGET
1201 #undef HAVE_DECL_UNSETENV
1202 #endif
1205 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1206    0. */
1207 #ifndef USED_FOR_TARGET
1208 #undef HAVE_DECL_VASPRINTF
1209 #endif
1212 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1213    0. */
1214 #ifndef USED_FOR_TARGET
1215 #undef HAVE_DECL_VSNPRINTF
1216 #endif
1219 /* Define to 1 if you have the <direct.h> header file. */
1220 #ifndef USED_FOR_TARGET
1221 #undef HAVE_DIRECT_H
1222 #endif
1225 /* Define to 1 if you have the <dlfcn.h> header file. */
1226 #ifndef USED_FOR_TARGET
1227 #undef HAVE_DLFCN_H
1228 #endif
1231 /* Define to 1 if you have the <ext/hash_map> header file. */
1232 #ifndef USED_FOR_TARGET
1233 #undef HAVE_EXT_HASH_MAP
1234 #endif
1237 /* Define to 1 if you have the <fcntl.h> header file. */
1238 #ifndef USED_FOR_TARGET
1239 #undef HAVE_FCNTL_H
1240 #endif
1243 /* Define to 1 if you have the `feof_unlocked' function. */
1244 #ifndef USED_FOR_TARGET
1245 #undef HAVE_FEOF_UNLOCKED
1246 #endif
1249 /* Define to 1 if you have the `ferror_unlocked' function. */
1250 #ifndef USED_FOR_TARGET
1251 #undef HAVE_FERROR_UNLOCKED
1252 #endif
1255 /* Define to 1 if you have the `fflush_unlocked' function. */
1256 #ifndef USED_FOR_TARGET
1257 #undef HAVE_FFLUSH_UNLOCKED
1258 #endif
1261 /* Define to 1 if you have the `fgetc_unlocked' function. */
1262 #ifndef USED_FOR_TARGET
1263 #undef HAVE_FGETC_UNLOCKED
1264 #endif
1267 /* Define to 1 if you have the `fgets_unlocked' function. */
1268 #ifndef USED_FOR_TARGET
1269 #undef HAVE_FGETS_UNLOCKED
1270 #endif
1273 /* Define to 1 if you have the `fileno_unlocked' function. */
1274 #ifndef USED_FOR_TARGET
1275 #undef HAVE_FILENO_UNLOCKED
1276 #endif
1279 /* Define to 1 if you have the `fork' function. */
1280 #ifndef USED_FOR_TARGET
1281 #undef HAVE_FORK
1282 #endif
1285 /* Define to 1 if you have the `fprintf_unlocked' function. */
1286 #ifndef USED_FOR_TARGET
1287 #undef HAVE_FPRINTF_UNLOCKED
1288 #endif
1291 /* Define to 1 if you have the `fputc_unlocked' function. */
1292 #ifndef USED_FOR_TARGET
1293 #undef HAVE_FPUTC_UNLOCKED
1294 #endif
1297 /* Define to 1 if you have the `fputs_unlocked' function. */
1298 #ifndef USED_FOR_TARGET
1299 #undef HAVE_FPUTS_UNLOCKED
1300 #endif
1303 /* Define to 1 if you have the `fread_unlocked' function. */
1304 #ifndef USED_FOR_TARGET
1305 #undef HAVE_FREAD_UNLOCKED
1306 #endif
1309 /* Define to 1 if you have the `fstatat' function. */
1310 #ifndef USED_FOR_TARGET
1311 #undef HAVE_FSTATAT
1312 #endif
1315 /* Define to 1 if you have the <ftw.h> header file. */
1316 #ifndef USED_FOR_TARGET
1317 #undef HAVE_FTW_H
1318 #endif
1321 /* Define to 1 if you have the `fwrite_unlocked' function. */
1322 #ifndef USED_FOR_TARGET
1323 #undef HAVE_FWRITE_UNLOCKED
1324 #endif
1327 /* Define if your assembler supports specifying the alignment of objects
1328    allocated using the GAS .comm command. */
1329 #ifndef USED_FOR_TARGET
1330 #undef HAVE_GAS_ALIGNED_COMM
1331 #endif
1334 /* Define if your assembler supports .balign and .p2align. */
1335 #ifndef USED_FOR_TARGET
1336 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1337 #endif
1340 /* Define 0/1 if your assembler supports CFI directives. */
1341 #undef HAVE_GAS_CFI_DIRECTIVE
1343 /* Define 0/1 if your assembler supports .cfi_personality. */
1344 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1346 /* Define 0/1 if your assembler supports .cfi_sections. */
1347 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1349 /* Define if your assembler supports the .loc discriminator sub-directive. */
1350 #ifndef USED_FOR_TARGET
1351 #undef HAVE_GAS_DISCRIMINATOR
1352 #endif
1355 /* Define if your assembler supports @gnu_unique_object. */
1356 #ifndef USED_FOR_TARGET
1357 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1358 #endif
1361 /* Define if your assembler and linker support .hidden. */
1362 #undef HAVE_GAS_HIDDEN
1364 /* Define if your assembler supports .lcomm with an alignment field. */
1365 #ifndef USED_FOR_TARGET
1366 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1367 #endif
1370 /* Define if your assembler supports .literal16. */
1371 #ifndef USED_FOR_TARGET
1372 #undef HAVE_GAS_LITERAL16
1373 #endif
1376 /* Define if your assembler supports the .loc is_stmt sub-directive. */
1377 #ifndef USED_FOR_TARGET
1378 #undef HAVE_GAS_LOC_STMT
1379 #endif
1382 /* Define if your assembler supports specifying the maximum number of bytes to
1383    skip when using the GAS .p2align command. */
1384 #ifndef USED_FOR_TARGET
1385 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1386 #endif
1389 /* Define if your assembler supports the .set micromips directive */
1390 #ifndef USED_FOR_TARGET
1391 #undef HAVE_GAS_MICROMIPS
1392 #endif
1395 /* Define if your assembler supports .nsubspa comdat option. */
1396 #ifndef USED_FOR_TARGET
1397 #undef HAVE_GAS_NSUBSPA_COMDAT
1398 #endif
1401 /* Define if your assembler and linker support 32-bit section relative relocs
1402    via '.secrel32 label'. */
1403 #ifndef USED_FOR_TARGET
1404 #undef HAVE_GAS_PE_SECREL32_RELOC
1405 #endif
1408 /* Define if your assembler supports specifying the exclude section flag. */
1409 #ifndef USED_FOR_TARGET
1410 #undef HAVE_GAS_SECTION_EXCLUDE
1411 #endif
1414 /* Define 0/1 if your assembler supports 'o' flag in .section directive. */
1415 #ifndef USED_FOR_TARGET
1416 #undef HAVE_GAS_SECTION_LINK_ORDER
1417 #endif
1420 /* Define 0/1 if your assembler supports marking sections with SHF_GNU_RETAIN
1421    flag. */
1422 #ifndef USED_FOR_TARGET
1423 #undef HAVE_GAS_SHF_GNU_RETAIN
1424 #endif
1427 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1428    */
1429 #ifndef USED_FOR_TARGET
1430 #undef HAVE_GAS_SHF_MERGE
1431 #endif
1434 /* Define if your assembler supports .subsection and .subsection -1 starts
1435    emitting at the beginning of your section. */
1436 #ifndef USED_FOR_TARGET
1437 #undef HAVE_GAS_SUBSECTION_ORDERING
1438 #endif
1441 /* Define if your assembler supports .weak. */
1442 #ifndef USED_FOR_TARGET
1443 #undef HAVE_GAS_WEAK
1444 #endif
1447 /* Define if your assembler supports .weakref. */
1448 #ifndef USED_FOR_TARGET
1449 #undef HAVE_GAS_WEAKREF
1450 #endif
1453 /* Define if your assembler has fixed global_load functions. */
1454 #ifndef USED_FOR_TARGET
1455 #undef HAVE_GCN_ASM_GLOBAL_LOAD_FIXED
1456 #endif
1459 /* Define if your assembler allows -mattr=+sram-ecc for fiji. */
1460 #ifndef USED_FOR_TARGET
1461 #undef HAVE_GCN_SRAM_ECC_FIJI
1462 #endif
1465 /* Define if your assembler allows -mattr=+sram-ecc for gfx900. */
1466 #ifndef USED_FOR_TARGET
1467 #undef HAVE_GCN_SRAM_ECC_GFX900
1468 #endif
1471 /* Define if your assembler allows -mattr=+sram-ecc for gfx906. */
1472 #ifndef USED_FOR_TARGET
1473 #undef HAVE_GCN_SRAM_ECC_GFX906
1474 #endif
1477 /* Define if your assembler allows -mattr=+sram-ecc for gfx908. */
1478 #ifndef USED_FOR_TARGET
1479 #undef HAVE_GCN_SRAM_ECC_GFX908
1480 #endif
1483 /* Define to 1 if you have the `getchar_unlocked' function. */
1484 #ifndef USED_FOR_TARGET
1485 #undef HAVE_GETCHAR_UNLOCKED
1486 #endif
1489 /* Define to 1 if you have the `getc_unlocked' function. */
1490 #ifndef USED_FOR_TARGET
1491 #undef HAVE_GETC_UNLOCKED
1492 #endif
1495 /* Define to 1 if you have the `getrlimit' function. */
1496 #ifndef USED_FOR_TARGET
1497 #undef HAVE_GETRLIMIT
1498 #endif
1501 /* Define to 1 if you have the `getrusage' function. */
1502 #ifndef USED_FOR_TARGET
1503 #undef HAVE_GETRUSAGE
1504 #endif
1507 /* Define to 1 if you have the `gettimeofday' function. */
1508 #ifndef USED_FOR_TARGET
1509 #undef HAVE_GETTIMEOFDAY
1510 #endif
1513 /* Define to 1 if using GNU as. */
1514 #ifndef USED_FOR_TARGET
1515 #undef HAVE_GNU_AS
1516 #endif
1519 /* Define if your system supports gnu indirect functions. */
1520 #ifndef USED_FOR_TARGET
1521 #undef HAVE_GNU_INDIRECT_FUNCTION
1522 #endif
1525 /* Define to 1 if using GNU ld. */
1526 #ifndef USED_FOR_TARGET
1527 #undef HAVE_GNU_LD
1528 #endif
1531 /* Define if the gold linker supports split stack and is available as a
1532    non-default */
1533 #ifndef USED_FOR_TARGET
1534 #undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1535 #endif
1538 /* Define if you have the iconv() function. */
1539 #ifndef USED_FOR_TARGET
1540 #undef HAVE_ICONV
1541 #endif
1544 /* Define to 1 if you have the <iconv.h> header file. */
1545 #ifndef USED_FOR_TARGET
1546 #undef HAVE_ICONV_H
1547 #endif
1550 /* Define 0/1 if .init_array/.fini_array sections are available and working.
1551    */
1552 #ifndef USED_FOR_TARGET
1553 #undef HAVE_INITFINI_ARRAY_SUPPORT
1554 #endif
1557 /* Define to 1 if the system has the type `intmax_t'. */
1558 #ifndef USED_FOR_TARGET
1559 #undef HAVE_INTMAX_T
1560 #endif
1563 /* Define to 1 if the system has the type `intptr_t'. */
1564 #ifndef USED_FOR_TARGET
1565 #undef HAVE_INTPTR_T
1566 #endif
1569 /* Define if you have a working <inttypes.h> header file. */
1570 #ifndef USED_FOR_TARGET
1571 #undef HAVE_INTTYPES_H
1572 #endif
1575 /* Define to 1 if you have the `kill' function. */
1576 #ifndef USED_FOR_TARGET
1577 #undef HAVE_KILL
1578 #endif
1581 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1582 #ifndef USED_FOR_TARGET
1583 #undef HAVE_LANGINFO_CODESET
1584 #endif
1587 /* Define to 1 if you have the <langinfo.h> header file. */
1588 #ifndef USED_FOR_TARGET
1589 #undef HAVE_LANGINFO_H
1590 #endif
1593 /* Define if your <locale.h> file defines LC_MESSAGES. */
1594 #ifndef USED_FOR_TARGET
1595 #undef HAVE_LC_MESSAGES
1596 #endif
1599 /* Define to 1 if you have the <ldfcn.h> header file. */
1600 #ifndef USED_FOR_TARGET
1601 #undef HAVE_LDFCN_H
1602 #endif
1605 /* Define 0/1 if your linker supports the SHF_MERGE flag with section
1606    alignment > 1. */
1607 #ifndef USED_FOR_TARGET
1608 #undef HAVE_LD_ALIGNED_SHF_MERGE
1609 #endif
1612 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1613    options. */
1614 #ifndef USED_FOR_TARGET
1615 #undef HAVE_LD_AS_NEEDED
1616 #endif
1619 /* Define if your default avr linker script for avrxmega3 leaves .rodata in
1620    flash. */
1621 #ifndef USED_FOR_TARGET
1622 #undef HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH
1623 #endif
1626 /* Define if your linker supports -z bndplt */
1627 #ifndef USED_FOR_TARGET
1628 #undef HAVE_LD_BNDPLT_SUPPORT
1629 #endif
1632 /* Define if the PE linker has broken DWARF 5 support. */
1633 #ifndef USED_FOR_TARGET
1634 #undef HAVE_LD_BROKEN_PE_DWARF5
1635 #endif
1638 /* Define if your linker supports --build-id. */
1639 #ifndef USED_FOR_TARGET
1640 #undef HAVE_LD_BUILDID
1641 #endif
1644 /* Define if the linker supports clearing hardware capabilities via mapfile.
1645    */
1646 #ifndef USED_FOR_TARGET
1647 #undef HAVE_LD_CLEARCAP
1648 #endif
1651 /* Define to the level of your linker's compressed debug section support. */
1652 #ifndef USED_FOR_TARGET
1653 #undef HAVE_LD_COMPRESS_DEBUG
1654 #endif
1657 /* Define if your linker supports --demangle option. */
1658 #ifndef USED_FOR_TARGET
1659 #undef HAVE_LD_DEMANGLE
1660 #endif
1663 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1664 #ifndef USED_FOR_TARGET
1665 #undef HAVE_LD_EH_FRAME_CIEV3
1666 #endif
1669 /* Define if your linker supports .eh_frame_hdr. */
1670 #undef HAVE_LD_EH_FRAME_HDR
1672 /* Define if your linker supports garbage collection of sections in presence
1673    of EH frames. */
1674 #ifndef USED_FOR_TARGET
1675 #undef HAVE_LD_EH_GC_SECTIONS
1676 #endif
1679 /* Define if your linker has buggy garbage collection of sections support when
1680    .text.startup.foo like sections are used. */
1681 #ifndef USED_FOR_TARGET
1682 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1683 #endif
1686 /* Define if your PowerPC64 linker supports a large TOC. */
1687 #ifndef USED_FOR_TARGET
1688 #undef HAVE_LD_LARGE_TOC
1689 #endif
1692 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1693 #ifndef USED_FOR_TARGET
1694 #undef HAVE_LD_NO_DOT_SYMS
1695 #endif
1698 /* Define if your linker can relax absolute .eh_frame personality pointers
1699    into PC-relative form. */
1700 #ifndef USED_FOR_TARGET
1701 #undef HAVE_LD_PERSONALITY_RELAXATION
1702 #endif
1705 /* Define if the PE linker supports --disable-dynamicbase option. */
1706 #ifndef USED_FOR_TARGET
1707 #undef HAVE_LD_PE_DISABLE_DYNAMICBASE
1708 #endif
1711 /* Define if your linker supports PIE option. */
1712 #ifndef USED_FOR_TARGET
1713 #undef HAVE_LD_PIE
1714 #endif
1717 /* Define 0/1 if your linker supports -pie option with copy reloc. */
1718 #ifndef USED_FOR_TARGET
1719 #undef HAVE_LD_PIE_COPYRELOC
1720 #endif
1723 /* Define if your PowerPC linker has .gnu.attributes long double support. */
1724 #ifndef USED_FOR_TARGET
1725 #undef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE
1726 #endif
1729 /* Define if your linker supports --push-state/--pop-state */
1730 #ifndef USED_FOR_TARGET
1731 #undef HAVE_LD_PUSHPOPSTATE_SUPPORT
1732 #endif
1735 /* Define if your linker links a mix of read-only and read-write sections into
1736    a read-write section. */
1737 #ifndef USED_FOR_TARGET
1738 #undef HAVE_LD_RO_RW_SECTION_MIXING
1739 #endif
1742 /* Define if your linker supports the *_sol2 emulations. */
1743 #ifndef USED_FOR_TARGET
1744 #undef HAVE_LD_SOL2_EMULATION
1745 #endif
1748 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1749 #ifndef USED_FOR_TARGET
1750 #undef HAVE_LD_STATIC_DYNAMIC
1751 #endif
1754 /* Define if your linker supports --sysroot. */
1755 #ifndef USED_FOR_TARGET
1756 #undef HAVE_LD_SYSROOT
1757 #endif
1760 /* Define to 1 if you have the <limits.h> header file. */
1761 #ifndef USED_FOR_TARGET
1762 #undef HAVE_LIMITS_H
1763 #endif
1766 /* Define to 1 if you have the <locale.h> header file. */
1767 #ifndef USED_FOR_TARGET
1768 #undef HAVE_LOCALE_H
1769 #endif
1772 /* Define to 1 if the system has the type `long long'. */
1773 #ifndef USED_FOR_TARGET
1774 #undef HAVE_LONG_LONG
1775 #endif
1778 /* Define to 1 if the system has the type `long long int'. */
1779 #ifndef USED_FOR_TARGET
1780 #undef HAVE_LONG_LONG_INT
1781 #endif
1784 /* Define to the level of your linker's plugin support. */
1785 #ifndef USED_FOR_TARGET
1786 #undef HAVE_LTO_PLUGIN
1787 #endif
1790 /* Define to 1 if you have the `madvise' function. */
1791 #ifndef USED_FOR_TARGET
1792 #undef HAVE_MADVISE
1793 #endif
1796 /* Define to 1 if you have the `mallinfo' function. */
1797 #ifndef USED_FOR_TARGET
1798 #undef HAVE_MALLINFO
1799 #endif
1802 /* Define to 1 if you have the `mallinfo2' function. */
1803 #ifndef USED_FOR_TARGET
1804 #undef HAVE_MALLINFO2
1805 #endif
1808 /* Define to 1 if you have the <malloc.h> header file. */
1809 #ifndef USED_FOR_TARGET
1810 #undef HAVE_MALLOC_H
1811 #endif
1814 /* Define to 1 if you have the `mbstowcs' function. */
1815 #ifndef USED_FOR_TARGET
1816 #undef HAVE_MBSTOWCS
1817 #endif
1820 /* Define if valgrind's memcheck.h header is installed. */
1821 #ifndef USED_FOR_TARGET
1822 #undef HAVE_MEMCHECK_H
1823 #endif
1826 /* Define to 1 if you have the <memory.h> header file. */
1827 #ifndef USED_FOR_TARGET
1828 #undef HAVE_MEMORY_H
1829 #endif
1832 /* Define to 1 if you have the `mmap' function. */
1833 #ifndef USED_FOR_TARGET
1834 #undef HAVE_MMAP
1835 #endif
1838 /* Define if mmap with MAP_ANON(YMOUS) works. */
1839 #ifndef USED_FOR_TARGET
1840 #undef HAVE_MMAP_ANON
1841 #endif
1844 /* Define if mmap of /dev/zero works. */
1845 #ifndef USED_FOR_TARGET
1846 #undef HAVE_MMAP_DEV_ZERO
1847 #endif
1850 /* Define if read-only mmap of a plain file works. */
1851 #ifndef USED_FOR_TARGET
1852 #undef HAVE_MMAP_FILE
1853 #endif
1856 /* Define if GCC has been configured with --enable-newlib-nano-formatted-io.
1857    */
1858 #ifndef USED_FOR_TARGET
1859 #undef HAVE_NEWLIB_NANO_FORMATTED_IO
1860 #endif
1863 /* Define to 1 if you have the `nl_langinfo' function. */
1864 #ifndef USED_FOR_TARGET
1865 #undef HAVE_NL_LANGINFO
1866 #endif
1869 /* Define to 1 if you have the `popen' function. */
1870 #ifndef USED_FOR_TARGET
1871 #undef HAVE_POPEN
1872 #endif
1875 /* Define to 1 if you have the `posix_fallocate' function. */
1876 #ifndef USED_FOR_TARGET
1877 #undef HAVE_POSIX_FALLOCATE
1878 #endif
1881 /* Define to 1 if you have the `putchar_unlocked' function. */
1882 #ifndef USED_FOR_TARGET
1883 #undef HAVE_PUTCHAR_UNLOCKED
1884 #endif
1887 /* Define to 1 if you have the `putc_unlocked' function. */
1888 #ifndef USED_FOR_TARGET
1889 #undef HAVE_PUTC_UNLOCKED
1890 #endif
1893 /* Define to 1 if you have the `setlocale' function. */
1894 #ifndef USED_FOR_TARGET
1895 #undef HAVE_SETLOCALE
1896 #endif
1899 /* Define to 1 if you have the `setrlimit' function. */
1900 #ifndef USED_FOR_TARGET
1901 #undef HAVE_SETRLIMIT
1902 #endif
1905 /* Define if <sys/signal.h> defines sighandler_t */
1906 #ifndef USED_FOR_TARGET
1907 #undef HAVE_SIGHANDLER_T
1908 #endif
1911 /* Define if the system-provided CRTs are present on Solaris. */
1912 #ifndef USED_FOR_TARGET
1913 #undef HAVE_SOLARIS_CRTS
1914 #endif
1917 /* Define to 1 if you have the <stddef.h> header file. */
1918 #ifndef USED_FOR_TARGET
1919 #undef HAVE_STDDEF_H
1920 #endif
1923 /* Define to 1 if you have the <stdint.h> header file. */
1924 #ifndef USED_FOR_TARGET
1925 #undef HAVE_STDINT_H
1926 #endif
1929 /* Define to 1 if you have the <stdlib.h> header file. */
1930 #ifndef USED_FOR_TARGET
1931 #undef HAVE_STDLIB_H
1932 #endif
1935 /* Define to 1 if you have the <strings.h> header file. */
1936 #ifndef USED_FOR_TARGET
1937 #undef HAVE_STRINGS_H
1938 #endif
1941 /* Define to 1 if you have the <string.h> header file. */
1942 #ifndef USED_FOR_TARGET
1943 #undef HAVE_STRING_H
1944 #endif
1947 /* Define to 1 if you have the `strsignal' function. */
1948 #ifndef USED_FOR_TARGET
1949 #undef HAVE_STRSIGNAL
1950 #endif
1953 /* Define if <sys/times.h> defines struct tms. */
1954 #ifndef USED_FOR_TARGET
1955 #undef HAVE_STRUCT_TMS
1956 #endif
1959 /* Define if <utility> defines std::swap. */
1960 #ifndef USED_FOR_TARGET
1961 #undef HAVE_SWAP_IN_UTILITY
1962 #endif
1965 /* Define to 1 if you have the `sysconf' function. */
1966 #ifndef USED_FOR_TARGET
1967 #undef HAVE_SYSCONF
1968 #endif
1971 /* Define to 1 if you have the <sys/file.h> header file. */
1972 #ifndef USED_FOR_TARGET
1973 #undef HAVE_SYS_FILE_H
1974 #endif
1977 /* Define to 1 if you have the <sys/locking.h> header file. */
1978 #ifndef USED_FOR_TARGET
1979 #undef HAVE_SYS_LOCKING_H
1980 #endif
1983 /* Define to 1 if you have the <sys/mman.h> header file. */
1984 #ifndef USED_FOR_TARGET
1985 #undef HAVE_SYS_MMAN_H
1986 #endif
1989 /* Define to 1 if you have the <sys/param.h> header file. */
1990 #ifndef USED_FOR_TARGET
1991 #undef HAVE_SYS_PARAM_H
1992 #endif
1995 /* Define to 1 if you have the <sys/resource.h> header file. */
1996 #ifndef USED_FOR_TARGET
1997 #undef HAVE_SYS_RESOURCE_H
1998 #endif
2001 /* Define if your target C library provides sys/sdt.h */
2002 #undef HAVE_SYS_SDT_H
2004 /* Define to 1 if you have the <sys/stat.h> header file. */
2005 #ifndef USED_FOR_TARGET
2006 #undef HAVE_SYS_STAT_H
2007 #endif
2010 /* Define to 1 if you have the <sys/times.h> header file. */
2011 #ifndef USED_FOR_TARGET
2012 #undef HAVE_SYS_TIMES_H
2013 #endif
2016 /* Define to 1 if you have the <sys/time.h> header file. */
2017 #ifndef USED_FOR_TARGET
2018 #undef HAVE_SYS_TIME_H
2019 #endif
2022 /* Define to 1 if you have the <sys/types.h> header file. */
2023 #ifndef USED_FOR_TARGET
2024 #undef HAVE_SYS_TYPES_H
2025 #endif
2028 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
2029 #ifndef USED_FOR_TARGET
2030 #undef HAVE_SYS_WAIT_H
2031 #endif
2034 /* Define to 1 if you have the `times' function. */
2035 #ifndef USED_FOR_TARGET
2036 #undef HAVE_TIMES
2037 #endif
2040 /* Define to 1 if you have the <time.h> header file. */
2041 #ifndef USED_FOR_TARGET
2042 #undef HAVE_TIME_H
2043 #endif
2046 /* Define to 1 if you have the <tr1/unordered_map> header file. */
2047 #ifndef USED_FOR_TARGET
2048 #undef HAVE_TR1_UNORDERED_MAP
2049 #endif
2052 /* Define to 1 if the system has the type `uintmax_t'. */
2053 #ifndef USED_FOR_TARGET
2054 #undef HAVE_UINTMAX_T
2055 #endif
2058 /* Define to 1 if the system has the type `uintptr_t'. */
2059 #ifndef USED_FOR_TARGET
2060 #undef HAVE_UINTPTR_T
2061 #endif
2064 /* Define to 1 if you have the <unistd.h> header file. */
2065 #ifndef USED_FOR_TARGET
2066 #undef HAVE_UNISTD_H
2067 #endif
2070 /* Define to 1 if you have the <unordered_map> header file. */
2071 #ifndef USED_FOR_TARGET
2072 #undef HAVE_UNORDERED_MAP
2073 #endif
2076 /* Define to 1 if the system has the type `unsigned long long int'. */
2077 #ifndef USED_FOR_TARGET
2078 #undef HAVE_UNSIGNED_LONG_LONG_INT
2079 #endif
2082 /* Define if valgrind's valgrind/memcheck.h header is installed. */
2083 #ifndef USED_FOR_TARGET
2084 #undef HAVE_VALGRIND_MEMCHECK_H
2085 #endif
2088 /* Define to 1 if you have the `vfork' function. */
2089 #ifndef USED_FOR_TARGET
2090 #undef HAVE_VFORK
2091 #endif
2094 /* Define to 1 if you have the <vfork.h> header file. */
2095 #ifndef USED_FOR_TARGET
2096 #undef HAVE_VFORK_H
2097 #endif
2100 /* Define to 1 if you have the <wchar.h> header file. */
2101 #ifndef USED_FOR_TARGET
2102 #undef HAVE_WCHAR_H
2103 #endif
2106 /* Define to 1 if you have the `wcswidth' function. */
2107 #ifndef USED_FOR_TARGET
2108 #undef HAVE_WCSWIDTH
2109 #endif
2112 /* Define to 1 if `fork' works. */
2113 #ifndef USED_FOR_TARGET
2114 #undef HAVE_WORKING_FORK
2115 #endif
2118 /* Define this macro if mbstowcs does not crash when its first argument is
2119    NULL. */
2120 #ifndef USED_FOR_TARGET
2121 #undef HAVE_WORKING_MBSTOWCS
2122 #endif
2125 /* Define to 1 if `vfork' works. */
2126 #ifndef USED_FOR_TARGET
2127 #undef HAVE_WORKING_VFORK
2128 #endif
2131 /* Define if your assembler supports AIX debug frame section label reference.
2132    */
2133 #ifndef USED_FOR_TARGET
2134 #undef HAVE_XCOFF_DWARF_EXTRAS
2135 #endif
2138 /* Define if you have a working <zstd.h> header file. */
2139 #ifndef USED_FOR_TARGET
2140 #undef HAVE_ZSTD_H
2141 #endif
2144 /* Define if isl is in use. */
2145 #ifndef USED_FOR_TARGET
2146 #undef HAVE_isl
2147 #endif
2150 /* Define if F_SETLKW supported by fcntl. */
2151 #ifndef USED_FOR_TARGET
2152 #undef HOST_HAS_F_SETLKW
2153 #endif
2156 /* Define if _LK_LOC supported by _locking. */
2157 #ifndef USED_FOR_TARGET
2158 #undef HOST_HAS_LK_LOCK
2159 #endif
2162 /* Define if O_CLOEXEC supported by fcntl. */
2163 #ifndef USED_FOR_TARGET
2164 #undef HOST_HAS_O_CLOEXEC
2165 #endif
2168 /* Define as const if the declaration of iconv() needs const. */
2169 #ifndef USED_FOR_TARGET
2170 #undef ICONV_CONST
2171 #endif
2174 /* Define if int64_t uses long as underlying type. */
2175 #ifndef USED_FOR_TARGET
2176 #undef INT64_T_IS_LONG
2177 #endif
2180 /* Define to 1 if ld64 supports '-export_dynamic'. */
2181 #ifndef USED_FOR_TARGET
2182 #undef LD64_HAS_EXPORT_DYNAMIC
2183 #endif
2186 /* Define to ld64 version. */
2187 #ifndef USED_FOR_TARGET
2188 #undef LD64_VERSION
2189 #endif
2192 /* Define to the linker option to ignore unused dependencies. */
2193 #ifndef USED_FOR_TARGET
2194 #undef LD_AS_NEEDED_OPTION
2195 #endif
2198 /* Define to the linker option to enable compressed debug sections. */
2199 #ifndef USED_FOR_TARGET
2200 #undef LD_COMPRESS_DEBUG_OPTION
2201 #endif
2204 /* Define to the linker option to enable use of shared objects. */
2205 #ifndef USED_FOR_TARGET
2206 #undef LD_DYNAMIC_OPTION
2207 #endif
2210 /* Define to the linker option to keep unused dependencies. */
2211 #ifndef USED_FOR_TARGET
2212 #undef LD_NO_AS_NEEDED_OPTION
2213 #endif
2216 /* Define to the linker option to disable use of shared objects. */
2217 #ifndef USED_FOR_TARGET
2218 #undef LD_STATIC_OPTION
2219 #endif
2222 /* The linker hash style */
2223 #ifndef USED_FOR_TARGET
2224 #undef LINKER_HASH_STYLE
2225 #endif
2228 /* Define to the name of the LTO plugin DSO that must be passed to the
2229    linker's -plugin=LIB option. */
2230 #ifndef USED_FOR_TARGET
2231 #undef LTOPLUGINSONAME
2232 #endif
2235 /* Define to the sub-directory in which libtool stores uninstalled libraries.
2236    */
2237 #ifndef USED_FOR_TARGET
2238 #undef LT_OBJDIR
2239 #endif
2242 /* Define if we should link mingw executables with --large-address-aware */
2243 #ifndef USED_FOR_TARGET
2244 #undef MINGW_DEFAULT_LARGE_ADDR_AWARE
2245 #endif
2248 /* Value to set mingw's _dowildcard to. */
2249 #ifndef USED_FOR_TARGET
2250 #undef MINGW_DOWILDCARD
2251 #endif
2254 /* Define if host mkdir takes a single argument. */
2255 #ifndef USED_FOR_TARGET
2256 #undef MKDIR_TAKES_ONE_ARG
2257 #endif
2260 /* Define to 1 to if -foffload is defaulted */
2261 #ifndef USED_FOR_TARGET
2262 #undef OFFLOAD_DEFAULTED
2263 #endif
2266 /* Define to offload targets, separated by commas. */
2267 #ifndef USED_FOR_TARGET
2268 #undef OFFLOAD_TARGETS
2269 #endif
2272 /* Define to the address where bug reports for this package should be sent. */
2273 #ifndef USED_FOR_TARGET
2274 #undef PACKAGE_BUGREPORT
2275 #endif
2278 /* Define to the full name of this package. */
2279 #ifndef USED_FOR_TARGET
2280 #undef PACKAGE_NAME
2281 #endif
2284 /* Define to the full name and version of this package. */
2285 #ifndef USED_FOR_TARGET
2286 #undef PACKAGE_STRING
2287 #endif
2290 /* Define to the one symbol short name of this package. */
2291 #ifndef USED_FOR_TARGET
2292 #undef PACKAGE_TARNAME
2293 #endif
2296 /* Define to the home page for this package. */
2297 #ifndef USED_FOR_TARGET
2298 #undef PACKAGE_URL
2299 #endif
2302 /* Define to the version of this package. */
2303 #ifndef USED_FOR_TARGET
2304 #undef PACKAGE_VERSION
2305 #endif
2308 /* Specify plugin linker */
2309 #ifndef USED_FOR_TARGET
2310 #undef PLUGIN_LD_SUFFIX
2311 #endif
2314 /* Define to .TOC. alignment forced by your linker. */
2315 #ifndef USED_FOR_TARGET
2316 #undef POWERPC64_TOC_POINTER_ALIGNMENT
2317 #endif
2320 /* Define to PREFIX/include if cpp should also search that directory. */
2321 #ifndef USED_FOR_TARGET
2322 #undef PREFIX_INCLUDE_DIR
2323 #endif
2326 /* The size of `int', as computed by sizeof. */
2327 #ifndef USED_FOR_TARGET
2328 #undef SIZEOF_INT
2329 #endif
2332 /* The size of `long', as computed by sizeof. */
2333 #ifndef USED_FOR_TARGET
2334 #undef SIZEOF_LONG
2335 #endif
2338 /* The size of `long long', as computed by sizeof. */
2339 #ifndef USED_FOR_TARGET
2340 #undef SIZEOF_LONG_LONG
2341 #endif
2344 /* The size of `short', as computed by sizeof. */
2345 #ifndef USED_FOR_TARGET
2346 #undef SIZEOF_SHORT
2347 #endif
2350 /* The size of `void *', as computed by sizeof. */
2351 #ifndef USED_FOR_TARGET
2352 #undef SIZEOF_VOID_P
2353 #endif
2356 /* Define to 1 if you have the ANSI C header files. */
2357 #ifndef USED_FOR_TARGET
2358 #undef STDC_HEADERS
2359 #endif
2362 /* Define if you can safely include both <string.h> and <strings.h>. */
2363 #ifndef USED_FOR_TARGET
2364 #undef STRING_WITH_STRINGS
2365 #endif
2368 /* Define if TFmode long double should be the default */
2369 #ifndef USED_FOR_TARGET
2370 #undef TARGET_DEFAULT_LONG_DOUBLE_128
2371 #endif
2374 /* Define if your target C library provides the `dl_iterate_phdr' function. */
2375 #undef TARGET_DL_ITERATE_PHDR
2377 /* GNU C Library major version number used on the target, or 0. */
2378 #ifndef USED_FOR_TARGET
2379 #undef TARGET_GLIBC_MAJOR
2380 #endif
2383 /* GNU C Library minor version number used on the target, or 0. */
2384 #ifndef USED_FOR_TARGET
2385 #undef TARGET_GLIBC_MINOR
2386 #endif
2389 /* Define if your target C Library properly handles PT_GNU_STACK */
2390 #ifndef USED_FOR_TARGET
2391 #undef TARGET_LIBC_GNUSTACK
2392 #endif
2395 /* Define if your target C Library provides the AT_HWCAP value in the TCB */
2396 #ifndef USED_FOR_TARGET
2397 #undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB
2398 #endif
2401 /* Define if your target C library provides stack protector support */
2402 #ifndef USED_FOR_TARGET
2403 #undef TARGET_LIBC_PROVIDES_SSP
2404 #endif
2407 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2408 #ifndef USED_FOR_TARGET
2409 #undef TIME_WITH_SYS_TIME
2410 #endif
2413 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
2414    work. */
2415 #ifndef USED_FOR_TARGET
2416 #undef TLS_SECTION_ASM_FLAG
2417 #endif
2420 /* Define if your assembler mis-optimizes .eh_frame data. */
2421 #ifndef USED_FOR_TARGET
2422 #undef USE_AS_TRADITIONAL_FORMAT
2423 #endif
2426 /* Define if you want to generate code by default that assumes that the Cygwin
2427    DLL exports wrappers to support libstdc++ function replacement. */
2428 #ifndef USED_FOR_TARGET
2429 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2430 #endif
2433 /* Define 0/1 if your linker supports hidden thunks in linkonce sections. */
2434 #ifndef USED_FOR_TARGET
2435 #undef USE_HIDDEN_LINKONCE
2436 #endif
2439 /* Define to 1 if the 'long long' type is wider than 'long' but still
2440    efficiently supported by the host hardware. */
2441 #ifndef USED_FOR_TARGET
2442 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2443 #endif
2446 /* Define if we should use leading underscore on 64 bit mingw targets */
2447 #ifndef USED_FOR_TARGET
2448 #undef USE_MINGW64_LEADING_UNDERSCORES
2449 #endif
2452 /* Enable extensions on AIX 3, Interix.  */
2453 #ifndef _ALL_SOURCE
2454 # undef _ALL_SOURCE
2455 #endif
2456 /* Enable GNU extensions on systems that have them.  */
2457 #ifndef _GNU_SOURCE
2458 # undef _GNU_SOURCE
2459 #endif
2460 /* Enable threading extensions on Solaris.  */
2461 #ifndef _POSIX_PTHREAD_SEMANTICS
2462 # undef _POSIX_PTHREAD_SEMANTICS
2463 #endif
2464 /* Enable extensions on HP NonStop.  */
2465 #ifndef _TANDEM_SOURCE
2466 # undef _TANDEM_SOURCE
2467 #endif
2468 /* Enable general extensions on Solaris.  */
2469 #ifndef __EXTENSIONS__
2470 # undef __EXTENSIONS__
2471 #endif
2474 /* Define to be the last component of the Windows registry key under which to
2475    look for installation paths. The full key used will be
2476    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2477    The default is the GCC version number. */
2478 #ifndef USED_FOR_TARGET
2479 #undef WIN32_REGISTRY_KEY
2480 #endif
2483 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2484    significant byte first (like Motorola and SPARC, unlike Intel). */
2485 #if defined AC_APPLE_UNIVERSAL_BUILD
2486 # if defined __BIG_ENDIAN__
2487 #  define WORDS_BIGENDIAN 1
2488 # endif
2489 #else
2490 # ifndef WORDS_BIGENDIAN
2491 #  undef WORDS_BIGENDIAN
2492 # endif
2493 #endif
2495 /* Enable large inode numbers on Mac OS X 10.5.  */
2496 #ifndef _DARWIN_USE_64_BIT_INODE
2497 # define _DARWIN_USE_64_BIT_INODE 1
2498 #endif
2500 /* Number of bits in a file offset, on hosts where this is settable. */
2501 #ifndef USED_FOR_TARGET
2502 #undef _FILE_OFFSET_BITS
2503 #endif
2506 /* Define for large files, on AIX-style hosts. */
2507 #ifndef USED_FOR_TARGET
2508 #undef _LARGE_FILES
2509 #endif
2512 /* Define to 1 if on MINIX. */
2513 #ifndef USED_FOR_TARGET
2514 #undef _MINIX
2515 #endif
2518 /* Define to 2 if the system does not provide POSIX.1 features except with
2519    this defined. */
2520 #ifndef USED_FOR_TARGET
2521 #undef _POSIX_1_SOURCE
2522 #endif
2525 /* Define to 1 if you need to in order for `stat' and other things to work. */
2526 #ifndef USED_FOR_TARGET
2527 #undef _POSIX_SOURCE
2528 #endif
2531 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2532    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2533    #define below would cause a syntax error. */
2534 #ifndef USED_FOR_TARGET
2535 #undef _UINT32_T
2536 #endif
2539 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2540    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2541    #define below would cause a syntax error. */
2542 #ifndef USED_FOR_TARGET
2543 #undef _UINT64_T
2544 #endif
2547 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2548    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2549    #define below would cause a syntax error. */
2550 #ifndef USED_FOR_TARGET
2551 #undef _UINT8_T
2552 #endif
2555 /* Define to `char *' if <sys/types.h> does not define. */
2556 #ifndef USED_FOR_TARGET
2557 #undef caddr_t
2558 #endif
2561 /* Define to `__inline__' or `__inline' if that's what the C compiler
2562    calls it, or to nothing if 'inline' is not supported under any name.  */
2563 #ifndef __cplusplus
2564 #undef inline
2565 #endif
2567 /* Define to the type of a signed integer type of width exactly 16 bits if
2568    such a type exists and the standard includes do not define it. */
2569 #ifndef USED_FOR_TARGET
2570 #undef int16_t
2571 #endif
2574 /* Define to the type of a signed integer type of width exactly 32 bits if
2575    such a type exists and the standard includes do not define it. */
2576 #ifndef USED_FOR_TARGET
2577 #undef int32_t
2578 #endif
2581 /* Define to the type of a signed integer type of width exactly 64 bits if
2582    such a type exists and the standard includes do not define it. */
2583 #ifndef USED_FOR_TARGET
2584 #undef int64_t
2585 #endif
2588 /* Define to the type of a signed integer type of width exactly 8 bits if such
2589    a type exists and the standard includes do not define it. */
2590 #ifndef USED_FOR_TARGET
2591 #undef int8_t
2592 #endif
2595 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2596    not define. */
2597 #ifndef USED_FOR_TARGET
2598 #undef intmax_t
2599 #endif
2602 /* Define to the type of a signed integer type wide enough to hold a pointer,
2603    if such a type exists, and if the system does not define it. */
2604 #ifndef USED_FOR_TARGET
2605 #undef intptr_t
2606 #endif
2609 /* Define to `int' if <sys/types.h> does not define. */
2610 #ifndef USED_FOR_TARGET
2611 #undef pid_t
2612 #endif
2615 /* Define to `long' if <sys/resource.h> doesn't define. */
2616 #ifndef USED_FOR_TARGET
2617 #undef rlim_t
2618 #endif
2621 /* Define to `int' if <sys/types.h> does not define. */
2622 #ifndef USED_FOR_TARGET
2623 #undef ssize_t
2624 #endif
2627 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2628    such a type exists and the standard includes do not define it. */
2629 #ifndef USED_FOR_TARGET
2630 #undef uint16_t
2631 #endif
2634 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2635    such a type exists and the standard includes do not define it. */
2636 #ifndef USED_FOR_TARGET
2637 #undef uint32_t
2638 #endif
2641 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2642    such a type exists and the standard includes do not define it. */
2643 #ifndef USED_FOR_TARGET
2644 #undef uint64_t
2645 #endif
2648 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2649    such a type exists and the standard includes do not define it. */
2650 #ifndef USED_FOR_TARGET
2651 #undef uint8_t
2652 #endif
2655 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2656    do not define. */
2657 #ifndef USED_FOR_TARGET
2658 #undef uintmax_t
2659 #endif
2662 /* Define to the type of an unsigned integer type wide enough to hold a
2663    pointer, if such a type exists, and if the system does not define it. */
2664 #ifndef USED_FOR_TARGET
2665 #undef uintptr_t
2666 #endif
2669 /* Define as `fork' if `vfork' does not work. */
2670 #ifndef USED_FOR_TARGET
2671 #undef vfork
2672 #endif