1 /* config.in. Generated from configure.ac by autoheader. */
3 /* Define as the number of bits in a byte, if \`limits.h' doesn't. */
4 #ifndef USED_FOR_TARGET
9 /* Define 0/1 to force the choice for exception handling model. */
10 #ifndef USED_FOR_TARGET
11 #undef CONFIG_SJLJ_EXCEPTIONS
15 /* Define to enable the use of a default assembler. */
16 #ifndef USED_FOR_TARGET
17 #undef DEFAULT_ASSEMBLER
21 /* Define to enable the use of a default linker. */
22 #ifndef USED_FOR_TARGET
27 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
28 destructors for local statics and global objects. This is essential for
29 fully standards-compliant handling of destructors, but requires
30 __cxa_atexit in libc. */
31 #ifndef USED_FOR_TARGET
32 #undef DEFAULT_USE_CXA_ATEXIT
36 /* Define if you want assertions enabled. This is a cheap check. */
37 #ifndef USED_FOR_TARGET
38 #undef ENABLE_ASSERT_CHECKING
42 /* Define if you want more run-time sanity checks. This one gets a grab bag of
43 miscellaneous but relatively cheap checks. */
44 #ifndef USED_FOR_TARGET
45 #undef ENABLE_CHECKING
49 /* Define to 1 to enable decimal float extension to C. */
50 #ifndef USED_FOR_TARGET
51 #undef ENABLE_DECIMAL_FLOAT
55 /* Define if you want fold checked that it never destructs its argument. This
56 is quite expensive. */
57 #ifndef USED_FOR_TARGET
58 #undef ENABLE_FOLD_CHECKING
62 /* Define if you want the garbage collector to operate in maximally paranoid
63 mode, validating the entire heap and collecting garbage at every
64 opportunity. This is extremely expensive. */
65 #ifndef USED_FOR_TARGET
66 #undef ENABLE_GC_ALWAYS_COLLECT
70 /* Define if you want the garbage collector to do object poisoning and other
71 memory allocation checks. This is quite expensive. */
72 #ifndef USED_FOR_TARGET
73 #undef ENABLE_GC_CHECKING
77 /* Define to 1 if translation of program messages to the user's native
78 language is requested. */
79 #ifndef USED_FOR_TARGET
84 /* Define if you want all operations on RTL (the basic data structure of the
85 optimizer and back end) to be checked for dynamic type safety at runtime.
86 This is quite expensive. */
87 #ifndef USED_FOR_TARGET
88 #undef ENABLE_RTL_CHECKING
92 /* Define if you want RTL flag accesses to be checked against the RTL codes
93 that are supported for each access macro. This is relatively cheap. */
94 #ifndef USED_FOR_TARGET
95 #undef ENABLE_RTL_FLAG_CHECKING
99 /* Define if you want runtime assertions enabled. This is a cheap check. */
100 #undef ENABLE_RUNTIME_CHECKING
102 /* Define if you want all operations on trees (the basic data structure of the
103 front ends) to be checked for dynamic type safety at runtime. This is
104 moderately expensive. The tree browser debugging routines will also be
105 enabled by this option. */
106 #ifndef USED_FOR_TARGET
107 #undef ENABLE_TREE_CHECKING
111 /* Define if you want to run subprograms and generated programs through
112 valgrind (a memory checker). This is extremely expensive. */
113 #ifndef USED_FOR_TARGET
114 #undef ENABLE_VALGRIND_CHECKING
118 /* Define to 1 if installation paths should be looked up in the Windows
119 Registry. Ignored on non-Windows hosts. */
120 #ifndef USED_FOR_TARGET
121 #undef ENABLE_WIN32_REGISTRY
125 /* Define to the name of a file containing a list of extra machine modes for
126 this architecture. */
127 #ifndef USED_FOR_TARGET
128 #undef EXTRA_MODES_FILE
132 /* Define to enable detailed memory allocation stats gathering. */
133 #ifndef USED_FOR_TARGET
134 #undef GATHER_STATISTICS
138 /* Define to the type of elements in the array set by `getgroups'. Usually
139 this is either `int' or `gid_t'. */
140 #ifndef USED_FOR_TARGET
145 /* Define if the zone collector is in use */
146 #ifndef USED_FOR_TARGET
151 /* mcontext_t fields start with __ */
152 #ifndef USED_FOR_TARGET
153 #undef HAS_MCONTEXT_T_UNDERSCORES
157 /* Define to 1 if you have the `alphasort' function. */
158 #ifndef USED_FOR_TARGET
159 #undef HAVE_ALPHASORT
163 /* Define if your assembler supports cmpb. */
164 #ifndef USED_FOR_TARGET
169 /* Define if your assembler supports DFP instructions. */
170 #ifndef USED_FOR_TARGET
175 /* Define if your assembler supports dwarf2 .file/.loc directives, and
176 preserves file table indices exactly as given. */
177 #ifndef USED_FOR_TARGET
178 #undef HAVE_AS_DWARF2_DEBUG_LINE
182 /* Define if your assembler supports explicit relocations. */
183 #ifndef USED_FOR_TARGET
184 #undef HAVE_AS_EXPLICIT_RELOCS
188 /* Define if your assembler supports fprnd. */
189 #ifndef USED_FOR_TARGET
194 /* Define if your assembler supports the --gdwarf2 option. */
195 #ifndef USED_FOR_TARGET
196 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
200 /* Define true if the assembler supports '.long foo@GOTOFF'. */
201 #ifndef USED_FOR_TARGET
202 #undef HAVE_AS_GOTOFF_IN_DATA
206 /* Define if your assembler supports the --gstabs option. */
207 #ifndef USED_FOR_TARGET
208 #undef HAVE_AS_GSTABS_DEBUG_FLAG
212 /* Define if your assembler supports the Sun syntax for cmov. */
213 #ifndef USED_FOR_TARGET
214 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
218 /* Define if your assembler supports the subtraction of symbols in different
220 #ifndef USED_FOR_TARGET
221 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
225 /* Define if your assembler supports the ffreep mnemonic. */
226 #ifndef USED_FOR_TARGET
227 #undef HAVE_AS_IX86_FFREEP
231 /* Define if your assembler supports the lituse_jsrdirect relocation. */
232 #ifndef USED_FOR_TARGET
233 #undef HAVE_AS_JSRDIRECT_RELOCS
237 /* Define if your assembler supports .sleb128 and .uleb128. */
238 #ifndef USED_FOR_TARGET
239 #undef HAVE_AS_LEB128
243 /* Define if your assembler supports ltoffx and ldxmov relocations. */
244 #ifndef USED_FOR_TARGET
245 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
249 /* Define if your assembler supports mfcr field. */
250 #ifndef USED_FOR_TARGET
255 /* Define if your assembler supports mffgpr and mftgpr. */
256 #ifndef USED_FOR_TARGET
257 #undef HAVE_AS_MFPGPR
261 /* Define if your assembler supports the -no-mul-bug-abort option. */
262 #ifndef USED_FOR_TARGET
263 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
267 /* Define if the assembler understands -mno-shared. */
268 #ifndef USED_FOR_TARGET
269 #undef HAVE_AS_NO_SHARED
273 /* Define if your assembler supports offsetable %lo(). */
274 #ifndef USED_FOR_TARGET
275 #undef HAVE_AS_OFFSETABLE_LO10
279 /* Define if your assembler supports popcntb field. */
280 #ifndef USED_FOR_TARGET
281 #undef HAVE_AS_POPCNTB
285 /* Define if your assembler supports .register. */
286 #ifndef USED_FOR_TARGET
287 #undef HAVE_AS_REGISTER_PSEUDO_OP
291 /* Define if your assembler supports R_PPC_REL16 relocs. */
292 #ifndef USED_FOR_TARGET
297 /* Define if your assembler supports -relax option. */
298 #ifndef USED_FOR_TARGET
299 #undef HAVE_AS_RELAX_OPTION
303 /* Define if your assembler and linker support unaligned PC relative relocs.
305 #ifndef USED_FOR_TARGET
306 #undef HAVE_AS_SPARC_UA_PCREL
310 /* Define if your assembler and linker support unaligned PC relative relocs
311 against hidden symbols. */
312 #ifndef USED_FOR_TARGET
313 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
317 /* Define if your assembler supports thread-local storage. */
318 #ifndef USED_FOR_TARGET
323 /* Define to 1 if you have the `atoll' function. */
324 #ifndef USED_FOR_TARGET
329 /* Define to 1 if you have the `atoq' function. */
330 #ifndef USED_FOR_TARGET
335 /* Define to 1 if you have the `clearerr_unlocked' function. */
336 #ifndef USED_FOR_TARGET
337 #undef HAVE_CLEARERR_UNLOCKED
341 /* Define to 1 if you have the `clock' function. */
342 #ifndef USED_FOR_TARGET
347 /* Define if <time.h> defines clock_t. */
348 #ifndef USED_FOR_TARGET
353 /* Define 0/1 if your assembler and linker support COMDAT groups. */
354 #ifndef USED_FOR_TARGET
355 #undef HAVE_COMDAT_GROUP
359 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
361 #ifndef USED_FOR_TARGET
362 #undef HAVE_DECL_ABORT
366 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
368 #ifndef USED_FOR_TARGET
369 #undef HAVE_DECL_ASPRINTF
373 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
374 #ifndef USED_FOR_TARGET
375 #undef HAVE_DECL_ATOF
379 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
380 #ifndef USED_FOR_TARGET
381 #undef HAVE_DECL_ATOL
385 /* Define to 1 if we found a declaration for 'basename', otherwise define to
387 #ifndef USED_FOR_TARGET
388 #undef HAVE_DECL_BASENAME
392 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
394 #ifndef USED_FOR_TARGET
395 #undef HAVE_DECL_CALLOC
399 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
401 #ifndef USED_FOR_TARGET
402 #undef HAVE_DECL_CLEARERR_UNLOCKED
406 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
408 #ifndef USED_FOR_TARGET
409 #undef HAVE_DECL_CLOCK
413 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
415 #ifndef USED_FOR_TARGET
416 #undef HAVE_DECL_ERRNO
420 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
422 #ifndef USED_FOR_TARGET
423 #undef HAVE_DECL_FEOF_UNLOCKED
427 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
429 #ifndef USED_FOR_TARGET
430 #undef HAVE_DECL_FERROR_UNLOCKED
434 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
436 #ifndef USED_FOR_TARGET
437 #undef HAVE_DECL_FFLUSH_UNLOCKED
441 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
443 #ifndef USED_FOR_TARGET
444 #undef HAVE_DECL_FGETC_UNLOCKED
448 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
450 #ifndef USED_FOR_TARGET
451 #undef HAVE_DECL_FGETS_UNLOCKED
455 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
457 #ifndef USED_FOR_TARGET
458 #undef HAVE_DECL_FILENO_UNLOCKED
462 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
464 #ifndef USED_FOR_TARGET
465 #undef HAVE_DECL_FPRINTF_UNLOCKED
469 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
471 #ifndef USED_FOR_TARGET
472 #undef HAVE_DECL_FPUTC_UNLOCKED
476 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
478 #ifndef USED_FOR_TARGET
479 #undef HAVE_DECL_FPUTS_UNLOCKED
483 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
485 #ifndef USED_FOR_TARGET
486 #undef HAVE_DECL_FREAD_UNLOCKED
490 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
491 #ifndef USED_FOR_TARGET
492 #undef HAVE_DECL_FREE
496 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
498 #ifndef USED_FOR_TARGET
499 #undef HAVE_DECL_FWRITE_UNLOCKED
503 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
505 #ifndef USED_FOR_TARGET
506 #undef HAVE_DECL_GETCHAR_UNLOCKED
510 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
512 #ifndef USED_FOR_TARGET
513 #undef HAVE_DECL_GETCWD
517 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
519 #ifndef USED_FOR_TARGET
520 #undef HAVE_DECL_GETC_UNLOCKED
524 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
526 #ifndef USED_FOR_TARGET
527 #undef HAVE_DECL_GETENV
531 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
533 #ifndef USED_FOR_TARGET
534 #undef HAVE_DECL_GETOPT
538 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
540 #ifndef USED_FOR_TARGET
541 #undef HAVE_DECL_GETPAGESIZE
545 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
547 #ifndef USED_FOR_TARGET
548 #undef HAVE_DECL_GETRLIMIT
552 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
554 #ifndef USED_FOR_TARGET
555 #undef HAVE_DECL_GETRUSAGE
559 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
561 #ifndef USED_FOR_TARGET
562 #undef HAVE_DECL_GETWD
566 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
568 #ifndef USED_FOR_TARGET
569 #undef HAVE_DECL_LDGETNAME
573 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
575 #ifndef USED_FOR_TARGET
576 #undef HAVE_DECL_MALLOC
580 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
582 #ifndef USED_FOR_TARGET
583 #undef HAVE_DECL_PUTCHAR_UNLOCKED
587 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
589 #ifndef USED_FOR_TARGET
590 #undef HAVE_DECL_PUTC_UNLOCKED
594 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
596 #ifndef USED_FOR_TARGET
597 #undef HAVE_DECL_REALLOC
601 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
602 #ifndef USED_FOR_TARGET
603 #undef HAVE_DECL_SBRK
607 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
609 #ifndef USED_FOR_TARGET
610 #undef HAVE_DECL_SETRLIMIT
614 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
616 #ifndef USED_FOR_TARGET
617 #undef HAVE_DECL_SIGALTSTACK
621 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
623 #ifndef USED_FOR_TARGET
624 #undef HAVE_DECL_SNPRINTF
628 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
630 #ifndef USED_FOR_TARGET
631 #undef HAVE_DECL_STRSIGNAL
635 /* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
637 #ifndef USED_FOR_TARGET
638 #undef HAVE_DECL_STRSTR
642 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
644 #ifndef USED_FOR_TARGET
645 #undef HAVE_DECL_STRVERSCMP
649 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
651 #ifndef USED_FOR_TARGET
652 #undef HAVE_DECL_TIMES
656 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
658 #ifndef USED_FOR_TARGET
659 #undef HAVE_DECL_VASPRINTF
663 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
665 #ifndef USED_FOR_TARGET
666 #undef HAVE_DECL_VSNPRINTF
670 /* Define to 1 if you have the <direct.h> header file. */
671 #ifndef USED_FOR_TARGET
676 /* Define to 1 if you have the <fcntl.h> header file. */
677 #ifndef USED_FOR_TARGET
682 /* Define to 1 if you have the `feof_unlocked' function. */
683 #ifndef USED_FOR_TARGET
684 #undef HAVE_FEOF_UNLOCKED
688 /* Define to 1 if you have the `ferror_unlocked' function. */
689 #ifndef USED_FOR_TARGET
690 #undef HAVE_FERROR_UNLOCKED
694 /* Define to 1 if you have the `fflush_unlocked' function. */
695 #ifndef USED_FOR_TARGET
696 #undef HAVE_FFLUSH_UNLOCKED
700 /* Define to 1 if you have the `fgetc_unlocked' function. */
701 #ifndef USED_FOR_TARGET
702 #undef HAVE_FGETC_UNLOCKED
706 /* Define to 1 if you have the `fgets_unlocked' function. */
707 #ifndef USED_FOR_TARGET
708 #undef HAVE_FGETS_UNLOCKED
712 /* Define to 1 if you have the `fileno_unlocked' function. */
713 #ifndef USED_FOR_TARGET
714 #undef HAVE_FILENO_UNLOCKED
718 /* Define to 1 if you have the `fork' function. */
719 #ifndef USED_FOR_TARGET
724 /* Define to 1 if you have the `fprintf_unlocked' function. */
725 #ifndef USED_FOR_TARGET
726 #undef HAVE_FPRINTF_UNLOCKED
730 /* Define to 1 if you have the `fputc_unlocked' function. */
731 #ifndef USED_FOR_TARGET
732 #undef HAVE_FPUTC_UNLOCKED
736 /* Define to 1 if you have the `fputs_unlocked' function. */
737 #ifndef USED_FOR_TARGET
738 #undef HAVE_FPUTS_UNLOCKED
742 /* Define to 1 if you have the `fread_unlocked' function. */
743 #ifndef USED_FOR_TARGET
744 #undef HAVE_FREAD_UNLOCKED
748 /* Define to 1 if you have the `fwrite_unlocked' function. */
749 #ifndef USED_FOR_TARGET
750 #undef HAVE_FWRITE_UNLOCKED
754 /* Define if your assembler supports .balign and .p2align. */
755 #ifndef USED_FOR_TARGET
756 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
760 /* Define if your assembler uses the new HImode fild and fist notation. */
761 #ifndef USED_FOR_TARGET
762 #undef HAVE_GAS_FILDS_FISTS
766 /* Define if your assembler and linker support .hidden. */
767 #undef HAVE_GAS_HIDDEN
769 /* Define if your assembler supports .literal16. */
770 #ifndef USED_FOR_TARGET
771 #undef HAVE_GAS_LITERAL16
775 /* Define if your assembler supports specifying the maximum number of bytes to
776 skip when using the GAS .p2align command. */
777 #ifndef USED_FOR_TARGET
778 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
782 /* Define if your assembler supports .nsubspa comdat option. */
783 #ifndef USED_FOR_TARGET
784 #undef HAVE_GAS_NSUBSPA_COMDAT
788 /* Define if your assembler and linker support 32-bit section relative relocs
789 via '.secrel32 label'. */
790 #ifndef USED_FOR_TARGET
791 #undef HAVE_GAS_PE_SECREL32_RELOC
795 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
797 #ifndef USED_FOR_TARGET
798 #undef HAVE_GAS_SHF_MERGE
802 /* Define if your assembler supports .subsection and .subsection -1 starts
803 emitting at the beginning of your section. */
804 #ifndef USED_FOR_TARGET
805 #undef HAVE_GAS_SUBSECTION_ORDERING
809 /* Define if your assembler supports .weak. */
810 #ifndef USED_FOR_TARGET
815 /* Define if your assembler supports .weakref. */
816 #ifndef USED_FOR_TARGET
817 #undef HAVE_GAS_WEAKREF
821 /* Define to 1 if you have the `getchar_unlocked' function. */
822 #ifndef USED_FOR_TARGET
823 #undef HAVE_GETCHAR_UNLOCKED
827 /* Define to 1 if you have the `getc_unlocked' function. */
828 #ifndef USED_FOR_TARGET
829 #undef HAVE_GETC_UNLOCKED
833 /* Define to 1 if system unwind library has _Unwind_GetIPInfo. */
834 #undef HAVE_GETIPINFO
836 /* Define to 1 if you have the `getrlimit' function. */
837 #ifndef USED_FOR_TARGET
838 #undef HAVE_GETRLIMIT
842 /* Define to 1 if you have the `getrusage' function. */
843 #ifndef USED_FOR_TARGET
844 #undef HAVE_GETRUSAGE
848 /* Define to 1 if you have the `gettimeofday' function. */
849 #ifndef USED_FOR_TARGET
850 #undef HAVE_GETTIMEOFDAY
854 /* Define if you have the iconv() function. */
855 #ifndef USED_FOR_TARGET
860 /* Define to 1 if you have the <iconv.h> header file. */
861 #ifndef USED_FOR_TARGET
866 /* Define .init_array/.fini_array sections are available and working. */
867 #ifndef USED_FOR_TARGET
868 #undef HAVE_INITFINI_ARRAY
872 /* Define if you have a working <inttypes.h> header file. */
873 #ifndef USED_FOR_TARGET
874 #undef HAVE_INTTYPES_H
878 /* Define to 1 if you have the `kill' function. */
879 #ifndef USED_FOR_TARGET
884 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
885 #ifndef USED_FOR_TARGET
886 #undef HAVE_LANGINFO_CODESET
890 /* Define to 1 if you have the <langinfo.h> header file. */
891 #ifndef USED_FOR_TARGET
892 #undef HAVE_LANGINFO_H
896 /* Define if your <locale.h> file defines LC_MESSAGES. */
897 #ifndef USED_FOR_TARGET
898 #undef HAVE_LC_MESSAGES
902 /* Define to 1 if you have the <ldfcn.h> header file. */
903 #ifndef USED_FOR_TARGET
908 /* Define if your linker supports --as-needed and --no-as-needed options. */
909 #ifndef USED_FOR_TARGET
910 #undef HAVE_LD_AS_NEEDED
914 /* Define if your linker supports --demangle option. */
915 #ifndef USED_FOR_TARGET
916 #undef HAVE_LD_DEMANGLE
920 /* Define if your linker supports --eh-frame-hdr option. */
921 #undef HAVE_LD_EH_FRAME_HDR
923 /* Define if your linker supports garbage collection of sections in presence
925 #ifndef USED_FOR_TARGET
926 #undef HAVE_LD_EH_GC_SECTIONS
930 /* Define if your PowerPC64 linker only needs function descriptor syms. */
931 #ifndef USED_FOR_TARGET
932 #undef HAVE_LD_NO_DOT_SYMS
936 /* Define if your linker supports -pie option. */
937 #ifndef USED_FOR_TARGET
942 /* Define if your linker links a mix of read-only and read-write sections into
943 a read-write section. */
944 #ifndef USED_FOR_TARGET
945 #undef HAVE_LD_RO_RW_SECTION_MIXING
949 /* Define if your linker supports -Bstatic/-Bdynamic option. */
950 #ifndef USED_FOR_TARGET
951 #undef HAVE_LD_STATIC_DYNAMIC
955 /* Define if your linker supports --sysroot. */
956 #ifndef USED_FOR_TARGET
957 #undef HAVE_LD_SYSROOT
961 /* Define to 1 if you have the <limits.h> header file. */
962 #ifndef USED_FOR_TARGET
967 /* Define to 1 if you have the <locale.h> header file. */
968 #ifndef USED_FOR_TARGET
973 /* Define to 1 if the system has the type `long long'. */
974 #ifndef USED_FOR_TARGET
975 #undef HAVE_LONG_LONG
979 /* Define to 1 if you have the <malloc.h> header file. */
980 #ifndef USED_FOR_TARGET
985 /* Define to 1 if you have the `mbstowcs' function. */
986 #ifndef USED_FOR_TARGET
991 /* Define if valgrind's memcheck.h header is installed. */
992 #ifndef USED_FOR_TARGET
993 #undef HAVE_MEMCHECK_H
997 /* Define to 1 if you have the <memory.h> header file. */
998 #ifndef USED_FOR_TARGET
1003 /* Define to 1 if you have the `mincore' function. */
1004 #ifndef USED_FOR_TARGET
1009 /* Define to 1 if you have the `mmap' function. */
1010 #ifndef USED_FOR_TARGET
1015 /* Define if mmap with MAP_ANON(YMOUS) works. */
1016 #ifndef USED_FOR_TARGET
1017 #undef HAVE_MMAP_ANON
1021 /* Define if mmap of /dev/zero works. */
1022 #ifndef USED_FOR_TARGET
1023 #undef HAVE_MMAP_DEV_ZERO
1027 /* Define if read-only mmap of a plain file works. */
1028 #ifndef USED_FOR_TARGET
1029 #undef HAVE_MMAP_FILE
1033 /* Define to 1 if you have the `nl_langinfo' function. */
1034 #ifndef USED_FOR_TARGET
1035 #undef HAVE_NL_LANGINFO
1039 /* Define to 1 if you have the `putchar_unlocked' function. */
1040 #ifndef USED_FOR_TARGET
1041 #undef HAVE_PUTCHAR_UNLOCKED
1045 /* Define to 1 if you have the `putc_unlocked' function. */
1046 #ifndef USED_FOR_TARGET
1047 #undef HAVE_PUTC_UNLOCKED
1051 /* Define to 1 if you have the `scandir' function. */
1052 #ifndef USED_FOR_TARGET
1057 /* Define to 1 if you have the `setlocale' function. */
1058 #ifndef USED_FOR_TARGET
1059 #undef HAVE_SETLOCALE
1063 /* Define to 1 if you have the `setrlimit' function. */
1064 #ifndef USED_FOR_TARGET
1065 #undef HAVE_SETRLIMIT
1069 /* Define to 1 if you have the <stddef.h> header file. */
1070 #ifndef USED_FOR_TARGET
1071 #undef HAVE_STDDEF_H
1075 /* Define to 1 if you have the <stdint.h> header file. */
1076 #ifndef USED_FOR_TARGET
1077 #undef HAVE_STDINT_H
1081 /* Define to 1 if you have the <stdlib.h> header file. */
1082 #ifndef USED_FOR_TARGET
1083 #undef HAVE_STDLIB_H
1087 /* Define to 1 if you have the <strings.h> header file. */
1088 #ifndef USED_FOR_TARGET
1089 #undef HAVE_STRINGS_H
1093 /* Define to 1 if you have the <string.h> header file. */
1094 #ifndef USED_FOR_TARGET
1095 #undef HAVE_STRING_H
1099 /* Define to 1 if you have the `strsignal' function. */
1100 #ifndef USED_FOR_TARGET
1101 #undef HAVE_STRSIGNAL
1105 /* Define if <sys/times.h> defines struct tms. */
1106 #ifndef USED_FOR_TARGET
1107 #undef HAVE_STRUCT_TMS
1111 /* Define to 1 if you have the `sysconf' function. */
1112 #ifndef USED_FOR_TARGET
1117 /* Define to 1 if you have the <sys/file.h> header file. */
1118 #ifndef USED_FOR_TARGET
1119 #undef HAVE_SYS_FILE_H
1123 /* Define to 1 if you have the <sys/mman.h> header file. */
1124 #ifndef USED_FOR_TARGET
1125 #undef HAVE_SYS_MMAN_H
1129 /* Define to 1 if you have the <sys/param.h> header file. */
1130 #ifndef USED_FOR_TARGET
1131 #undef HAVE_SYS_PARAM_H
1135 /* Define to 1 if you have the <sys/resource.h> header file. */
1136 #ifndef USED_FOR_TARGET
1137 #undef HAVE_SYS_RESOURCE_H
1141 /* Define to 1 if you have the <sys/stat.h> header file. */
1142 #ifndef USED_FOR_TARGET
1143 #undef HAVE_SYS_STAT_H
1147 /* Define to 1 if you have the <sys/times.h> header file. */
1148 #ifndef USED_FOR_TARGET
1149 #undef HAVE_SYS_TIMES_H
1153 /* Define to 1 if you have the <sys/time.h> header file. */
1154 #ifndef USED_FOR_TARGET
1155 #undef HAVE_SYS_TIME_H
1159 /* Define to 1 if you have the <sys/types.h> header file. */
1160 #ifndef USED_FOR_TARGET
1161 #undef HAVE_SYS_TYPES_H
1165 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1166 #ifndef USED_FOR_TARGET
1167 #undef HAVE_SYS_WAIT_H
1171 /* Define to 1 if you have the `times' function. */
1172 #ifndef USED_FOR_TARGET
1177 /* Define to 1 if you have the <time.h> header file. */
1178 #ifndef USED_FOR_TARGET
1183 /* Define to 1 if you have the <unistd.h> header file. */
1184 #ifndef USED_FOR_TARGET
1185 #undef HAVE_UNISTD_H
1189 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1190 #ifndef USED_FOR_TARGET
1191 #undef HAVE_VALGRIND_MEMCHECK_H
1195 /* Define to 1 if you have the `vfork' function. */
1196 #ifndef USED_FOR_TARGET
1201 /* Define to 1 if you have the <vfork.h> header file. */
1202 #ifndef USED_FOR_TARGET
1207 /* Define to 1 if you have the <wchar.h> header file. */
1208 #ifndef USED_FOR_TARGET
1213 /* Define to 1 if you have the `wcswidth' function. */
1214 #ifndef USED_FOR_TARGET
1215 #undef HAVE_WCSWIDTH
1219 /* Define to 1 if `fork' works. */
1220 #ifndef USED_FOR_TARGET
1221 #undef HAVE_WORKING_FORK
1225 /* Define this macro if mbstowcs does not crash when its first argument is
1227 #ifndef USED_FOR_TARGET
1228 #undef HAVE_WORKING_MBSTOWCS
1232 /* Define to 1 if `vfork' works. */
1233 #ifndef USED_FOR_TARGET
1234 #undef HAVE_WORKING_VFORK
1238 /* Define to 1 if the system has the type `__int64'. */
1239 #ifndef USED_FOR_TARGET
1244 /* Define as const if the declaration of iconv() needs const. */
1245 #ifndef USED_FOR_TARGET
1250 /* Define if host mkdir takes a single argument. */
1251 #ifndef USED_FOR_TARGET
1252 #undef MKDIR_TAKES_ONE_ARG
1256 /* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
1257 #ifndef USED_FOR_TARGET
1258 #undef NEED_64BIT_HOST_WIDE_INT
1262 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1263 #ifndef USED_FOR_TARGET
1264 #undef NO_MINUS_C_MINUS_O
1268 /* Define to the address where bug reports for this package should be sent. */
1269 #ifndef USED_FOR_TARGET
1270 #undef PACKAGE_BUGREPORT
1274 /* Define to the full name of this package. */
1275 #ifndef USED_FOR_TARGET
1280 /* Define to the full name and version of this package. */
1281 #ifndef USED_FOR_TARGET
1282 #undef PACKAGE_STRING
1286 /* Define to the one symbol short name of this package. */
1287 #ifndef USED_FOR_TARGET
1288 #undef PACKAGE_TARNAME
1292 /* Define to the version of this package. */
1293 #ifndef USED_FOR_TARGET
1294 #undef PACKAGE_VERSION
1298 /* Define to PREFIX/include if cpp should also search that directory. */
1299 #ifndef USED_FOR_TARGET
1300 #undef PREFIX_INCLUDE_DIR
1304 /* The size of a `int', as computed by sizeof. */
1305 #ifndef USED_FOR_TARGET
1310 /* The size of a `long', as computed by sizeof. */
1311 #ifndef USED_FOR_TARGET
1316 /* The size of a `long long', as computed by sizeof. */
1317 #ifndef USED_FOR_TARGET
1318 #undef SIZEOF_LONG_LONG
1322 /* The size of a `short', as computed by sizeof. */
1323 #ifndef USED_FOR_TARGET
1328 /* The size of a `void *', as computed by sizeof. */
1329 #ifndef USED_FOR_TARGET
1330 #undef SIZEOF_VOID_P
1334 /* The size of a `__int64', as computed by sizeof. */
1335 #ifndef USED_FOR_TARGET
1336 #undef SIZEOF___INT64
1340 /* Define to 1 if you have the ANSI C header files. */
1341 #ifndef USED_FOR_TARGET
1346 /* Define if you can safely include both <string.h> and <strings.h>. */
1347 #ifndef USED_FOR_TARGET
1348 #undef STRING_WITH_STRINGS
1352 /* Define if TFmode long double should be the default */
1353 #ifndef USED_FOR_TARGET
1354 #undef TARGET_DEFAULT_LONG_DOUBLE_128
1358 /* Define if your target C library provides stack protector support */
1359 #ifndef USED_FOR_TARGET
1360 #undef TARGET_LIBC_PROVIDES_SSP
1364 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1365 #ifndef USED_FOR_TARGET
1366 #undef TIME_WITH_SYS_TIME
1370 /* Define if your assembler mis-optimizes .eh_frame data. */
1371 #ifndef USED_FOR_TARGET
1372 #undef USE_AS_TRADITIONAL_FORMAT
1376 /* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
1377 still efficiently supported by the host hardware. */
1378 #ifndef USED_FOR_TARGET
1379 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
1383 /* Define if location_t is fileline integer cookie. */
1384 #ifndef USED_FOR_TARGET
1385 #undef USE_MAPPED_LOCATION
1389 /* Define to be the last component of the Windows registry key under which to
1390 look for installation paths. The full key used will be
1391 HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
1392 The default is the GCC version number. */
1393 #ifndef USED_FOR_TARGET
1394 #undef WIN32_REGISTRY_KEY
1398 /* Define to 1 if your processor stores words with the most significant byte
1399 first (like Motorola and SPARC, unlike Intel and VAX). */
1400 #ifndef USED_FOR_TARGET
1401 #undef WORDS_BIGENDIAN
1405 /* Always define this when using the GNU C Library */
1406 #ifndef USED_FOR_TARGET
1411 /* Define to `int' if <sys/types.h> doesn't define. */
1412 #ifndef USED_FOR_TARGET
1417 /* Define to `__inline__' or `__inline' if that's what the C compiler
1418 calls it, or to nothing if 'inline' is not supported under any name. */
1423 /* Define to `int' if <sys/types.h> does not define. */
1424 #ifndef USED_FOR_TARGET
1429 /* Define to \`long' if <sys/resource.h> doesn't define. */
1430 #ifndef USED_FOR_TARGET
1435 /* Define to `int' if <sys/types.h> does not define. */
1436 #ifndef USED_FOR_TARGET
1441 /* Define to `int' if <sys/types.h> doesn't define. */
1442 #ifndef USED_FOR_TARGET
1447 /* Define as `fork' if `vfork' does not work. */
1448 #ifndef USED_FOR_TARGET