1 /* config.in. Generated from configure.ac by autoheader. */
3 /* Define if this compiler should be built as the offload target compiler. */
4 #ifndef USED_FOR_TARGET
9 /* Define if building universal (internal helper macro) */
10 #ifndef USED_FOR_TARGET
11 #undef AC_APPLE_UNIVERSAL_BUILD
15 /* Define to the assembler option to enable compressed debug sections. */
16 #ifndef USED_FOR_TARGET
17 #undef AS_COMPRESS_DEBUG_OPTION
21 /* Define to the assembler option to disable compressed debug sections. */
22 #ifndef USED_FOR_TARGET
23 #undef AS_NO_COMPRESS_DEBUG_OPTION
27 /* Define as the number of bits in a byte, if `limits.h' doesn't. */
28 #ifndef USED_FOR_TARGET
33 /* Define 0/1 to force the choice for exception handling model. */
34 #ifndef USED_FOR_TARGET
35 #undef CONFIG_SJLJ_EXCEPTIONS
39 /* Define to enable the use of a default assembler. */
40 #ifndef USED_FOR_TARGET
41 #undef DEFAULT_ASSEMBLER
45 /* Define to enable the use of a default linker. */
46 #ifndef USED_FOR_TARGET
51 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
52 destructors for local statics and global objects. This is essential for
53 fully standards-compliant handling of destructors, but requires
54 __cxa_atexit in libc. */
55 #ifndef USED_FOR_TARGET
56 #undef DEFAULT_USE_CXA_ATEXIT
60 /* The default for -fdiagnostics-color option */
61 #ifndef USED_FOR_TARGET
62 #undef DIAGNOSTICS_COLOR_DEFAULT
66 /* Define if you want assertions enabled. This is a cheap check. */
67 #ifndef USED_FOR_TARGET
68 #undef ENABLE_ASSERT_CHECKING
72 /* Define if you want more run-time sanity checks. This one gets a grab bag of
73 miscellaneous but relatively cheap checks. */
74 #ifndef USED_FOR_TARGET
75 #undef ENABLE_CHECKING
79 /* Define to 1 to specify that we are using the BID decimal floating point
80 format instead of DPD */
81 #ifndef USED_FOR_TARGET
82 #undef ENABLE_DECIMAL_BID_FORMAT
86 /* Define to 1 to enable decimal float extension to C. */
87 #ifndef USED_FOR_TARGET
88 #undef ENABLE_DECIMAL_FLOAT
92 /* Define if your target supports default PIE and it is enabled. */
93 #ifndef USED_FOR_TARGET
94 #undef ENABLE_DEFAULT_PIE
98 /* Define if you want more run-time sanity checks for dataflow. */
99 #ifndef USED_FOR_TARGET
100 #undef ENABLE_DF_CHECKING
104 /* Define to 1 to enable fixed-point arithmetic extension to C. */
105 #ifndef USED_FOR_TARGET
106 #undef ENABLE_FIXED_POINT
110 /* Define if you want fold checked that it never destructs its argument. This
111 is quite expensive. */
112 #ifndef USED_FOR_TARGET
113 #undef ENABLE_FOLD_CHECKING
117 /* Define if you want the garbage collector to operate in maximally paranoid
118 mode, validating the entire heap and collecting garbage at every
119 opportunity. This is extremely expensive. */
120 #ifndef USED_FOR_TARGET
121 #undef ENABLE_GC_ALWAYS_COLLECT
125 /* Define if you want the garbage collector to do object poisoning and other
126 memory allocation checks. This is quite expensive. */
127 #ifndef USED_FOR_TARGET
128 #undef ENABLE_GC_CHECKING
132 /* Define if you want operations on GIMPLE (the basic data structure of the
133 high-level optimizers) to be checked for dynamic type safety at runtime.
134 This is moderately expensive. */
135 #ifndef USED_FOR_TARGET
136 #undef ENABLE_GIMPLE_CHECKING
140 /* Define if gcc should always pass --build-id to linker. */
141 #ifndef USED_FOR_TARGET
142 #undef ENABLE_LD_BUILDID
146 /* Define to 1 to enable libquadmath support */
147 #ifndef USED_FOR_TARGET
148 #undef ENABLE_LIBQUADMATH_SUPPORT
152 /* Define to enable LTO support. */
153 #ifndef USED_FOR_TARGET
158 /* Define to 1 if translation of program messages to the user's native
159 language is requested. */
160 #ifndef USED_FOR_TARGET
165 /* Define this to enable support for offloading. */
166 #ifndef USED_FOR_TARGET
167 #undef ENABLE_OFFLOADING
171 /* Define to enable plugin support. */
172 #ifndef USED_FOR_TARGET
177 /* Define if you want all operations on RTL (the basic data structure of the
178 optimizer and back end) to be checked for dynamic type safety at runtime.
179 This is quite expensive. */
180 #ifndef USED_FOR_TARGET
181 #undef ENABLE_RTL_CHECKING
185 /* Define if you want RTL flag accesses to be checked against the RTL codes
186 that are supported for each access macro. This is relatively cheap. */
187 #ifndef USED_FOR_TARGET
188 #undef ENABLE_RTL_FLAG_CHECKING
192 /* Define if you want runtime assertions enabled. This is a cheap check. */
193 #undef ENABLE_RUNTIME_CHECKING
195 /* Define if you want all operations on trees (the basic data structure of the
196 front ends) to be checked for dynamic type safety at runtime. This is
197 moderately expensive. The tree browser debugging routines will also be
198 enabled by this option. */
199 #ifndef USED_FOR_TARGET
200 #undef ENABLE_TREE_CHECKING
204 /* Define if you want all gimple types to be verified after gimplifiation.
206 #ifndef USED_FOR_TARGET
207 #undef ENABLE_TYPES_CHECKING
211 /* Define to get calls to the valgrind runtime enabled. */
212 #ifndef USED_FOR_TARGET
213 #undef ENABLE_VALGRIND_ANNOTATIONS
217 /* Define if you want to run subprograms and generated programs through
218 valgrind (a memory checker). This is extremely expensive. */
219 #ifndef USED_FOR_TARGET
220 #undef ENABLE_VALGRIND_CHECKING
224 /* Define to 1 if installation paths should be looked up in the Windows
225 Registry. Ignored on non-Windows hosts. */
226 #ifndef USED_FOR_TARGET
227 #undef ENABLE_WIN32_REGISTRY
231 /* Define to the name of a file containing a list of extra machine modes for
232 this architecture. */
233 #ifndef USED_FOR_TARGET
234 #undef EXTRA_MODES_FILE
238 /* Define to enable detailed memory allocation stats gathering. */
239 #ifndef USED_FOR_TARGET
240 #undef GATHER_STATISTICS
244 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
245 #ifndef USED_FOR_TARGET
246 #undef GWINSZ_IN_SYS_IOCTL
250 /* mcontext_t fields start with __ */
251 #ifndef USED_FOR_TARGET
252 #undef HAS_MCONTEXT_T_UNDERSCORES
256 /* Define if your avr assembler supports --mlink-relax option. */
257 #ifndef USED_FOR_TARGET
258 #undef HAVE_AS_AVR_MLINK_RELAX_OPTION
262 /* Define if your avr assembler supports -mrmw option. */
263 #ifndef USED_FOR_TARGET
264 #undef HAVE_AS_AVR_MRMW_OPTION
268 /* Define if your assembler supports cmpb. */
269 #ifndef USED_FOR_TARGET
274 /* Define to the level of your assembler's compressed debug section support.
276 #ifndef USED_FOR_TARGET
277 #undef HAVE_AS_COMPRESS_DEBUG
281 /* Define if your assembler supports the DCI/ICI instructions. */
282 #ifndef USED_FOR_TARGET
287 /* Define if your assembler supports the --debug-prefix-map option. */
288 #ifndef USED_FOR_TARGET
289 #undef HAVE_AS_DEBUG_PREFIX_MAP
293 /* Define if your assembler supports DFP instructions. */
294 #ifndef USED_FOR_TARGET
299 /* Define if your assembler supports .module. */
300 #ifndef USED_FOR_TARGET
301 #undef HAVE_AS_DOT_MODULE
305 /* Define if your assembler supports DSPR1 mult. */
306 #ifndef USED_FOR_TARGET
307 #undef HAVE_AS_DSPR1_MULT
311 /* Define if your assembler supports .dtprelword. */
312 #ifndef USED_FOR_TARGET
313 #undef HAVE_AS_DTPRELWORD
317 /* Define if your assembler supports dwarf2 .file/.loc directives, and
318 preserves file table indices exactly as given. */
319 #ifndef USED_FOR_TARGET
320 #undef HAVE_AS_DWARF2_DEBUG_LINE
324 /* Define if your assembler supports explicit relocations. */
325 #ifndef USED_FOR_TARGET
326 #undef HAVE_AS_EXPLICIT_RELOCS
330 /* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
331 #ifndef USED_FOR_TARGET
332 #undef HAVE_AS_FMAF_HPC_VIS3
336 /* Define if your assembler supports fprnd. */
337 #ifndef USED_FOR_TARGET
342 /* Define if your assembler supports the --gdwarf2 option. */
343 #ifndef USED_FOR_TARGET
344 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
348 /* Define if your assembler supports .gnu_attribute. */
349 #ifndef USED_FOR_TARGET
350 #undef HAVE_AS_GNU_ATTRIBUTE
354 /* Define true if the assembler supports '.long foo@GOTOFF'. */
355 #ifndef USED_FOR_TARGET
356 #undef HAVE_AS_GOTOFF_IN_DATA
360 /* Define if your assembler supports the --gstabs option. */
361 #ifndef USED_FOR_TARGET
362 #undef HAVE_AS_GSTABS_DEBUG_FLAG
366 /* Define if your assembler supports the Sun syntax for cmov. */
367 #ifndef USED_FOR_TARGET
368 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
372 /* Define if your assembler supports the subtraction of symbols in different
374 #ifndef USED_FOR_TARGET
375 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
379 /* Define if your assembler supports the ffreep mnemonic. */
380 #ifndef USED_FOR_TARGET
381 #undef HAVE_AS_IX86_FFREEP
385 /* Define if your assembler uses fildq and fistq mnemonics. */
386 #ifndef USED_FOR_TARGET
387 #undef HAVE_AS_IX86_FILDQ
391 /* Define if your assembler uses filds and fists mnemonics. */
392 #ifndef USED_FOR_TARGET
393 #undef HAVE_AS_IX86_FILDS
397 /* Define if your assembler supports HLE prefixes. */
398 #ifndef USED_FOR_TARGET
399 #undef HAVE_AS_IX86_HLE
403 /* Define if your assembler supports interunit movq mnemonic. */
404 #ifndef USED_FOR_TARGET
405 #undef HAVE_AS_IX86_INTERUNIT_MOVQ
409 /* Define if your assembler supports the .quad directive. */
410 #ifndef USED_FOR_TARGET
411 #undef HAVE_AS_IX86_QUAD
415 /* Define if the assembler supports 'rep <insn>, lock <insn>'. */
416 #ifndef USED_FOR_TARGET
417 #undef HAVE_AS_IX86_REP_LOCK_PREFIX
421 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
422 #ifndef USED_FOR_TARGET
423 #undef HAVE_AS_IX86_SAHF
427 /* Define if your assembler supports the swap suffix. */
428 #ifndef USED_FOR_TARGET
429 #undef HAVE_AS_IX86_SWAP
433 /* Define if your assembler and linker support @tlsgdplt. */
434 #ifndef USED_FOR_TARGET
435 #undef HAVE_AS_IX86_TLSGDPLT
439 /* Define to 1 if your assembler and linker support @tlsldm. */
440 #ifndef USED_FOR_TARGET
441 #undef HAVE_AS_IX86_TLSLDM
445 /* Define to 1 if your assembler and linker support @tlsldmplt. */
446 #ifndef USED_FOR_TARGET
447 #undef HAVE_AS_IX86_TLSLDMPLT
451 /* Define if your assembler supports the 'ud2' mnemonic. */
452 #ifndef USED_FOR_TARGET
453 #undef HAVE_AS_IX86_UD2
457 /* Define if your assembler supports the lituse_jsrdirect relocation. */
458 #ifndef USED_FOR_TARGET
459 #undef HAVE_AS_JSRDIRECT_RELOCS
463 /* Define if your assembler supports .sleb128 and .uleb128. */
464 #ifndef USED_FOR_TARGET
465 #undef HAVE_AS_LEB128
469 /* Define if your assembler supports LEON instructions. */
470 #ifndef USED_FOR_TARGET
475 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
476 #ifndef USED_FOR_TARGET
477 #undef HAVE_AS_LINE_ZERO
481 /* Define if your assembler supports ltoffx and ldxmov relocations. */
482 #ifndef USED_FOR_TARGET
483 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
487 /* Define if your assembler supports LWSYNC instructions. */
488 #ifndef USED_FOR_TARGET
489 #undef HAVE_AS_LWSYNC
493 /* Define if your assembler supports the -mabi option. */
494 #ifndef USED_FOR_TARGET
495 #undef HAVE_AS_MABI_OPTION
499 /* Define if your assembler supports mfcr field. */
500 #ifndef USED_FOR_TARGET
505 /* Define if your assembler supports mffgpr and mftgpr. */
506 #ifndef USED_FOR_TARGET
507 #undef HAVE_AS_MFPGPR
511 /* Define if the assembler understands -mnan=. */
512 #ifndef USED_FOR_TARGET
517 /* Define if your assembler supports the -no-mul-bug-abort option. */
518 #ifndef USED_FOR_TARGET
519 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
523 /* Define if the assembler understands -mno-shared. */
524 #ifndef USED_FOR_TARGET
525 #undef HAVE_AS_NO_SHARED
529 /* Define if your assembler supports offsetable %lo(). */
530 #ifndef USED_FOR_TARGET
531 #undef HAVE_AS_OFFSETABLE_LO10
535 /* Define if your assembler supports popcntb field. */
536 #ifndef USED_FOR_TARGET
537 #undef HAVE_AS_POPCNTB
541 /* Define if your assembler supports POPCNTD instructions. */
542 #ifndef USED_FOR_TARGET
543 #undef HAVE_AS_POPCNTD
547 /* Define if your assembler supports POWER8 instructions. */
548 #ifndef USED_FOR_TARGET
549 #undef HAVE_AS_POWER8
553 /* Define if your assembler supports .ref */
554 #ifndef USED_FOR_TARGET
559 /* Define if your assembler supports .register. */
560 #ifndef USED_FOR_TARGET
561 #undef HAVE_AS_REGISTER_PSEUDO_OP
565 /* Define if your assembler supports R_PPC_REL16 relocs. */
566 #ifndef USED_FOR_TARGET
571 /* Define if your assembler supports -relax option. */
572 #ifndef USED_FOR_TARGET
573 #undef HAVE_AS_RELAX_OPTION
577 /* Define if your assembler supports SPARC4 instructions. */
578 #ifndef USED_FOR_TARGET
579 #undef HAVE_AS_SPARC4
583 /* Define if your assembler and linker support GOTDATA_OP relocs. */
584 #ifndef USED_FOR_TARGET
585 #undef HAVE_AS_SPARC_GOTDATA_OP
589 /* Define to 1 if your assembler supports #nobits, 0 otherwise. */
590 #ifndef USED_FOR_TARGET
591 #undef HAVE_AS_SPARC_NOBITS
595 /* Define if your assembler and linker support unaligned PC relative relocs.
597 #ifndef USED_FOR_TARGET
598 #undef HAVE_AS_SPARC_UA_PCREL
602 /* Define if your assembler and linker support unaligned PC relative relocs
603 against hidden symbols. */
604 #ifndef USED_FOR_TARGET
605 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
609 /* Define if your assembler supports relocs needed by -fpic. */
610 #ifndef USED_FOR_TARGET
611 #undef HAVE_AS_SMALL_PIC_RELOCS
615 /* Define if your assembler and linker support thread-local storage. */
616 #ifndef USED_FOR_TARGET
621 /* Define if your assembler supports arg info for __tls_get_addr. */
622 #ifndef USED_FOR_TARGET
623 #undef HAVE_AS_TLS_MARKERS
627 /* Define if your assembler supports VSX instructions. */
628 #ifndef USED_FOR_TARGET
633 /* Define to 1 if you have the `atoq' function. */
634 #ifndef USED_FOR_TARGET
639 /* Define to 1 if you have the `clearerr_unlocked' function. */
640 #ifndef USED_FOR_TARGET
641 #undef HAVE_CLEARERR_UNLOCKED
645 /* Define to 1 if you have the `clock' function. */
646 #ifndef USED_FOR_TARGET
651 /* Define if <time.h> defines clock_t. */
652 #ifndef USED_FOR_TARGET
657 /* Define 0/1 if your assembler and linker support COMDAT groups. */
658 #ifndef USED_FOR_TARGET
659 #undef HAVE_COMDAT_GROUP
663 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
665 #ifndef USED_FOR_TARGET
666 #undef HAVE_DECL_ABORT
670 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
672 #ifndef USED_FOR_TARGET
673 #undef HAVE_DECL_ASPRINTF
677 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
678 #ifndef USED_FOR_TARGET
679 #undef HAVE_DECL_ATOF
683 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
684 #ifndef USED_FOR_TARGET
685 #undef HAVE_DECL_ATOL
689 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
691 #ifndef USED_FOR_TARGET
692 #undef HAVE_DECL_ATOLL
696 /* Define to 1 if you have the declaration of `basename(const char*)', and to
698 #ifndef USED_FOR_TARGET
699 #undef HAVE_DECL_BASENAME
703 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
705 #ifndef USED_FOR_TARGET
706 #undef HAVE_DECL_CALLOC
710 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
712 #ifndef USED_FOR_TARGET
713 #undef HAVE_DECL_CLEARERR_UNLOCKED
717 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
719 #ifndef USED_FOR_TARGET
720 #undef HAVE_DECL_CLOCK
724 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
726 #ifndef USED_FOR_TARGET
727 #undef HAVE_DECL_ERRNO
731 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
733 #ifndef USED_FOR_TARGET
734 #undef HAVE_DECL_FEOF_UNLOCKED
738 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
740 #ifndef USED_FOR_TARGET
741 #undef HAVE_DECL_FERROR_UNLOCKED
745 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
747 #ifndef USED_FOR_TARGET
748 #undef HAVE_DECL_FFLUSH_UNLOCKED
752 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
753 #ifndef USED_FOR_TARGET
758 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
760 #ifndef USED_FOR_TARGET
761 #undef HAVE_DECL_FGETC_UNLOCKED
765 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
767 #ifndef USED_FOR_TARGET
768 #undef HAVE_DECL_FGETS_UNLOCKED
772 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
774 #ifndef USED_FOR_TARGET
775 #undef HAVE_DECL_FILENO_UNLOCKED
779 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
781 #ifndef USED_FOR_TARGET
782 #undef HAVE_DECL_FPRINTF_UNLOCKED
786 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
788 #ifndef USED_FOR_TARGET
789 #undef HAVE_DECL_FPUTC_UNLOCKED
793 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
795 #ifndef USED_FOR_TARGET
796 #undef HAVE_DECL_FPUTS_UNLOCKED
800 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
802 #ifndef USED_FOR_TARGET
803 #undef HAVE_DECL_FREAD_UNLOCKED
807 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
808 #ifndef USED_FOR_TARGET
809 #undef HAVE_DECL_FREE
813 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
815 #ifndef USED_FOR_TARGET
816 #undef HAVE_DECL_FWRITE_UNLOCKED
820 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
822 #ifndef USED_FOR_TARGET
823 #undef HAVE_DECL_GETCHAR_UNLOCKED
827 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
829 #ifndef USED_FOR_TARGET
830 #undef HAVE_DECL_GETCWD
834 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
836 #ifndef USED_FOR_TARGET
837 #undef HAVE_DECL_GETC_UNLOCKED
841 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
843 #ifndef USED_FOR_TARGET
844 #undef HAVE_DECL_GETENV
848 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
850 #ifndef USED_FOR_TARGET
851 #undef HAVE_DECL_GETOPT
855 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
857 #ifndef USED_FOR_TARGET
858 #undef HAVE_DECL_GETPAGESIZE
862 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
864 #ifndef USED_FOR_TARGET
865 #undef HAVE_DECL_GETRLIMIT
869 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
871 #ifndef USED_FOR_TARGET
872 #undef HAVE_DECL_GETRUSAGE
876 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
878 #ifndef USED_FOR_TARGET
879 #undef HAVE_DECL_GETWD
883 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
885 #ifndef USED_FOR_TARGET
886 #undef HAVE_DECL_LDGETNAME
890 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
892 #ifndef USED_FOR_TARGET
893 #undef HAVE_DECL_MADVISE
897 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
899 #ifndef USED_FOR_TARGET
900 #undef HAVE_DECL_MALLOC
904 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
906 #ifndef USED_FOR_TARGET
907 #undef HAVE_DECL_PUTCHAR_UNLOCKED
911 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
913 #ifndef USED_FOR_TARGET
914 #undef HAVE_DECL_PUTC_UNLOCKED
918 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
920 #ifndef USED_FOR_TARGET
921 #undef HAVE_DECL_REALLOC
925 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
926 #ifndef USED_FOR_TARGET
927 #undef HAVE_DECL_SBRK
931 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
933 #ifndef USED_FOR_TARGET
934 #undef HAVE_DECL_SETRLIMIT
938 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
940 #ifndef USED_FOR_TARGET
941 #undef HAVE_DECL_SIGALTSTACK
945 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
947 #ifndef USED_FOR_TARGET
948 #undef HAVE_DECL_SNPRINTF
952 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
954 #ifndef USED_FOR_TARGET
955 #undef HAVE_DECL_STPCPY
959 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
961 #ifndef USED_FOR_TARGET
962 #undef HAVE_DECL_STRNLEN
966 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
968 #ifndef USED_FOR_TARGET
969 #undef HAVE_DECL_STRSIGNAL
973 /* Define to 1 if you have the declaration of `strstr(const char*,const
974 char*)', and to 0 if you don't. */
975 #ifndef USED_FOR_TARGET
976 #undef HAVE_DECL_STRSTR
980 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
982 #ifndef USED_FOR_TARGET
983 #undef HAVE_DECL_STRTOL
987 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
989 #ifndef USED_FOR_TARGET
990 #undef HAVE_DECL_STRTOLL
994 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
996 #ifndef USED_FOR_TARGET
997 #undef HAVE_DECL_STRTOUL
1001 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1003 #ifndef USED_FOR_TARGET
1004 #undef HAVE_DECL_STRTOULL
1008 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1010 #ifndef USED_FOR_TARGET
1011 #undef HAVE_DECL_STRVERSCMP
1015 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1017 #ifndef USED_FOR_TARGET
1018 #undef HAVE_DECL_TIMES
1022 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1024 #ifndef USED_FOR_TARGET
1025 #undef HAVE_DECL_VASPRINTF
1029 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1031 #ifndef USED_FOR_TARGET
1032 #undef HAVE_DECL_VSNPRINTF
1036 /* Define to 1 if you have the <direct.h> header file. */
1037 #ifndef USED_FOR_TARGET
1038 #undef HAVE_DIRECT_H
1042 /* Define to 1 if you have the <dlfcn.h> header file. */
1043 #ifndef USED_FOR_TARGET
1048 /* Define to 1 if you have the <ext/hash_map> header file. */
1049 #ifndef USED_FOR_TARGET
1050 #undef HAVE_EXT_HASH_MAP
1054 /* Define to 1 if you have the <fcntl.h> header file. */
1055 #ifndef USED_FOR_TARGET
1060 /* Define to 1 if you have the `feof_unlocked' function. */
1061 #ifndef USED_FOR_TARGET
1062 #undef HAVE_FEOF_UNLOCKED
1066 /* Define to 1 if you have the `ferror_unlocked' function. */
1067 #ifndef USED_FOR_TARGET
1068 #undef HAVE_FERROR_UNLOCKED
1072 /* Define to 1 if you have the `fflush_unlocked' function. */
1073 #ifndef USED_FOR_TARGET
1074 #undef HAVE_FFLUSH_UNLOCKED
1078 /* Define to 1 if you have the `fgetc_unlocked' function. */
1079 #ifndef USED_FOR_TARGET
1080 #undef HAVE_FGETC_UNLOCKED
1084 /* Define to 1 if you have the `fgets_unlocked' function. */
1085 #ifndef USED_FOR_TARGET
1086 #undef HAVE_FGETS_UNLOCKED
1090 /* Define to 1 if you have the `fileno_unlocked' function. */
1091 #ifndef USED_FOR_TARGET
1092 #undef HAVE_FILENO_UNLOCKED
1096 /* Define to 1 if you have the `fork' function. */
1097 #ifndef USED_FOR_TARGET
1102 /* Define to 1 if you have the `fprintf_unlocked' function. */
1103 #ifndef USED_FOR_TARGET
1104 #undef HAVE_FPRINTF_UNLOCKED
1108 /* Define to 1 if you have the `fputc_unlocked' function. */
1109 #ifndef USED_FOR_TARGET
1110 #undef HAVE_FPUTC_UNLOCKED
1114 /* Define to 1 if you have the `fputs_unlocked' function. */
1115 #ifndef USED_FOR_TARGET
1116 #undef HAVE_FPUTS_UNLOCKED
1120 /* Define to 1 if you have the `fread_unlocked' function. */
1121 #ifndef USED_FOR_TARGET
1122 #undef HAVE_FREAD_UNLOCKED
1126 /* Define to 1 if you have the <ftw.h> header file. */
1127 #ifndef USED_FOR_TARGET
1132 /* Define to 1 if you have the `fwrite_unlocked' function. */
1133 #ifndef USED_FOR_TARGET
1134 #undef HAVE_FWRITE_UNLOCKED
1138 /* Define if your assembler supports specifying the alignment of objects
1139 allocated using the GAS .comm command. */
1140 #ifndef USED_FOR_TARGET
1141 #undef HAVE_GAS_ALIGNED_COMM
1145 /* Define if your assembler supports .balign and .p2align. */
1146 #ifndef USED_FOR_TARGET
1147 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1151 /* Define 0/1 if your assembler supports CFI directives. */
1152 #undef HAVE_GAS_CFI_DIRECTIVE
1154 /* Define 0/1 if your assembler supports .cfi_personality. */
1155 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1157 /* Define 0/1 if your assembler supports .cfi_sections. */
1158 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1160 /* Define if your assembler supports the .loc discriminator sub-directive. */
1161 #ifndef USED_FOR_TARGET
1162 #undef HAVE_GAS_DISCRIMINATOR
1166 /* Define if your assembler supports @gnu_unique_object. */
1167 #ifndef USED_FOR_TARGET
1168 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1172 /* Define if your assembler and linker support .hidden. */
1173 #undef HAVE_GAS_HIDDEN
1175 /* Define if your assembler supports .lcomm with an alignment field. */
1176 #ifndef USED_FOR_TARGET
1177 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1181 /* Define if your assembler supports .literal16. */
1182 #ifndef USED_FOR_TARGET
1183 #undef HAVE_GAS_LITERAL16
1187 /* Define if your assembler supports specifying the maximum number of bytes to
1188 skip when using the GAS .p2align command. */
1189 #ifndef USED_FOR_TARGET
1190 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1194 /* Define if your assembler supports the .set micromips directive */
1195 #ifndef USED_FOR_TARGET
1196 #undef HAVE_GAS_MICROMIPS
1200 /* Define if your assembler supports .nsubspa comdat option. */
1201 #ifndef USED_FOR_TARGET
1202 #undef HAVE_GAS_NSUBSPA_COMDAT
1206 /* Define if your assembler and linker support 32-bit section relative relocs
1207 via '.secrel32 label'. */
1208 #ifndef USED_FOR_TARGET
1209 #undef HAVE_GAS_PE_SECREL32_RELOC
1213 /* Define if your assembler supports specifying the section flag e. */
1214 #ifndef USED_FOR_TARGET
1215 #undef HAVE_GAS_SECTION_EXCLUDE
1219 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1221 #ifndef USED_FOR_TARGET
1222 #undef HAVE_GAS_SHF_MERGE
1226 /* Define if your assembler supports .subsection and .subsection -1 starts
1227 emitting at the beginning of your section. */
1228 #ifndef USED_FOR_TARGET
1229 #undef HAVE_GAS_SUBSECTION_ORDERING
1233 /* Define if your assembler supports .weak. */
1234 #ifndef USED_FOR_TARGET
1235 #undef HAVE_GAS_WEAK
1239 /* Define if your assembler supports .weakref. */
1240 #ifndef USED_FOR_TARGET
1241 #undef HAVE_GAS_WEAKREF
1245 /* Define to 1 if you have the `getchar_unlocked' function. */
1246 #ifndef USED_FOR_TARGET
1247 #undef HAVE_GETCHAR_UNLOCKED
1251 /* Define to 1 if you have the `getc_unlocked' function. */
1252 #ifndef USED_FOR_TARGET
1253 #undef HAVE_GETC_UNLOCKED
1257 /* Define to 1 if you have the `getrlimit' function. */
1258 #ifndef USED_FOR_TARGET
1259 #undef HAVE_GETRLIMIT
1263 /* Define to 1 if you have the `getrusage' function. */
1264 #ifndef USED_FOR_TARGET
1265 #undef HAVE_GETRUSAGE
1269 /* Define to 1 if you have the `gettimeofday' function. */
1270 #ifndef USED_FOR_TARGET
1271 #undef HAVE_GETTIMEOFDAY
1275 /* Define to 1 if using GNU as. */
1276 #ifndef USED_FOR_TARGET
1281 /* Define if your system supports gnu indirect functions. */
1282 #ifndef USED_FOR_TARGET
1283 #undef HAVE_GNU_INDIRECT_FUNCTION
1287 /* Define to 1 if using GNU ld. */
1288 #ifndef USED_FOR_TARGET
1293 /* Define if you have the iconv() function. */
1294 #ifndef USED_FOR_TARGET
1299 /* Define to 1 if you have the <iconv.h> header file. */
1300 #ifndef USED_FOR_TARGET
1305 /* Define .init_array/.fini_array sections are available and working. */
1306 #ifndef USED_FOR_TARGET
1307 #undef HAVE_INITFINI_ARRAY_SUPPORT
1311 /* Define to 1 if the system has the type `intmax_t'. */
1312 #ifndef USED_FOR_TARGET
1313 #undef HAVE_INTMAX_T
1317 /* Define to 1 if the system has the type `intptr_t'. */
1318 #ifndef USED_FOR_TARGET
1319 #undef HAVE_INTPTR_T
1323 /* Define if you have a working <inttypes.h> header file. */
1324 #ifndef USED_FOR_TARGET
1325 #undef HAVE_INTTYPES_H
1329 /* Define if isl_schedule_constraints_compute_schedule exists. */
1330 #ifndef USED_FOR_TARGET
1331 #undef HAVE_ISL_SCHED_CONSTRAINTS_COMPUTE_SCHEDULE
1335 /* Define to 1 if you have the `kill' function. */
1336 #ifndef USED_FOR_TARGET
1341 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1342 #ifndef USED_FOR_TARGET
1343 #undef HAVE_LANGINFO_CODESET
1347 /* Define to 1 if you have the <langinfo.h> header file. */
1348 #ifndef USED_FOR_TARGET
1349 #undef HAVE_LANGINFO_H
1353 /* Define if your <locale.h> file defines LC_MESSAGES. */
1354 #ifndef USED_FOR_TARGET
1355 #undef HAVE_LC_MESSAGES
1359 /* Define to 1 if you have the <ldfcn.h> header file. */
1360 #ifndef USED_FOR_TARGET
1365 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1367 #ifndef USED_FOR_TARGET
1368 #undef HAVE_LD_AS_NEEDED
1372 /* Define if your linker supports --build-id. */
1373 #ifndef USED_FOR_TARGET
1374 #undef HAVE_LD_BUILDID
1378 /* Define if the linker supports clearing hardware capabilities via mapfile.
1380 #ifndef USED_FOR_TARGET
1381 #undef HAVE_LD_CLEARCAP
1385 /* Define to the level of your linker's compressed debug section support. */
1386 #ifndef USED_FOR_TARGET
1387 #undef HAVE_LD_COMPRESS_DEBUG
1391 /* Define if your linker supports --demangle option. */
1392 #ifndef USED_FOR_TARGET
1393 #undef HAVE_LD_DEMANGLE
1397 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1398 #ifndef USED_FOR_TARGET
1399 #undef HAVE_LD_EH_FRAME_CIEV3
1403 /* Define if your linker supports .eh_frame_hdr. */
1404 #undef HAVE_LD_EH_FRAME_HDR
1406 /* Define if your linker supports garbage collection of sections in presence
1408 #ifndef USED_FOR_TARGET
1409 #undef HAVE_LD_EH_GC_SECTIONS
1413 /* Define if your linker has buggy garbage collection of sections support when
1414 .text.startup.foo like sections are used. */
1415 #ifndef USED_FOR_TARGET
1416 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1420 /* Define if your PowerPC64 linker supports a large TOC. */
1421 #ifndef USED_FOR_TARGET
1422 #undef HAVE_LD_LARGE_TOC
1426 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1427 #ifndef USED_FOR_TARGET
1428 #undef HAVE_LD_NO_DOT_SYMS
1432 /* Define if your linker can relax absolute .eh_frame personality pointers
1433 into PC-relative form. */
1434 #ifndef USED_FOR_TARGET
1435 #undef HAVE_LD_PERSONALITY_RELAXATION
1439 /* Define if your linker supports -pie option. */
1440 #ifndef USED_FOR_TARGET
1445 /* Define 0/1 if your linker supports -pie option with copy reloc. */
1446 #ifndef USED_FOR_TARGET
1447 #undef HAVE_LD_PIE_COPYRELOC
1451 /* Define if your linker links a mix of read-only and read-write sections into
1452 a read-write section. */
1453 #ifndef USED_FOR_TARGET
1454 #undef HAVE_LD_RO_RW_SECTION_MIXING
1458 /* Define if your linker supports the *_sol2 emulations. */
1459 #ifndef USED_FOR_TARGET
1460 #undef HAVE_LD_SOL2_EMULATION
1464 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1465 #ifndef USED_FOR_TARGET
1466 #undef HAVE_LD_STATIC_DYNAMIC
1470 /* Define if your linker supports --sysroot. */
1471 #ifndef USED_FOR_TARGET
1472 #undef HAVE_LD_SYSROOT
1476 /* Define to 1 if you have the <limits.h> header file. */
1477 #ifndef USED_FOR_TARGET
1478 #undef HAVE_LIMITS_H
1482 /* Define to 1 if you have the <locale.h> header file. */
1483 #ifndef USED_FOR_TARGET
1484 #undef HAVE_LOCALE_H
1488 /* Define to 1 if the system has the type `long long'. */
1489 #ifndef USED_FOR_TARGET
1490 #undef HAVE_LONG_LONG
1494 /* Define to 1 if the system has the type `long long int'. */
1495 #ifndef USED_FOR_TARGET
1496 #undef HAVE_LONG_LONG_INT
1500 /* Define to the level of your linker's plugin support. */
1501 #ifndef USED_FOR_TARGET
1502 #undef HAVE_LTO_PLUGIN
1506 /* Define to 1 if you have the `madvise' function. */
1507 #ifndef USED_FOR_TARGET
1512 /* Define to 1 if you have the <malloc.h> header file. */
1513 #ifndef USED_FOR_TARGET
1514 #undef HAVE_MALLOC_H
1518 /* Define to 1 if you have the `mbstowcs' function. */
1519 #ifndef USED_FOR_TARGET
1520 #undef HAVE_MBSTOWCS
1524 /* Define if valgrind's memcheck.h header is installed. */
1525 #ifndef USED_FOR_TARGET
1526 #undef HAVE_MEMCHECK_H
1530 /* Define to 1 if you have the <memory.h> header file. */
1531 #ifndef USED_FOR_TARGET
1532 #undef HAVE_MEMORY_H
1536 /* Define to 1 if you have the `mmap' function. */
1537 #ifndef USED_FOR_TARGET
1542 /* Define if mmap with MAP_ANON(YMOUS) works. */
1543 #ifndef USED_FOR_TARGET
1544 #undef HAVE_MMAP_ANON
1548 /* Define if mmap of /dev/zero works. */
1549 #ifndef USED_FOR_TARGET
1550 #undef HAVE_MMAP_DEV_ZERO
1554 /* Define if read-only mmap of a plain file works. */
1555 #ifndef USED_FOR_TARGET
1556 #undef HAVE_MMAP_FILE
1560 /* Define to 1 if you have the `nl_langinfo' function. */
1561 #ifndef USED_FOR_TARGET
1562 #undef HAVE_NL_LANGINFO
1566 /* Define to 1 if you have the `popen' function. */
1567 #ifndef USED_FOR_TARGET
1572 /* Define to 1 if you have the `putchar_unlocked' function. */
1573 #ifndef USED_FOR_TARGET
1574 #undef HAVE_PUTCHAR_UNLOCKED
1578 /* Define to 1 if you have the `putc_unlocked' function. */
1579 #ifndef USED_FOR_TARGET
1580 #undef HAVE_PUTC_UNLOCKED
1584 /* Define to 1 if you have the `setlocale' function. */
1585 #ifndef USED_FOR_TARGET
1586 #undef HAVE_SETLOCALE
1590 /* Define to 1 if you have the `setrlimit' function. */
1591 #ifndef USED_FOR_TARGET
1592 #undef HAVE_SETRLIMIT
1596 /* Define to 1 if you have the <stddef.h> header file. */
1597 #ifndef USED_FOR_TARGET
1598 #undef HAVE_STDDEF_H
1602 /* Define to 1 if you have the <stdint.h> header file. */
1603 #ifndef USED_FOR_TARGET
1604 #undef HAVE_STDINT_H
1608 /* Define to 1 if you have the <stdlib.h> header file. */
1609 #ifndef USED_FOR_TARGET
1610 #undef HAVE_STDLIB_H
1614 /* Define to 1 if you have the <strings.h> header file. */
1615 #ifndef USED_FOR_TARGET
1616 #undef HAVE_STRINGS_H
1620 /* Define to 1 if you have the <string.h> header file. */
1621 #ifndef USED_FOR_TARGET
1622 #undef HAVE_STRING_H
1626 /* Define to 1 if you have the `strsignal' function. */
1627 #ifndef USED_FOR_TARGET
1628 #undef HAVE_STRSIGNAL
1632 /* Define if <sys/times.h> defines struct tms. */
1633 #ifndef USED_FOR_TARGET
1634 #undef HAVE_STRUCT_TMS
1638 /* Define to 1 if you have the `sysconf' function. */
1639 #ifndef USED_FOR_TARGET
1644 /* Define to 1 if you have the <sys/file.h> header file. */
1645 #ifndef USED_FOR_TARGET
1646 #undef HAVE_SYS_FILE_H
1650 /* Define to 1 if you have the <sys/mman.h> header file. */
1651 #ifndef USED_FOR_TARGET
1652 #undef HAVE_SYS_MMAN_H
1656 /* Define to 1 if you have the <sys/param.h> header file. */
1657 #ifndef USED_FOR_TARGET
1658 #undef HAVE_SYS_PARAM_H
1662 /* Define to 1 if you have the <sys/resource.h> header file. */
1663 #ifndef USED_FOR_TARGET
1664 #undef HAVE_SYS_RESOURCE_H
1668 /* Define if your target C library provides sys/sdt.h */
1669 #undef HAVE_SYS_SDT_H
1671 /* Define to 1 if you have the <sys/stat.h> header file. */
1672 #ifndef USED_FOR_TARGET
1673 #undef HAVE_SYS_STAT_H
1677 /* Define to 1 if you have the <sys/times.h> header file. */
1678 #ifndef USED_FOR_TARGET
1679 #undef HAVE_SYS_TIMES_H
1683 /* Define to 1 if you have the <sys/time.h> header file. */
1684 #ifndef USED_FOR_TARGET
1685 #undef HAVE_SYS_TIME_H
1689 /* Define to 1 if you have the <sys/types.h> header file. */
1690 #ifndef USED_FOR_TARGET
1691 #undef HAVE_SYS_TYPES_H
1695 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1696 #ifndef USED_FOR_TARGET
1697 #undef HAVE_SYS_WAIT_H
1701 /* Define to 1 if you have the `times' function. */
1702 #ifndef USED_FOR_TARGET
1707 /* Define to 1 if you have the <time.h> header file. */
1708 #ifndef USED_FOR_TARGET
1713 /* Define to 1 if you have the <tr1/unordered_map> header file. */
1714 #ifndef USED_FOR_TARGET
1715 #undef HAVE_TR1_UNORDERED_MAP
1719 /* Define to 1 if the system has the type `uintmax_t'. */
1720 #ifndef USED_FOR_TARGET
1721 #undef HAVE_UINTMAX_T
1725 /* Define to 1 if the system has the type `uintptr_t'. */
1726 #ifndef USED_FOR_TARGET
1727 #undef HAVE_UINTPTR_T
1731 /* Define to 1 if you have the <unistd.h> header file. */
1732 #ifndef USED_FOR_TARGET
1733 #undef HAVE_UNISTD_H
1737 /* Define to 1 if you have the <unordered_map> header file. */
1738 #ifndef USED_FOR_TARGET
1739 #undef HAVE_UNORDERED_MAP
1743 /* Define to 1 if the system has the type `unsigned long long int'. */
1744 #ifndef USED_FOR_TARGET
1745 #undef HAVE_UNSIGNED_LONG_LONG_INT
1749 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1750 #ifndef USED_FOR_TARGET
1751 #undef HAVE_VALGRIND_MEMCHECK_H
1755 /* Define to 1 if you have the `vfork' function. */
1756 #ifndef USED_FOR_TARGET
1761 /* Define to 1 if you have the <vfork.h> header file. */
1762 #ifndef USED_FOR_TARGET
1767 /* Define to 1 if you have the <wchar.h> header file. */
1768 #ifndef USED_FOR_TARGET
1773 /* Define to 1 if you have the `wcswidth' function. */
1774 #ifndef USED_FOR_TARGET
1775 #undef HAVE_WCSWIDTH
1779 /* Define to 1 if `fork' works. */
1780 #ifndef USED_FOR_TARGET
1781 #undef HAVE_WORKING_FORK
1785 /* Define this macro if mbstowcs does not crash when its first argument is
1787 #ifndef USED_FOR_TARGET
1788 #undef HAVE_WORKING_MBSTOWCS
1792 /* Define to 1 if `vfork' works. */
1793 #ifndef USED_FOR_TARGET
1794 #undef HAVE_WORKING_VFORK
1798 /* Define if isl is in use. */
1799 #ifndef USED_FOR_TARGET
1804 /* Define if F_SETLKW supported by fcntl. */
1805 #ifndef USED_FOR_TARGET
1806 #undef HOST_HAS_F_SETLKW
1810 /* Define as const if the declaration of iconv() needs const. */
1811 #ifndef USED_FOR_TARGET
1816 /* Define if int64_t uses long as underlying type. */
1817 #ifndef USED_FOR_TARGET
1818 #undef INT64_T_IS_LONG
1822 /* Define to the linker option to ignore unused dependencies. */
1823 #ifndef USED_FOR_TARGET
1824 #undef LD_AS_NEEDED_OPTION
1828 /* Define to the linker option to enable compressed debug sections. */
1829 #ifndef USED_FOR_TARGET
1830 #undef LD_COMPRESS_DEBUG_OPTION
1834 /* Define to the linker option to enable use of shared objects. */
1835 #ifndef USED_FOR_TARGET
1836 #undef LD_DYNAMIC_OPTION
1840 /* Define to the linker option to keep unused dependencies. */
1841 #ifndef USED_FOR_TARGET
1842 #undef LD_NO_AS_NEEDED_OPTION
1846 /* Define to the linker option to disable use of shared objects. */
1847 #ifndef USED_FOR_TARGET
1848 #undef LD_STATIC_OPTION
1852 /* The linker hash style */
1853 #ifndef USED_FOR_TARGET
1854 #undef LINKER_HASH_STYLE
1858 /* Define to the name of the LTO plugin DSO that must be passed to the
1859 linker's -plugin=LIB option. */
1860 #ifndef USED_FOR_TARGET
1861 #undef LTOPLUGINSONAME
1865 /* Define to the sub-directory in which libtool stores uninstalled libraries.
1867 #ifndef USED_FOR_TARGET
1872 /* Define if host mkdir takes a single argument. */
1873 #ifndef USED_FOR_TARGET
1874 #undef MKDIR_TAKES_ONE_ARG
1878 /* Define to hold the list of target names suitable for offloading. */
1879 #ifndef USED_FOR_TARGET
1880 #undef OFFLOAD_TARGETS
1884 /* Define to the address where bug reports for this package should be sent. */
1885 #ifndef USED_FOR_TARGET
1886 #undef PACKAGE_BUGREPORT
1890 /* Define to the full name of this package. */
1891 #ifndef USED_FOR_TARGET
1896 /* Define to the full name and version of this package. */
1897 #ifndef USED_FOR_TARGET
1898 #undef PACKAGE_STRING
1902 /* Define to the one symbol short name of this package. */
1903 #ifndef USED_FOR_TARGET
1904 #undef PACKAGE_TARNAME
1908 /* Define to the home page for this package. */
1909 #ifndef USED_FOR_TARGET
1914 /* Define to the version of this package. */
1915 #ifndef USED_FOR_TARGET
1916 #undef PACKAGE_VERSION
1920 /* Specify plugin linker */
1921 #ifndef USED_FOR_TARGET
1922 #undef PLUGIN_LD_SUFFIX
1926 /* Define to .TOC. alignment forced by your linker. */
1927 #ifndef USED_FOR_TARGET
1928 #undef POWERPC64_TOC_POINTER_ALIGNMENT
1932 /* Define to PREFIX/include if cpp should also search that directory. */
1933 #ifndef USED_FOR_TARGET
1934 #undef PREFIX_INCLUDE_DIR
1938 /* The size of `int', as computed by sizeof. */
1939 #ifndef USED_FOR_TARGET
1944 /* The size of `long', as computed by sizeof. */
1945 #ifndef USED_FOR_TARGET
1950 /* The size of `long long', as computed by sizeof. */
1951 #ifndef USED_FOR_TARGET
1952 #undef SIZEOF_LONG_LONG
1956 /* The size of `short', as computed by sizeof. */
1957 #ifndef USED_FOR_TARGET
1962 /* The size of `void *', as computed by sizeof. */
1963 #ifndef USED_FOR_TARGET
1964 #undef SIZEOF_VOID_P
1968 /* Define to 1 if you have the ANSI C header files. */
1969 #ifndef USED_FOR_TARGET
1974 /* Define if you can safely include both <string.h> and <strings.h>. */
1975 #ifndef USED_FOR_TARGET
1976 #undef STRING_WITH_STRINGS
1980 /* Define if TFmode long double should be the default */
1981 #ifndef USED_FOR_TARGET
1982 #undef TARGET_DEFAULT_LONG_DOUBLE_128
1986 /* Define if your target C library provides the `dl_iterate_phdr' function. */
1987 #undef TARGET_DL_ITERATE_PHDR
1989 /* GNU C Library major version number used on the target, or 0. */
1990 #ifndef USED_FOR_TARGET
1991 #undef TARGET_GLIBC_MAJOR
1995 /* GNU C Library minor version number used on the target, or 0. */
1996 #ifndef USED_FOR_TARGET
1997 #undef TARGET_GLIBC_MINOR
2001 /* Define if your target C library provides stack protector support */
2002 #ifndef USED_FOR_TARGET
2003 #undef TARGET_LIBC_PROVIDES_SSP
2007 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2008 #ifndef USED_FOR_TARGET
2009 #undef TIME_WITH_SYS_TIME
2013 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
2015 #ifndef USED_FOR_TARGET
2016 #undef TLS_SECTION_ASM_FLAG
2020 /* Define if your assembler mis-optimizes .eh_frame data. */
2021 #ifndef USED_FOR_TARGET
2022 #undef USE_AS_TRADITIONAL_FORMAT
2026 /* Define if you want to generate code by default that assumes that the Cygwin
2027 DLL exports wrappers to support libstdc++ function replacement. */
2028 #ifndef USED_FOR_TARGET
2029 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2033 /* Define to 1 if the 'long long' type is wider than 'long' but still
2034 efficiently supported by the host hardware. */
2035 #ifndef USED_FOR_TARGET
2036 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2040 /* Define if we should use leading underscore on 64 bit mingw targets */
2041 #ifndef USED_FOR_TARGET
2042 #undef USE_MINGW64_LEADING_UNDERSCORES
2046 /* Enable extensions on AIX 3, Interix. */
2050 /* Enable GNU extensions on systems that have them. */
2054 /* Enable threading extensions on Solaris. */
2055 #ifndef _POSIX_PTHREAD_SEMANTICS
2056 # undef _POSIX_PTHREAD_SEMANTICS
2058 /* Enable extensions on HP NonStop. */
2059 #ifndef _TANDEM_SOURCE
2060 # undef _TANDEM_SOURCE
2062 /* Enable general extensions on Solaris. */
2063 #ifndef __EXTENSIONS__
2064 # undef __EXTENSIONS__
2068 /* Define to be the last component of the Windows registry key under which to
2069 look for installation paths. The full key used will be
2070 HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2071 The default is the GCC version number. */
2072 #ifndef USED_FOR_TARGET
2073 #undef WIN32_REGISTRY_KEY
2077 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2078 significant byte first (like Motorola and SPARC, unlike Intel). */
2079 #if defined AC_APPLE_UNIVERSAL_BUILD
2080 # if defined __BIG_ENDIAN__
2081 # define WORDS_BIGENDIAN 1
2084 # ifndef WORDS_BIGENDIAN
2085 # undef WORDS_BIGENDIAN
2089 /* Number of bits in a file offset, on hosts where this is settable. */
2090 #ifndef USED_FOR_TARGET
2091 #undef _FILE_OFFSET_BITS
2095 /* Define for large files, on AIX-style hosts. */
2096 #ifndef USED_FOR_TARGET
2101 /* Define to 1 if on MINIX. */
2102 #ifndef USED_FOR_TARGET
2107 /* Define to 2 if the system does not provide POSIX.1 features except with
2109 #ifndef USED_FOR_TARGET
2110 #undef _POSIX_1_SOURCE
2114 /* Define to 1 if you need to in order for `stat' and other things to work. */
2115 #ifndef USED_FOR_TARGET
2116 #undef _POSIX_SOURCE
2120 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2121 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2122 #define below would cause a syntax error. */
2123 #ifndef USED_FOR_TARGET
2128 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2129 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2130 #define below would cause a syntax error. */
2131 #ifndef USED_FOR_TARGET
2136 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2137 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2138 #define below would cause a syntax error. */
2139 #ifndef USED_FOR_TARGET
2144 /* Define to `char *' if <sys/types.h> does not define. */
2145 #ifndef USED_FOR_TARGET
2150 /* Define to `__inline__' or `__inline' if that's what the C compiler
2151 calls it, or to nothing if 'inline' is not supported under any name. */
2156 /* Define to the type of a signed integer type of width exactly 16 bits if
2157 such a type exists and the standard includes do not define it. */
2158 #ifndef USED_FOR_TARGET
2163 /* Define to the type of a signed integer type of width exactly 32 bits if
2164 such a type exists and the standard includes do not define it. */
2165 #ifndef USED_FOR_TARGET
2170 /* Define to the type of a signed integer type of width exactly 64 bits if
2171 such a type exists and the standard includes do not define it. */
2172 #ifndef USED_FOR_TARGET
2177 /* Define to the type of a signed integer type of width exactly 8 bits if such
2178 a type exists and the standard includes do not define it. */
2179 #ifndef USED_FOR_TARGET
2184 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2186 #ifndef USED_FOR_TARGET
2191 /* Define to the type of a signed integer type wide enough to hold a pointer,
2192 if such a type exists, and if the system does not define it. */
2193 #ifndef USED_FOR_TARGET
2198 /* Define to `int' if <sys/types.h> does not define. */
2199 #ifndef USED_FOR_TARGET
2204 /* Define to `long' if <sys/resource.h> doesn't define. */
2205 #ifndef USED_FOR_TARGET
2210 /* Define to `int' if <sys/types.h> does not define. */
2211 #ifndef USED_FOR_TARGET
2216 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2217 such a type exists and the standard includes do not define it. */
2218 #ifndef USED_FOR_TARGET
2223 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2224 such a type exists and the standard includes do not define it. */
2225 #ifndef USED_FOR_TARGET
2230 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2231 such a type exists and the standard includes do not define it. */
2232 #ifndef USED_FOR_TARGET
2237 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2238 such a type exists and the standard includes do not define it. */
2239 #ifndef USED_FOR_TARGET
2244 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2246 #ifndef USED_FOR_TARGET
2251 /* Define to the type of an unsigned integer type wide enough to hold a
2252 pointer, if such a type exists, and if the system does not define it. */
2253 #ifndef USED_FOR_TARGET
2258 /* Define as `fork' if `vfork' does not work. */
2259 #ifndef USED_FOR_TARGET