Daily bump.
[official-gcc.git] / gcc / config.in
blob4a70ddfa315719528fbce0ceecc12107fb84535d
1 /* config.in.  Generated from configure.ac by autoheader.  */
3 /* Define if this compiler should be built as the offload target compiler. */
4 #ifndef USED_FOR_TARGET
5 #undef ACCEL_COMPILER
6 #endif
9 /* Define if building universal (internal helper macro) */
10 #ifndef USED_FOR_TARGET
11 #undef AC_APPLE_UNIVERSAL_BUILD
12 #endif
15 /* Define to the assembler option to enable compressed debug sections. */
16 #ifndef USED_FOR_TARGET
17 #undef AS_COMPRESS_DEBUG_OPTION
18 #endif
21 /* Define to the assembler option to disable compressed debug sections. */
22 #ifndef USED_FOR_TARGET
23 #undef AS_NO_COMPRESS_DEBUG_OPTION
24 #endif
27 /* Define as the number of bits in a byte, if `limits.h' doesn't. */
28 #ifndef USED_FOR_TARGET
29 #undef CHAR_BIT
30 #endif
33 /* Define to 1 if you want more run-time sanity checks. This one gets a grab
34    bag of miscellaneous but relatively cheap checks. */
35 #ifndef USED_FOR_TARGET
36 #undef CHECKING_P
37 #endif
40 /* Define 0/1 to force the choice for exception handling model. */
41 #ifndef USED_FOR_TARGET
42 #undef CONFIG_SJLJ_EXCEPTIONS
43 #endif
46 /* Define to enable the use of a default assembler. */
47 #ifndef USED_FOR_TARGET
48 #undef DEFAULT_ASSEMBLER
49 #endif
52 /* Define to enable the use of a default linker. */
53 #ifndef USED_FOR_TARGET
54 #undef DEFAULT_LINKER
55 #endif
58 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
59    destructors for local statics and global objects. This is essential for
60    fully standards-compliant handling of destructors, but requires
61    __cxa_atexit in libc. */
62 #ifndef USED_FOR_TARGET
63 #undef DEFAULT_USE_CXA_ATEXIT
64 #endif
67 /* The default for -fdiagnostics-color option */
68 #ifndef USED_FOR_TARGET
69 #undef DIAGNOSTICS_COLOR_DEFAULT
70 #endif
73 /* Define if you want assertions enabled. This is a cheap check. */
74 #ifndef USED_FOR_TARGET
75 #undef ENABLE_ASSERT_CHECKING
76 #endif
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
83 #endif
86 /* Define to 1 to enable decimal float extension to C. */
87 #ifndef USED_FOR_TARGET
88 #undef ENABLE_DECIMAL_FLOAT
89 #endif
92 /* Define if your target supports default PIE and it is enabled. */
93 #ifndef USED_FOR_TARGET
94 #undef ENABLE_DEFAULT_PIE
95 #endif
98 /* Define if your target supports default stack protector and it is enabled.
99    */
100 #ifndef USED_FOR_TARGET
101 #undef ENABLE_DEFAULT_SSP
102 #endif
105 /* Define if you want more run-time sanity checks for dataflow. */
106 #ifndef USED_FOR_TARGET
107 #undef ENABLE_DF_CHECKING
108 #endif
111 /* Define to 1 to enable fixed-point arithmetic extension to C. */
112 #ifndef USED_FOR_TARGET
113 #undef ENABLE_FIXED_POINT
114 #endif
117 /* Define if you want fold checked that it never destructs its argument. This
118    is quite expensive. */
119 #ifndef USED_FOR_TARGET
120 #undef ENABLE_FOLD_CHECKING
121 #endif
124 /* Define if you want the garbage collector to operate in maximally paranoid
125    mode, validating the entire heap and collecting garbage at every
126    opportunity. This is extremely expensive. */
127 #ifndef USED_FOR_TARGET
128 #undef ENABLE_GC_ALWAYS_COLLECT
129 #endif
132 /* Define if you want the garbage collector to do object poisoning and other
133    memory allocation checks. This is quite expensive. */
134 #ifndef USED_FOR_TARGET
135 #undef ENABLE_GC_CHECKING
136 #endif
139 /* Define if you want operations on GIMPLE (the basic data structure of the
140    high-level optimizers) to be checked for dynamic type safety at runtime.
141    This is moderately expensive. */
142 #ifndef USED_FOR_TARGET
143 #undef ENABLE_GIMPLE_CHECKING
144 #endif
147 /* Define this to enable support for generating HSAIL. */
148 #ifndef USED_FOR_TARGET
149 #undef ENABLE_HSA
150 #endif
153 /* Define if gcc should always pass --build-id to linker. */
154 #ifndef USED_FOR_TARGET
155 #undef ENABLE_LD_BUILDID
156 #endif
159 /* Define to 1 to enable libquadmath support */
160 #ifndef USED_FOR_TARGET
161 #undef ENABLE_LIBQUADMATH_SUPPORT
162 #endif
165 /* Define to enable LTO support. */
166 #ifndef USED_FOR_TARGET
167 #undef ENABLE_LTO
168 #endif
171 /* Define to 1 if translation of program messages to the user's native
172    language is requested. */
173 #ifndef USED_FOR_TARGET
174 #undef ENABLE_NLS
175 #endif
178 /* Define this to enable support for offloading. */
179 #ifndef USED_FOR_TARGET
180 #undef ENABLE_OFFLOADING
181 #endif
184 /* Define to enable plugin support. */
185 #ifndef USED_FOR_TARGET
186 #undef ENABLE_PLUGIN
187 #endif
190 /* Define if you want all operations on RTL (the basic data structure of the
191    optimizer and back end) to be checked for dynamic type safety at runtime.
192    This is quite expensive. */
193 #ifndef USED_FOR_TARGET
194 #undef ENABLE_RTL_CHECKING
195 #endif
198 /* Define if you want RTL flag accesses to be checked against the RTL codes
199    that are supported for each access macro. This is relatively cheap. */
200 #ifndef USED_FOR_TARGET
201 #undef ENABLE_RTL_FLAG_CHECKING
202 #endif
205 /* Define if you want runtime assertions enabled. This is a cheap check. */
206 #undef ENABLE_RUNTIME_CHECKING
208 /* Define if you want all operations on trees (the basic data structure of the
209    front ends) to be checked for dynamic type safety at runtime. This is
210    moderately expensive. */
211 #ifndef USED_FOR_TARGET
212 #undef ENABLE_TREE_CHECKING
213 #endif
216 /* Define if you want all gimple types to be verified after gimplifiation.
217    This is cheap. */
218 #ifndef USED_FOR_TARGET
219 #undef ENABLE_TYPES_CHECKING
220 #endif
223 /* Define to get calls to the valgrind runtime enabled. */
224 #ifndef USED_FOR_TARGET
225 #undef ENABLE_VALGRIND_ANNOTATIONS
226 #endif
229 /* Define if you want to run subprograms and generated programs through
230    valgrind (a memory checker). This is extremely expensive. */
231 #ifndef USED_FOR_TARGET
232 #undef ENABLE_VALGRIND_CHECKING
233 #endif
236 /* Define to 1 if installation paths should be looked up in the Windows
237    Registry. Ignored on non-Windows hosts. */
238 #ifndef USED_FOR_TARGET
239 #undef ENABLE_WIN32_REGISTRY
240 #endif
243 /* Define to the name of a file containing a list of extra machine modes for
244    this architecture. */
245 #ifndef USED_FOR_TARGET
246 #undef EXTRA_MODES_FILE
247 #endif
250 /* Define to enable detailed memory allocation stats gathering. */
251 #ifndef USED_FOR_TARGET
252 #undef GATHER_STATISTICS
253 #endif
256 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
257 #ifndef USED_FOR_TARGET
258 #undef GWINSZ_IN_SYS_IOCTL
259 #endif
262 /* mcontext_t fields start with __ */
263 #ifndef USED_FOR_TARGET
264 #undef HAS_MCONTEXT_T_UNDERSCORES
265 #endif
268 /* Define if your assembler supports architecture modifiers. */
269 #ifndef USED_FOR_TARGET
270 #undef HAVE_AS_ARCHITECTURE_MODIFIERS
271 #endif
274 /* Define if your avr assembler supports --mlink-relax option. */
275 #ifndef USED_FOR_TARGET
276 #undef HAVE_AS_AVR_MLINK_RELAX_OPTION
277 #endif
280 /* Define if your avr assembler supports -mrmw option. */
281 #ifndef USED_FOR_TARGET
282 #undef HAVE_AS_AVR_MRMW_OPTION
283 #endif
286 /* Define if your assembler supports cmpb. */
287 #ifndef USED_FOR_TARGET
288 #undef HAVE_AS_CMPB
289 #endif
292 /* Define to the level of your assembler's compressed debug section support.
293    */
294 #ifndef USED_FOR_TARGET
295 #undef HAVE_AS_COMPRESS_DEBUG
296 #endif
299 /* Define if your assembler supports the DCI/ICI instructions. */
300 #ifndef USED_FOR_TARGET
301 #undef HAVE_AS_DCI
302 #endif
305 /* Define if your assembler supports the --debug-prefix-map option. */
306 #ifndef USED_FOR_TARGET
307 #undef HAVE_AS_DEBUG_PREFIX_MAP
308 #endif
311 /* Define if your assembler supports DFP instructions. */
312 #ifndef USED_FOR_TARGET
313 #undef HAVE_AS_DFP
314 #endif
317 /* Define if your assembler supports .module. */
318 #ifndef USED_FOR_TARGET
319 #undef HAVE_AS_DOT_MODULE
320 #endif
323 /* Define if your assembler supports DSPR1 mult. */
324 #ifndef USED_FOR_TARGET
325 #undef HAVE_AS_DSPR1_MULT
326 #endif
329 /* Define if your assembler supports .dtprelword. */
330 #ifndef USED_FOR_TARGET
331 #undef HAVE_AS_DTPRELWORD
332 #endif
335 /* Define if your assembler supports dwarf2 .file/.loc directives, and
336    preserves file table indices exactly as given. */
337 #ifndef USED_FOR_TARGET
338 #undef HAVE_AS_DWARF2_DEBUG_LINE
339 #endif
342 /* Define if your assembler supports the R_PPC64_ENTRY relocation. */
343 #ifndef USED_FOR_TARGET
344 #undef HAVE_AS_ENTRY_MARKERS
345 #endif
348 /* Define if your assembler supports explicit relocations. */
349 #ifndef USED_FOR_TARGET
350 #undef HAVE_AS_EXPLICIT_RELOCS
351 #endif
354 /* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
355 #ifndef USED_FOR_TARGET
356 #undef HAVE_AS_FMAF_HPC_VIS3
357 #endif
360 /* Define if your assembler supports fprnd. */
361 #ifndef USED_FOR_TARGET
362 #undef HAVE_AS_FPRND
363 #endif
366 /* Define if your assembler supports the --gdwarf2 option. */
367 #ifndef USED_FOR_TARGET
368 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
369 #endif
372 /* Define if your assembler supports .gnu_attribute. */
373 #ifndef USED_FOR_TARGET
374 #undef HAVE_AS_GNU_ATTRIBUTE
375 #endif
378 /* Define true if the assembler supports '.long foo@GOTOFF'. */
379 #ifndef USED_FOR_TARGET
380 #undef HAVE_AS_GOTOFF_IN_DATA
381 #endif
384 /* Define if your assembler supports the --gstabs option. */
385 #ifndef USED_FOR_TARGET
386 #undef HAVE_AS_GSTABS_DEBUG_FLAG
387 #endif
390 /* Define if your assembler supports the Sun syntax for cmov. */
391 #ifndef USED_FOR_TARGET
392 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
393 #endif
396 /* Define if your assembler supports the subtraction of symbols in different
397    sections. */
398 #ifndef USED_FOR_TARGET
399 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
400 #endif
403 /* Define if your assembler supports the ffreep mnemonic. */
404 #ifndef USED_FOR_TARGET
405 #undef HAVE_AS_IX86_FFREEP
406 #endif
409 /* Define if your assembler uses fildq and fistq mnemonics. */
410 #ifndef USED_FOR_TARGET
411 #undef HAVE_AS_IX86_FILDQ
412 #endif
415 /* Define if your assembler uses filds and fists mnemonics. */
416 #ifndef USED_FOR_TARGET
417 #undef HAVE_AS_IX86_FILDS
418 #endif
421 /* Define if your assembler supports HLE prefixes. */
422 #ifndef USED_FOR_TARGET
423 #undef HAVE_AS_IX86_HLE
424 #endif
427 /* Define if your assembler supports interunit movq mnemonic. */
428 #ifndef USED_FOR_TARGET
429 #undef HAVE_AS_IX86_INTERUNIT_MOVQ
430 #endif
433 /* Define if your assembler supports the .quad directive. */
434 #ifndef USED_FOR_TARGET
435 #undef HAVE_AS_IX86_QUAD
436 #endif
439 /* Define if the assembler supports 'rep <insn>, lock <insn>'. */
440 #ifndef USED_FOR_TARGET
441 #undef HAVE_AS_IX86_REP_LOCK_PREFIX
442 #endif
445 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
446 #ifndef USED_FOR_TARGET
447 #undef HAVE_AS_IX86_SAHF
448 #endif
451 /* Define if your assembler supports the swap suffix. */
452 #ifndef USED_FOR_TARGET
453 #undef HAVE_AS_IX86_SWAP
454 #endif
457 /* Define if your assembler and linker support @tlsgdplt. */
458 #ifndef USED_FOR_TARGET
459 #undef HAVE_AS_IX86_TLSGDPLT
460 #endif
463 /* Define to 1 if your assembler and linker support @tlsldm. */
464 #ifndef USED_FOR_TARGET
465 #undef HAVE_AS_IX86_TLSLDM
466 #endif
469 /* Define to 1 if your assembler and linker support @tlsldmplt. */
470 #ifndef USED_FOR_TARGET
471 #undef HAVE_AS_IX86_TLSLDMPLT
472 #endif
475 /* Define if your assembler supports the 'ud2' mnemonic. */
476 #ifndef USED_FOR_TARGET
477 #undef HAVE_AS_IX86_UD2
478 #endif
481 /* Define if your assembler supports the lituse_jsrdirect relocation. */
482 #ifndef USED_FOR_TARGET
483 #undef HAVE_AS_JSRDIRECT_RELOCS
484 #endif
487 /* Define if your assembler supports .sleb128 and .uleb128. */
488 #ifndef USED_FOR_TARGET
489 #undef HAVE_AS_LEB128
490 #endif
493 /* Define if your assembler supports LEON instructions. */
494 #ifndef USED_FOR_TARGET
495 #undef HAVE_AS_LEON
496 #endif
499 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
500 #ifndef USED_FOR_TARGET
501 #undef HAVE_AS_LINE_ZERO
502 #endif
505 /* Define if your assembler supports ltoffx and ldxmov relocations. */
506 #ifndef USED_FOR_TARGET
507 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
508 #endif
511 /* Define if your assembler supports LWSYNC instructions. */
512 #ifndef USED_FOR_TARGET
513 #undef HAVE_AS_LWSYNC
514 #endif
517 /* Define if your assembler supports the -mabi option. */
518 #ifndef USED_FOR_TARGET
519 #undef HAVE_AS_MABI_OPTION
520 #endif
523 /* Define if your assembler supports .machine and .machinemode. */
524 #ifndef USED_FOR_TARGET
525 #undef HAVE_AS_MACHINE_MACHINEMODE
526 #endif
529 /* Define if your assembler supports mfcr field. */
530 #ifndef USED_FOR_TARGET
531 #undef HAVE_AS_MFCRF
532 #endif
535 /* Define if your assembler supports mffgpr and mftgpr. */
536 #ifndef USED_FOR_TARGET
537 #undef HAVE_AS_MFPGPR
538 #endif
541 /* Define if your Mac OS X assembler supports the -mmacos-version-min option.
542    */
543 #ifndef USED_FOR_TARGET
544 #undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION
545 #endif
548 /* Define if the assembler understands -mnan=. */
549 #ifndef USED_FOR_TARGET
550 #undef HAVE_AS_NAN
551 #endif
554 /* Define if your assembler supports the -no-mul-bug-abort option. */
555 #ifndef USED_FOR_TARGET
556 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
557 #endif
560 /* Define if the assembler understands -mno-shared. */
561 #ifndef USED_FOR_TARGET
562 #undef HAVE_AS_NO_SHARED
563 #endif
566 /* Define if your assembler supports offsetable %lo(). */
567 #ifndef USED_FOR_TARGET
568 #undef HAVE_AS_OFFSETABLE_LO10
569 #endif
572 /* Define if your assembler supports popcntb field. */
573 #ifndef USED_FOR_TARGET
574 #undef HAVE_AS_POPCNTB
575 #endif
578 /* Define if your assembler supports POPCNTD instructions. */
579 #ifndef USED_FOR_TARGET
580 #undef HAVE_AS_POPCNTD
581 #endif
584 /* Define if your assembler supports POWER8 instructions. */
585 #ifndef USED_FOR_TARGET
586 #undef HAVE_AS_POWER8
587 #endif
590 /* Define if your assembler supports POWER9 instructions. */
591 #ifndef USED_FOR_TARGET
592 #undef HAVE_AS_POWER9
593 #endif
596 /* Define if your assembler supports .ref */
597 #ifndef USED_FOR_TARGET
598 #undef HAVE_AS_REF
599 #endif
602 /* Define if your assembler supports .register. */
603 #ifndef USED_FOR_TARGET
604 #undef HAVE_AS_REGISTER_PSEUDO_OP
605 #endif
608 /* Define if your assembler supports R_PPC_REL16 relocs. */
609 #ifndef USED_FOR_TARGET
610 #undef HAVE_AS_REL16
611 #endif
614 /* Define if your assembler supports -relax option. */
615 #ifndef USED_FOR_TARGET
616 #undef HAVE_AS_RELAX_OPTION
617 #endif
620 /* Define if your assembler supports relocs needed by -fpic. */
621 #ifndef USED_FOR_TARGET
622 #undef HAVE_AS_SMALL_PIC_RELOCS
623 #endif
626 /* Define if your assembler supports SPARC4 instructions. */
627 #ifndef USED_FOR_TARGET
628 #undef HAVE_AS_SPARC4
629 #endif
632 /* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */
633 #ifndef USED_FOR_TARGET
634 #undef HAVE_AS_SPARC5_VIS4
635 #endif
638 /* Define if your assembler and linker support GOTDATA_OP relocs. */
639 #ifndef USED_FOR_TARGET
640 #undef HAVE_AS_SPARC_GOTDATA_OP
641 #endif
644 /* Define if your assembler and linker support unaligned PC relative relocs.
645    */
646 #ifndef USED_FOR_TARGET
647 #undef HAVE_AS_SPARC_UA_PCREL
648 #endif
651 /* Define if your assembler and linker support unaligned PC relative relocs
652    against hidden symbols. */
653 #ifndef USED_FOR_TARGET
654 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
655 #endif
658 /* Define if your assembler supports .stabs. */
659 #ifndef USED_FOR_TARGET
660 #undef HAVE_AS_STABS_DIRECTIVE
661 #endif
664 /* Define if your assembler and linker support thread-local storage. */
665 #ifndef USED_FOR_TARGET
666 #undef HAVE_AS_TLS
667 #endif
670 /* Define if your assembler supports arg info for __tls_get_addr. */
671 #ifndef USED_FOR_TARGET
672 #undef HAVE_AS_TLS_MARKERS
673 #endif
676 /* Define if your assembler supports VSX instructions. */
677 #ifndef USED_FOR_TARGET
678 #undef HAVE_AS_VSX
679 #endif
682 /* Define to 1 if you have the `atoq' function. */
683 #ifndef USED_FOR_TARGET
684 #undef HAVE_ATOQ
685 #endif
688 /* Define to 1 if you have the `clearerr_unlocked' function. */
689 #ifndef USED_FOR_TARGET
690 #undef HAVE_CLEARERR_UNLOCKED
691 #endif
694 /* Define to 1 if you have the `clock' function. */
695 #ifndef USED_FOR_TARGET
696 #undef HAVE_CLOCK
697 #endif
700 /* Define if <time.h> defines clock_t. */
701 #ifndef USED_FOR_TARGET
702 #undef HAVE_CLOCK_T
703 #endif
706 /* Define 0/1 if your assembler and linker support COMDAT groups. */
707 #ifndef USED_FOR_TARGET
708 #undef HAVE_COMDAT_GROUP
709 #endif
712 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
713    */
714 #ifndef USED_FOR_TARGET
715 #undef HAVE_DECL_ABORT
716 #endif
719 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
720    0. */
721 #ifndef USED_FOR_TARGET
722 #undef HAVE_DECL_ASPRINTF
723 #endif
726 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
727 #ifndef USED_FOR_TARGET
728 #undef HAVE_DECL_ATOF
729 #endif
732 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
733 #ifndef USED_FOR_TARGET
734 #undef HAVE_DECL_ATOL
735 #endif
738 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
739    */
740 #ifndef USED_FOR_TARGET
741 #undef HAVE_DECL_ATOLL
742 #endif
745 /* Define to 1 if you have the declaration of `basename(const char*)', and to
746    0 if you don't. */
747 #ifndef USED_FOR_TARGET
748 #undef HAVE_DECL_BASENAME
749 #endif
752 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
753    */
754 #ifndef USED_FOR_TARGET
755 #undef HAVE_DECL_CALLOC
756 #endif
759 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
760    define to 0. */
761 #ifndef USED_FOR_TARGET
762 #undef HAVE_DECL_CLEARERR_UNLOCKED
763 #endif
766 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
767    */
768 #ifndef USED_FOR_TARGET
769 #undef HAVE_DECL_CLOCK
770 #endif
773 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
774    */
775 #ifndef USED_FOR_TARGET
776 #undef HAVE_DECL_ERRNO
777 #endif
780 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
781    to 0. */
782 #ifndef USED_FOR_TARGET
783 #undef HAVE_DECL_FEOF_UNLOCKED
784 #endif
787 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
788    define to 0. */
789 #ifndef USED_FOR_TARGET
790 #undef HAVE_DECL_FERROR_UNLOCKED
791 #endif
794 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
795    define to 0. */
796 #ifndef USED_FOR_TARGET
797 #undef HAVE_DECL_FFLUSH_UNLOCKED
798 #endif
801 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
802 #ifndef USED_FOR_TARGET
803 #undef HAVE_DECL_FFS
804 #endif
807 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
808    define to 0. */
809 #ifndef USED_FOR_TARGET
810 #undef HAVE_DECL_FGETC_UNLOCKED
811 #endif
814 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
815    define to 0. */
816 #ifndef USED_FOR_TARGET
817 #undef HAVE_DECL_FGETS_UNLOCKED
818 #endif
821 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
822    define to 0. */
823 #ifndef USED_FOR_TARGET
824 #undef HAVE_DECL_FILENO_UNLOCKED
825 #endif
828 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
829    define to 0. */
830 #ifndef USED_FOR_TARGET
831 #undef HAVE_DECL_FPRINTF_UNLOCKED
832 #endif
835 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
836    define to 0. */
837 #ifndef USED_FOR_TARGET
838 #undef HAVE_DECL_FPUTC_UNLOCKED
839 #endif
842 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
843    define to 0. */
844 #ifndef USED_FOR_TARGET
845 #undef HAVE_DECL_FPUTS_UNLOCKED
846 #endif
849 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
850    define to 0. */
851 #ifndef USED_FOR_TARGET
852 #undef HAVE_DECL_FREAD_UNLOCKED
853 #endif
856 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
857 #ifndef USED_FOR_TARGET
858 #undef HAVE_DECL_FREE
859 #endif
862 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
863    define to 0. */
864 #ifndef USED_FOR_TARGET
865 #undef HAVE_DECL_FWRITE_UNLOCKED
866 #endif
869 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
870    define to 0. */
871 #ifndef USED_FOR_TARGET
872 #undef HAVE_DECL_GETCHAR_UNLOCKED
873 #endif
876 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
877    */
878 #ifndef USED_FOR_TARGET
879 #undef HAVE_DECL_GETCWD
880 #endif
883 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
884    to 0. */
885 #ifndef USED_FOR_TARGET
886 #undef HAVE_DECL_GETC_UNLOCKED
887 #endif
890 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
891    */
892 #ifndef USED_FOR_TARGET
893 #undef HAVE_DECL_GETENV
894 #endif
897 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
898    */
899 #ifndef USED_FOR_TARGET
900 #undef HAVE_DECL_GETOPT
901 #endif
904 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
905    to 0. */
906 #ifndef USED_FOR_TARGET
907 #undef HAVE_DECL_GETPAGESIZE
908 #endif
911 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
912    0. */
913 #ifndef USED_FOR_TARGET
914 #undef HAVE_DECL_GETRLIMIT
915 #endif
918 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
919    0. */
920 #ifndef USED_FOR_TARGET
921 #undef HAVE_DECL_GETRUSAGE
922 #endif
925 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
926    */
927 #ifndef USED_FOR_TARGET
928 #undef HAVE_DECL_GETWD
929 #endif
932 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
933    0. */
934 #ifndef USED_FOR_TARGET
935 #undef HAVE_DECL_LDGETNAME
936 #endif
939 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
940    */
941 #ifndef USED_FOR_TARGET
942 #undef HAVE_DECL_MADVISE
943 #endif
946 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
947    */
948 #ifndef USED_FOR_TARGET
949 #undef HAVE_DECL_MALLOC
950 #endif
953 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
954    define to 0. */
955 #ifndef USED_FOR_TARGET
956 #undef HAVE_DECL_PUTCHAR_UNLOCKED
957 #endif
960 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
961    to 0. */
962 #ifndef USED_FOR_TARGET
963 #undef HAVE_DECL_PUTC_UNLOCKED
964 #endif
967 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
968    */
969 #ifndef USED_FOR_TARGET
970 #undef HAVE_DECL_REALLOC
971 #endif
974 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
975 #ifndef USED_FOR_TARGET
976 #undef HAVE_DECL_SBRK
977 #endif
980 /* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
981    */
982 #ifndef USED_FOR_TARGET
983 #undef HAVE_DECL_SETENV
984 #endif
987 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
988    0. */
989 #ifndef USED_FOR_TARGET
990 #undef HAVE_DECL_SETRLIMIT
991 #endif
994 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
995    to 0. */
996 #ifndef USED_FOR_TARGET
997 #undef HAVE_DECL_SIGALTSTACK
998 #endif
1001 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
1002    0. */
1003 #ifndef USED_FOR_TARGET
1004 #undef HAVE_DECL_SNPRINTF
1005 #endif
1008 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
1009    */
1010 #ifndef USED_FOR_TARGET
1011 #undef HAVE_DECL_STPCPY
1012 #endif
1015 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
1016    */
1017 #ifndef USED_FOR_TARGET
1018 #undef HAVE_DECL_STRNLEN
1019 #endif
1022 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
1023    0. */
1024 #ifndef USED_FOR_TARGET
1025 #undef HAVE_DECL_STRSIGNAL
1026 #endif
1029 /* Define to 1 if you have the declaration of `strstr(const char*,const
1030    char*)', and to 0 if you don't. */
1031 #ifndef USED_FOR_TARGET
1032 #undef HAVE_DECL_STRSTR
1033 #endif
1036 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1037    */
1038 #ifndef USED_FOR_TARGET
1039 #undef HAVE_DECL_STRTOL
1040 #endif
1043 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1044    */
1045 #ifndef USED_FOR_TARGET
1046 #undef HAVE_DECL_STRTOLL
1047 #endif
1050 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1051    */
1052 #ifndef USED_FOR_TARGET
1053 #undef HAVE_DECL_STRTOUL
1054 #endif
1057 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1058    0. */
1059 #ifndef USED_FOR_TARGET
1060 #undef HAVE_DECL_STRTOULL
1061 #endif
1064 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1065    0. */
1066 #ifndef USED_FOR_TARGET
1067 #undef HAVE_DECL_STRVERSCMP
1068 #endif
1071 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1072    */
1073 #ifndef USED_FOR_TARGET
1074 #undef HAVE_DECL_TIMES
1075 #endif
1078 /* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1079    0. */
1080 #ifndef USED_FOR_TARGET
1081 #undef HAVE_DECL_UNSETENV
1082 #endif
1085 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1086    0. */
1087 #ifndef USED_FOR_TARGET
1088 #undef HAVE_DECL_VASPRINTF
1089 #endif
1092 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1093    0. */
1094 #ifndef USED_FOR_TARGET
1095 #undef HAVE_DECL_VSNPRINTF
1096 #endif
1099 /* Define to 1 if you have the <direct.h> header file. */
1100 #ifndef USED_FOR_TARGET
1101 #undef HAVE_DIRECT_H
1102 #endif
1105 /* Define to 1 if you have the <dlfcn.h> header file. */
1106 #ifndef USED_FOR_TARGET
1107 #undef HAVE_DLFCN_H
1108 #endif
1111 /* Define to 1 if you have the <ext/hash_map> header file. */
1112 #ifndef USED_FOR_TARGET
1113 #undef HAVE_EXT_HASH_MAP
1114 #endif
1117 /* Define to 1 if you have the <fcntl.h> header file. */
1118 #ifndef USED_FOR_TARGET
1119 #undef HAVE_FCNTL_H
1120 #endif
1123 /* Define to 1 if you have the `feof_unlocked' function. */
1124 #ifndef USED_FOR_TARGET
1125 #undef HAVE_FEOF_UNLOCKED
1126 #endif
1129 /* Define to 1 if you have the `ferror_unlocked' function. */
1130 #ifndef USED_FOR_TARGET
1131 #undef HAVE_FERROR_UNLOCKED
1132 #endif
1135 /* Define to 1 if you have the `fflush_unlocked' function. */
1136 #ifndef USED_FOR_TARGET
1137 #undef HAVE_FFLUSH_UNLOCKED
1138 #endif
1141 /* Define to 1 if you have the `fgetc_unlocked' function. */
1142 #ifndef USED_FOR_TARGET
1143 #undef HAVE_FGETC_UNLOCKED
1144 #endif
1147 /* Define to 1 if you have the `fgets_unlocked' function. */
1148 #ifndef USED_FOR_TARGET
1149 #undef HAVE_FGETS_UNLOCKED
1150 #endif
1153 /* Define to 1 if you have the `fileno_unlocked' function. */
1154 #ifndef USED_FOR_TARGET
1155 #undef HAVE_FILENO_UNLOCKED
1156 #endif
1159 /* Define to 1 if you have the `fork' function. */
1160 #ifndef USED_FOR_TARGET
1161 #undef HAVE_FORK
1162 #endif
1165 /* Define to 1 if you have the `fprintf_unlocked' function. */
1166 #ifndef USED_FOR_TARGET
1167 #undef HAVE_FPRINTF_UNLOCKED
1168 #endif
1171 /* Define to 1 if you have the `fputc_unlocked' function. */
1172 #ifndef USED_FOR_TARGET
1173 #undef HAVE_FPUTC_UNLOCKED
1174 #endif
1177 /* Define to 1 if you have the `fputs_unlocked' function. */
1178 #ifndef USED_FOR_TARGET
1179 #undef HAVE_FPUTS_UNLOCKED
1180 #endif
1183 /* Define to 1 if you have the `fread_unlocked' function. */
1184 #ifndef USED_FOR_TARGET
1185 #undef HAVE_FREAD_UNLOCKED
1186 #endif
1189 /* Define to 1 if you have the <ftw.h> header file. */
1190 #ifndef USED_FOR_TARGET
1191 #undef HAVE_FTW_H
1192 #endif
1195 /* Define to 1 if you have the `fwrite_unlocked' function. */
1196 #ifndef USED_FOR_TARGET
1197 #undef HAVE_FWRITE_UNLOCKED
1198 #endif
1201 /* Define if your assembler supports specifying the alignment of objects
1202    allocated using the GAS .comm command. */
1203 #ifndef USED_FOR_TARGET
1204 #undef HAVE_GAS_ALIGNED_COMM
1205 #endif
1208 /* Define if your assembler supports .balign and .p2align. */
1209 #ifndef USED_FOR_TARGET
1210 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1211 #endif
1214 /* Define 0/1 if your assembler supports CFI directives. */
1215 #undef HAVE_GAS_CFI_DIRECTIVE
1217 /* Define 0/1 if your assembler supports .cfi_personality. */
1218 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1220 /* Define 0/1 if your assembler supports .cfi_sections. */
1221 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1223 /* Define if your assembler supports the .loc discriminator sub-directive. */
1224 #ifndef USED_FOR_TARGET
1225 #undef HAVE_GAS_DISCRIMINATOR
1226 #endif
1229 /* Define if your assembler supports @gnu_unique_object. */
1230 #ifndef USED_FOR_TARGET
1231 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1232 #endif
1235 /* Define if your assembler and linker support .hidden. */
1236 #undef HAVE_GAS_HIDDEN
1238 /* Define if your assembler supports .lcomm with an alignment field. */
1239 #ifndef USED_FOR_TARGET
1240 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1241 #endif
1244 /* Define if your assembler supports .literal16. */
1245 #ifndef USED_FOR_TARGET
1246 #undef HAVE_GAS_LITERAL16
1247 #endif
1250 /* Define if your assembler supports specifying the maximum number of bytes to
1251    skip when using the GAS .p2align command. */
1252 #ifndef USED_FOR_TARGET
1253 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1254 #endif
1257 /* Define if your assembler supports the .set micromips directive */
1258 #ifndef USED_FOR_TARGET
1259 #undef HAVE_GAS_MICROMIPS
1260 #endif
1263 /* Define if your assembler supports .nsubspa comdat option. */
1264 #ifndef USED_FOR_TARGET
1265 #undef HAVE_GAS_NSUBSPA_COMDAT
1266 #endif
1269 /* Define if your assembler and linker support 32-bit section relative relocs
1270    via '.secrel32 label'. */
1271 #ifndef USED_FOR_TARGET
1272 #undef HAVE_GAS_PE_SECREL32_RELOC
1273 #endif
1276 /* Define if your assembler supports specifying the section flag e. */
1277 #ifndef USED_FOR_TARGET
1278 #undef HAVE_GAS_SECTION_EXCLUDE
1279 #endif
1282 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1283    */
1284 #ifndef USED_FOR_TARGET
1285 #undef HAVE_GAS_SHF_MERGE
1286 #endif
1289 /* Define if your assembler supports .subsection and .subsection -1 starts
1290    emitting at the beginning of your section. */
1291 #ifndef USED_FOR_TARGET
1292 #undef HAVE_GAS_SUBSECTION_ORDERING
1293 #endif
1296 /* Define if your assembler supports .weak. */
1297 #ifndef USED_FOR_TARGET
1298 #undef HAVE_GAS_WEAK
1299 #endif
1302 /* Define if your assembler supports .weakref. */
1303 #ifndef USED_FOR_TARGET
1304 #undef HAVE_GAS_WEAKREF
1305 #endif
1308 /* Define to 1 if you have the `getchar_unlocked' function. */
1309 #ifndef USED_FOR_TARGET
1310 #undef HAVE_GETCHAR_UNLOCKED
1311 #endif
1314 /* Define to 1 if you have the `getc_unlocked' function. */
1315 #ifndef USED_FOR_TARGET
1316 #undef HAVE_GETC_UNLOCKED
1317 #endif
1320 /* Define to 1 if you have the `getrlimit' function. */
1321 #ifndef USED_FOR_TARGET
1322 #undef HAVE_GETRLIMIT
1323 #endif
1326 /* Define to 1 if you have the `getrusage' function. */
1327 #ifndef USED_FOR_TARGET
1328 #undef HAVE_GETRUSAGE
1329 #endif
1332 /* Define to 1 if you have the `gettimeofday' function. */
1333 #ifndef USED_FOR_TARGET
1334 #undef HAVE_GETTIMEOFDAY
1335 #endif
1338 /* Define to 1 if using GNU as. */
1339 #ifndef USED_FOR_TARGET
1340 #undef HAVE_GNU_AS
1341 #endif
1344 /* Define if your system supports gnu indirect functions. */
1345 #ifndef USED_FOR_TARGET
1346 #undef HAVE_GNU_INDIRECT_FUNCTION
1347 #endif
1350 /* Define to 1 if using GNU ld. */
1351 #ifndef USED_FOR_TARGET
1352 #undef HAVE_GNU_LD
1353 #endif
1356 /* Define if the gold linker supports split stack and is available as a
1357    non-default */
1358 #ifndef USED_FOR_TARGET
1359 #undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1360 #endif
1363 /* Define if you have the iconv() function. */
1364 #ifndef USED_FOR_TARGET
1365 #undef HAVE_ICONV
1366 #endif
1369 /* Define to 1 if you have the <iconv.h> header file. */
1370 #ifndef USED_FOR_TARGET
1371 #undef HAVE_ICONV_H
1372 #endif
1375 /* Define 0/1 if .init_array/.fini_array sections are available and working.
1376    */
1377 #ifndef USED_FOR_TARGET
1378 #undef HAVE_INITFINI_ARRAY_SUPPORT
1379 #endif
1382 /* Define to 1 if the system has the type `intmax_t'. */
1383 #ifndef USED_FOR_TARGET
1384 #undef HAVE_INTMAX_T
1385 #endif
1388 /* Define to 1 if the system has the type `intptr_t'. */
1389 #ifndef USED_FOR_TARGET
1390 #undef HAVE_INTPTR_T
1391 #endif
1394 /* Define if you have a working <inttypes.h> header file. */
1395 #ifndef USED_FOR_TARGET
1396 #undef HAVE_INTTYPES_H
1397 #endif
1400 /* Define if isl_options_set_schedule_serialize_sccs exists. */
1401 #ifndef USED_FOR_TARGET
1402 #undef HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS
1403 #endif
1406 /* Define to 1 if you have the `kill' function. */
1407 #ifndef USED_FOR_TARGET
1408 #undef HAVE_KILL
1409 #endif
1412 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1413 #ifndef USED_FOR_TARGET
1414 #undef HAVE_LANGINFO_CODESET
1415 #endif
1418 /* Define to 1 if you have the <langinfo.h> header file. */
1419 #ifndef USED_FOR_TARGET
1420 #undef HAVE_LANGINFO_H
1421 #endif
1424 /* Define if your <locale.h> file defines LC_MESSAGES. */
1425 #ifndef USED_FOR_TARGET
1426 #undef HAVE_LC_MESSAGES
1427 #endif
1430 /* Define to 1 if you have the <ldfcn.h> header file. */
1431 #ifndef USED_FOR_TARGET
1432 #undef HAVE_LDFCN_H
1433 #endif
1436 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1437    options. */
1438 #ifndef USED_FOR_TARGET
1439 #undef HAVE_LD_AS_NEEDED
1440 #endif
1443 /* Define if your linker supports -z bndplt */
1444 #ifndef USED_FOR_TARGET
1445 #undef HAVE_LD_BNDPLT_SUPPORT
1446 #endif
1449 /* Define if your linker supports --build-id. */
1450 #ifndef USED_FOR_TARGET
1451 #undef HAVE_LD_BUILDID
1452 #endif
1455 /* Define if the linker supports clearing hardware capabilities via mapfile.
1456    */
1457 #ifndef USED_FOR_TARGET
1458 #undef HAVE_LD_CLEARCAP
1459 #endif
1462 /* Define to the level of your linker's compressed debug section support. */
1463 #ifndef USED_FOR_TARGET
1464 #undef HAVE_LD_COMPRESS_DEBUG
1465 #endif
1468 /* Define if your linker supports --demangle option. */
1469 #ifndef USED_FOR_TARGET
1470 #undef HAVE_LD_DEMANGLE
1471 #endif
1474 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1475 #ifndef USED_FOR_TARGET
1476 #undef HAVE_LD_EH_FRAME_CIEV3
1477 #endif
1480 /* Define if your linker supports .eh_frame_hdr. */
1481 #undef HAVE_LD_EH_FRAME_HDR
1483 /* Define if your linker supports garbage collection of sections in presence
1484    of EH frames. */
1485 #ifndef USED_FOR_TARGET
1486 #undef HAVE_LD_EH_GC_SECTIONS
1487 #endif
1490 /* Define if your linker has buggy garbage collection of sections support when
1491    .text.startup.foo like sections are used. */
1492 #ifndef USED_FOR_TARGET
1493 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1494 #endif
1497 /* Define if your PowerPC64 linker supports a large TOC. */
1498 #ifndef USED_FOR_TARGET
1499 #undef HAVE_LD_LARGE_TOC
1500 #endif
1503 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1504 #ifndef USED_FOR_TARGET
1505 #undef HAVE_LD_NO_DOT_SYMS
1506 #endif
1509 /* Define if your linker can relax absolute .eh_frame personality pointers
1510    into PC-relative form. */
1511 #ifndef USED_FOR_TARGET
1512 #undef HAVE_LD_PERSONALITY_RELAXATION
1513 #endif
1516 /* Define if your linker supports PIE option. */
1517 #ifndef USED_FOR_TARGET
1518 #undef HAVE_LD_PIE
1519 #endif
1522 /* Define 0/1 if your linker supports -pie option with copy reloc. */
1523 #ifndef USED_FOR_TARGET
1524 #undef HAVE_LD_PIE_COPYRELOC
1525 #endif
1528 /* Define if your linker links a mix of read-only and read-write sections into
1529    a read-write section. */
1530 #ifndef USED_FOR_TARGET
1531 #undef HAVE_LD_RO_RW_SECTION_MIXING
1532 #endif
1535 /* Define if your linker supports the *_sol2 emulations. */
1536 #ifndef USED_FOR_TARGET
1537 #undef HAVE_LD_SOL2_EMULATION
1538 #endif
1541 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1542 #ifndef USED_FOR_TARGET
1543 #undef HAVE_LD_STATIC_DYNAMIC
1544 #endif
1547 /* Define if your linker supports --sysroot. */
1548 #ifndef USED_FOR_TARGET
1549 #undef HAVE_LD_SYSROOT
1550 #endif
1553 /* Define to 1 if you have the <limits.h> header file. */
1554 #ifndef USED_FOR_TARGET
1555 #undef HAVE_LIMITS_H
1556 #endif
1559 /* Define to 1 if you have the <locale.h> header file. */
1560 #ifndef USED_FOR_TARGET
1561 #undef HAVE_LOCALE_H
1562 #endif
1565 /* Define to 1 if the system has the type `long long'. */
1566 #ifndef USED_FOR_TARGET
1567 #undef HAVE_LONG_LONG
1568 #endif
1571 /* Define to 1 if the system has the type `long long int'. */
1572 #ifndef USED_FOR_TARGET
1573 #undef HAVE_LONG_LONG_INT
1574 #endif
1577 /* Define to the level of your linker's plugin support. */
1578 #ifndef USED_FOR_TARGET
1579 #undef HAVE_LTO_PLUGIN
1580 #endif
1583 /* Define to 1 if you have the `madvise' function. */
1584 #ifndef USED_FOR_TARGET
1585 #undef HAVE_MADVISE
1586 #endif
1589 /* Define to 1 if you have the <malloc.h> header file. */
1590 #ifndef USED_FOR_TARGET
1591 #undef HAVE_MALLOC_H
1592 #endif
1595 /* Define to 1 if you have the `mbstowcs' function. */
1596 #ifndef USED_FOR_TARGET
1597 #undef HAVE_MBSTOWCS
1598 #endif
1601 /* Define if valgrind's memcheck.h header is installed. */
1602 #ifndef USED_FOR_TARGET
1603 #undef HAVE_MEMCHECK_H
1604 #endif
1607 /* Define to 1 if you have the <memory.h> header file. */
1608 #ifndef USED_FOR_TARGET
1609 #undef HAVE_MEMORY_H
1610 #endif
1613 /* Define to 1 if you have the `mmap' function. */
1614 #ifndef USED_FOR_TARGET
1615 #undef HAVE_MMAP
1616 #endif
1619 /* Define if mmap with MAP_ANON(YMOUS) works. */
1620 #ifndef USED_FOR_TARGET
1621 #undef HAVE_MMAP_ANON
1622 #endif
1625 /* Define if mmap of /dev/zero works. */
1626 #ifndef USED_FOR_TARGET
1627 #undef HAVE_MMAP_DEV_ZERO
1628 #endif
1631 /* Define if read-only mmap of a plain file works. */
1632 #ifndef USED_FOR_TARGET
1633 #undef HAVE_MMAP_FILE
1634 #endif
1637 /* Define to 1 if you have the `nl_langinfo' function. */
1638 #ifndef USED_FOR_TARGET
1639 #undef HAVE_NL_LANGINFO
1640 #endif
1643 /* Define to 1 if you have the `popen' function. */
1644 #ifndef USED_FOR_TARGET
1645 #undef HAVE_POPEN
1646 #endif
1649 /* Define to 1 if you have the `putchar_unlocked' function. */
1650 #ifndef USED_FOR_TARGET
1651 #undef HAVE_PUTCHAR_UNLOCKED
1652 #endif
1655 /* Define to 1 if you have the `putc_unlocked' function. */
1656 #ifndef USED_FOR_TARGET
1657 #undef HAVE_PUTC_UNLOCKED
1658 #endif
1661 /* Define to 1 if you have the `setlocale' function. */
1662 #ifndef USED_FOR_TARGET
1663 #undef HAVE_SETLOCALE
1664 #endif
1667 /* Define to 1 if you have the `setrlimit' function. */
1668 #ifndef USED_FOR_TARGET
1669 #undef HAVE_SETRLIMIT
1670 #endif
1673 /* Define if the system-provided CRTs are present on Solaris. */
1674 #ifndef USED_FOR_TARGET
1675 #undef HAVE_SOLARIS_CRTS
1676 #endif
1679 /* Define to 1 if you have the <stddef.h> header file. */
1680 #ifndef USED_FOR_TARGET
1681 #undef HAVE_STDDEF_H
1682 #endif
1685 /* Define to 1 if you have the <stdint.h> header file. */
1686 #ifndef USED_FOR_TARGET
1687 #undef HAVE_STDINT_H
1688 #endif
1691 /* Define to 1 if you have the <stdlib.h> header file. */
1692 #ifndef USED_FOR_TARGET
1693 #undef HAVE_STDLIB_H
1694 #endif
1697 /* Define to 1 if you have the <strings.h> header file. */
1698 #ifndef USED_FOR_TARGET
1699 #undef HAVE_STRINGS_H
1700 #endif
1703 /* Define to 1 if you have the <string.h> header file. */
1704 #ifndef USED_FOR_TARGET
1705 #undef HAVE_STRING_H
1706 #endif
1709 /* Define to 1 if you have the `strsignal' function. */
1710 #ifndef USED_FOR_TARGET
1711 #undef HAVE_STRSIGNAL
1712 #endif
1715 /* Define if <sys/times.h> defines struct tms. */
1716 #ifndef USED_FOR_TARGET
1717 #undef HAVE_STRUCT_TMS
1718 #endif
1721 /* Define if <utility> defines std::swap. */
1722 #ifndef USED_FOR_TARGET
1723 #undef HAVE_SWAP_IN_UTILITY
1724 #endif
1727 /* Define to 1 if you have the `sysconf' function. */
1728 #ifndef USED_FOR_TARGET
1729 #undef HAVE_SYSCONF
1730 #endif
1733 /* Define to 1 if you have the <sys/file.h> header file. */
1734 #ifndef USED_FOR_TARGET
1735 #undef HAVE_SYS_FILE_H
1736 #endif
1739 /* Define to 1 if you have the <sys/mman.h> header file. */
1740 #ifndef USED_FOR_TARGET
1741 #undef HAVE_SYS_MMAN_H
1742 #endif
1745 /* Define to 1 if you have the <sys/param.h> header file. */
1746 #ifndef USED_FOR_TARGET
1747 #undef HAVE_SYS_PARAM_H
1748 #endif
1751 /* Define to 1 if you have the <sys/resource.h> header file. */
1752 #ifndef USED_FOR_TARGET
1753 #undef HAVE_SYS_RESOURCE_H
1754 #endif
1757 /* Define if your target C library provides sys/sdt.h */
1758 #undef HAVE_SYS_SDT_H
1760 /* Define to 1 if you have the <sys/stat.h> header file. */
1761 #ifndef USED_FOR_TARGET
1762 #undef HAVE_SYS_STAT_H
1763 #endif
1766 /* Define to 1 if you have the <sys/times.h> header file. */
1767 #ifndef USED_FOR_TARGET
1768 #undef HAVE_SYS_TIMES_H
1769 #endif
1772 /* Define to 1 if you have the <sys/time.h> header file. */
1773 #ifndef USED_FOR_TARGET
1774 #undef HAVE_SYS_TIME_H
1775 #endif
1778 /* Define to 1 if you have the <sys/types.h> header file. */
1779 #ifndef USED_FOR_TARGET
1780 #undef HAVE_SYS_TYPES_H
1781 #endif
1784 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1785 #ifndef USED_FOR_TARGET
1786 #undef HAVE_SYS_WAIT_H
1787 #endif
1790 /* Define to 1 if you have the `times' function. */
1791 #ifndef USED_FOR_TARGET
1792 #undef HAVE_TIMES
1793 #endif
1796 /* Define to 1 if you have the <time.h> header file. */
1797 #ifndef USED_FOR_TARGET
1798 #undef HAVE_TIME_H
1799 #endif
1802 /* Define to 1 if you have the <tr1/unordered_map> header file. */
1803 #ifndef USED_FOR_TARGET
1804 #undef HAVE_TR1_UNORDERED_MAP
1805 #endif
1808 /* Define to 1 if the system has the type `uintmax_t'. */
1809 #ifndef USED_FOR_TARGET
1810 #undef HAVE_UINTMAX_T
1811 #endif
1814 /* Define to 1 if the system has the type `uintptr_t'. */
1815 #ifndef USED_FOR_TARGET
1816 #undef HAVE_UINTPTR_T
1817 #endif
1820 /* Define to 1 if you have the <unistd.h> header file. */
1821 #ifndef USED_FOR_TARGET
1822 #undef HAVE_UNISTD_H
1823 #endif
1826 /* Define to 1 if you have the <unordered_map> header file. */
1827 #ifndef USED_FOR_TARGET
1828 #undef HAVE_UNORDERED_MAP
1829 #endif
1832 /* Define to 1 if the system has the type `unsigned long long int'. */
1833 #ifndef USED_FOR_TARGET
1834 #undef HAVE_UNSIGNED_LONG_LONG_INT
1835 #endif
1838 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1839 #ifndef USED_FOR_TARGET
1840 #undef HAVE_VALGRIND_MEMCHECK_H
1841 #endif
1844 /* Define to 1 if you have the `vfork' function. */
1845 #ifndef USED_FOR_TARGET
1846 #undef HAVE_VFORK
1847 #endif
1850 /* Define to 1 if you have the <vfork.h> header file. */
1851 #ifndef USED_FOR_TARGET
1852 #undef HAVE_VFORK_H
1853 #endif
1856 /* Define to 1 if you have the <wchar.h> header file. */
1857 #ifndef USED_FOR_TARGET
1858 #undef HAVE_WCHAR_H
1859 #endif
1862 /* Define to 1 if you have the `wcswidth' function. */
1863 #ifndef USED_FOR_TARGET
1864 #undef HAVE_WCSWIDTH
1865 #endif
1868 /* Define to 1 if `fork' works. */
1869 #ifndef USED_FOR_TARGET
1870 #undef HAVE_WORKING_FORK
1871 #endif
1874 /* Define this macro if mbstowcs does not crash when its first argument is
1875    NULL. */
1876 #ifndef USED_FOR_TARGET
1877 #undef HAVE_WORKING_MBSTOWCS
1878 #endif
1881 /* Define to 1 if `vfork' works. */
1882 #ifndef USED_FOR_TARGET
1883 #undef HAVE_WORKING_VFORK
1884 #endif
1887 /* Define if your assembler supports AIX debug frame section label reference.
1888    */
1889 #ifndef USED_FOR_TARGET
1890 #undef HAVE_XCOFF_DWARF_EXTRAS
1891 #endif
1894 /* Define if isl is in use. */
1895 #ifndef USED_FOR_TARGET
1896 #undef HAVE_isl
1897 #endif
1900 /* Define if F_SETLKW supported by fcntl. */
1901 #ifndef USED_FOR_TARGET
1902 #undef HOST_HAS_F_SETLKW
1903 #endif
1906 /* Define as const if the declaration of iconv() needs const. */
1907 #ifndef USED_FOR_TARGET
1908 #undef ICONV_CONST
1909 #endif
1912 /* Define if int64_t uses long as underlying type. */
1913 #ifndef USED_FOR_TARGET
1914 #undef INT64_T_IS_LONG
1915 #endif
1918 /* Define to 1 if ld64 supports '-export_dynamic'. */
1919 #ifndef USED_FOR_TARGET
1920 #undef LD64_HAS_EXPORT_DYNAMIC
1921 #endif
1924 /* Define to ld64 version. */
1925 #ifndef USED_FOR_TARGET
1926 #undef LD64_VERSION
1927 #endif
1930 /* Define to the linker option to ignore unused dependencies. */
1931 #ifndef USED_FOR_TARGET
1932 #undef LD_AS_NEEDED_OPTION
1933 #endif
1936 /* Define to the linker option to enable compressed debug sections. */
1937 #ifndef USED_FOR_TARGET
1938 #undef LD_COMPRESS_DEBUG_OPTION
1939 #endif
1942 /* Define to the linker option to enable use of shared objects. */
1943 #ifndef USED_FOR_TARGET
1944 #undef LD_DYNAMIC_OPTION
1945 #endif
1948 /* Define to the linker option to keep unused dependencies. */
1949 #ifndef USED_FOR_TARGET
1950 #undef LD_NO_AS_NEEDED_OPTION
1951 #endif
1954 /* Define to the linker option to disable use of shared objects. */
1955 #ifndef USED_FOR_TARGET
1956 #undef LD_STATIC_OPTION
1957 #endif
1960 /* The linker hash style */
1961 #ifndef USED_FOR_TARGET
1962 #undef LINKER_HASH_STYLE
1963 #endif
1966 /* Define to the name of the LTO plugin DSO that must be passed to the
1967    linker's -plugin=LIB option. */
1968 #ifndef USED_FOR_TARGET
1969 #undef LTOPLUGINSONAME
1970 #endif
1973 /* Define to the sub-directory in which libtool stores uninstalled libraries.
1974    */
1975 #ifndef USED_FOR_TARGET
1976 #undef LT_OBJDIR
1977 #endif
1980 /* Define if host mkdir takes a single argument. */
1981 #ifndef USED_FOR_TARGET
1982 #undef MKDIR_TAKES_ONE_ARG
1983 #endif
1986 /* Define to offload targets, separated by commas. */
1987 #ifndef USED_FOR_TARGET
1988 #undef OFFLOAD_TARGETS
1989 #endif
1992 /* Define to the address where bug reports for this package should be sent. */
1993 #ifndef USED_FOR_TARGET
1994 #undef PACKAGE_BUGREPORT
1995 #endif
1998 /* Define to the full name of this package. */
1999 #ifndef USED_FOR_TARGET
2000 #undef PACKAGE_NAME
2001 #endif
2004 /* Define to the full name and version of this package. */
2005 #ifndef USED_FOR_TARGET
2006 #undef PACKAGE_STRING
2007 #endif
2010 /* Define to the one symbol short name of this package. */
2011 #ifndef USED_FOR_TARGET
2012 #undef PACKAGE_TARNAME
2013 #endif
2016 /* Define to the home page for this package. */
2017 #ifndef USED_FOR_TARGET
2018 #undef PACKAGE_URL
2019 #endif
2022 /* Define to the version of this package. */
2023 #ifndef USED_FOR_TARGET
2024 #undef PACKAGE_VERSION
2025 #endif
2028 /* Specify plugin linker */
2029 #ifndef USED_FOR_TARGET
2030 #undef PLUGIN_LD_SUFFIX
2031 #endif
2034 /* Define to .TOC. alignment forced by your linker. */
2035 #ifndef USED_FOR_TARGET
2036 #undef POWERPC64_TOC_POINTER_ALIGNMENT
2037 #endif
2040 /* Define to PREFIX/include if cpp should also search that directory. */
2041 #ifndef USED_FOR_TARGET
2042 #undef PREFIX_INCLUDE_DIR
2043 #endif
2046 /* The size of `int', as computed by sizeof. */
2047 #ifndef USED_FOR_TARGET
2048 #undef SIZEOF_INT
2049 #endif
2052 /* The size of `long', as computed by sizeof. */
2053 #ifndef USED_FOR_TARGET
2054 #undef SIZEOF_LONG
2055 #endif
2058 /* The size of `long long', as computed by sizeof. */
2059 #ifndef USED_FOR_TARGET
2060 #undef SIZEOF_LONG_LONG
2061 #endif
2064 /* The size of `short', as computed by sizeof. */
2065 #ifndef USED_FOR_TARGET
2066 #undef SIZEOF_SHORT
2067 #endif
2070 /* The size of `void *', as computed by sizeof. */
2071 #ifndef USED_FOR_TARGET
2072 #undef SIZEOF_VOID_P
2073 #endif
2076 /* Define to 1 if you have the ANSI C header files. */
2077 #ifndef USED_FOR_TARGET
2078 #undef STDC_HEADERS
2079 #endif
2082 /* Define if you can safely include both <string.h> and <strings.h>. */
2083 #ifndef USED_FOR_TARGET
2084 #undef STRING_WITH_STRINGS
2085 #endif
2088 /* Define if TFmode long double should be the default */
2089 #ifndef USED_FOR_TARGET
2090 #undef TARGET_DEFAULT_LONG_DOUBLE_128
2091 #endif
2094 /* Define if your target C library provides the `dl_iterate_phdr' function. */
2095 #undef TARGET_DL_ITERATE_PHDR
2097 /* GNU C Library major version number used on the target, or 0. */
2098 #ifndef USED_FOR_TARGET
2099 #undef TARGET_GLIBC_MAJOR
2100 #endif
2103 /* GNU C Library minor version number used on the target, or 0. */
2104 #ifndef USED_FOR_TARGET
2105 #undef TARGET_GLIBC_MINOR
2106 #endif
2109 /* Define if your target C Library provides the AT_HWCAP value in the TCB */
2110 #ifndef USED_FOR_TARGET
2111 #undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB
2112 #endif
2115 /* Define if your target C library provides stack protector support */
2116 #ifndef USED_FOR_TARGET
2117 #undef TARGET_LIBC_PROVIDES_SSP
2118 #endif
2121 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2122 #ifndef USED_FOR_TARGET
2123 #undef TIME_WITH_SYS_TIME
2124 #endif
2127 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
2128    work. */
2129 #ifndef USED_FOR_TARGET
2130 #undef TLS_SECTION_ASM_FLAG
2131 #endif
2134 /* Define if your assembler mis-optimizes .eh_frame data. */
2135 #ifndef USED_FOR_TARGET
2136 #undef USE_AS_TRADITIONAL_FORMAT
2137 #endif
2140 /* Define if you want to generate code by default that assumes that the Cygwin
2141    DLL exports wrappers to support libstdc++ function replacement. */
2142 #ifndef USED_FOR_TARGET
2143 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2144 #endif
2147 /* Define to 1 if the 'long long' type is wider than 'long' but still
2148    efficiently supported by the host hardware. */
2149 #ifndef USED_FOR_TARGET
2150 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2151 #endif
2154 /* Define if we should use leading underscore on 64 bit mingw targets */
2155 #ifndef USED_FOR_TARGET
2156 #undef USE_MINGW64_LEADING_UNDERSCORES
2157 #endif
2160 /* Enable extensions on AIX 3, Interix.  */
2161 #ifndef _ALL_SOURCE
2162 # undef _ALL_SOURCE
2163 #endif
2164 /* Enable GNU extensions on systems that have them.  */
2165 #ifndef _GNU_SOURCE
2166 # undef _GNU_SOURCE
2167 #endif
2168 /* Enable threading extensions on Solaris.  */
2169 #ifndef _POSIX_PTHREAD_SEMANTICS
2170 # undef _POSIX_PTHREAD_SEMANTICS
2171 #endif
2172 /* Enable extensions on HP NonStop.  */
2173 #ifndef _TANDEM_SOURCE
2174 # undef _TANDEM_SOURCE
2175 #endif
2176 /* Enable general extensions on Solaris.  */
2177 #ifndef __EXTENSIONS__
2178 # undef __EXTENSIONS__
2179 #endif
2182 /* Define to be the last component of the Windows registry key under which to
2183    look for installation paths. The full key used will be
2184    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2185    The default is the GCC version number. */
2186 #ifndef USED_FOR_TARGET
2187 #undef WIN32_REGISTRY_KEY
2188 #endif
2191 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2192    significant byte first (like Motorola and SPARC, unlike Intel). */
2193 #if defined AC_APPLE_UNIVERSAL_BUILD
2194 # if defined __BIG_ENDIAN__
2195 #  define WORDS_BIGENDIAN 1
2196 # endif
2197 #else
2198 # ifndef WORDS_BIGENDIAN
2199 #  undef WORDS_BIGENDIAN
2200 # endif
2201 #endif
2203 /* Number of bits in a file offset, on hosts where this is settable. */
2204 #ifndef USED_FOR_TARGET
2205 #undef _FILE_OFFSET_BITS
2206 #endif
2209 /* Define for large files, on AIX-style hosts. */
2210 #ifndef USED_FOR_TARGET
2211 #undef _LARGE_FILES
2212 #endif
2215 /* Define to 1 if on MINIX. */
2216 #ifndef USED_FOR_TARGET
2217 #undef _MINIX
2218 #endif
2221 /* Define to 2 if the system does not provide POSIX.1 features except with
2222    this defined. */
2223 #ifndef USED_FOR_TARGET
2224 #undef _POSIX_1_SOURCE
2225 #endif
2228 /* Define to 1 if you need to in order for `stat' and other things to work. */
2229 #ifndef USED_FOR_TARGET
2230 #undef _POSIX_SOURCE
2231 #endif
2234 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2235    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2236    #define below would cause a syntax error. */
2237 #ifndef USED_FOR_TARGET
2238 #undef _UINT32_T
2239 #endif
2242 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2243    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2244    #define below would cause a syntax error. */
2245 #ifndef USED_FOR_TARGET
2246 #undef _UINT64_T
2247 #endif
2250 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2251    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2252    #define below would cause a syntax error. */
2253 #ifndef USED_FOR_TARGET
2254 #undef _UINT8_T
2255 #endif
2258 /* Define to `char *' if <sys/types.h> does not define. */
2259 #ifndef USED_FOR_TARGET
2260 #undef caddr_t
2261 #endif
2264 /* Define to `__inline__' or `__inline' if that's what the C compiler
2265    calls it, or to nothing if 'inline' is not supported under any name.  */
2266 #ifndef __cplusplus
2267 #undef inline
2268 #endif
2270 /* Define to the type of a signed integer type of width exactly 16 bits if
2271    such a type exists and the standard includes do not define it. */
2272 #ifndef USED_FOR_TARGET
2273 #undef int16_t
2274 #endif
2277 /* Define to the type of a signed integer type of width exactly 32 bits if
2278    such a type exists and the standard includes do not define it. */
2279 #ifndef USED_FOR_TARGET
2280 #undef int32_t
2281 #endif
2284 /* Define to the type of a signed integer type of width exactly 64 bits if
2285    such a type exists and the standard includes do not define it. */
2286 #ifndef USED_FOR_TARGET
2287 #undef int64_t
2288 #endif
2291 /* Define to the type of a signed integer type of width exactly 8 bits if such
2292    a type exists and the standard includes do not define it. */
2293 #ifndef USED_FOR_TARGET
2294 #undef int8_t
2295 #endif
2298 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2299    not define. */
2300 #ifndef USED_FOR_TARGET
2301 #undef intmax_t
2302 #endif
2305 /* Define to the type of a signed integer type wide enough to hold a pointer,
2306    if such a type exists, and if the system does not define it. */
2307 #ifndef USED_FOR_TARGET
2308 #undef intptr_t
2309 #endif
2312 /* Define to `int' if <sys/types.h> does not define. */
2313 #ifndef USED_FOR_TARGET
2314 #undef pid_t
2315 #endif
2318 /* Define to `long' if <sys/resource.h> doesn't define. */
2319 #ifndef USED_FOR_TARGET
2320 #undef rlim_t
2321 #endif
2324 /* Define to `int' if <sys/types.h> does not define. */
2325 #ifndef USED_FOR_TARGET
2326 #undef ssize_t
2327 #endif
2330 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2331    such a type exists and the standard includes do not define it. */
2332 #ifndef USED_FOR_TARGET
2333 #undef uint16_t
2334 #endif
2337 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2338    such a type exists and the standard includes do not define it. */
2339 #ifndef USED_FOR_TARGET
2340 #undef uint32_t
2341 #endif
2344 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2345    such a type exists and the standard includes do not define it. */
2346 #ifndef USED_FOR_TARGET
2347 #undef uint64_t
2348 #endif
2351 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2352    such a type exists and the standard includes do not define it. */
2353 #ifndef USED_FOR_TARGET
2354 #undef uint8_t
2355 #endif
2358 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2359    do not define. */
2360 #ifndef USED_FOR_TARGET
2361 #undef uintmax_t
2362 #endif
2365 /* Define to the type of an unsigned integer type wide enough to hold a
2366    pointer, if such a type exists, and if the system does not define it. */
2367 #ifndef USED_FOR_TARGET
2368 #undef uintptr_t
2369 #endif
2372 /* Define as `fork' if `vfork' does not work. */
2373 #ifndef USED_FOR_TARGET
2374 #undef vfork
2375 #endif