Daily bump.
[official-gcc.git] / gcc / config.in
blob4db8aa1ea15405fc47f5f9e76ee6a220da59bec0
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 0/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 0/1 if you want extra run-time checking that might affect code
112    generation. */
113 #ifndef USED_FOR_TARGET
114 #undef ENABLE_EXTRA_CHECKING
115 #endif
118 /* Define to 1 to enable fixed-point arithmetic extension to C. */
119 #ifndef USED_FOR_TARGET
120 #undef ENABLE_FIXED_POINT
121 #endif
124 /* Define if you want fold checked that it never destructs its argument. This
125    is quite expensive. */
126 #ifndef USED_FOR_TARGET
127 #undef ENABLE_FOLD_CHECKING
128 #endif
131 /* Define if you want the garbage collector to operate in maximally paranoid
132    mode, validating the entire heap and collecting garbage at every
133    opportunity. This is extremely expensive. */
134 #ifndef USED_FOR_TARGET
135 #undef ENABLE_GC_ALWAYS_COLLECT
136 #endif
139 /* Define if you want the garbage collector to do object poisoning and other
140    memory allocation checks. This is quite expensive. */
141 #ifndef USED_FOR_TARGET
142 #undef ENABLE_GC_CHECKING
143 #endif
146 /* Define if you want operations on GIMPLE (the basic data structure of the
147    high-level optimizers) to be checked for dynamic type safety at runtime.
148    This is moderately expensive. */
149 #ifndef USED_FOR_TARGET
150 #undef ENABLE_GIMPLE_CHECKING
151 #endif
154 /* Define this to enable support for generating HSAIL. */
155 #ifndef USED_FOR_TARGET
156 #undef ENABLE_HSA
157 #endif
160 /* Define if gcc should always pass --build-id to linker. */
161 #ifndef USED_FOR_TARGET
162 #undef ENABLE_LD_BUILDID
163 #endif
166 /* Define to 1 to enable libquadmath support */
167 #ifndef USED_FOR_TARGET
168 #undef ENABLE_LIBQUADMATH_SUPPORT
169 #endif
172 /* Define to enable LTO support. */
173 #ifndef USED_FOR_TARGET
174 #undef ENABLE_LTO
175 #endif
178 /* Define to 1 if translation of program messages to the user's native
179    language is requested. */
180 #ifndef USED_FOR_TARGET
181 #undef ENABLE_NLS
182 #endif
185 /* Define this to enable support for offloading. */
186 #ifndef USED_FOR_TARGET
187 #undef ENABLE_OFFLOADING
188 #endif
191 /* Define to enable plugin support. */
192 #ifndef USED_FOR_TARGET
193 #undef ENABLE_PLUGIN
194 #endif
197 /* Define if you want all operations on RTL (the basic data structure of the
198    optimizer and back end) to be checked for dynamic type safety at runtime.
199    This is quite expensive. */
200 #ifndef USED_FOR_TARGET
201 #undef ENABLE_RTL_CHECKING
202 #endif
205 /* Define if you want RTL flag accesses to be checked against the RTL codes
206    that are supported for each access macro. This is relatively cheap. */
207 #ifndef USED_FOR_TARGET
208 #undef ENABLE_RTL_FLAG_CHECKING
209 #endif
212 /* Define if you want runtime assertions enabled. This is a cheap check. */
213 #undef ENABLE_RUNTIME_CHECKING
215 /* Define if you want all operations on trees (the basic data structure of the
216    front ends) to be checked for dynamic type safety at runtime. This is
217    moderately expensive. */
218 #ifndef USED_FOR_TARGET
219 #undef ENABLE_TREE_CHECKING
220 #endif
223 /* Define if you want all gimple types to be verified after gimplifiation.
224    This is cheap. */
225 #ifndef USED_FOR_TARGET
226 #undef ENABLE_TYPES_CHECKING
227 #endif
230 /* Define to get calls to the valgrind runtime enabled. */
231 #ifndef USED_FOR_TARGET
232 #undef ENABLE_VALGRIND_ANNOTATIONS
233 #endif
236 /* Define if you want to run subprograms and generated programs through
237    valgrind (a memory checker). This is extremely expensive. */
238 #ifndef USED_FOR_TARGET
239 #undef ENABLE_VALGRIND_CHECKING
240 #endif
243 /* Define 0/1 if vtable verification feature is enabled. */
244 #ifndef USED_FOR_TARGET
245 #undef ENABLE_VTABLE_VERIFY
246 #endif
249 /* Define to 1 if installation paths should be looked up in the Windows
250    Registry. Ignored on non-Windows hosts. */
251 #ifndef USED_FOR_TARGET
252 #undef ENABLE_WIN32_REGISTRY
253 #endif
256 /* Define to the name of a file containing a list of extra machine modes for
257    this architecture. */
258 #ifndef USED_FOR_TARGET
259 #undef EXTRA_MODES_FILE
260 #endif
263 /* Define to enable detailed memory allocation stats gathering. */
264 #ifndef USED_FOR_TARGET
265 #undef GATHER_STATISTICS
266 #endif
269 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
270 #ifndef USED_FOR_TARGET
271 #undef GWINSZ_IN_SYS_IOCTL
272 #endif
275 /* mcontext_t fields start with __ */
276 #ifndef USED_FOR_TARGET
277 #undef HAS_MCONTEXT_T_UNDERSCORES
278 #endif
281 /* Define if your assembler supports architecture modifiers. */
282 #ifndef USED_FOR_TARGET
283 #undef HAVE_AS_ARCHITECTURE_MODIFIERS
284 #endif
287 /* Define if your avr assembler supports -mgcc-isr option. */
288 #ifndef USED_FOR_TARGET
289 #undef HAVE_AS_AVR_MGCCISR_OPTION
290 #endif
293 /* Define if your avr assembler supports --mlink-relax option. */
294 #ifndef USED_FOR_TARGET
295 #undef HAVE_AS_AVR_MLINK_RELAX_OPTION
296 #endif
299 /* Define if your avr assembler supports -mrmw option. */
300 #ifndef USED_FOR_TARGET
301 #undef HAVE_AS_AVR_MRMW_OPTION
302 #endif
305 /* Define to the level of your assembler's compressed debug section support.
306    */
307 #ifndef USED_FOR_TARGET
308 #undef HAVE_AS_COMPRESS_DEBUG
309 #endif
312 /* Define if your assembler supports the --debug-prefix-map option. */
313 #ifndef USED_FOR_TARGET
314 #undef HAVE_AS_DEBUG_PREFIX_MAP
315 #endif
318 /* Define if your assembler supports .module. */
319 #ifndef USED_FOR_TARGET
320 #undef HAVE_AS_DOT_MODULE
321 #endif
324 /* Define if your assembler supports DSPR1 mult. */
325 #ifndef USED_FOR_TARGET
326 #undef HAVE_AS_DSPR1_MULT
327 #endif
330 /* Define if your assembler supports .dtprelword. */
331 #ifndef USED_FOR_TARGET
332 #undef HAVE_AS_DTPRELWORD
333 #endif
336 /* Define if your assembler supports dwarf2 .file/.loc directives, and
337    preserves file table indices exactly as given. */
338 #ifndef USED_FOR_TARGET
339 #undef HAVE_AS_DWARF2_DEBUG_LINE
340 #endif
343 /* Define if your assembler supports views in dwarf2 .loc directives. */
344 #ifndef USED_FOR_TARGET
345 #undef HAVE_AS_DWARF2_DEBUG_VIEW
346 #endif
349 /* Define if your assembler supports the R_PPC64_ENTRY relocation. */
350 #ifndef USED_FOR_TARGET
351 #undef HAVE_AS_ENTRY_MARKERS
352 #endif
355 /* Define if your assembler supports explicit relocations. */
356 #ifndef USED_FOR_TARGET
357 #undef HAVE_AS_EXPLICIT_RELOCS
358 #endif
361 /* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
362 #ifndef USED_FOR_TARGET
363 #undef HAVE_AS_FMAF_HPC_VIS3
364 #endif
367 /* Define if your assembler supports the --gdwarf2 option. */
368 #ifndef USED_FOR_TARGET
369 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
370 #endif
373 /* Define if your assembler supports .gnu_attribute. */
374 #ifndef USED_FOR_TARGET
375 #undef HAVE_AS_GNU_ATTRIBUTE
376 #endif
379 /* Define true if the assembler supports '.long foo@GOTOFF'. */
380 #ifndef USED_FOR_TARGET
381 #undef HAVE_AS_GOTOFF_IN_DATA
382 #endif
385 /* Define if your assembler supports the --gstabs option. */
386 #ifndef USED_FOR_TARGET
387 #undef HAVE_AS_GSTABS_DEBUG_FLAG
388 #endif
391 /* Define if your assembler supports the Sun syntax for cmov. */
392 #ifndef USED_FOR_TARGET
393 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
394 #endif
397 /* Define if your assembler supports the subtraction of symbols in different
398    sections. */
399 #ifndef USED_FOR_TARGET
400 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
401 #endif
404 /* Define if your assembler supports the ffreep mnemonic. */
405 #ifndef USED_FOR_TARGET
406 #undef HAVE_AS_IX86_FFREEP
407 #endif
410 /* Define if your assembler uses fildq and fistq mnemonics. */
411 #ifndef USED_FOR_TARGET
412 #undef HAVE_AS_IX86_FILDQ
413 #endif
416 /* Define if your assembler uses filds and fists mnemonics. */
417 #ifndef USED_FOR_TARGET
418 #undef HAVE_AS_IX86_FILDS
419 #endif
422 /* Define 0/1 if your assembler and linker support @GOT. */
423 #ifndef USED_FOR_TARGET
424 #undef HAVE_AS_IX86_GOT32X
425 #endif
428 /* Define if your assembler supports HLE prefixes. */
429 #ifndef USED_FOR_TARGET
430 #undef HAVE_AS_IX86_HLE
431 #endif
434 /* Define if your assembler supports interunit movq mnemonic. */
435 #ifndef USED_FOR_TARGET
436 #undef HAVE_AS_IX86_INTERUNIT_MOVQ
437 #endif
440 /* Define if your assembler supports the .quad directive. */
441 #ifndef USED_FOR_TARGET
442 #undef HAVE_AS_IX86_QUAD
443 #endif
446 /* Define if the assembler supports 'rep <insn>, lock <insn>'. */
447 #ifndef USED_FOR_TARGET
448 #undef HAVE_AS_IX86_REP_LOCK_PREFIX
449 #endif
452 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
453 #ifndef USED_FOR_TARGET
454 #undef HAVE_AS_IX86_SAHF
455 #endif
458 /* Define if your assembler supports the swap suffix. */
459 #ifndef USED_FOR_TARGET
460 #undef HAVE_AS_IX86_SWAP
461 #endif
464 /* Define if your assembler and linker support @tlsgdplt. */
465 #ifndef USED_FOR_TARGET
466 #undef HAVE_AS_IX86_TLSGDPLT
467 #endif
470 /* Define to 1 if your assembler and linker support @tlsldm. */
471 #ifndef USED_FOR_TARGET
472 #undef HAVE_AS_IX86_TLSLDM
473 #endif
476 /* Define to 1 if your assembler and linker support @tlsldmplt. */
477 #ifndef USED_FOR_TARGET
478 #undef HAVE_AS_IX86_TLSLDMPLT
479 #endif
482 /* Define 0/1 if your assembler and linker support calling ___tls_get_addr via
483    GOT. */
484 #ifndef USED_FOR_TARGET
485 #undef HAVE_AS_IX86_TLS_GET_ADDR_GOT
486 #endif
489 /* Define if your assembler supports the 'ud2' mnemonic. */
490 #ifndef USED_FOR_TARGET
491 #undef HAVE_AS_IX86_UD2
492 #endif
495 /* Define if your assembler supports the lituse_jsrdirect relocation. */
496 #ifndef USED_FOR_TARGET
497 #undef HAVE_AS_JSRDIRECT_RELOCS
498 #endif
501 /* Define if your assembler supports .sleb128 and .uleb128. */
502 #ifndef USED_FOR_TARGET
503 #undef HAVE_AS_LEB128
504 #endif
507 /* Define if your assembler supports LEON instructions. */
508 #ifndef USED_FOR_TARGET
509 #undef HAVE_AS_LEON
510 #endif
513 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
514 #ifndef USED_FOR_TARGET
515 #undef HAVE_AS_LINE_ZERO
516 #endif
519 /* Define if your assembler supports ltoffx and ldxmov relocations. */
520 #ifndef USED_FOR_TARGET
521 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
522 #endif
525 /* Define if your assembler supports the -mabi option. */
526 #ifndef USED_FOR_TARGET
527 #undef HAVE_AS_MABI_OPTION
528 #endif
531 /* Define if your assembler supports .machine and .machinemode. */
532 #ifndef USED_FOR_TARGET
533 #undef HAVE_AS_MACHINE_MACHINEMODE
534 #endif
537 /* Define if your assembler supports mfcr field. */
538 #ifndef USED_FOR_TARGET
539 #undef HAVE_AS_MFCRF
540 #endif
543 /* Define if your Mac OS X assembler supports the -mmacos-version-min option.
544    */
545 #ifndef USED_FOR_TARGET
546 #undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION
547 #endif
550 /* Define if the assembler understands -mnan=. */
551 #ifndef USED_FOR_TARGET
552 #undef HAVE_AS_NAN
553 #endif
556 /* Define if your assembler supports the -no-mul-bug-abort option. */
557 #ifndef USED_FOR_TARGET
558 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
559 #endif
562 /* Define if the assembler understands -mno-shared. */
563 #ifndef USED_FOR_TARGET
564 #undef HAVE_AS_NO_SHARED
565 #endif
568 /* Define if your assembler supports offsetable %lo(). */
569 #ifndef USED_FOR_TARGET
570 #undef HAVE_AS_OFFSETABLE_LO10
571 #endif
574 /* Define if your assembler supports .ref */
575 #ifndef USED_FOR_TARGET
576 #undef HAVE_AS_REF
577 #endif
580 /* Define if your assembler supports .register. */
581 #ifndef USED_FOR_TARGET
582 #undef HAVE_AS_REGISTER_PSEUDO_OP
583 #endif
586 /* Define if your assembler supports R_PPC_REL16 relocs. */
587 #ifndef USED_FOR_TARGET
588 #undef HAVE_AS_REL16
589 #endif
592 /* Define if your assembler supports -relax option. */
593 #ifndef USED_FOR_TARGET
594 #undef HAVE_AS_RELAX_OPTION
595 #endif
598 /* Define if your assembler supports relocs needed by -fpic. */
599 #ifndef USED_FOR_TARGET
600 #undef HAVE_AS_SMALL_PIC_RELOCS
601 #endif
604 /* Define if your assembler supports SPARC4 instructions. */
605 #ifndef USED_FOR_TARGET
606 #undef HAVE_AS_SPARC4
607 #endif
610 /* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */
611 #ifndef USED_FOR_TARGET
612 #undef HAVE_AS_SPARC5_VIS4
613 #endif
616 /* Define if your assembler supports SPARC6 instructions. */
617 #ifndef USED_FOR_TARGET
618 #undef HAVE_AS_SPARC6
619 #endif
622 /* Define if your assembler and linker support GOTDATA_OP relocs. */
623 #ifndef USED_FOR_TARGET
624 #undef HAVE_AS_SPARC_GOTDATA_OP
625 #endif
628 /* Define if your assembler and linker support unaligned PC relative relocs.
629    */
630 #ifndef USED_FOR_TARGET
631 #undef HAVE_AS_SPARC_UA_PCREL
632 #endif
635 /* Define if your assembler and linker support unaligned PC relative relocs
636    against hidden symbols. */
637 #ifndef USED_FOR_TARGET
638 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
639 #endif
642 /* Define if your assembler supports .stabs. */
643 #ifndef USED_FOR_TARGET
644 #undef HAVE_AS_STABS_DIRECTIVE
645 #endif
648 /* Define if your assembler and linker support thread-local storage. */
649 #ifndef USED_FOR_TARGET
650 #undef HAVE_AS_TLS
651 #endif
654 /* Define if your assembler supports arg info for __tls_get_addr. */
655 #ifndef USED_FOR_TARGET
656 #undef HAVE_AS_TLS_MARKERS
657 #endif
660 /* Define if your assembler supports VSX instructions. */
661 #ifndef USED_FOR_TARGET
662 #undef HAVE_AS_VSX
663 #endif
666 /* Define if your assembler supports -xbrace_comment option. */
667 #ifndef USED_FOR_TARGET
668 #undef HAVE_AS_XBRACE_COMMENT_OPTION
669 #endif
672 /* Define to 1 if you have the `atoq' function. */
673 #ifndef USED_FOR_TARGET
674 #undef HAVE_ATOQ
675 #endif
678 /* Define to 1 if you have the `clearerr_unlocked' function. */
679 #ifndef USED_FOR_TARGET
680 #undef HAVE_CLEARERR_UNLOCKED
681 #endif
684 /* Define to 1 if you have the `clock' function. */
685 #ifndef USED_FOR_TARGET
686 #undef HAVE_CLOCK
687 #endif
690 /* Define if <time.h> defines clock_t. */
691 #ifndef USED_FOR_TARGET
692 #undef HAVE_CLOCK_T
693 #endif
696 /* Define 0/1 if your assembler and linker support COMDAT groups. */
697 #ifndef USED_FOR_TARGET
698 #undef HAVE_COMDAT_GROUP
699 #endif
702 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
703    */
704 #ifndef USED_FOR_TARGET
705 #undef HAVE_DECL_ABORT
706 #endif
709 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
710    0. */
711 #ifndef USED_FOR_TARGET
712 #undef HAVE_DECL_ASPRINTF
713 #endif
716 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
717 #ifndef USED_FOR_TARGET
718 #undef HAVE_DECL_ATOF
719 #endif
722 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
723 #ifndef USED_FOR_TARGET
724 #undef HAVE_DECL_ATOL
725 #endif
728 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
729    */
730 #ifndef USED_FOR_TARGET
731 #undef HAVE_DECL_ATOLL
732 #endif
735 /* Define to 1 if you have the declaration of `basename(const char*)', and to
736    0 if you don't. */
737 #ifndef USED_FOR_TARGET
738 #undef HAVE_DECL_BASENAME
739 #endif
742 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
743    */
744 #ifndef USED_FOR_TARGET
745 #undef HAVE_DECL_CALLOC
746 #endif
749 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
750    define to 0. */
751 #ifndef USED_FOR_TARGET
752 #undef HAVE_DECL_CLEARERR_UNLOCKED
753 #endif
756 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
757    */
758 #ifndef USED_FOR_TARGET
759 #undef HAVE_DECL_CLOCK
760 #endif
763 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
764    */
765 #ifndef USED_FOR_TARGET
766 #undef HAVE_DECL_ERRNO
767 #endif
770 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
771    to 0. */
772 #ifndef USED_FOR_TARGET
773 #undef HAVE_DECL_FEOF_UNLOCKED
774 #endif
777 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
778    define to 0. */
779 #ifndef USED_FOR_TARGET
780 #undef HAVE_DECL_FERROR_UNLOCKED
781 #endif
784 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
785    define to 0. */
786 #ifndef USED_FOR_TARGET
787 #undef HAVE_DECL_FFLUSH_UNLOCKED
788 #endif
791 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
792 #ifndef USED_FOR_TARGET
793 #undef HAVE_DECL_FFS
794 #endif
797 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
798    define to 0. */
799 #ifndef USED_FOR_TARGET
800 #undef HAVE_DECL_FGETC_UNLOCKED
801 #endif
804 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
805    define to 0. */
806 #ifndef USED_FOR_TARGET
807 #undef HAVE_DECL_FGETS_UNLOCKED
808 #endif
811 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
812    define to 0. */
813 #ifndef USED_FOR_TARGET
814 #undef HAVE_DECL_FILENO_UNLOCKED
815 #endif
818 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
819    define to 0. */
820 #ifndef USED_FOR_TARGET
821 #undef HAVE_DECL_FPRINTF_UNLOCKED
822 #endif
825 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
826    define to 0. */
827 #ifndef USED_FOR_TARGET
828 #undef HAVE_DECL_FPUTC_UNLOCKED
829 #endif
832 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
833    define to 0. */
834 #ifndef USED_FOR_TARGET
835 #undef HAVE_DECL_FPUTS_UNLOCKED
836 #endif
839 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
840    define to 0. */
841 #ifndef USED_FOR_TARGET
842 #undef HAVE_DECL_FREAD_UNLOCKED
843 #endif
846 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
847 #ifndef USED_FOR_TARGET
848 #undef HAVE_DECL_FREE
849 #endif
852 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
853    define to 0. */
854 #ifndef USED_FOR_TARGET
855 #undef HAVE_DECL_FWRITE_UNLOCKED
856 #endif
859 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
860    define to 0. */
861 #ifndef USED_FOR_TARGET
862 #undef HAVE_DECL_GETCHAR_UNLOCKED
863 #endif
866 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
867    */
868 #ifndef USED_FOR_TARGET
869 #undef HAVE_DECL_GETCWD
870 #endif
873 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
874    to 0. */
875 #ifndef USED_FOR_TARGET
876 #undef HAVE_DECL_GETC_UNLOCKED
877 #endif
880 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
881    */
882 #ifndef USED_FOR_TARGET
883 #undef HAVE_DECL_GETENV
884 #endif
887 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
888    */
889 #ifndef USED_FOR_TARGET
890 #undef HAVE_DECL_GETOPT
891 #endif
894 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
895    to 0. */
896 #ifndef USED_FOR_TARGET
897 #undef HAVE_DECL_GETPAGESIZE
898 #endif
901 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
902    0. */
903 #ifndef USED_FOR_TARGET
904 #undef HAVE_DECL_GETRLIMIT
905 #endif
908 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
909    0. */
910 #ifndef USED_FOR_TARGET
911 #undef HAVE_DECL_GETRUSAGE
912 #endif
915 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
916    */
917 #ifndef USED_FOR_TARGET
918 #undef HAVE_DECL_GETWD
919 #endif
922 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
923    0. */
924 #ifndef USED_FOR_TARGET
925 #undef HAVE_DECL_LDGETNAME
926 #endif
929 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
930    */
931 #ifndef USED_FOR_TARGET
932 #undef HAVE_DECL_MADVISE
933 #endif
936 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
937    */
938 #ifndef USED_FOR_TARGET
939 #undef HAVE_DECL_MALLOC
940 #endif
943 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
944    define to 0. */
945 #ifndef USED_FOR_TARGET
946 #undef HAVE_DECL_PUTCHAR_UNLOCKED
947 #endif
950 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
951    to 0. */
952 #ifndef USED_FOR_TARGET
953 #undef HAVE_DECL_PUTC_UNLOCKED
954 #endif
957 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
958    */
959 #ifndef USED_FOR_TARGET
960 #undef HAVE_DECL_REALLOC
961 #endif
964 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
965 #ifndef USED_FOR_TARGET
966 #undef HAVE_DECL_SBRK
967 #endif
970 /* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
971    */
972 #ifndef USED_FOR_TARGET
973 #undef HAVE_DECL_SETENV
974 #endif
977 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
978    0. */
979 #ifndef USED_FOR_TARGET
980 #undef HAVE_DECL_SETRLIMIT
981 #endif
984 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
985    to 0. */
986 #ifndef USED_FOR_TARGET
987 #undef HAVE_DECL_SIGALTSTACK
988 #endif
991 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
992    0. */
993 #ifndef USED_FOR_TARGET
994 #undef HAVE_DECL_SNPRINTF
995 #endif
998 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
999    */
1000 #ifndef USED_FOR_TARGET
1001 #undef HAVE_DECL_STPCPY
1002 #endif
1005 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
1006    */
1007 #ifndef USED_FOR_TARGET
1008 #undef HAVE_DECL_STRNLEN
1009 #endif
1012 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
1013    0. */
1014 #ifndef USED_FOR_TARGET
1015 #undef HAVE_DECL_STRSIGNAL
1016 #endif
1019 /* Define to 1 if you have the declaration of `strstr(const char*,const
1020    char*)', and to 0 if you don't. */
1021 #ifndef USED_FOR_TARGET
1022 #undef HAVE_DECL_STRSTR
1023 #endif
1026 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1027    */
1028 #ifndef USED_FOR_TARGET
1029 #undef HAVE_DECL_STRTOL
1030 #endif
1033 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1034    */
1035 #ifndef USED_FOR_TARGET
1036 #undef HAVE_DECL_STRTOLL
1037 #endif
1040 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1041    */
1042 #ifndef USED_FOR_TARGET
1043 #undef HAVE_DECL_STRTOUL
1044 #endif
1047 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1048    0. */
1049 #ifndef USED_FOR_TARGET
1050 #undef HAVE_DECL_STRTOULL
1051 #endif
1054 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1055    0. */
1056 #ifndef USED_FOR_TARGET
1057 #undef HAVE_DECL_STRVERSCMP
1058 #endif
1061 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1062    */
1063 #ifndef USED_FOR_TARGET
1064 #undef HAVE_DECL_TIMES
1065 #endif
1068 /* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1069    0. */
1070 #ifndef USED_FOR_TARGET
1071 #undef HAVE_DECL_UNSETENV
1072 #endif
1075 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1076    0. */
1077 #ifndef USED_FOR_TARGET
1078 #undef HAVE_DECL_VASPRINTF
1079 #endif
1082 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1083    0. */
1084 #ifndef USED_FOR_TARGET
1085 #undef HAVE_DECL_VSNPRINTF
1086 #endif
1089 /* Define to 1 if you have the <direct.h> header file. */
1090 #ifndef USED_FOR_TARGET
1091 #undef HAVE_DIRECT_H
1092 #endif
1095 /* Define to 1 if you have the <dlfcn.h> header file. */
1096 #ifndef USED_FOR_TARGET
1097 #undef HAVE_DLFCN_H
1098 #endif
1101 /* Define to 1 if you have the <ext/hash_map> header file. */
1102 #ifndef USED_FOR_TARGET
1103 #undef HAVE_EXT_HASH_MAP
1104 #endif
1107 /* Define to 1 if you have the <fcntl.h> header file. */
1108 #ifndef USED_FOR_TARGET
1109 #undef HAVE_FCNTL_H
1110 #endif
1113 /* Define to 1 if you have the `feof_unlocked' function. */
1114 #ifndef USED_FOR_TARGET
1115 #undef HAVE_FEOF_UNLOCKED
1116 #endif
1119 /* Define to 1 if you have the `ferror_unlocked' function. */
1120 #ifndef USED_FOR_TARGET
1121 #undef HAVE_FERROR_UNLOCKED
1122 #endif
1125 /* Define to 1 if you have the `fflush_unlocked' function. */
1126 #ifndef USED_FOR_TARGET
1127 #undef HAVE_FFLUSH_UNLOCKED
1128 #endif
1131 /* Define to 1 if you have the `fgetc_unlocked' function. */
1132 #ifndef USED_FOR_TARGET
1133 #undef HAVE_FGETC_UNLOCKED
1134 #endif
1137 /* Define to 1 if you have the `fgets_unlocked' function. */
1138 #ifndef USED_FOR_TARGET
1139 #undef HAVE_FGETS_UNLOCKED
1140 #endif
1143 /* Define to 1 if you have the `fileno_unlocked' function. */
1144 #ifndef USED_FOR_TARGET
1145 #undef HAVE_FILENO_UNLOCKED
1146 #endif
1149 /* Define to 1 if you have the `fork' function. */
1150 #ifndef USED_FOR_TARGET
1151 #undef HAVE_FORK
1152 #endif
1155 /* Define to 1 if you have the `fprintf_unlocked' function. */
1156 #ifndef USED_FOR_TARGET
1157 #undef HAVE_FPRINTF_UNLOCKED
1158 #endif
1161 /* Define to 1 if you have the `fputc_unlocked' function. */
1162 #ifndef USED_FOR_TARGET
1163 #undef HAVE_FPUTC_UNLOCKED
1164 #endif
1167 /* Define to 1 if you have the `fputs_unlocked' function. */
1168 #ifndef USED_FOR_TARGET
1169 #undef HAVE_FPUTS_UNLOCKED
1170 #endif
1173 /* Define to 1 if you have the `fread_unlocked' function. */
1174 #ifndef USED_FOR_TARGET
1175 #undef HAVE_FREAD_UNLOCKED
1176 #endif
1179 /* Define to 1 if you have the <ftw.h> header file. */
1180 #ifndef USED_FOR_TARGET
1181 #undef HAVE_FTW_H
1182 #endif
1185 /* Define to 1 if you have the `fwrite_unlocked' function. */
1186 #ifndef USED_FOR_TARGET
1187 #undef HAVE_FWRITE_UNLOCKED
1188 #endif
1191 /* Define if your assembler supports specifying the alignment of objects
1192    allocated using the GAS .comm command. */
1193 #ifndef USED_FOR_TARGET
1194 #undef HAVE_GAS_ALIGNED_COMM
1195 #endif
1198 /* Define if your assembler supports .balign and .p2align. */
1199 #ifndef USED_FOR_TARGET
1200 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1201 #endif
1204 /* Define 0/1 if your assembler supports CFI directives. */
1205 #undef HAVE_GAS_CFI_DIRECTIVE
1207 /* Define 0/1 if your assembler supports .cfi_personality. */
1208 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1210 /* Define 0/1 if your assembler supports .cfi_sections. */
1211 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1213 /* Define if your assembler supports the .loc discriminator sub-directive. */
1214 #ifndef USED_FOR_TARGET
1215 #undef HAVE_GAS_DISCRIMINATOR
1216 #endif
1219 /* Define if your assembler supports @gnu_unique_object. */
1220 #ifndef USED_FOR_TARGET
1221 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1222 #endif
1225 /* Define if your assembler and linker support .hidden. */
1226 #undef HAVE_GAS_HIDDEN
1228 /* Define if your assembler supports .lcomm with an alignment field. */
1229 #ifndef USED_FOR_TARGET
1230 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1231 #endif
1234 /* Define if your assembler supports .literal16. */
1235 #ifndef USED_FOR_TARGET
1236 #undef HAVE_GAS_LITERAL16
1237 #endif
1240 /* Define if your assembler supports the .loc is_stmt sub-directive. */
1241 #ifndef USED_FOR_TARGET
1242 #undef HAVE_GAS_LOC_STMT
1243 #endif
1246 /* Define if your assembler supports specifying the maximum number of bytes to
1247    skip when using the GAS .p2align command. */
1248 #ifndef USED_FOR_TARGET
1249 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1250 #endif
1253 /* Define if your assembler supports the .set micromips directive */
1254 #ifndef USED_FOR_TARGET
1255 #undef HAVE_GAS_MICROMIPS
1256 #endif
1259 /* Define if your assembler supports .nsubspa comdat option. */
1260 #ifndef USED_FOR_TARGET
1261 #undef HAVE_GAS_NSUBSPA_COMDAT
1262 #endif
1265 /* Define if your assembler and linker support 32-bit section relative relocs
1266    via '.secrel32 label'. */
1267 #ifndef USED_FOR_TARGET
1268 #undef HAVE_GAS_PE_SECREL32_RELOC
1269 #endif
1272 /* Define if your assembler supports specifying the exclude section flag. */
1273 #ifndef USED_FOR_TARGET
1274 #undef HAVE_GAS_SECTION_EXCLUDE
1275 #endif
1278 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1279    */
1280 #ifndef USED_FOR_TARGET
1281 #undef HAVE_GAS_SHF_MERGE
1282 #endif
1285 /* Define if your assembler supports .subsection and .subsection -1 starts
1286    emitting at the beginning of your section. */
1287 #ifndef USED_FOR_TARGET
1288 #undef HAVE_GAS_SUBSECTION_ORDERING
1289 #endif
1292 /* Define if your assembler supports .weak. */
1293 #ifndef USED_FOR_TARGET
1294 #undef HAVE_GAS_WEAK
1295 #endif
1298 /* Define if your assembler supports .weakref. */
1299 #ifndef USED_FOR_TARGET
1300 #undef HAVE_GAS_WEAKREF
1301 #endif
1304 /* Define to 1 if you have the `getchar_unlocked' function. */
1305 #ifndef USED_FOR_TARGET
1306 #undef HAVE_GETCHAR_UNLOCKED
1307 #endif
1310 /* Define to 1 if you have the `getc_unlocked' function. */
1311 #ifndef USED_FOR_TARGET
1312 #undef HAVE_GETC_UNLOCKED
1313 #endif
1316 /* Define to 1 if you have the `getrlimit' function. */
1317 #ifndef USED_FOR_TARGET
1318 #undef HAVE_GETRLIMIT
1319 #endif
1322 /* Define to 1 if you have the `getrusage' function. */
1323 #ifndef USED_FOR_TARGET
1324 #undef HAVE_GETRUSAGE
1325 #endif
1328 /* Define to 1 if you have the `gettimeofday' function. */
1329 #ifndef USED_FOR_TARGET
1330 #undef HAVE_GETTIMEOFDAY
1331 #endif
1334 /* Define to 1 if using GNU as. */
1335 #ifndef USED_FOR_TARGET
1336 #undef HAVE_GNU_AS
1337 #endif
1340 /* Define if your system supports gnu indirect functions. */
1341 #ifndef USED_FOR_TARGET
1342 #undef HAVE_GNU_INDIRECT_FUNCTION
1343 #endif
1346 /* Define to 1 if using GNU ld. */
1347 #ifndef USED_FOR_TARGET
1348 #undef HAVE_GNU_LD
1349 #endif
1352 /* Define if the gold linker supports split stack and is available as a
1353    non-default */
1354 #ifndef USED_FOR_TARGET
1355 #undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1356 #endif
1359 /* Define if you have the iconv() function. */
1360 #ifndef USED_FOR_TARGET
1361 #undef HAVE_ICONV
1362 #endif
1365 /* Define to 1 if you have the <iconv.h> header file. */
1366 #ifndef USED_FOR_TARGET
1367 #undef HAVE_ICONV_H
1368 #endif
1371 /* Define 0/1 if .init_array/.fini_array sections are available and working.
1372    */
1373 #ifndef USED_FOR_TARGET
1374 #undef HAVE_INITFINI_ARRAY_SUPPORT
1375 #endif
1378 /* Define to 1 if the system has the type `intmax_t'. */
1379 #ifndef USED_FOR_TARGET
1380 #undef HAVE_INTMAX_T
1381 #endif
1384 /* Define to 1 if the system has the type `intptr_t'. */
1385 #ifndef USED_FOR_TARGET
1386 #undef HAVE_INTPTR_T
1387 #endif
1390 /* Define if you have a working <inttypes.h> header file. */
1391 #ifndef USED_FOR_TARGET
1392 #undef HAVE_INTTYPES_H
1393 #endif
1396 /* Define to 1 if you have the `kill' function. */
1397 #ifndef USED_FOR_TARGET
1398 #undef HAVE_KILL
1399 #endif
1402 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1403 #ifndef USED_FOR_TARGET
1404 #undef HAVE_LANGINFO_CODESET
1405 #endif
1408 /* Define to 1 if you have the <langinfo.h> header file. */
1409 #ifndef USED_FOR_TARGET
1410 #undef HAVE_LANGINFO_H
1411 #endif
1414 /* Define if your <locale.h> file defines LC_MESSAGES. */
1415 #ifndef USED_FOR_TARGET
1416 #undef HAVE_LC_MESSAGES
1417 #endif
1420 /* Define to 1 if you have the <ldfcn.h> header file. */
1421 #ifndef USED_FOR_TARGET
1422 #undef HAVE_LDFCN_H
1423 #endif
1426 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1427    options. */
1428 #ifndef USED_FOR_TARGET
1429 #undef HAVE_LD_AS_NEEDED
1430 #endif
1433 /* Define if your default avr linker script for avrxmega3 leaves .rodata in
1434    flash. */
1435 #ifndef USED_FOR_TARGET
1436 #undef HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH
1437 #endif
1440 /* Define if your linker supports -z bndplt */
1441 #ifndef USED_FOR_TARGET
1442 #undef HAVE_LD_BNDPLT_SUPPORT
1443 #endif
1446 /* Define if your linker supports --build-id. */
1447 #ifndef USED_FOR_TARGET
1448 #undef HAVE_LD_BUILDID
1449 #endif
1452 /* Define if the linker supports clearing hardware capabilities via mapfile.
1453    */
1454 #ifndef USED_FOR_TARGET
1455 #undef HAVE_LD_CLEARCAP
1456 #endif
1459 /* Define to the level of your linker's compressed debug section support. */
1460 #ifndef USED_FOR_TARGET
1461 #undef HAVE_LD_COMPRESS_DEBUG
1462 #endif
1465 /* Define if your linker supports --demangle option. */
1466 #ifndef USED_FOR_TARGET
1467 #undef HAVE_LD_DEMANGLE
1468 #endif
1471 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1472 #ifndef USED_FOR_TARGET
1473 #undef HAVE_LD_EH_FRAME_CIEV3
1474 #endif
1477 /* Define if your linker supports .eh_frame_hdr. */
1478 #undef HAVE_LD_EH_FRAME_HDR
1480 /* Define if your linker supports garbage collection of sections in presence
1481    of EH frames. */
1482 #ifndef USED_FOR_TARGET
1483 #undef HAVE_LD_EH_GC_SECTIONS
1484 #endif
1487 /* Define if your linker has buggy garbage collection of sections support when
1488    .text.startup.foo like sections are used. */
1489 #ifndef USED_FOR_TARGET
1490 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1491 #endif
1494 /* Define if your PowerPC64 linker supports a large TOC. */
1495 #ifndef USED_FOR_TARGET
1496 #undef HAVE_LD_LARGE_TOC
1497 #endif
1500 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1501 #ifndef USED_FOR_TARGET
1502 #undef HAVE_LD_NO_DOT_SYMS
1503 #endif
1506 /* Define if your linker can relax absolute .eh_frame personality pointers
1507    into PC-relative form. */
1508 #ifndef USED_FOR_TARGET
1509 #undef HAVE_LD_PERSONALITY_RELAXATION
1510 #endif
1513 /* Define if your linker supports PIE option. */
1514 #ifndef USED_FOR_TARGET
1515 #undef HAVE_LD_PIE
1516 #endif
1519 /* Define 0/1 if your linker supports -pie option with copy reloc. */
1520 #ifndef USED_FOR_TARGET
1521 #undef HAVE_LD_PIE_COPYRELOC
1522 #endif
1525 /* Define if your PowerPC linker has .gnu.attributes long double support. */
1526 #ifndef USED_FOR_TARGET
1527 #undef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE
1528 #endif
1531 /* Define if your linker supports --push-state/--pop-state */
1532 #ifndef USED_FOR_TARGET
1533 #undef HAVE_LD_PUSHPOPSTATE_SUPPORT
1534 #endif
1537 /* Define if your linker links a mix of read-only and read-write sections into
1538    a read-write section. */
1539 #ifndef USED_FOR_TARGET
1540 #undef HAVE_LD_RO_RW_SECTION_MIXING
1541 #endif
1544 /* Define if your linker supports the *_sol2 emulations. */
1545 #ifndef USED_FOR_TARGET
1546 #undef HAVE_LD_SOL2_EMULATION
1547 #endif
1550 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1551 #ifndef USED_FOR_TARGET
1552 #undef HAVE_LD_STATIC_DYNAMIC
1553 #endif
1556 /* Define if your linker supports --sysroot. */
1557 #ifndef USED_FOR_TARGET
1558 #undef HAVE_LD_SYSROOT
1559 #endif
1562 /* Define to 1 if you have the <limits.h> header file. */
1563 #ifndef USED_FOR_TARGET
1564 #undef HAVE_LIMITS_H
1565 #endif
1568 /* Define to 1 if you have the <locale.h> header file. */
1569 #ifndef USED_FOR_TARGET
1570 #undef HAVE_LOCALE_H
1571 #endif
1574 /* Define to 1 if the system has the type `long long'. */
1575 #ifndef USED_FOR_TARGET
1576 #undef HAVE_LONG_LONG
1577 #endif
1580 /* Define to 1 if the system has the type `long long int'. */
1581 #ifndef USED_FOR_TARGET
1582 #undef HAVE_LONG_LONG_INT
1583 #endif
1586 /* Define to the level of your linker's plugin support. */
1587 #ifndef USED_FOR_TARGET
1588 #undef HAVE_LTO_PLUGIN
1589 #endif
1592 /* Define to 1 if you have the `madvise' function. */
1593 #ifndef USED_FOR_TARGET
1594 #undef HAVE_MADVISE
1595 #endif
1598 /* Define to 1 if you have the <malloc.h> header file. */
1599 #ifndef USED_FOR_TARGET
1600 #undef HAVE_MALLOC_H
1601 #endif
1604 /* Define to 1 if you have the `mbstowcs' function. */
1605 #ifndef USED_FOR_TARGET
1606 #undef HAVE_MBSTOWCS
1607 #endif
1610 /* Define if valgrind's memcheck.h header is installed. */
1611 #ifndef USED_FOR_TARGET
1612 #undef HAVE_MEMCHECK_H
1613 #endif
1616 /* Define to 1 if you have the <memory.h> header file. */
1617 #ifndef USED_FOR_TARGET
1618 #undef HAVE_MEMORY_H
1619 #endif
1622 /* Define to 1 if you have the `mmap' function. */
1623 #ifndef USED_FOR_TARGET
1624 #undef HAVE_MMAP
1625 #endif
1628 /* Define if mmap with MAP_ANON(YMOUS) works. */
1629 #ifndef USED_FOR_TARGET
1630 #undef HAVE_MMAP_ANON
1631 #endif
1634 /* Define if mmap of /dev/zero works. */
1635 #ifndef USED_FOR_TARGET
1636 #undef HAVE_MMAP_DEV_ZERO
1637 #endif
1640 /* Define if read-only mmap of a plain file works. */
1641 #ifndef USED_FOR_TARGET
1642 #undef HAVE_MMAP_FILE
1643 #endif
1646 /* Define to 1 if you have the `nl_langinfo' function. */
1647 #ifndef USED_FOR_TARGET
1648 #undef HAVE_NL_LANGINFO
1649 #endif
1652 /* Define to 1 if you have the `popen' function. */
1653 #ifndef USED_FOR_TARGET
1654 #undef HAVE_POPEN
1655 #endif
1658 /* Define to 1 if you have the `putchar_unlocked' function. */
1659 #ifndef USED_FOR_TARGET
1660 #undef HAVE_PUTCHAR_UNLOCKED
1661 #endif
1664 /* Define to 1 if you have the `putc_unlocked' function. */
1665 #ifndef USED_FOR_TARGET
1666 #undef HAVE_PUTC_UNLOCKED
1667 #endif
1670 /* Define to 1 if you have the `setlocale' function. */
1671 #ifndef USED_FOR_TARGET
1672 #undef HAVE_SETLOCALE
1673 #endif
1676 /* Define to 1 if you have the `setrlimit' function. */
1677 #ifndef USED_FOR_TARGET
1678 #undef HAVE_SETRLIMIT
1679 #endif
1682 /* Define if the system-provided CRTs are present on Solaris. */
1683 #ifndef USED_FOR_TARGET
1684 #undef HAVE_SOLARIS_CRTS
1685 #endif
1688 /* Define to 1 if you have the <stddef.h> header file. */
1689 #ifndef USED_FOR_TARGET
1690 #undef HAVE_STDDEF_H
1691 #endif
1694 /* Define to 1 if you have the <stdint.h> header file. */
1695 #ifndef USED_FOR_TARGET
1696 #undef HAVE_STDINT_H
1697 #endif
1700 /* Define to 1 if you have the <stdlib.h> header file. */
1701 #ifndef USED_FOR_TARGET
1702 #undef HAVE_STDLIB_H
1703 #endif
1706 /* Define to 1 if you have the <strings.h> header file. */
1707 #ifndef USED_FOR_TARGET
1708 #undef HAVE_STRINGS_H
1709 #endif
1712 /* Define to 1 if you have the <string.h> header file. */
1713 #ifndef USED_FOR_TARGET
1714 #undef HAVE_STRING_H
1715 #endif
1718 /* Define to 1 if you have the `strsignal' function. */
1719 #ifndef USED_FOR_TARGET
1720 #undef HAVE_STRSIGNAL
1721 #endif
1724 /* Define if <sys/times.h> defines struct tms. */
1725 #ifndef USED_FOR_TARGET
1726 #undef HAVE_STRUCT_TMS
1727 #endif
1730 /* Define if <utility> defines std::swap. */
1731 #ifndef USED_FOR_TARGET
1732 #undef HAVE_SWAP_IN_UTILITY
1733 #endif
1736 /* Define to 1 if you have the `sysconf' function. */
1737 #ifndef USED_FOR_TARGET
1738 #undef HAVE_SYSCONF
1739 #endif
1742 /* Define to 1 if you have the <sys/file.h> header file. */
1743 #ifndef USED_FOR_TARGET
1744 #undef HAVE_SYS_FILE_H
1745 #endif
1748 /* Define to 1 if you have the <sys/mman.h> header file. */
1749 #ifndef USED_FOR_TARGET
1750 #undef HAVE_SYS_MMAN_H
1751 #endif
1754 /* Define to 1 if you have the <sys/param.h> header file. */
1755 #ifndef USED_FOR_TARGET
1756 #undef HAVE_SYS_PARAM_H
1757 #endif
1760 /* Define to 1 if you have the <sys/resource.h> header file. */
1761 #ifndef USED_FOR_TARGET
1762 #undef HAVE_SYS_RESOURCE_H
1763 #endif
1766 /* Define if your target C library provides sys/sdt.h */
1767 #undef HAVE_SYS_SDT_H
1769 /* Define to 1 if you have the <sys/stat.h> header file. */
1770 #ifndef USED_FOR_TARGET
1771 #undef HAVE_SYS_STAT_H
1772 #endif
1775 /* Define to 1 if you have the <sys/times.h> header file. */
1776 #ifndef USED_FOR_TARGET
1777 #undef HAVE_SYS_TIMES_H
1778 #endif
1781 /* Define to 1 if you have the <sys/time.h> header file. */
1782 #ifndef USED_FOR_TARGET
1783 #undef HAVE_SYS_TIME_H
1784 #endif
1787 /* Define to 1 if you have the <sys/types.h> header file. */
1788 #ifndef USED_FOR_TARGET
1789 #undef HAVE_SYS_TYPES_H
1790 #endif
1793 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1794 #ifndef USED_FOR_TARGET
1795 #undef HAVE_SYS_WAIT_H
1796 #endif
1799 /* Define to 1 if you have the `times' function. */
1800 #ifndef USED_FOR_TARGET
1801 #undef HAVE_TIMES
1802 #endif
1805 /* Define to 1 if you have the <time.h> header file. */
1806 #ifndef USED_FOR_TARGET
1807 #undef HAVE_TIME_H
1808 #endif
1811 /* Define to 1 if you have the <tr1/unordered_map> header file. */
1812 #ifndef USED_FOR_TARGET
1813 #undef HAVE_TR1_UNORDERED_MAP
1814 #endif
1817 /* Define to 1 if the system has the type `uintmax_t'. */
1818 #ifndef USED_FOR_TARGET
1819 #undef HAVE_UINTMAX_T
1820 #endif
1823 /* Define to 1 if the system has the type `uintptr_t'. */
1824 #ifndef USED_FOR_TARGET
1825 #undef HAVE_UINTPTR_T
1826 #endif
1829 /* Define to 1 if you have the <unistd.h> header file. */
1830 #ifndef USED_FOR_TARGET
1831 #undef HAVE_UNISTD_H
1832 #endif
1835 /* Define to 1 if you have the <unordered_map> header file. */
1836 #ifndef USED_FOR_TARGET
1837 #undef HAVE_UNORDERED_MAP
1838 #endif
1841 /* Define to 1 if the system has the type `unsigned long long int'. */
1842 #ifndef USED_FOR_TARGET
1843 #undef HAVE_UNSIGNED_LONG_LONG_INT
1844 #endif
1847 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1848 #ifndef USED_FOR_TARGET
1849 #undef HAVE_VALGRIND_MEMCHECK_H
1850 #endif
1853 /* Define to 1 if you have the `vfork' function. */
1854 #ifndef USED_FOR_TARGET
1855 #undef HAVE_VFORK
1856 #endif
1859 /* Define to 1 if you have the <vfork.h> header file. */
1860 #ifndef USED_FOR_TARGET
1861 #undef HAVE_VFORK_H
1862 #endif
1865 /* Define to 1 if you have the <wchar.h> header file. */
1866 #ifndef USED_FOR_TARGET
1867 #undef HAVE_WCHAR_H
1868 #endif
1871 /* Define to 1 if you have the `wcswidth' function. */
1872 #ifndef USED_FOR_TARGET
1873 #undef HAVE_WCSWIDTH
1874 #endif
1877 /* Define to 1 if `fork' works. */
1878 #ifndef USED_FOR_TARGET
1879 #undef HAVE_WORKING_FORK
1880 #endif
1883 /* Define this macro if mbstowcs does not crash when its first argument is
1884    NULL. */
1885 #ifndef USED_FOR_TARGET
1886 #undef HAVE_WORKING_MBSTOWCS
1887 #endif
1890 /* Define to 1 if `vfork' works. */
1891 #ifndef USED_FOR_TARGET
1892 #undef HAVE_WORKING_VFORK
1893 #endif
1896 /* Define if your assembler supports AIX debug frame section label reference.
1897    */
1898 #ifndef USED_FOR_TARGET
1899 #undef HAVE_XCOFF_DWARF_EXTRAS
1900 #endif
1903 /* Define if isl is in use. */
1904 #ifndef USED_FOR_TARGET
1905 #undef HAVE_isl
1906 #endif
1909 /* Define if F_SETLKW supported by fcntl. */
1910 #ifndef USED_FOR_TARGET
1911 #undef HOST_HAS_F_SETLKW
1912 #endif
1915 /* Define as const if the declaration of iconv() needs const. */
1916 #ifndef USED_FOR_TARGET
1917 #undef ICONV_CONST
1918 #endif
1921 /* Define if int64_t uses long as underlying type. */
1922 #ifndef USED_FOR_TARGET
1923 #undef INT64_T_IS_LONG
1924 #endif
1927 /* Define to 1 if ld64 supports '-export_dynamic'. */
1928 #ifndef USED_FOR_TARGET
1929 #undef LD64_HAS_EXPORT_DYNAMIC
1930 #endif
1933 /* Define to ld64 version. */
1934 #ifndef USED_FOR_TARGET
1935 #undef LD64_VERSION
1936 #endif
1939 /* Define to the linker option to ignore unused dependencies. */
1940 #ifndef USED_FOR_TARGET
1941 #undef LD_AS_NEEDED_OPTION
1942 #endif
1945 /* Define to the linker option to enable compressed debug sections. */
1946 #ifndef USED_FOR_TARGET
1947 #undef LD_COMPRESS_DEBUG_OPTION
1948 #endif
1951 /* Define to the linker option to enable use of shared objects. */
1952 #ifndef USED_FOR_TARGET
1953 #undef LD_DYNAMIC_OPTION
1954 #endif
1957 /* Define to the linker option to keep unused dependencies. */
1958 #ifndef USED_FOR_TARGET
1959 #undef LD_NO_AS_NEEDED_OPTION
1960 #endif
1963 /* Define to the linker option to disable use of shared objects. */
1964 #ifndef USED_FOR_TARGET
1965 #undef LD_STATIC_OPTION
1966 #endif
1969 /* The linker hash style */
1970 #ifndef USED_FOR_TARGET
1971 #undef LINKER_HASH_STYLE
1972 #endif
1975 /* Define to the name of the LTO plugin DSO that must be passed to the
1976    linker's -plugin=LIB option. */
1977 #ifndef USED_FOR_TARGET
1978 #undef LTOPLUGINSONAME
1979 #endif
1982 /* Define to the sub-directory in which libtool stores uninstalled libraries.
1983    */
1984 #ifndef USED_FOR_TARGET
1985 #undef LT_OBJDIR
1986 #endif
1989 /* Value to set mingw's _dowildcard to. */
1990 #ifndef USED_FOR_TARGET
1991 #undef MINGW_DOWILDCARD
1992 #endif
1995 /* Define if host mkdir takes a single argument. */
1996 #ifndef USED_FOR_TARGET
1997 #undef MKDIR_TAKES_ONE_ARG
1998 #endif
2001 /* Define to offload targets, separated by commas. */
2002 #ifndef USED_FOR_TARGET
2003 #undef OFFLOAD_TARGETS
2004 #endif
2007 /* Define to the address where bug reports for this package should be sent. */
2008 #ifndef USED_FOR_TARGET
2009 #undef PACKAGE_BUGREPORT
2010 #endif
2013 /* Define to the full name of this package. */
2014 #ifndef USED_FOR_TARGET
2015 #undef PACKAGE_NAME
2016 #endif
2019 /* Define to the full name and version of this package. */
2020 #ifndef USED_FOR_TARGET
2021 #undef PACKAGE_STRING
2022 #endif
2025 /* Define to the one symbol short name of this package. */
2026 #ifndef USED_FOR_TARGET
2027 #undef PACKAGE_TARNAME
2028 #endif
2031 /* Define to the home page for this package. */
2032 #ifndef USED_FOR_TARGET
2033 #undef PACKAGE_URL
2034 #endif
2037 /* Define to the version of this package. */
2038 #ifndef USED_FOR_TARGET
2039 #undef PACKAGE_VERSION
2040 #endif
2043 /* Specify plugin linker */
2044 #ifndef USED_FOR_TARGET
2045 #undef PLUGIN_LD_SUFFIX
2046 #endif
2049 /* Define to .TOC. alignment forced by your linker. */
2050 #ifndef USED_FOR_TARGET
2051 #undef POWERPC64_TOC_POINTER_ALIGNMENT
2052 #endif
2055 /* Define to PREFIX/include if cpp should also search that directory. */
2056 #ifndef USED_FOR_TARGET
2057 #undef PREFIX_INCLUDE_DIR
2058 #endif
2061 /* The size of `int', as computed by sizeof. */
2062 #ifndef USED_FOR_TARGET
2063 #undef SIZEOF_INT
2064 #endif
2067 /* The size of `long', as computed by sizeof. */
2068 #ifndef USED_FOR_TARGET
2069 #undef SIZEOF_LONG
2070 #endif
2073 /* The size of `long long', as computed by sizeof. */
2074 #ifndef USED_FOR_TARGET
2075 #undef SIZEOF_LONG_LONG
2076 #endif
2079 /* The size of `short', as computed by sizeof. */
2080 #ifndef USED_FOR_TARGET
2081 #undef SIZEOF_SHORT
2082 #endif
2085 /* The size of `void *', as computed by sizeof. */
2086 #ifndef USED_FOR_TARGET
2087 #undef SIZEOF_VOID_P
2088 #endif
2091 /* Define to 1 if you have the ANSI C header files. */
2092 #ifndef USED_FOR_TARGET
2093 #undef STDC_HEADERS
2094 #endif
2097 /* Define if you can safely include both <string.h> and <strings.h>. */
2098 #ifndef USED_FOR_TARGET
2099 #undef STRING_WITH_STRINGS
2100 #endif
2103 /* Define if TFmode long double should be the default */
2104 #ifndef USED_FOR_TARGET
2105 #undef TARGET_DEFAULT_LONG_DOUBLE_128
2106 #endif
2109 /* Define if your target C library provides the `dl_iterate_phdr' function. */
2110 #undef TARGET_DL_ITERATE_PHDR
2112 /* GNU C Library major version number used on the target, or 0. */
2113 #ifndef USED_FOR_TARGET
2114 #undef TARGET_GLIBC_MAJOR
2115 #endif
2118 /* GNU C Library minor version number used on the target, or 0. */
2119 #ifndef USED_FOR_TARGET
2120 #undef TARGET_GLIBC_MINOR
2121 #endif
2124 /* Define if your target C Library provides the AT_HWCAP value in the TCB */
2125 #ifndef USED_FOR_TARGET
2126 #undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB
2127 #endif
2130 /* Define if your target C library provides stack protector support */
2131 #ifndef USED_FOR_TARGET
2132 #undef TARGET_LIBC_PROVIDES_SSP
2133 #endif
2136 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2137 #ifndef USED_FOR_TARGET
2138 #undef TIME_WITH_SYS_TIME
2139 #endif
2142 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
2143    work. */
2144 #ifndef USED_FOR_TARGET
2145 #undef TLS_SECTION_ASM_FLAG
2146 #endif
2149 /* Define if your assembler mis-optimizes .eh_frame data. */
2150 #ifndef USED_FOR_TARGET
2151 #undef USE_AS_TRADITIONAL_FORMAT
2152 #endif
2155 /* Define if you want to generate code by default that assumes that the Cygwin
2156    DLL exports wrappers to support libstdc++ function replacement. */
2157 #ifndef USED_FOR_TARGET
2158 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2159 #endif
2162 /* Define 0/1 if your linker supports hidden thunks in linkonce sections. */
2163 #ifndef USED_FOR_TARGET
2164 #undef USE_HIDDEN_LINKONCE
2165 #endif
2168 /* Define to 1 if the 'long long' type is wider than 'long' but still
2169    efficiently supported by the host hardware. */
2170 #ifndef USED_FOR_TARGET
2171 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2172 #endif
2175 /* Define if we should use leading underscore on 64 bit mingw targets */
2176 #ifndef USED_FOR_TARGET
2177 #undef USE_MINGW64_LEADING_UNDERSCORES
2178 #endif
2181 /* Enable extensions on AIX 3, Interix.  */
2182 #ifndef _ALL_SOURCE
2183 # undef _ALL_SOURCE
2184 #endif
2185 /* Enable GNU extensions on systems that have them.  */
2186 #ifndef _GNU_SOURCE
2187 # undef _GNU_SOURCE
2188 #endif
2189 /* Enable threading extensions on Solaris.  */
2190 #ifndef _POSIX_PTHREAD_SEMANTICS
2191 # undef _POSIX_PTHREAD_SEMANTICS
2192 #endif
2193 /* Enable extensions on HP NonStop.  */
2194 #ifndef _TANDEM_SOURCE
2195 # undef _TANDEM_SOURCE
2196 #endif
2197 /* Enable general extensions on Solaris.  */
2198 #ifndef __EXTENSIONS__
2199 # undef __EXTENSIONS__
2200 #endif
2203 /* Define to be the last component of the Windows registry key under which to
2204    look for installation paths. The full key used will be
2205    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2206    The default is the GCC version number. */
2207 #ifndef USED_FOR_TARGET
2208 #undef WIN32_REGISTRY_KEY
2209 #endif
2212 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2213    significant byte first (like Motorola and SPARC, unlike Intel). */
2214 #if defined AC_APPLE_UNIVERSAL_BUILD
2215 # if defined __BIG_ENDIAN__
2216 #  define WORDS_BIGENDIAN 1
2217 # endif
2218 #else
2219 # ifndef WORDS_BIGENDIAN
2220 #  undef WORDS_BIGENDIAN
2221 # endif
2222 #endif
2224 /* Number of bits in a file offset, on hosts where this is settable. */
2225 #ifndef USED_FOR_TARGET
2226 #undef _FILE_OFFSET_BITS
2227 #endif
2230 /* Define for large files, on AIX-style hosts. */
2231 #ifndef USED_FOR_TARGET
2232 #undef _LARGE_FILES
2233 #endif
2236 /* Define to 1 if on MINIX. */
2237 #ifndef USED_FOR_TARGET
2238 #undef _MINIX
2239 #endif
2242 /* Define to 2 if the system does not provide POSIX.1 features except with
2243    this defined. */
2244 #ifndef USED_FOR_TARGET
2245 #undef _POSIX_1_SOURCE
2246 #endif
2249 /* Define to 1 if you need to in order for `stat' and other things to work. */
2250 #ifndef USED_FOR_TARGET
2251 #undef _POSIX_SOURCE
2252 #endif
2255 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2256    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2257    #define below would cause a syntax error. */
2258 #ifndef USED_FOR_TARGET
2259 #undef _UINT32_T
2260 #endif
2263 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2264    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2265    #define below would cause a syntax error. */
2266 #ifndef USED_FOR_TARGET
2267 #undef _UINT64_T
2268 #endif
2271 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2272    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2273    #define below would cause a syntax error. */
2274 #ifndef USED_FOR_TARGET
2275 #undef _UINT8_T
2276 #endif
2279 /* Define to `char *' if <sys/types.h> does not define. */
2280 #ifndef USED_FOR_TARGET
2281 #undef caddr_t
2282 #endif
2285 /* Define to `__inline__' or `__inline' if that's what the C compiler
2286    calls it, or to nothing if 'inline' is not supported under any name.  */
2287 #ifndef __cplusplus
2288 #undef inline
2289 #endif
2291 /* Define to the type of a signed integer type of width exactly 16 bits if
2292    such a type exists and the standard includes do not define it. */
2293 #ifndef USED_FOR_TARGET
2294 #undef int16_t
2295 #endif
2298 /* Define to the type of a signed integer type of width exactly 32 bits if
2299    such a type exists and the standard includes do not define it. */
2300 #ifndef USED_FOR_TARGET
2301 #undef int32_t
2302 #endif
2305 /* Define to the type of a signed integer type of width exactly 64 bits if
2306    such a type exists and the standard includes do not define it. */
2307 #ifndef USED_FOR_TARGET
2308 #undef int64_t
2309 #endif
2312 /* Define to the type of a signed integer type of width exactly 8 bits if such
2313    a type exists and the standard includes do not define it. */
2314 #ifndef USED_FOR_TARGET
2315 #undef int8_t
2316 #endif
2319 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2320    not define. */
2321 #ifndef USED_FOR_TARGET
2322 #undef intmax_t
2323 #endif
2326 /* Define to the type of a signed integer type wide enough to hold a pointer,
2327    if such a type exists, and if the system does not define it. */
2328 #ifndef USED_FOR_TARGET
2329 #undef intptr_t
2330 #endif
2333 /* Define to `int' if <sys/types.h> does not define. */
2334 #ifndef USED_FOR_TARGET
2335 #undef pid_t
2336 #endif
2339 /* Define to `long' if <sys/resource.h> doesn't define. */
2340 #ifndef USED_FOR_TARGET
2341 #undef rlim_t
2342 #endif
2345 /* Define to `int' if <sys/types.h> does not define. */
2346 #ifndef USED_FOR_TARGET
2347 #undef ssize_t
2348 #endif
2351 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2352    such a type exists and the standard includes do not define it. */
2353 #ifndef USED_FOR_TARGET
2354 #undef uint16_t
2355 #endif
2358 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2359    such a type exists and the standard includes do not define it. */
2360 #ifndef USED_FOR_TARGET
2361 #undef uint32_t
2362 #endif
2365 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2366    such a type exists and the standard includes do not define it. */
2367 #ifndef USED_FOR_TARGET
2368 #undef uint64_t
2369 #endif
2372 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2373    such a type exists and the standard includes do not define it. */
2374 #ifndef USED_FOR_TARGET
2375 #undef uint8_t
2376 #endif
2379 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2380    do not define. */
2381 #ifndef USED_FOR_TARGET
2382 #undef uintmax_t
2383 #endif
2386 /* Define to the type of an unsigned integer type wide enough to hold a
2387    pointer, if such a type exists, and if the system does not define it. */
2388 #ifndef USED_FOR_TARGET
2389 #undef uintptr_t
2390 #endif
2393 /* Define as `fork' if `vfork' does not work. */
2394 #ifndef USED_FOR_TARGET
2395 #undef vfork
2396 #endif