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 and linker support thread-local storage. */
610 #ifndef USED_FOR_TARGET
615 /* Define if your assembler supports arg info for __tls_get_addr. */
616 #ifndef USED_FOR_TARGET
617 #undef HAVE_AS_TLS_MARKERS
621 /* Define if your assembler supports VSX instructions. */
622 #ifndef USED_FOR_TARGET
627 /* Define to 1 if you have the `atoq' function. */
628 #ifndef USED_FOR_TARGET
633 /* Define to 1 if you have the `clearerr_unlocked' function. */
634 #ifndef USED_FOR_TARGET
635 #undef HAVE_CLEARERR_UNLOCKED
639 /* Define to 1 if you have the `clock' function. */
640 #ifndef USED_FOR_TARGET
645 /* Define if <time.h> defines clock_t. */
646 #ifndef USED_FOR_TARGET
651 /* Define 0/1 if your assembler and linker support COMDAT groups. */
652 #ifndef USED_FOR_TARGET
653 #undef HAVE_COMDAT_GROUP
657 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
659 #ifndef USED_FOR_TARGET
660 #undef HAVE_DECL_ABORT
664 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
666 #ifndef USED_FOR_TARGET
667 #undef HAVE_DECL_ASPRINTF
671 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
672 #ifndef USED_FOR_TARGET
673 #undef HAVE_DECL_ATOF
677 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
678 #ifndef USED_FOR_TARGET
679 #undef HAVE_DECL_ATOL
683 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
685 #ifndef USED_FOR_TARGET
686 #undef HAVE_DECL_ATOLL
690 /* Define to 1 if you have the declaration of `basename(const char*)', and to
692 #ifndef USED_FOR_TARGET
693 #undef HAVE_DECL_BASENAME
697 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
699 #ifndef USED_FOR_TARGET
700 #undef HAVE_DECL_CALLOC
704 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
706 #ifndef USED_FOR_TARGET
707 #undef HAVE_DECL_CLEARERR_UNLOCKED
711 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
713 #ifndef USED_FOR_TARGET
714 #undef HAVE_DECL_CLOCK
718 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
720 #ifndef USED_FOR_TARGET
721 #undef HAVE_DECL_ERRNO
725 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
727 #ifndef USED_FOR_TARGET
728 #undef HAVE_DECL_FEOF_UNLOCKED
732 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
734 #ifndef USED_FOR_TARGET
735 #undef HAVE_DECL_FERROR_UNLOCKED
739 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
741 #ifndef USED_FOR_TARGET
742 #undef HAVE_DECL_FFLUSH_UNLOCKED
746 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
747 #ifndef USED_FOR_TARGET
752 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
754 #ifndef USED_FOR_TARGET
755 #undef HAVE_DECL_FGETC_UNLOCKED
759 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
761 #ifndef USED_FOR_TARGET
762 #undef HAVE_DECL_FGETS_UNLOCKED
766 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
768 #ifndef USED_FOR_TARGET
769 #undef HAVE_DECL_FILENO_UNLOCKED
773 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
775 #ifndef USED_FOR_TARGET
776 #undef HAVE_DECL_FPRINTF_UNLOCKED
780 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
782 #ifndef USED_FOR_TARGET
783 #undef HAVE_DECL_FPUTC_UNLOCKED
787 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
789 #ifndef USED_FOR_TARGET
790 #undef HAVE_DECL_FPUTS_UNLOCKED
794 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
796 #ifndef USED_FOR_TARGET
797 #undef HAVE_DECL_FREAD_UNLOCKED
801 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
802 #ifndef USED_FOR_TARGET
803 #undef HAVE_DECL_FREE
807 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
809 #ifndef USED_FOR_TARGET
810 #undef HAVE_DECL_FWRITE_UNLOCKED
814 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
816 #ifndef USED_FOR_TARGET
817 #undef HAVE_DECL_GETCHAR_UNLOCKED
821 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
823 #ifndef USED_FOR_TARGET
824 #undef HAVE_DECL_GETCWD
828 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
830 #ifndef USED_FOR_TARGET
831 #undef HAVE_DECL_GETC_UNLOCKED
835 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
837 #ifndef USED_FOR_TARGET
838 #undef HAVE_DECL_GETENV
842 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
844 #ifndef USED_FOR_TARGET
845 #undef HAVE_DECL_GETOPT
849 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
851 #ifndef USED_FOR_TARGET
852 #undef HAVE_DECL_GETPAGESIZE
856 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
858 #ifndef USED_FOR_TARGET
859 #undef HAVE_DECL_GETRLIMIT
863 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
865 #ifndef USED_FOR_TARGET
866 #undef HAVE_DECL_GETRUSAGE
870 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
872 #ifndef USED_FOR_TARGET
873 #undef HAVE_DECL_GETWD
877 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
879 #ifndef USED_FOR_TARGET
880 #undef HAVE_DECL_LDGETNAME
884 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
886 #ifndef USED_FOR_TARGET
887 #undef HAVE_DECL_MADVISE
891 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
893 #ifndef USED_FOR_TARGET
894 #undef HAVE_DECL_MALLOC
898 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
900 #ifndef USED_FOR_TARGET
901 #undef HAVE_DECL_PUTCHAR_UNLOCKED
905 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
907 #ifndef USED_FOR_TARGET
908 #undef HAVE_DECL_PUTC_UNLOCKED
912 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
914 #ifndef USED_FOR_TARGET
915 #undef HAVE_DECL_REALLOC
919 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
920 #ifndef USED_FOR_TARGET
921 #undef HAVE_DECL_SBRK
925 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
927 #ifndef USED_FOR_TARGET
928 #undef HAVE_DECL_SETRLIMIT
932 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
934 #ifndef USED_FOR_TARGET
935 #undef HAVE_DECL_SIGALTSTACK
939 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
941 #ifndef USED_FOR_TARGET
942 #undef HAVE_DECL_SNPRINTF
946 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
948 #ifndef USED_FOR_TARGET
949 #undef HAVE_DECL_STPCPY
953 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
955 #ifndef USED_FOR_TARGET
956 #undef HAVE_DECL_STRNLEN
960 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
962 #ifndef USED_FOR_TARGET
963 #undef HAVE_DECL_STRSIGNAL
967 /* Define to 1 if you have the declaration of `strstr(const char*,const
968 char*)', and to 0 if you don't. */
969 #ifndef USED_FOR_TARGET
970 #undef HAVE_DECL_STRSTR
974 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
976 #ifndef USED_FOR_TARGET
977 #undef HAVE_DECL_STRTOL
981 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
983 #ifndef USED_FOR_TARGET
984 #undef HAVE_DECL_STRTOLL
988 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
990 #ifndef USED_FOR_TARGET
991 #undef HAVE_DECL_STRTOUL
995 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to
997 #ifndef USED_FOR_TARGET
998 #undef HAVE_DECL_STRTOULL
1002 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1004 #ifndef USED_FOR_TARGET
1005 #undef HAVE_DECL_STRVERSCMP
1009 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1011 #ifndef USED_FOR_TARGET
1012 #undef HAVE_DECL_TIMES
1016 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1018 #ifndef USED_FOR_TARGET
1019 #undef HAVE_DECL_VASPRINTF
1023 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1025 #ifndef USED_FOR_TARGET
1026 #undef HAVE_DECL_VSNPRINTF
1030 /* Define to 1 if you have the <direct.h> header file. */
1031 #ifndef USED_FOR_TARGET
1032 #undef HAVE_DIRECT_H
1036 /* Define to 1 if you have the <dlfcn.h> header file. */
1037 #ifndef USED_FOR_TARGET
1042 /* Define to 1 if you have the <ext/hash_map> header file. */
1043 #ifndef USED_FOR_TARGET
1044 #undef HAVE_EXT_HASH_MAP
1048 /* Define to 1 if you have the <fcntl.h> header file. */
1049 #ifndef USED_FOR_TARGET
1054 /* Define to 1 if you have the `feof_unlocked' function. */
1055 #ifndef USED_FOR_TARGET
1056 #undef HAVE_FEOF_UNLOCKED
1060 /* Define to 1 if you have the `ferror_unlocked' function. */
1061 #ifndef USED_FOR_TARGET
1062 #undef HAVE_FERROR_UNLOCKED
1066 /* Define to 1 if you have the `fflush_unlocked' function. */
1067 #ifndef USED_FOR_TARGET
1068 #undef HAVE_FFLUSH_UNLOCKED
1072 /* Define to 1 if you have the `fgetc_unlocked' function. */
1073 #ifndef USED_FOR_TARGET
1074 #undef HAVE_FGETC_UNLOCKED
1078 /* Define to 1 if you have the `fgets_unlocked' function. */
1079 #ifndef USED_FOR_TARGET
1080 #undef HAVE_FGETS_UNLOCKED
1084 /* Define to 1 if you have the `fileno_unlocked' function. */
1085 #ifndef USED_FOR_TARGET
1086 #undef HAVE_FILENO_UNLOCKED
1090 /* Define to 1 if you have the `fork' function. */
1091 #ifndef USED_FOR_TARGET
1096 /* Define to 1 if you have the `fprintf_unlocked' function. */
1097 #ifndef USED_FOR_TARGET
1098 #undef HAVE_FPRINTF_UNLOCKED
1102 /* Define to 1 if you have the `fputc_unlocked' function. */
1103 #ifndef USED_FOR_TARGET
1104 #undef HAVE_FPUTC_UNLOCKED
1108 /* Define to 1 if you have the `fputs_unlocked' function. */
1109 #ifndef USED_FOR_TARGET
1110 #undef HAVE_FPUTS_UNLOCKED
1114 /* Define to 1 if you have the `fread_unlocked' function. */
1115 #ifndef USED_FOR_TARGET
1116 #undef HAVE_FREAD_UNLOCKED
1120 /* Define to 1 if you have the <ftw.h> header file. */
1121 #ifndef USED_FOR_TARGET
1126 /* Define to 1 if you have the `fwrite_unlocked' function. */
1127 #ifndef USED_FOR_TARGET
1128 #undef HAVE_FWRITE_UNLOCKED
1132 /* Define if your assembler supports specifying the alignment of objects
1133 allocated using the GAS .comm command. */
1134 #ifndef USED_FOR_TARGET
1135 #undef HAVE_GAS_ALIGNED_COMM
1139 /* Define if your assembler supports .balign and .p2align. */
1140 #ifndef USED_FOR_TARGET
1141 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1145 /* Define 0/1 if your assembler supports CFI directives. */
1146 #undef HAVE_GAS_CFI_DIRECTIVE
1148 /* Define 0/1 if your assembler supports .cfi_personality. */
1149 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1151 /* Define 0/1 if your assembler supports .cfi_sections. */
1152 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1154 /* Define if your assembler supports the .loc discriminator sub-directive. */
1155 #ifndef USED_FOR_TARGET
1156 #undef HAVE_GAS_DISCRIMINATOR
1160 /* Define if your assembler supports @gnu_unique_object. */
1161 #ifndef USED_FOR_TARGET
1162 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1166 /* Define if your assembler and linker support .hidden. */
1167 #undef HAVE_GAS_HIDDEN
1169 /* Define if your assembler supports .lcomm with an alignment field. */
1170 #ifndef USED_FOR_TARGET
1171 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1175 /* Define if your assembler supports .literal16. */
1176 #ifndef USED_FOR_TARGET
1177 #undef HAVE_GAS_LITERAL16
1181 /* Define if your assembler supports specifying the maximum number of bytes to
1182 skip when using the GAS .p2align command. */
1183 #ifndef USED_FOR_TARGET
1184 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1188 /* Define if your assembler supports the .set micromips directive */
1189 #ifndef USED_FOR_TARGET
1190 #undef HAVE_GAS_MICROMIPS
1194 /* Define if your assembler supports .nsubspa comdat option. */
1195 #ifndef USED_FOR_TARGET
1196 #undef HAVE_GAS_NSUBSPA_COMDAT
1200 /* Define if your assembler and linker support 32-bit section relative relocs
1201 via '.secrel32 label'. */
1202 #ifndef USED_FOR_TARGET
1203 #undef HAVE_GAS_PE_SECREL32_RELOC
1207 /* Define if your assembler supports specifying the section flag e. */
1208 #ifndef USED_FOR_TARGET
1209 #undef HAVE_GAS_SECTION_EXCLUDE
1213 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1215 #ifndef USED_FOR_TARGET
1216 #undef HAVE_GAS_SHF_MERGE
1220 /* Define if your assembler supports .subsection and .subsection -1 starts
1221 emitting at the beginning of your section. */
1222 #ifndef USED_FOR_TARGET
1223 #undef HAVE_GAS_SUBSECTION_ORDERING
1227 /* Define if your assembler supports .weak. */
1228 #ifndef USED_FOR_TARGET
1229 #undef HAVE_GAS_WEAK
1233 /* Define if your assembler supports .weakref. */
1234 #ifndef USED_FOR_TARGET
1235 #undef HAVE_GAS_WEAKREF
1239 /* Define to 1 if you have the `getchar_unlocked' function. */
1240 #ifndef USED_FOR_TARGET
1241 #undef HAVE_GETCHAR_UNLOCKED
1245 /* Define to 1 if you have the `getc_unlocked' function. */
1246 #ifndef USED_FOR_TARGET
1247 #undef HAVE_GETC_UNLOCKED
1251 /* Define to 1 if you have the `getrlimit' function. */
1252 #ifndef USED_FOR_TARGET
1253 #undef HAVE_GETRLIMIT
1257 /* Define to 1 if you have the `getrusage' function. */
1258 #ifndef USED_FOR_TARGET
1259 #undef HAVE_GETRUSAGE
1263 /* Define to 1 if you have the `gettimeofday' function. */
1264 #ifndef USED_FOR_TARGET
1265 #undef HAVE_GETTIMEOFDAY
1269 /* Define to 1 if using GNU as. */
1270 #ifndef USED_FOR_TARGET
1275 /* Define if your system supports gnu indirect functions. */
1276 #ifndef USED_FOR_TARGET
1277 #undef HAVE_GNU_INDIRECT_FUNCTION
1281 /* Define to 1 if using GNU ld. */
1282 #ifndef USED_FOR_TARGET
1287 /* Define if you have the iconv() function. */
1288 #ifndef USED_FOR_TARGET
1293 /* Define to 1 if you have the <iconv.h> header file. */
1294 #ifndef USED_FOR_TARGET
1299 /* Define .init_array/.fini_array sections are available and working. */
1300 #ifndef USED_FOR_TARGET
1301 #undef HAVE_INITFINI_ARRAY_SUPPORT
1305 /* Define to 1 if the system has the type `intmax_t'. */
1306 #ifndef USED_FOR_TARGET
1307 #undef HAVE_INTMAX_T
1311 /* Define to 1 if the system has the type `intptr_t'. */
1312 #ifndef USED_FOR_TARGET
1313 #undef HAVE_INTPTR_T
1317 /* Define if you have a working <inttypes.h> header file. */
1318 #ifndef USED_FOR_TARGET
1319 #undef HAVE_INTTYPES_H
1323 /* Define if isl_schedule_constraints_compute_schedule exists. */
1324 #ifndef USED_FOR_TARGET
1325 #undef HAVE_ISL_SCHED_CONSTRAINTS_COMPUTE_SCHEDULE
1329 /* Define to 1 if you have the `kill' function. */
1330 #ifndef USED_FOR_TARGET
1335 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1336 #ifndef USED_FOR_TARGET
1337 #undef HAVE_LANGINFO_CODESET
1341 /* Define to 1 if you have the <langinfo.h> header file. */
1342 #ifndef USED_FOR_TARGET
1343 #undef HAVE_LANGINFO_H
1347 /* Define if your <locale.h> file defines LC_MESSAGES. */
1348 #ifndef USED_FOR_TARGET
1349 #undef HAVE_LC_MESSAGES
1353 /* Define to 1 if you have the <ldfcn.h> header file. */
1354 #ifndef USED_FOR_TARGET
1359 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1361 #ifndef USED_FOR_TARGET
1362 #undef HAVE_LD_AS_NEEDED
1366 /* Define if your linker supports --build-id. */
1367 #ifndef USED_FOR_TARGET
1368 #undef HAVE_LD_BUILDID
1372 /* Define if the linker supports clearing hardware capabilities via mapfile.
1374 #ifndef USED_FOR_TARGET
1375 #undef HAVE_LD_CLEARCAP
1379 /* Define to the level of your linker's compressed debug section support. */
1380 #ifndef USED_FOR_TARGET
1381 #undef HAVE_LD_COMPRESS_DEBUG
1385 /* Define if your linker supports --demangle option. */
1386 #ifndef USED_FOR_TARGET
1387 #undef HAVE_LD_DEMANGLE
1391 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1392 #ifndef USED_FOR_TARGET
1393 #undef HAVE_LD_EH_FRAME_CIEV3
1397 /* Define if your linker supports .eh_frame_hdr. */
1398 #undef HAVE_LD_EH_FRAME_HDR
1400 /* Define if your linker supports garbage collection of sections in presence
1402 #ifndef USED_FOR_TARGET
1403 #undef HAVE_LD_EH_GC_SECTIONS
1407 /* Define if your linker has buggy garbage collection of sections support when
1408 .text.startup.foo like sections are used. */
1409 #ifndef USED_FOR_TARGET
1410 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1414 /* Define if your PowerPC64 linker supports a large TOC. */
1415 #ifndef USED_FOR_TARGET
1416 #undef HAVE_LD_LARGE_TOC
1420 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1421 #ifndef USED_FOR_TARGET
1422 #undef HAVE_LD_NO_DOT_SYMS
1426 /* Define if your linker can relax absolute .eh_frame personality pointers
1427 into PC-relative form. */
1428 #ifndef USED_FOR_TARGET
1429 #undef HAVE_LD_PERSONALITY_RELAXATION
1433 /* Define if your linker supports -pie option. */
1434 #ifndef USED_FOR_TARGET
1439 /* Define 0/1 if your linker supports -pie option with copy reloc. */
1440 #ifndef USED_FOR_TARGET
1441 #undef HAVE_LD_PIE_COPYRELOC
1445 /* Define if your linker links a mix of read-only and read-write sections into
1446 a read-write section. */
1447 #ifndef USED_FOR_TARGET
1448 #undef HAVE_LD_RO_RW_SECTION_MIXING
1452 /* Define if your linker supports the *_sol2 emulations. */
1453 #ifndef USED_FOR_TARGET
1454 #undef HAVE_LD_SOL2_EMULATION
1458 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1459 #ifndef USED_FOR_TARGET
1460 #undef HAVE_LD_STATIC_DYNAMIC
1464 /* Define if your linker supports --sysroot. */
1465 #ifndef USED_FOR_TARGET
1466 #undef HAVE_LD_SYSROOT
1470 /* Define to 1 if you have the <limits.h> header file. */
1471 #ifndef USED_FOR_TARGET
1472 #undef HAVE_LIMITS_H
1476 /* Define to 1 if you have the <locale.h> header file. */
1477 #ifndef USED_FOR_TARGET
1478 #undef HAVE_LOCALE_H
1482 /* Define to 1 if the system has the type `long long'. */
1483 #ifndef USED_FOR_TARGET
1484 #undef HAVE_LONG_LONG
1488 /* Define to 1 if the system has the type `long long int'. */
1489 #ifndef USED_FOR_TARGET
1490 #undef HAVE_LONG_LONG_INT
1494 /* Define to the level of your linker's plugin support. */
1495 #ifndef USED_FOR_TARGET
1496 #undef HAVE_LTO_PLUGIN
1500 /* Define to 1 if you have the `madvise' function. */
1501 #ifndef USED_FOR_TARGET
1506 /* Define to 1 if you have the <malloc.h> header file. */
1507 #ifndef USED_FOR_TARGET
1508 #undef HAVE_MALLOC_H
1512 /* Define to 1 if you have the `mbstowcs' function. */
1513 #ifndef USED_FOR_TARGET
1514 #undef HAVE_MBSTOWCS
1518 /* Define if valgrind's memcheck.h header is installed. */
1519 #ifndef USED_FOR_TARGET
1520 #undef HAVE_MEMCHECK_H
1524 /* Define to 1 if you have the <memory.h> header file. */
1525 #ifndef USED_FOR_TARGET
1526 #undef HAVE_MEMORY_H
1530 /* Define to 1 if you have the `mmap' function. */
1531 #ifndef USED_FOR_TARGET
1536 /* Define if mmap with MAP_ANON(YMOUS) works. */
1537 #ifndef USED_FOR_TARGET
1538 #undef HAVE_MMAP_ANON
1542 /* Define if mmap of /dev/zero works. */
1543 #ifndef USED_FOR_TARGET
1544 #undef HAVE_MMAP_DEV_ZERO
1548 /* Define if read-only mmap of a plain file works. */
1549 #ifndef USED_FOR_TARGET
1550 #undef HAVE_MMAP_FILE
1554 /* Define to 1 if you have the `nl_langinfo' function. */
1555 #ifndef USED_FOR_TARGET
1556 #undef HAVE_NL_LANGINFO
1560 /* Define to 1 if you have the `popen' function. */
1561 #ifndef USED_FOR_TARGET
1566 /* Define to 1 if you have the `putchar_unlocked' function. */
1567 #ifndef USED_FOR_TARGET
1568 #undef HAVE_PUTCHAR_UNLOCKED
1572 /* Define to 1 if you have the `putc_unlocked' function. */
1573 #ifndef USED_FOR_TARGET
1574 #undef HAVE_PUTC_UNLOCKED
1578 /* Define to 1 if you have the `setlocale' function. */
1579 #ifndef USED_FOR_TARGET
1580 #undef HAVE_SETLOCALE
1584 /* Define to 1 if you have the `setrlimit' function. */
1585 #ifndef USED_FOR_TARGET
1586 #undef HAVE_SETRLIMIT
1590 /* Define to 1 if you have the <stddef.h> header file. */
1591 #ifndef USED_FOR_TARGET
1592 #undef HAVE_STDDEF_H
1596 /* Define to 1 if you have the <stdint.h> header file. */
1597 #ifndef USED_FOR_TARGET
1598 #undef HAVE_STDINT_H
1602 /* Define to 1 if you have the <stdlib.h> header file. */
1603 #ifndef USED_FOR_TARGET
1604 #undef HAVE_STDLIB_H
1608 /* Define to 1 if you have the <strings.h> header file. */
1609 #ifndef USED_FOR_TARGET
1610 #undef HAVE_STRINGS_H
1614 /* Define to 1 if you have the <string.h> header file. */
1615 #ifndef USED_FOR_TARGET
1616 #undef HAVE_STRING_H
1620 /* Define to 1 if you have the `strsignal' function. */
1621 #ifndef USED_FOR_TARGET
1622 #undef HAVE_STRSIGNAL
1626 /* Define if <sys/times.h> defines struct tms. */
1627 #ifndef USED_FOR_TARGET
1628 #undef HAVE_STRUCT_TMS
1632 /* Define to 1 if you have the `sysconf' function. */
1633 #ifndef USED_FOR_TARGET
1638 /* Define to 1 if you have the <sys/file.h> header file. */
1639 #ifndef USED_FOR_TARGET
1640 #undef HAVE_SYS_FILE_H
1644 /* Define to 1 if you have the <sys/mman.h> header file. */
1645 #ifndef USED_FOR_TARGET
1646 #undef HAVE_SYS_MMAN_H
1650 /* Define to 1 if you have the <sys/param.h> header file. */
1651 #ifndef USED_FOR_TARGET
1652 #undef HAVE_SYS_PARAM_H
1656 /* Define to 1 if you have the <sys/resource.h> header file. */
1657 #ifndef USED_FOR_TARGET
1658 #undef HAVE_SYS_RESOURCE_H
1662 /* Define if your target C library provides sys/sdt.h */
1663 #undef HAVE_SYS_SDT_H
1665 /* Define to 1 if you have the <sys/stat.h> header file. */
1666 #ifndef USED_FOR_TARGET
1667 #undef HAVE_SYS_STAT_H
1671 /* Define to 1 if you have the <sys/times.h> header file. */
1672 #ifndef USED_FOR_TARGET
1673 #undef HAVE_SYS_TIMES_H
1677 /* Define to 1 if you have the <sys/time.h> header file. */
1678 #ifndef USED_FOR_TARGET
1679 #undef HAVE_SYS_TIME_H
1683 /* Define to 1 if you have the <sys/types.h> header file. */
1684 #ifndef USED_FOR_TARGET
1685 #undef HAVE_SYS_TYPES_H
1689 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1690 #ifndef USED_FOR_TARGET
1691 #undef HAVE_SYS_WAIT_H
1695 /* Define to 1 if you have the `times' function. */
1696 #ifndef USED_FOR_TARGET
1701 /* Define to 1 if you have the <time.h> header file. */
1702 #ifndef USED_FOR_TARGET
1707 /* Define to 1 if you have the <tr1/unordered_map> header file. */
1708 #ifndef USED_FOR_TARGET
1709 #undef HAVE_TR1_UNORDERED_MAP
1713 /* Define to 1 if the system has the type `uintmax_t'. */
1714 #ifndef USED_FOR_TARGET
1715 #undef HAVE_UINTMAX_T
1719 /* Define to 1 if the system has the type `uintptr_t'. */
1720 #ifndef USED_FOR_TARGET
1721 #undef HAVE_UINTPTR_T
1725 /* Define to 1 if you have the <unistd.h> header file. */
1726 #ifndef USED_FOR_TARGET
1727 #undef HAVE_UNISTD_H
1731 /* Define to 1 if you have the <unordered_map> header file. */
1732 #ifndef USED_FOR_TARGET
1733 #undef HAVE_UNORDERED_MAP
1737 /* Define to 1 if the system has the type `unsigned long long int'. */
1738 #ifndef USED_FOR_TARGET
1739 #undef HAVE_UNSIGNED_LONG_LONG_INT
1743 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1744 #ifndef USED_FOR_TARGET
1745 #undef HAVE_VALGRIND_MEMCHECK_H
1749 /* Define to 1 if you have the `vfork' function. */
1750 #ifndef USED_FOR_TARGET
1755 /* Define to 1 if you have the <vfork.h> header file. */
1756 #ifndef USED_FOR_TARGET
1761 /* Define to 1 if you have the <wchar.h> header file. */
1762 #ifndef USED_FOR_TARGET
1767 /* Define to 1 if you have the `wcswidth' function. */
1768 #ifndef USED_FOR_TARGET
1769 #undef HAVE_WCSWIDTH
1773 /* Define to 1 if `fork' works. */
1774 #ifndef USED_FOR_TARGET
1775 #undef HAVE_WORKING_FORK
1779 /* Define this macro if mbstowcs does not crash when its first argument is
1781 #ifndef USED_FOR_TARGET
1782 #undef HAVE_WORKING_MBSTOWCS
1786 /* Define to 1 if `vfork' works. */
1787 #ifndef USED_FOR_TARGET
1788 #undef HAVE_WORKING_VFORK
1792 /* Define if isl is in use. */
1793 #ifndef USED_FOR_TARGET
1798 /* Define if F_SETLKW supported by fcntl. */
1799 #ifndef USED_FOR_TARGET
1800 #undef HOST_HAS_F_SETLKW
1804 /* Define as const if the declaration of iconv() needs const. */
1805 #ifndef USED_FOR_TARGET
1810 /* Define if int64_t uses long as underlying type. */
1811 #ifndef USED_FOR_TARGET
1812 #undef INT64_T_IS_LONG
1816 /* Define to the linker option to ignore unused dependencies. */
1817 #ifndef USED_FOR_TARGET
1818 #undef LD_AS_NEEDED_OPTION
1822 /* Define to the linker option to enable compressed debug sections. */
1823 #ifndef USED_FOR_TARGET
1824 #undef LD_COMPRESS_DEBUG_OPTION
1828 /* Define to the linker option to enable use of shared objects. */
1829 #ifndef USED_FOR_TARGET
1830 #undef LD_DYNAMIC_OPTION
1834 /* Define to the linker option to keep unused dependencies. */
1835 #ifndef USED_FOR_TARGET
1836 #undef LD_NO_AS_NEEDED_OPTION
1840 /* Define to the linker option to disable use of shared objects. */
1841 #ifndef USED_FOR_TARGET
1842 #undef LD_STATIC_OPTION
1846 /* The linker hash style */
1847 #ifndef USED_FOR_TARGET
1848 #undef LINKER_HASH_STYLE
1852 /* Define to the name of the LTO plugin DSO that must be passed to the
1853 linker's -plugin=LIB option. */
1854 #ifndef USED_FOR_TARGET
1855 #undef LTOPLUGINSONAME
1859 /* Define to the sub-directory in which libtool stores uninstalled libraries.
1861 #ifndef USED_FOR_TARGET
1866 /* Define if host mkdir takes a single argument. */
1867 #ifndef USED_FOR_TARGET
1868 #undef MKDIR_TAKES_ONE_ARG
1872 /* Define to hold the list of target names suitable for offloading. */
1873 #ifndef USED_FOR_TARGET
1874 #undef OFFLOAD_TARGETS
1878 /* Define to the address where bug reports for this package should be sent. */
1879 #ifndef USED_FOR_TARGET
1880 #undef PACKAGE_BUGREPORT
1884 /* Define to the full name of this package. */
1885 #ifndef USED_FOR_TARGET
1890 /* Define to the full name and version of this package. */
1891 #ifndef USED_FOR_TARGET
1892 #undef PACKAGE_STRING
1896 /* Define to the one symbol short name of this package. */
1897 #ifndef USED_FOR_TARGET
1898 #undef PACKAGE_TARNAME
1902 /* Define to the home page for this package. */
1903 #ifndef USED_FOR_TARGET
1908 /* Define to the version of this package. */
1909 #ifndef USED_FOR_TARGET
1910 #undef PACKAGE_VERSION
1914 /* Specify plugin linker */
1915 #ifndef USED_FOR_TARGET
1916 #undef PLUGIN_LD_SUFFIX
1920 /* Define to .TOC. alignment forced by your linker. */
1921 #ifndef USED_FOR_TARGET
1922 #undef POWERPC64_TOC_POINTER_ALIGNMENT
1926 /* Define to PREFIX/include if cpp should also search that directory. */
1927 #ifndef USED_FOR_TARGET
1928 #undef PREFIX_INCLUDE_DIR
1932 /* The size of `int', as computed by sizeof. */
1933 #ifndef USED_FOR_TARGET
1938 /* The size of `long', as computed by sizeof. */
1939 #ifndef USED_FOR_TARGET
1944 /* The size of `long long', as computed by sizeof. */
1945 #ifndef USED_FOR_TARGET
1946 #undef SIZEOF_LONG_LONG
1950 /* The size of `short', as computed by sizeof. */
1951 #ifndef USED_FOR_TARGET
1956 /* The size of `void *', as computed by sizeof. */
1957 #ifndef USED_FOR_TARGET
1958 #undef SIZEOF_VOID_P
1962 /* Define to 1 if you have the ANSI C header files. */
1963 #ifndef USED_FOR_TARGET
1968 /* Define if you can safely include both <string.h> and <strings.h>. */
1969 #ifndef USED_FOR_TARGET
1970 #undef STRING_WITH_STRINGS
1974 /* Define if TFmode long double should be the default */
1975 #ifndef USED_FOR_TARGET
1976 #undef TARGET_DEFAULT_LONG_DOUBLE_128
1980 /* Define if your target C library provides the `dl_iterate_phdr' function. */
1981 #undef TARGET_DL_ITERATE_PHDR
1983 /* GNU C Library major version number used on the target, or 0. */
1984 #ifndef USED_FOR_TARGET
1985 #undef TARGET_GLIBC_MAJOR
1989 /* GNU C Library minor version number used on the target, or 0. */
1990 #ifndef USED_FOR_TARGET
1991 #undef TARGET_GLIBC_MINOR
1995 /* Define if your target C library provides stack protector support */
1996 #ifndef USED_FOR_TARGET
1997 #undef TARGET_LIBC_PROVIDES_SSP
2001 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2002 #ifndef USED_FOR_TARGET
2003 #undef TIME_WITH_SYS_TIME
2007 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
2009 #ifndef USED_FOR_TARGET
2010 #undef TLS_SECTION_ASM_FLAG
2014 /* Define if your assembler mis-optimizes .eh_frame data. */
2015 #ifndef USED_FOR_TARGET
2016 #undef USE_AS_TRADITIONAL_FORMAT
2020 /* Define if you want to generate code by default that assumes that the Cygwin
2021 DLL exports wrappers to support libstdc++ function replacement. */
2022 #ifndef USED_FOR_TARGET
2023 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2027 /* Define to 1 if the 'long long' type is wider than 'long' but still
2028 efficiently supported by the host hardware. */
2029 #ifndef USED_FOR_TARGET
2030 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2034 /* Define if we should use leading underscore on 64 bit mingw targets */
2035 #ifndef USED_FOR_TARGET
2036 #undef USE_MINGW64_LEADING_UNDERSCORES
2040 /* Enable extensions on AIX 3, Interix. */
2044 /* Enable GNU extensions on systems that have them. */
2048 /* Enable threading extensions on Solaris. */
2049 #ifndef _POSIX_PTHREAD_SEMANTICS
2050 # undef _POSIX_PTHREAD_SEMANTICS
2052 /* Enable extensions on HP NonStop. */
2053 #ifndef _TANDEM_SOURCE
2054 # undef _TANDEM_SOURCE
2056 /* Enable general extensions on Solaris. */
2057 #ifndef __EXTENSIONS__
2058 # undef __EXTENSIONS__
2062 /* Define to be the last component of the Windows registry key under which to
2063 look for installation paths. The full key used will be
2064 HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2065 The default is the GCC version number. */
2066 #ifndef USED_FOR_TARGET
2067 #undef WIN32_REGISTRY_KEY
2071 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2072 significant byte first (like Motorola and SPARC, unlike Intel). */
2073 #if defined AC_APPLE_UNIVERSAL_BUILD
2074 # if defined __BIG_ENDIAN__
2075 # define WORDS_BIGENDIAN 1
2078 # ifndef WORDS_BIGENDIAN
2079 # undef WORDS_BIGENDIAN
2083 /* Number of bits in a file offset, on hosts where this is settable. */
2084 #ifndef USED_FOR_TARGET
2085 #undef _FILE_OFFSET_BITS
2089 /* Define for large files, on AIX-style hosts. */
2090 #ifndef USED_FOR_TARGET
2095 /* Define to 1 if on MINIX. */
2096 #ifndef USED_FOR_TARGET
2101 /* Define to 2 if the system does not provide POSIX.1 features except with
2103 #ifndef USED_FOR_TARGET
2104 #undef _POSIX_1_SOURCE
2108 /* Define to 1 if you need to in order for `stat' and other things to work. */
2109 #ifndef USED_FOR_TARGET
2110 #undef _POSIX_SOURCE
2114 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2115 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2116 #define below would cause a syntax error. */
2117 #ifndef USED_FOR_TARGET
2122 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2123 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2124 #define below would cause a syntax error. */
2125 #ifndef USED_FOR_TARGET
2130 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2131 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2132 #define below would cause a syntax error. */
2133 #ifndef USED_FOR_TARGET
2138 /* Define to `char *' if <sys/types.h> does not define. */
2139 #ifndef USED_FOR_TARGET
2144 /* Define to `__inline__' or `__inline' if that's what the C compiler
2145 calls it, or to nothing if 'inline' is not supported under any name. */
2150 /* Define to the type of a signed integer type of width exactly 16 bits if
2151 such a type exists and the standard includes do not define it. */
2152 #ifndef USED_FOR_TARGET
2157 /* Define to the type of a signed integer type of width exactly 32 bits if
2158 such a type exists and the standard includes do not define it. */
2159 #ifndef USED_FOR_TARGET
2164 /* Define to the type of a signed integer type of width exactly 64 bits if
2165 such a type exists and the standard includes do not define it. */
2166 #ifndef USED_FOR_TARGET
2171 /* Define to the type of a signed integer type of width exactly 8 bits if such
2172 a type exists and the standard includes do not define it. */
2173 #ifndef USED_FOR_TARGET
2178 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2180 #ifndef USED_FOR_TARGET
2185 /* Define to the type of a signed integer type wide enough to hold a pointer,
2186 if such a type exists, and if the system does not define it. */
2187 #ifndef USED_FOR_TARGET
2192 /* Define to `int' if <sys/types.h> does not define. */
2193 #ifndef USED_FOR_TARGET
2198 /* Define to `long' if <sys/resource.h> doesn't define. */
2199 #ifndef USED_FOR_TARGET
2204 /* Define to `int' if <sys/types.h> does not define. */
2205 #ifndef USED_FOR_TARGET
2210 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2211 such a type exists and the standard includes do not define it. */
2212 #ifndef USED_FOR_TARGET
2217 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2218 such a type exists and the standard includes do not define it. */
2219 #ifndef USED_FOR_TARGET
2224 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2225 such a type exists and the standard includes do not define it. */
2226 #ifndef USED_FOR_TARGET
2231 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2232 such a type exists and the standard includes do not define it. */
2233 #ifndef USED_FOR_TARGET
2238 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2240 #ifndef USED_FOR_TARGET
2245 /* Define to the type of an unsigned integer type wide enough to hold a
2246 pointer, if such a type exists, and if the system does not define it. */
2247 #ifndef USED_FOR_TARGET
2252 /* Define as `fork' if `vfork' does not work. */
2253 #ifndef USED_FOR_TARGET