* gcc.dg/store-motion-fgcse-sm.c (dg-final): Cleanup
[official-gcc.git] / gcc / config.in
blob6cfda75b0b3ae7bf27bc82b9dc447d6d44a9a8c7
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 0/1 to force the choice for exception handling model. */
34 #ifndef USED_FOR_TARGET
35 #undef CONFIG_SJLJ_EXCEPTIONS
36 #endif
39 /* Define to enable the use of a default assembler. */
40 #ifndef USED_FOR_TARGET
41 #undef DEFAULT_ASSEMBLER
42 #endif
45 /* Define to enable the use of a default linker. */
46 #ifndef USED_FOR_TARGET
47 #undef DEFAULT_LINKER
48 #endif
51 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
52    destructors for local statics and global objects. This is essential for
53    fully standards-compliant handling of destructors, but requires
54    __cxa_atexit in libc. */
55 #ifndef USED_FOR_TARGET
56 #undef DEFAULT_USE_CXA_ATEXIT
57 #endif
60 /* The default for -fdiagnostics-color option */
61 #ifndef USED_FOR_TARGET
62 #undef DIAGNOSTICS_COLOR_DEFAULT
63 #endif
66 /* Define if you want assertions enabled. This is a cheap check. */
67 #ifndef USED_FOR_TARGET
68 #undef ENABLE_ASSERT_CHECKING
69 #endif
72 /* Define if you want more run-time sanity checks. This one gets a grab bag of
73    miscellaneous but relatively cheap checks. */
74 #ifndef USED_FOR_TARGET
75 #undef ENABLE_CHECKING
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 you want more run-time sanity checks for dataflow. */
93 #ifndef USED_FOR_TARGET
94 #undef ENABLE_DF_CHECKING
95 #endif
98 /* Define to 1 to enable fixed-point arithmetic extension to C. */
99 #ifndef USED_FOR_TARGET
100 #undef ENABLE_FIXED_POINT
101 #endif
104 /* Define if you want fold checked that it never destructs its argument. This
105    is quite expensive. */
106 #ifndef USED_FOR_TARGET
107 #undef ENABLE_FOLD_CHECKING
108 #endif
111 /* Define if you want the garbage collector to operate in maximally paranoid
112    mode, validating the entire heap and collecting garbage at every
113    opportunity. This is extremely expensive. */
114 #ifndef USED_FOR_TARGET
115 #undef ENABLE_GC_ALWAYS_COLLECT
116 #endif
119 /* Define if you want the garbage collector to do object poisoning and other
120    memory allocation checks. This is quite expensive. */
121 #ifndef USED_FOR_TARGET
122 #undef ENABLE_GC_CHECKING
123 #endif
126 /* Define if you want operations on GIMPLE (the basic data structure of the
127    high-level optimizers) to be checked for dynamic type safety at runtime.
128    This is moderately expensive. */
129 #ifndef USED_FOR_TARGET
130 #undef ENABLE_GIMPLE_CHECKING
131 #endif
134 /* Define if gcc should always pass --build-id to linker. */
135 #ifndef USED_FOR_TARGET
136 #undef ENABLE_LD_BUILDID
137 #endif
140 /* Define to 1 to enable libquadmath support */
141 #ifndef USED_FOR_TARGET
142 #undef ENABLE_LIBQUADMATH_SUPPORT
143 #endif
146 /* Define to enable LTO support. */
147 #ifndef USED_FOR_TARGET
148 #undef ENABLE_LTO
149 #endif
152 /* Define to 1 if translation of program messages to the user's native
153    language is requested. */
154 #ifndef USED_FOR_TARGET
155 #undef ENABLE_NLS
156 #endif
159 /* Define this to enable support for offloading. */
160 #ifndef USED_FOR_TARGET
161 #undef ENABLE_OFFLOADING
162 #endif
165 /* Define to enable plugin support. */
166 #ifndef USED_FOR_TARGET
167 #undef ENABLE_PLUGIN
168 #endif
171 /* Define if you want all operations on RTL (the basic data structure of the
172    optimizer and back end) to be checked for dynamic type safety at runtime.
173    This is quite expensive. */
174 #ifndef USED_FOR_TARGET
175 #undef ENABLE_RTL_CHECKING
176 #endif
179 /* Define if you want RTL flag accesses to be checked against the RTL codes
180    that are supported for each access macro. This is relatively cheap. */
181 #ifndef USED_FOR_TARGET
182 #undef ENABLE_RTL_FLAG_CHECKING
183 #endif
186 /* Define if you want runtime assertions enabled. This is a cheap check. */
187 #undef ENABLE_RUNTIME_CHECKING
189 /* Define if you want all operations on trees (the basic data structure of the
190    front ends) to be checked for dynamic type safety at runtime. This is
191    moderately expensive. The tree browser debugging routines will also be
192    enabled by this option. */
193 #ifndef USED_FOR_TARGET
194 #undef ENABLE_TREE_CHECKING
195 #endif
198 /* Define if you want all gimple types to be verified after gimplifiation.
199    This is cheap. */
200 #ifndef USED_FOR_TARGET
201 #undef ENABLE_TYPES_CHECKING
202 #endif
205 /* Define to get calls to the valgrind runtime enabled. */
206 #ifndef USED_FOR_TARGET
207 #undef ENABLE_VALGRIND_ANNOTATIONS
208 #endif
211 /* Define if you want to run subprograms and generated programs through
212    valgrind (a memory checker). This is extremely expensive. */
213 #ifndef USED_FOR_TARGET
214 #undef ENABLE_VALGRIND_CHECKING
215 #endif
218 /* Define to 1 if installation paths should be looked up in the Windows
219    Registry. Ignored on non-Windows hosts. */
220 #ifndef USED_FOR_TARGET
221 #undef ENABLE_WIN32_REGISTRY
222 #endif
225 /* Define to the name of a file containing a list of extra machine modes for
226    this architecture. */
227 #ifndef USED_FOR_TARGET
228 #undef EXTRA_MODES_FILE
229 #endif
232 /* Define to enable detailed memory allocation stats gathering. */
233 #ifndef USED_FOR_TARGET
234 #undef GATHER_STATISTICS
235 #endif
238 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
239 #ifndef USED_FOR_TARGET
240 #undef GWINSZ_IN_SYS_IOCTL
241 #endif
244 /* mcontext_t fields start with __ */
245 #ifndef USED_FOR_TARGET
246 #undef HAS_MCONTEXT_T_UNDERSCORES
247 #endif
250 /* Define if your assembler supports cmpb. */
251 #ifndef USED_FOR_TARGET
252 #undef HAVE_AS_CMPB
253 #endif
256 /* Define to the level of your assembler's compressed debug section support.
257    */
258 #ifndef USED_FOR_TARGET
259 #undef HAVE_AS_COMPRESS_DEBUG
260 #endif
263 /* Define if your assembler supports the DCI/ICI instructions. */
264 #ifndef USED_FOR_TARGET
265 #undef HAVE_AS_DCI
266 #endif
269 /* Define if your assembler supports the --debug-prefix-map option. */
270 #ifndef USED_FOR_TARGET
271 #undef HAVE_AS_DEBUG_PREFIX_MAP
272 #endif
275 /* Define if your assembler supports DFP instructions. */
276 #ifndef USED_FOR_TARGET
277 #undef HAVE_AS_DFP
278 #endif
281 /* Define if your assembler supports .module. */
282 #ifndef USED_FOR_TARGET
283 #undef HAVE_AS_DOT_MODULE
284 #endif
287 /* Define if your assembler supports DSPR1 mult. */
288 #ifndef USED_FOR_TARGET
289 #undef HAVE_AS_DSPR1_MULT
290 #endif
293 /* Define if your assembler supports .dtprelword. */
294 #ifndef USED_FOR_TARGET
295 #undef HAVE_AS_DTPRELWORD
296 #endif
299 /* Define if your assembler supports dwarf2 .file/.loc directives, and
300    preserves file table indices exactly as given. */
301 #ifndef USED_FOR_TARGET
302 #undef HAVE_AS_DWARF2_DEBUG_LINE
303 #endif
306 /* Define if your assembler supports explicit relocations. */
307 #ifndef USED_FOR_TARGET
308 #undef HAVE_AS_EXPLICIT_RELOCS
309 #endif
312 /* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
313 #ifndef USED_FOR_TARGET
314 #undef HAVE_AS_FMAF_HPC_VIS3
315 #endif
318 /* Define if your assembler supports fprnd. */
319 #ifndef USED_FOR_TARGET
320 #undef HAVE_AS_FPRND
321 #endif
324 /* Define if your assembler supports the --gdwarf2 option. */
325 #ifndef USED_FOR_TARGET
326 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
327 #endif
330 /* Define if your assembler supports .gnu_attribute. */
331 #ifndef USED_FOR_TARGET
332 #undef HAVE_AS_GNU_ATTRIBUTE
333 #endif
336 /* Define true if the assembler supports '.long foo@GOTOFF'. */
337 #ifndef USED_FOR_TARGET
338 #undef HAVE_AS_GOTOFF_IN_DATA
339 #endif
342 /* Define if your assembler supports the --gstabs option. */
343 #ifndef USED_FOR_TARGET
344 #undef HAVE_AS_GSTABS_DEBUG_FLAG
345 #endif
348 /* Define if your assembler supports the Sun syntax for cmov. */
349 #ifndef USED_FOR_TARGET
350 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
351 #endif
354 /* Define if your assembler supports the subtraction of symbols in different
355    sections. */
356 #ifndef USED_FOR_TARGET
357 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
358 #endif
361 /* Define if your assembler supports the ffreep mnemonic. */
362 #ifndef USED_FOR_TARGET
363 #undef HAVE_AS_IX86_FFREEP
364 #endif
367 /* Define if your assembler uses fildq and fistq mnemonics. */
368 #ifndef USED_FOR_TARGET
369 #undef HAVE_AS_IX86_FILDQ
370 #endif
373 /* Define if your assembler uses filds and fists mnemonics. */
374 #ifndef USED_FOR_TARGET
375 #undef HAVE_AS_IX86_FILDS
376 #endif
379 /* Define if your assembler supports HLE prefixes. */
380 #ifndef USED_FOR_TARGET
381 #undef HAVE_AS_IX86_HLE
382 #endif
385 /* Define if your assembler supports interunit movq mnemonic. */
386 #ifndef USED_FOR_TARGET
387 #undef HAVE_AS_IX86_INTERUNIT_MOVQ
388 #endif
391 /* Define if your assembler supports the .quad directive. */
392 #ifndef USED_FOR_TARGET
393 #undef HAVE_AS_IX86_QUAD
394 #endif
397 /* Define if the assembler supports 'rep <insn>, lock <insn>'. */
398 #ifndef USED_FOR_TARGET
399 #undef HAVE_AS_IX86_REP_LOCK_PREFIX
400 #endif
403 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
404 #ifndef USED_FOR_TARGET
405 #undef HAVE_AS_IX86_SAHF
406 #endif
409 /* Define if your assembler supports the swap suffix. */
410 #ifndef USED_FOR_TARGET
411 #undef HAVE_AS_IX86_SWAP
412 #endif
415 /* Define if your assembler and linker support @tlsgdplt. */
416 #ifndef USED_FOR_TARGET
417 #undef HAVE_AS_IX86_TLSGDPLT
418 #endif
421 /* Define to 1 if your assembler and linker support @tlsldm. */
422 #ifndef USED_FOR_TARGET
423 #undef HAVE_AS_IX86_TLSLDM
424 #endif
427 /* Define to 1 if your assembler and linker support @tlsldmplt. */
428 #ifndef USED_FOR_TARGET
429 #undef HAVE_AS_IX86_TLSLDMPLT
430 #endif
433 /* Define if your assembler supports the 'ud2' mnemonic. */
434 #ifndef USED_FOR_TARGET
435 #undef HAVE_AS_IX86_UD2
436 #endif
439 /* Define if your assembler supports the lituse_jsrdirect relocation. */
440 #ifndef USED_FOR_TARGET
441 #undef HAVE_AS_JSRDIRECT_RELOCS
442 #endif
445 /* Define if your assembler supports .sleb128 and .uleb128. */
446 #ifndef USED_FOR_TARGET
447 #undef HAVE_AS_LEB128
448 #endif
451 /* Define if your assembler supports LEON instructions. */
452 #ifndef USED_FOR_TARGET
453 #undef HAVE_AS_LEON
454 #endif
457 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
458 #ifndef USED_FOR_TARGET
459 #undef HAVE_AS_LINE_ZERO
460 #endif
463 /* Define if your assembler supports ltoffx and ldxmov relocations. */
464 #ifndef USED_FOR_TARGET
465 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
466 #endif
469 /* Define if your assembler supports LWSYNC instructions. */
470 #ifndef USED_FOR_TARGET
471 #undef HAVE_AS_LWSYNC
472 #endif
475 /* Define if your assembler supports the -mabi option. */
476 #ifndef USED_FOR_TARGET
477 #undef HAVE_AS_MABI_OPTION
478 #endif
481 /* Define if your assembler supports mfcr field. */
482 #ifndef USED_FOR_TARGET
483 #undef HAVE_AS_MFCRF
484 #endif
487 /* Define if your assembler supports mffgpr and mftgpr. */
488 #ifndef USED_FOR_TARGET
489 #undef HAVE_AS_MFPGPR
490 #endif
493 /* Define if the assembler understands -mnan=. */
494 #ifndef USED_FOR_TARGET
495 #undef HAVE_AS_NAN
496 #endif
499 /* Define if your assembler supports the -no-mul-bug-abort option. */
500 #ifndef USED_FOR_TARGET
501 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
502 #endif
505 /* Define if the assembler understands -mno-shared. */
506 #ifndef USED_FOR_TARGET
507 #undef HAVE_AS_NO_SHARED
508 #endif
511 /* Define if your assembler supports offsetable %lo(). */
512 #ifndef USED_FOR_TARGET
513 #undef HAVE_AS_OFFSETABLE_LO10
514 #endif
517 /* Define if your assembler supports popcntb field. */
518 #ifndef USED_FOR_TARGET
519 #undef HAVE_AS_POPCNTB
520 #endif
523 /* Define if your assembler supports POPCNTD instructions. */
524 #ifndef USED_FOR_TARGET
525 #undef HAVE_AS_POPCNTD
526 #endif
529 /* Define if your assembler supports POWER8 instructions. */
530 #ifndef USED_FOR_TARGET
531 #undef HAVE_AS_POWER8
532 #endif
535 /* Define if your assembler supports .ref */
536 #ifndef USED_FOR_TARGET
537 #undef HAVE_AS_REF
538 #endif
541 /* Define if your assembler supports .register. */
542 #ifndef USED_FOR_TARGET
543 #undef HAVE_AS_REGISTER_PSEUDO_OP
544 #endif
547 /* Define if your assembler supports R_PPC_REL16 relocs. */
548 #ifndef USED_FOR_TARGET
549 #undef HAVE_AS_REL16
550 #endif
553 /* Define if your assembler supports -relax option. */
554 #ifndef USED_FOR_TARGET
555 #undef HAVE_AS_RELAX_OPTION
556 #endif
559 /* Define if your assembler supports SPARC4 instructions. */
560 #ifndef USED_FOR_TARGET
561 #undef HAVE_AS_SPARC4
562 #endif
565 /* Define if your assembler and linker support GOTDATA_OP relocs. */
566 #ifndef USED_FOR_TARGET
567 #undef HAVE_AS_SPARC_GOTDATA_OP
568 #endif
571 /* Define to 1 if your assembler supports #nobits, 0 otherwise. */
572 #ifndef USED_FOR_TARGET
573 #undef HAVE_AS_SPARC_NOBITS
574 #endif
577 /* Define if your assembler and linker support unaligned PC relative relocs.
578    */
579 #ifndef USED_FOR_TARGET
580 #undef HAVE_AS_SPARC_UA_PCREL
581 #endif
584 /* Define if your assembler and linker support unaligned PC relative relocs
585    against hidden symbols. */
586 #ifndef USED_FOR_TARGET
587 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
588 #endif
591 /* Define if your assembler and linker support thread-local storage. */
592 #ifndef USED_FOR_TARGET
593 #undef HAVE_AS_TLS
594 #endif
597 /* Define if your assembler supports arg info for __tls_get_addr. */
598 #ifndef USED_FOR_TARGET
599 #undef HAVE_AS_TLS_MARKERS
600 #endif
603 /* Define if your assembler supports VSX instructions. */
604 #ifndef USED_FOR_TARGET
605 #undef HAVE_AS_VSX
606 #endif
609 /* Define to 1 if you have the `atoll' function. */
610 #ifndef USED_FOR_TARGET
611 #undef HAVE_ATOLL
612 #endif
615 /* Define to 1 if you have the `atoq' function. */
616 #ifndef USED_FOR_TARGET
617 #undef HAVE_ATOQ
618 #endif
621 /* Define to 1 if you have the `clearerr_unlocked' function. */
622 #ifndef USED_FOR_TARGET
623 #undef HAVE_CLEARERR_UNLOCKED
624 #endif
627 /* Define to 1 if you have the `clock' function. */
628 #ifndef USED_FOR_TARGET
629 #undef HAVE_CLOCK
630 #endif
633 /* Define if <time.h> defines clock_t. */
634 #ifndef USED_FOR_TARGET
635 #undef HAVE_CLOCK_T
636 #endif
639 /* Define 0/1 if your assembler and linker support COMDAT groups. */
640 #ifndef USED_FOR_TARGET
641 #undef HAVE_COMDAT_GROUP
642 #endif
645 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
646    */
647 #ifndef USED_FOR_TARGET
648 #undef HAVE_DECL_ABORT
649 #endif
652 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
653    0. */
654 #ifndef USED_FOR_TARGET
655 #undef HAVE_DECL_ASPRINTF
656 #endif
659 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
660 #ifndef USED_FOR_TARGET
661 #undef HAVE_DECL_ATOF
662 #endif
665 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
666 #ifndef USED_FOR_TARGET
667 #undef HAVE_DECL_ATOL
668 #endif
671 /* Define to 1 if we found a declaration for 'basename', otherwise define to
672    0. */
673 #ifndef USED_FOR_TARGET
674 #undef HAVE_DECL_BASENAME
675 #endif
678 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
679    */
680 #ifndef USED_FOR_TARGET
681 #undef HAVE_DECL_CALLOC
682 #endif
685 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
686    define to 0. */
687 #ifndef USED_FOR_TARGET
688 #undef HAVE_DECL_CLEARERR_UNLOCKED
689 #endif
692 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
693    */
694 #ifndef USED_FOR_TARGET
695 #undef HAVE_DECL_CLOCK
696 #endif
699 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
700    */
701 #ifndef USED_FOR_TARGET
702 #undef HAVE_DECL_ERRNO
703 #endif
706 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
707    to 0. */
708 #ifndef USED_FOR_TARGET
709 #undef HAVE_DECL_FEOF_UNLOCKED
710 #endif
713 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
714    define to 0. */
715 #ifndef USED_FOR_TARGET
716 #undef HAVE_DECL_FERROR_UNLOCKED
717 #endif
720 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
721    define to 0. */
722 #ifndef USED_FOR_TARGET
723 #undef HAVE_DECL_FFLUSH_UNLOCKED
724 #endif
727 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
728 #ifndef USED_FOR_TARGET
729 #undef HAVE_DECL_FFS
730 #endif
733 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
734    define to 0. */
735 #ifndef USED_FOR_TARGET
736 #undef HAVE_DECL_FGETC_UNLOCKED
737 #endif
740 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
741    define to 0. */
742 #ifndef USED_FOR_TARGET
743 #undef HAVE_DECL_FGETS_UNLOCKED
744 #endif
747 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
748    define to 0. */
749 #ifndef USED_FOR_TARGET
750 #undef HAVE_DECL_FILENO_UNLOCKED
751 #endif
754 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
755    define to 0. */
756 #ifndef USED_FOR_TARGET
757 #undef HAVE_DECL_FPRINTF_UNLOCKED
758 #endif
761 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
762    define to 0. */
763 #ifndef USED_FOR_TARGET
764 #undef HAVE_DECL_FPUTC_UNLOCKED
765 #endif
768 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
769    define to 0. */
770 #ifndef USED_FOR_TARGET
771 #undef HAVE_DECL_FPUTS_UNLOCKED
772 #endif
775 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
776    define to 0. */
777 #ifndef USED_FOR_TARGET
778 #undef HAVE_DECL_FREAD_UNLOCKED
779 #endif
782 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
783 #ifndef USED_FOR_TARGET
784 #undef HAVE_DECL_FREE
785 #endif
788 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
789    define to 0. */
790 #ifndef USED_FOR_TARGET
791 #undef HAVE_DECL_FWRITE_UNLOCKED
792 #endif
795 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
796    define to 0. */
797 #ifndef USED_FOR_TARGET
798 #undef HAVE_DECL_GETCHAR_UNLOCKED
799 #endif
802 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
803    */
804 #ifndef USED_FOR_TARGET
805 #undef HAVE_DECL_GETCWD
806 #endif
809 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
810    to 0. */
811 #ifndef USED_FOR_TARGET
812 #undef HAVE_DECL_GETC_UNLOCKED
813 #endif
816 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
817    */
818 #ifndef USED_FOR_TARGET
819 #undef HAVE_DECL_GETENV
820 #endif
823 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
824    */
825 #ifndef USED_FOR_TARGET
826 #undef HAVE_DECL_GETOPT
827 #endif
830 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
831    to 0. */
832 #ifndef USED_FOR_TARGET
833 #undef HAVE_DECL_GETPAGESIZE
834 #endif
837 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
838    0. */
839 #ifndef USED_FOR_TARGET
840 #undef HAVE_DECL_GETRLIMIT
841 #endif
844 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
845    0. */
846 #ifndef USED_FOR_TARGET
847 #undef HAVE_DECL_GETRUSAGE
848 #endif
851 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
852    */
853 #ifndef USED_FOR_TARGET
854 #undef HAVE_DECL_GETWD
855 #endif
858 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
859    0. */
860 #ifndef USED_FOR_TARGET
861 #undef HAVE_DECL_LDGETNAME
862 #endif
865 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
866    */
867 #ifndef USED_FOR_TARGET
868 #undef HAVE_DECL_MADVISE
869 #endif
872 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
873    */
874 #ifndef USED_FOR_TARGET
875 #undef HAVE_DECL_MALLOC
876 #endif
879 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
880    define to 0. */
881 #ifndef USED_FOR_TARGET
882 #undef HAVE_DECL_PUTCHAR_UNLOCKED
883 #endif
886 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
887    to 0. */
888 #ifndef USED_FOR_TARGET
889 #undef HAVE_DECL_PUTC_UNLOCKED
890 #endif
893 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
894    */
895 #ifndef USED_FOR_TARGET
896 #undef HAVE_DECL_REALLOC
897 #endif
900 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
901 #ifndef USED_FOR_TARGET
902 #undef HAVE_DECL_SBRK
903 #endif
906 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
907    0. */
908 #ifndef USED_FOR_TARGET
909 #undef HAVE_DECL_SETRLIMIT
910 #endif
913 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
914    to 0. */
915 #ifndef USED_FOR_TARGET
916 #undef HAVE_DECL_SIGALTSTACK
917 #endif
920 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
921    0. */
922 #ifndef USED_FOR_TARGET
923 #undef HAVE_DECL_SNPRINTF
924 #endif
927 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
928    */
929 #ifndef USED_FOR_TARGET
930 #undef HAVE_DECL_STPCPY
931 #endif
934 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
935    */
936 #ifndef USED_FOR_TARGET
937 #undef HAVE_DECL_STRNLEN
938 #endif
941 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
942    0. */
943 #ifndef USED_FOR_TARGET
944 #undef HAVE_DECL_STRSIGNAL
945 #endif
948 /* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
949    */
950 #ifndef USED_FOR_TARGET
951 #undef HAVE_DECL_STRSTR
952 #endif
955 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
956    0. */
957 #ifndef USED_FOR_TARGET
958 #undef HAVE_DECL_STRVERSCMP
959 #endif
962 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
963    */
964 #ifndef USED_FOR_TARGET
965 #undef HAVE_DECL_TIMES
966 #endif
969 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
970    0. */
971 #ifndef USED_FOR_TARGET
972 #undef HAVE_DECL_VASPRINTF
973 #endif
976 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
977    0. */
978 #ifndef USED_FOR_TARGET
979 #undef HAVE_DECL_VSNPRINTF
980 #endif
983 /* Define to 1 if you have the <direct.h> header file. */
984 #ifndef USED_FOR_TARGET
985 #undef HAVE_DIRECT_H
986 #endif
989 /* Define to 1 if you have the <dlfcn.h> header file. */
990 #ifndef USED_FOR_TARGET
991 #undef HAVE_DLFCN_H
992 #endif
995 /* Define to 1 if you have the <ext/hash_map> header file. */
996 #ifndef USED_FOR_TARGET
997 #undef HAVE_EXT_HASH_MAP
998 #endif
1001 /* Define to 1 if you have the <fcntl.h> header file. */
1002 #ifndef USED_FOR_TARGET
1003 #undef HAVE_FCNTL_H
1004 #endif
1007 /* Define to 1 if you have the `feof_unlocked' function. */
1008 #ifndef USED_FOR_TARGET
1009 #undef HAVE_FEOF_UNLOCKED
1010 #endif
1013 /* Define to 1 if you have the `ferror_unlocked' function. */
1014 #ifndef USED_FOR_TARGET
1015 #undef HAVE_FERROR_UNLOCKED
1016 #endif
1019 /* Define to 1 if you have the `fflush_unlocked' function. */
1020 #ifndef USED_FOR_TARGET
1021 #undef HAVE_FFLUSH_UNLOCKED
1022 #endif
1025 /* Define to 1 if you have the `fgetc_unlocked' function. */
1026 #ifndef USED_FOR_TARGET
1027 #undef HAVE_FGETC_UNLOCKED
1028 #endif
1031 /* Define to 1 if you have the `fgets_unlocked' function. */
1032 #ifndef USED_FOR_TARGET
1033 #undef HAVE_FGETS_UNLOCKED
1034 #endif
1037 /* Define to 1 if you have the `fileno_unlocked' function. */
1038 #ifndef USED_FOR_TARGET
1039 #undef HAVE_FILENO_UNLOCKED
1040 #endif
1043 /* Define to 1 if you have the `fork' function. */
1044 #ifndef USED_FOR_TARGET
1045 #undef HAVE_FORK
1046 #endif
1049 /* Define to 1 if you have the `fprintf_unlocked' function. */
1050 #ifndef USED_FOR_TARGET
1051 #undef HAVE_FPRINTF_UNLOCKED
1052 #endif
1055 /* Define to 1 if you have the `fputc_unlocked' function. */
1056 #ifndef USED_FOR_TARGET
1057 #undef HAVE_FPUTC_UNLOCKED
1058 #endif
1061 /* Define to 1 if you have the `fputs_unlocked' function. */
1062 #ifndef USED_FOR_TARGET
1063 #undef HAVE_FPUTS_UNLOCKED
1064 #endif
1067 /* Define to 1 if you have the `fread_unlocked' function. */
1068 #ifndef USED_FOR_TARGET
1069 #undef HAVE_FREAD_UNLOCKED
1070 #endif
1073 /* Define to 1 if you have the `fwrite_unlocked' function. */
1074 #ifndef USED_FOR_TARGET
1075 #undef HAVE_FWRITE_UNLOCKED
1076 #endif
1079 /* Define if your assembler supports specifying the alignment of objects
1080    allocated using the GAS .comm command. */
1081 #ifndef USED_FOR_TARGET
1082 #undef HAVE_GAS_ALIGNED_COMM
1083 #endif
1086 /* Define if your assembler supports .balign and .p2align. */
1087 #ifndef USED_FOR_TARGET
1088 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1089 #endif
1092 /* Define 0/1 if your assembler supports CFI directives. */
1093 #undef HAVE_GAS_CFI_DIRECTIVE
1095 /* Define 0/1 if your assembler supports .cfi_personality. */
1096 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1098 /* Define 0/1 if your assembler supports .cfi_sections. */
1099 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1101 /* Define if your assembler supports the .loc discriminator sub-directive. */
1102 #ifndef USED_FOR_TARGET
1103 #undef HAVE_GAS_DISCRIMINATOR
1104 #endif
1107 /* Define if your assembler supports @gnu_unique_object. */
1108 #ifndef USED_FOR_TARGET
1109 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1110 #endif
1113 /* Define if your assembler and linker support .hidden. */
1114 #undef HAVE_GAS_HIDDEN
1116 /* Define if your assembler supports .lcomm with an alignment field. */
1117 #ifndef USED_FOR_TARGET
1118 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1119 #endif
1122 /* Define if your assembler supports .literal16. */
1123 #ifndef USED_FOR_TARGET
1124 #undef HAVE_GAS_LITERAL16
1125 #endif
1128 /* Define if your assembler supports specifying the maximum number of bytes to
1129    skip when using the GAS .p2align command. */
1130 #ifndef USED_FOR_TARGET
1131 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1132 #endif
1135 /* Define if your assembler supports the .set micromips directive */
1136 #ifndef USED_FOR_TARGET
1137 #undef HAVE_GAS_MICROMIPS
1138 #endif
1141 /* Define if your assembler supports .nsubspa comdat option. */
1142 #ifndef USED_FOR_TARGET
1143 #undef HAVE_GAS_NSUBSPA_COMDAT
1144 #endif
1147 /* Define if your assembler and linker support 32-bit section relative relocs
1148    via '.secrel32 label'. */
1149 #ifndef USED_FOR_TARGET
1150 #undef HAVE_GAS_PE_SECREL32_RELOC
1151 #endif
1154 /* Define if your assembler supports specifying the section flag e. */
1155 #ifndef USED_FOR_TARGET
1156 #undef HAVE_GAS_SECTION_EXCLUDE
1157 #endif
1160 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1161    */
1162 #ifndef USED_FOR_TARGET
1163 #undef HAVE_GAS_SHF_MERGE
1164 #endif
1167 /* Define if your assembler supports .subsection and .subsection -1 starts
1168    emitting at the beginning of your section. */
1169 #ifndef USED_FOR_TARGET
1170 #undef HAVE_GAS_SUBSECTION_ORDERING
1171 #endif
1174 /* Define if your assembler supports .weak. */
1175 #ifndef USED_FOR_TARGET
1176 #undef HAVE_GAS_WEAK
1177 #endif
1180 /* Define if your assembler supports .weakref. */
1181 #ifndef USED_FOR_TARGET
1182 #undef HAVE_GAS_WEAKREF
1183 #endif
1186 /* Define to 1 if you have the `getchar_unlocked' function. */
1187 #ifndef USED_FOR_TARGET
1188 #undef HAVE_GETCHAR_UNLOCKED
1189 #endif
1192 /* Define to 1 if you have the `getc_unlocked' function. */
1193 #ifndef USED_FOR_TARGET
1194 #undef HAVE_GETC_UNLOCKED
1195 #endif
1198 /* Define to 1 if you have the `getrlimit' function. */
1199 #ifndef USED_FOR_TARGET
1200 #undef HAVE_GETRLIMIT
1201 #endif
1204 /* Define to 1 if you have the `getrusage' function. */
1205 #ifndef USED_FOR_TARGET
1206 #undef HAVE_GETRUSAGE
1207 #endif
1210 /* Define to 1 if you have the `gettimeofday' function. */
1211 #ifndef USED_FOR_TARGET
1212 #undef HAVE_GETTIMEOFDAY
1213 #endif
1216 /* Define to 1 if using GNU as. */
1217 #ifndef USED_FOR_TARGET
1218 #undef HAVE_GNU_AS
1219 #endif
1222 /* Define if your system supports gnu indirect functions. */
1223 #ifndef USED_FOR_TARGET
1224 #undef HAVE_GNU_INDIRECT_FUNCTION
1225 #endif
1228 /* Define to 1 if using GNU ld. */
1229 #ifndef USED_FOR_TARGET
1230 #undef HAVE_GNU_LD
1231 #endif
1234 /* Define if you have the iconv() function. */
1235 #ifndef USED_FOR_TARGET
1236 #undef HAVE_ICONV
1237 #endif
1240 /* Define to 1 if you have the <iconv.h> header file. */
1241 #ifndef USED_FOR_TARGET
1242 #undef HAVE_ICONV_H
1243 #endif
1246 /* Define .init_array/.fini_array sections are available and working. */
1247 #ifndef USED_FOR_TARGET
1248 #undef HAVE_INITFINI_ARRAY_SUPPORT
1249 #endif
1252 /* Define to 1 if the system has the type `intmax_t'. */
1253 #ifndef USED_FOR_TARGET
1254 #undef HAVE_INTMAX_T
1255 #endif
1258 /* Define to 1 if the system has the type `intptr_t'. */
1259 #ifndef USED_FOR_TARGET
1260 #undef HAVE_INTPTR_T
1261 #endif
1264 /* Define if you have a working <inttypes.h> header file. */
1265 #ifndef USED_FOR_TARGET
1266 #undef HAVE_INTTYPES_H
1267 #endif
1270 /* Define to 1 if you have the `kill' function. */
1271 #ifndef USED_FOR_TARGET
1272 #undef HAVE_KILL
1273 #endif
1276 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1277 #ifndef USED_FOR_TARGET
1278 #undef HAVE_LANGINFO_CODESET
1279 #endif
1282 /* Define to 1 if you have the <langinfo.h> header file. */
1283 #ifndef USED_FOR_TARGET
1284 #undef HAVE_LANGINFO_H
1285 #endif
1288 /* Define if your <locale.h> file defines LC_MESSAGES. */
1289 #ifndef USED_FOR_TARGET
1290 #undef HAVE_LC_MESSAGES
1291 #endif
1294 /* Define to 1 if you have the <ldfcn.h> header file. */
1295 #ifndef USED_FOR_TARGET
1296 #undef HAVE_LDFCN_H
1297 #endif
1300 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1301    options. */
1302 #ifndef USED_FOR_TARGET
1303 #undef HAVE_LD_AS_NEEDED
1304 #endif
1307 /* Define if your linker supports --build-id. */
1308 #ifndef USED_FOR_TARGET
1309 #undef HAVE_LD_BUILDID
1310 #endif
1313 /* Define if the linker supports clearing hardware capabilities via mapfile.
1314    */
1315 #ifndef USED_FOR_TARGET
1316 #undef HAVE_LD_CLEARCAP
1317 #endif
1320 /* Define to the level of your linker's compressed debug section support. */
1321 #ifndef USED_FOR_TARGET
1322 #undef HAVE_LD_COMPRESS_DEBUG
1323 #endif
1326 /* Define if your linker supports --demangle option. */
1327 #ifndef USED_FOR_TARGET
1328 #undef HAVE_LD_DEMANGLE
1329 #endif
1332 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1333 #ifndef USED_FOR_TARGET
1334 #undef HAVE_LD_EH_FRAME_CIEV3
1335 #endif
1338 /* Define if your linker supports .eh_frame_hdr. */
1339 #undef HAVE_LD_EH_FRAME_HDR
1341 /* Define if your linker supports garbage collection of sections in presence
1342    of EH frames. */
1343 #ifndef USED_FOR_TARGET
1344 #undef HAVE_LD_EH_GC_SECTIONS
1345 #endif
1348 /* Define if your linker has buggy garbage collection of sections support when
1349    .text.startup.foo like sections are used. */
1350 #ifndef USED_FOR_TARGET
1351 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1352 #endif
1355 /* Define if your PowerPC64 linker supports a large TOC. */
1356 #ifndef USED_FOR_TARGET
1357 #undef HAVE_LD_LARGE_TOC
1358 #endif
1361 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1362 #ifndef USED_FOR_TARGET
1363 #undef HAVE_LD_NO_DOT_SYMS
1364 #endif
1367 /* Define if your linker can relax absolute .eh_frame personality pointers
1368    into PC-relative form. */
1369 #ifndef USED_FOR_TARGET
1370 #undef HAVE_LD_PERSONALITY_RELAXATION
1371 #endif
1374 /* Define if your linker supports -pie option. */
1375 #ifndef USED_FOR_TARGET
1376 #undef HAVE_LD_PIE
1377 #endif
1380 /* Define if your linker links a mix of read-only and read-write sections into
1381    a read-write section. */
1382 #ifndef USED_FOR_TARGET
1383 #undef HAVE_LD_RO_RW_SECTION_MIXING
1384 #endif
1387 /* Define if your linker supports the *_sol2 emulations. */
1388 #ifndef USED_FOR_TARGET
1389 #undef HAVE_LD_SOL2_EMULATION
1390 #endif
1393 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1394 #ifndef USED_FOR_TARGET
1395 #undef HAVE_LD_STATIC_DYNAMIC
1396 #endif
1399 /* Define if your linker supports --sysroot. */
1400 #ifndef USED_FOR_TARGET
1401 #undef HAVE_LD_SYSROOT
1402 #endif
1405 /* Define to 1 if you have the <limits.h> header file. */
1406 #ifndef USED_FOR_TARGET
1407 #undef HAVE_LIMITS_H
1408 #endif
1411 /* Define to 1 if you have the <locale.h> header file. */
1412 #ifndef USED_FOR_TARGET
1413 #undef HAVE_LOCALE_H
1414 #endif
1417 /* Define to 1 if the system has the type `long long'. */
1418 #ifndef USED_FOR_TARGET
1419 #undef HAVE_LONG_LONG
1420 #endif
1423 /* Define to 1 if the system has the type `long long int'. */
1424 #ifndef USED_FOR_TARGET
1425 #undef HAVE_LONG_LONG_INT
1426 #endif
1429 /* Define to the level of your linker's plugin support. */
1430 #ifndef USED_FOR_TARGET
1431 #undef HAVE_LTO_PLUGIN
1432 #endif
1435 /* Define to 1 if you have the `madvise' function. */
1436 #ifndef USED_FOR_TARGET
1437 #undef HAVE_MADVISE
1438 #endif
1441 /* Define to 1 if you have the <malloc.h> header file. */
1442 #ifndef USED_FOR_TARGET
1443 #undef HAVE_MALLOC_H
1444 #endif
1447 /* Define to 1 if you have the `mbstowcs' function. */
1448 #ifndef USED_FOR_TARGET
1449 #undef HAVE_MBSTOWCS
1450 #endif
1453 /* Define if valgrind's memcheck.h header is installed. */
1454 #ifndef USED_FOR_TARGET
1455 #undef HAVE_MEMCHECK_H
1456 #endif
1459 /* Define to 1 if you have the <memory.h> header file. */
1460 #ifndef USED_FOR_TARGET
1461 #undef HAVE_MEMORY_H
1462 #endif
1465 /* Define to 1 if you have the `mmap' function. */
1466 #ifndef USED_FOR_TARGET
1467 #undef HAVE_MMAP
1468 #endif
1471 /* Define if mmap with MAP_ANON(YMOUS) works. */
1472 #ifndef USED_FOR_TARGET
1473 #undef HAVE_MMAP_ANON
1474 #endif
1477 /* Define if mmap of /dev/zero works. */
1478 #ifndef USED_FOR_TARGET
1479 #undef HAVE_MMAP_DEV_ZERO
1480 #endif
1483 /* Define if read-only mmap of a plain file works. */
1484 #ifndef USED_FOR_TARGET
1485 #undef HAVE_MMAP_FILE
1486 #endif
1489 /* Define to 1 if you have the `nl_langinfo' function. */
1490 #ifndef USED_FOR_TARGET
1491 #undef HAVE_NL_LANGINFO
1492 #endif
1495 /* Define to 1 if you have the `popen' function. */
1496 #ifndef USED_FOR_TARGET
1497 #undef HAVE_POPEN
1498 #endif
1501 /* Define to 1 if you have the `putchar_unlocked' function. */
1502 #ifndef USED_FOR_TARGET
1503 #undef HAVE_PUTCHAR_UNLOCKED
1504 #endif
1507 /* Define to 1 if you have the `putc_unlocked' function. */
1508 #ifndef USED_FOR_TARGET
1509 #undef HAVE_PUTC_UNLOCKED
1510 #endif
1513 /* Define to 1 if you have the `setlocale' function. */
1514 #ifndef USED_FOR_TARGET
1515 #undef HAVE_SETLOCALE
1516 #endif
1519 /* Define to 1 if you have the `setrlimit' function. */
1520 #ifndef USED_FOR_TARGET
1521 #undef HAVE_SETRLIMIT
1522 #endif
1525 /* Define to 1 if you have the <stddef.h> header file. */
1526 #ifndef USED_FOR_TARGET
1527 #undef HAVE_STDDEF_H
1528 #endif
1531 /* Define to 1 if you have the <stdint.h> header file. */
1532 #ifndef USED_FOR_TARGET
1533 #undef HAVE_STDINT_H
1534 #endif
1537 /* Define to 1 if you have the <stdlib.h> header file. */
1538 #ifndef USED_FOR_TARGET
1539 #undef HAVE_STDLIB_H
1540 #endif
1543 /* Define to 1 if you have the <strings.h> header file. */
1544 #ifndef USED_FOR_TARGET
1545 #undef HAVE_STRINGS_H
1546 #endif
1549 /* Define to 1 if you have the <string.h> header file. */
1550 #ifndef USED_FOR_TARGET
1551 #undef HAVE_STRING_H
1552 #endif
1555 /* Define to 1 if you have the `strsignal' function. */
1556 #ifndef USED_FOR_TARGET
1557 #undef HAVE_STRSIGNAL
1558 #endif
1561 /* Define if <sys/times.h> defines struct tms. */
1562 #ifndef USED_FOR_TARGET
1563 #undef HAVE_STRUCT_TMS
1564 #endif
1567 /* Define to 1 if you have the `sysconf' function. */
1568 #ifndef USED_FOR_TARGET
1569 #undef HAVE_SYSCONF
1570 #endif
1573 /* Define to 1 if you have the <sys/file.h> header file. */
1574 #ifndef USED_FOR_TARGET
1575 #undef HAVE_SYS_FILE_H
1576 #endif
1579 /* Define to 1 if you have the <sys/mman.h> header file. */
1580 #ifndef USED_FOR_TARGET
1581 #undef HAVE_SYS_MMAN_H
1582 #endif
1585 /* Define to 1 if you have the <sys/param.h> header file. */
1586 #ifndef USED_FOR_TARGET
1587 #undef HAVE_SYS_PARAM_H
1588 #endif
1591 /* Define to 1 if you have the <sys/resource.h> header file. */
1592 #ifndef USED_FOR_TARGET
1593 #undef HAVE_SYS_RESOURCE_H
1594 #endif
1597 /* Define if your target C library provides sys/sdt.h */
1598 #undef HAVE_SYS_SDT_H
1600 /* Define to 1 if you have the <sys/stat.h> header file. */
1601 #ifndef USED_FOR_TARGET
1602 #undef HAVE_SYS_STAT_H
1603 #endif
1606 /* Define to 1 if you have the <sys/times.h> header file. */
1607 #ifndef USED_FOR_TARGET
1608 #undef HAVE_SYS_TIMES_H
1609 #endif
1612 /* Define to 1 if you have the <sys/time.h> header file. */
1613 #ifndef USED_FOR_TARGET
1614 #undef HAVE_SYS_TIME_H
1615 #endif
1618 /* Define to 1 if you have the <sys/types.h> header file. */
1619 #ifndef USED_FOR_TARGET
1620 #undef HAVE_SYS_TYPES_H
1621 #endif
1624 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1625 #ifndef USED_FOR_TARGET
1626 #undef HAVE_SYS_WAIT_H
1627 #endif
1630 /* Define to 1 if you have the `times' function. */
1631 #ifndef USED_FOR_TARGET
1632 #undef HAVE_TIMES
1633 #endif
1636 /* Define to 1 if you have the <time.h> header file. */
1637 #ifndef USED_FOR_TARGET
1638 #undef HAVE_TIME_H
1639 #endif
1642 /* Define to 1 if you have the <tr1/unordered_map> header file. */
1643 #ifndef USED_FOR_TARGET
1644 #undef HAVE_TR1_UNORDERED_MAP
1645 #endif
1648 /* Define to 1 if the system has the type `uintmax_t'. */
1649 #ifndef USED_FOR_TARGET
1650 #undef HAVE_UINTMAX_T
1651 #endif
1654 /* Define to 1 if the system has the type `uintptr_t'. */
1655 #ifndef USED_FOR_TARGET
1656 #undef HAVE_UINTPTR_T
1657 #endif
1660 /* Define to 1 if you have the <unistd.h> header file. */
1661 #ifndef USED_FOR_TARGET
1662 #undef HAVE_UNISTD_H
1663 #endif
1666 /* Define to 1 if you have the <unordered_map> header file. */
1667 #ifndef USED_FOR_TARGET
1668 #undef HAVE_UNORDERED_MAP
1669 #endif
1672 /* Define to 1 if the system has the type `unsigned long long int'. */
1673 #ifndef USED_FOR_TARGET
1674 #undef HAVE_UNSIGNED_LONG_LONG_INT
1675 #endif
1678 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1679 #ifndef USED_FOR_TARGET
1680 #undef HAVE_VALGRIND_MEMCHECK_H
1681 #endif
1684 /* Define to 1 if you have the `vfork' function. */
1685 #ifndef USED_FOR_TARGET
1686 #undef HAVE_VFORK
1687 #endif
1690 /* Define to 1 if you have the <vfork.h> header file. */
1691 #ifndef USED_FOR_TARGET
1692 #undef HAVE_VFORK_H
1693 #endif
1696 /* Define to 1 if you have the <wchar.h> header file. */
1697 #ifndef USED_FOR_TARGET
1698 #undef HAVE_WCHAR_H
1699 #endif
1702 /* Define to 1 if you have the `wcswidth' function. */
1703 #ifndef USED_FOR_TARGET
1704 #undef HAVE_WCSWIDTH
1705 #endif
1708 /* Define to 1 if `fork' works. */
1709 #ifndef USED_FOR_TARGET
1710 #undef HAVE_WORKING_FORK
1711 #endif
1714 /* Define this macro if mbstowcs does not crash when its first argument is
1715    NULL. */
1716 #ifndef USED_FOR_TARGET
1717 #undef HAVE_WORKING_MBSTOWCS
1718 #endif
1721 /* Define to 1 if `vfork' works. */
1722 #ifndef USED_FOR_TARGET
1723 #undef HAVE_WORKING_VFORK
1724 #endif
1727 /* Define if isl is in use. */
1728 #ifndef USED_FOR_TARGET
1729 #undef HAVE_isl
1730 #endif
1733 /* Define if F_SETLKW supported by fcntl. */
1734 #ifndef USED_FOR_TARGET
1735 #undef HOST_HAS_F_SETLKW
1736 #endif
1739 /* Define as const if the declaration of iconv() needs const. */
1740 #ifndef USED_FOR_TARGET
1741 #undef ICONV_CONST
1742 #endif
1745 /* Define if int64_t uses long as underlying type. */
1746 #ifndef USED_FOR_TARGET
1747 #undef INT64_T_IS_LONG
1748 #endif
1751 /* Define to the linker option to ignore unused dependencies. */
1752 #ifndef USED_FOR_TARGET
1753 #undef LD_AS_NEEDED_OPTION
1754 #endif
1757 /* Define to the linker option to enable compressed debug sections. */
1758 #ifndef USED_FOR_TARGET
1759 #undef LD_COMPRESS_DEBUG_OPTION
1760 #endif
1763 /* Define to the linker option to enable use of shared objects. */
1764 #ifndef USED_FOR_TARGET
1765 #undef LD_DYNAMIC_OPTION
1766 #endif
1769 /* Define to the linker option to keep unused dependencies. */
1770 #ifndef USED_FOR_TARGET
1771 #undef LD_NO_AS_NEEDED_OPTION
1772 #endif
1775 /* Define to the linker option to disable use of shared objects. */
1776 #ifndef USED_FOR_TARGET
1777 #undef LD_STATIC_OPTION
1778 #endif
1781 /* The linker hash style */
1782 #ifndef USED_FOR_TARGET
1783 #undef LINKER_HASH_STYLE
1784 #endif
1787 /* Define to the name of the LTO plugin DSO that must be passed to the
1788    linker's -plugin=LIB option. */
1789 #ifndef USED_FOR_TARGET
1790 #undef LTOPLUGINSONAME
1791 #endif
1794 /* Define to the sub-directory in which libtool stores uninstalled libraries.
1795    */
1796 #ifndef USED_FOR_TARGET
1797 #undef LT_OBJDIR
1798 #endif
1801 /* Define if host mkdir takes a single argument. */
1802 #ifndef USED_FOR_TARGET
1803 #undef MKDIR_TAKES_ONE_ARG
1804 #endif
1807 /* Define to hold the list of target names suitable for offloading. */
1808 #ifndef USED_FOR_TARGET
1809 #undef OFFLOAD_TARGETS
1810 #endif
1813 /* Define to the address where bug reports for this package should be sent. */
1814 #ifndef USED_FOR_TARGET
1815 #undef PACKAGE_BUGREPORT
1816 #endif
1819 /* Define to the full name of this package. */
1820 #ifndef USED_FOR_TARGET
1821 #undef PACKAGE_NAME
1822 #endif
1825 /* Define to the full name and version of this package. */
1826 #ifndef USED_FOR_TARGET
1827 #undef PACKAGE_STRING
1828 #endif
1831 /* Define to the one symbol short name of this package. */
1832 #ifndef USED_FOR_TARGET
1833 #undef PACKAGE_TARNAME
1834 #endif
1837 /* Define to the home page for this package. */
1838 #ifndef USED_FOR_TARGET
1839 #undef PACKAGE_URL
1840 #endif
1843 /* Define to the version of this package. */
1844 #ifndef USED_FOR_TARGET
1845 #undef PACKAGE_VERSION
1846 #endif
1849 /* Specify plugin linker */
1850 #ifndef USED_FOR_TARGET
1851 #undef PLUGIN_LD_SUFFIX
1852 #endif
1855 /* Define to PREFIX/include if cpp should also search that directory. */
1856 #ifndef USED_FOR_TARGET
1857 #undef PREFIX_INCLUDE_DIR
1858 #endif
1861 /* The size of `int', as computed by sizeof. */
1862 #ifndef USED_FOR_TARGET
1863 #undef SIZEOF_INT
1864 #endif
1867 /* The size of `long', as computed by sizeof. */
1868 #ifndef USED_FOR_TARGET
1869 #undef SIZEOF_LONG
1870 #endif
1873 /* The size of `long long', as computed by sizeof. */
1874 #ifndef USED_FOR_TARGET
1875 #undef SIZEOF_LONG_LONG
1876 #endif
1879 /* The size of `short', as computed by sizeof. */
1880 #ifndef USED_FOR_TARGET
1881 #undef SIZEOF_SHORT
1882 #endif
1885 /* The size of `void *', as computed by sizeof. */
1886 #ifndef USED_FOR_TARGET
1887 #undef SIZEOF_VOID_P
1888 #endif
1891 /* Define to 1 if you have the ANSI C header files. */
1892 #ifndef USED_FOR_TARGET
1893 #undef STDC_HEADERS
1894 #endif
1897 /* Define if you can safely include both <string.h> and <strings.h>. */
1898 #ifndef USED_FOR_TARGET
1899 #undef STRING_WITH_STRINGS
1900 #endif
1903 /* Define if TFmode long double should be the default */
1904 #ifndef USED_FOR_TARGET
1905 #undef TARGET_DEFAULT_LONG_DOUBLE_128
1906 #endif
1909 /* Define if your target C library provides the `dl_iterate_phdr' function. */
1910 #undef TARGET_DL_ITERATE_PHDR
1912 /* GNU C Library major version number used on the target, or 0. */
1913 #ifndef USED_FOR_TARGET
1914 #undef TARGET_GLIBC_MAJOR
1915 #endif
1918 /* GNU C Library minor version number used on the target, or 0. */
1919 #ifndef USED_FOR_TARGET
1920 #undef TARGET_GLIBC_MINOR
1921 #endif
1924 /* Define if your target C library provides stack protector support */
1925 #ifndef USED_FOR_TARGET
1926 #undef TARGET_LIBC_PROVIDES_SSP
1927 #endif
1930 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1931 #ifndef USED_FOR_TARGET
1932 #undef TIME_WITH_SYS_TIME
1933 #endif
1936 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
1937    work. */
1938 #ifndef USED_FOR_TARGET
1939 #undef TLS_SECTION_ASM_FLAG
1940 #endif
1943 /* Define if your assembler mis-optimizes .eh_frame data. */
1944 #ifndef USED_FOR_TARGET
1945 #undef USE_AS_TRADITIONAL_FORMAT
1946 #endif
1949 /* Define if you want to generate code by default that assumes that the Cygwin
1950    DLL exports wrappers to support libstdc++ function replacement. */
1951 #ifndef USED_FOR_TARGET
1952 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
1953 #endif
1956 /* Define to 1 if the 'long long' type is wider than 'long' but still
1957    efficiently supported by the host hardware. */
1958 #ifndef USED_FOR_TARGET
1959 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
1960 #endif
1963 /* Define if we should use leading underscore on 64 bit mingw targets */
1964 #ifndef USED_FOR_TARGET
1965 #undef USE_MINGW64_LEADING_UNDERSCORES
1966 #endif
1969 /* Enable extensions on AIX 3, Interix.  */
1970 #ifndef _ALL_SOURCE
1971 # undef _ALL_SOURCE
1972 #endif
1973 /* Enable GNU extensions on systems that have them.  */
1974 #ifndef _GNU_SOURCE
1975 # undef _GNU_SOURCE
1976 #endif
1977 /* Enable threading extensions on Solaris.  */
1978 #ifndef _POSIX_PTHREAD_SEMANTICS
1979 # undef _POSIX_PTHREAD_SEMANTICS
1980 #endif
1981 /* Enable extensions on HP NonStop.  */
1982 #ifndef _TANDEM_SOURCE
1983 # undef _TANDEM_SOURCE
1984 #endif
1985 /* Enable general extensions on Solaris.  */
1986 #ifndef __EXTENSIONS__
1987 # undef __EXTENSIONS__
1988 #endif
1991 /* Define to be the last component of the Windows registry key under which to
1992    look for installation paths. The full key used will be
1993    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
1994    The default is the GCC version number. */
1995 #ifndef USED_FOR_TARGET
1996 #undef WIN32_REGISTRY_KEY
1997 #endif
2000 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2001    significant byte first (like Motorola and SPARC, unlike Intel). */
2002 #if defined AC_APPLE_UNIVERSAL_BUILD
2003 # if defined __BIG_ENDIAN__
2004 #  define WORDS_BIGENDIAN 1
2005 # endif
2006 #else
2007 # ifndef WORDS_BIGENDIAN
2008 #  undef WORDS_BIGENDIAN
2009 # endif
2010 #endif
2012 /* Number of bits in a file offset, on hosts where this is settable. */
2013 #ifndef USED_FOR_TARGET
2014 #undef _FILE_OFFSET_BITS
2015 #endif
2018 /* Define for large files, on AIX-style hosts. */
2019 #ifndef USED_FOR_TARGET
2020 #undef _LARGE_FILES
2021 #endif
2024 /* Define to 1 if on MINIX. */
2025 #ifndef USED_FOR_TARGET
2026 #undef _MINIX
2027 #endif
2030 /* Define to 2 if the system does not provide POSIX.1 features except with
2031    this defined. */
2032 #ifndef USED_FOR_TARGET
2033 #undef _POSIX_1_SOURCE
2034 #endif
2037 /* Define to 1 if you need to in order for `stat' and other things to work. */
2038 #ifndef USED_FOR_TARGET
2039 #undef _POSIX_SOURCE
2040 #endif
2043 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2044    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2045    #define below would cause a syntax error. */
2046 #ifndef USED_FOR_TARGET
2047 #undef _UINT32_T
2048 #endif
2051 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2052    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2053    #define below would cause a syntax error. */
2054 #ifndef USED_FOR_TARGET
2055 #undef _UINT64_T
2056 #endif
2059 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2060    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2061    #define below would cause a syntax error. */
2062 #ifndef USED_FOR_TARGET
2063 #undef _UINT8_T
2064 #endif
2067 /* Define to `char *' if <sys/types.h> does not define. */
2068 #ifndef USED_FOR_TARGET
2069 #undef caddr_t
2070 #endif
2073 /* Define to `__inline__' or `__inline' if that's what the C compiler
2074    calls it, or to nothing if 'inline' is not supported under any name.  */
2075 #ifndef __cplusplus
2076 #undef inline
2077 #endif
2079 /* Define to the type of a signed integer type of width exactly 16 bits if
2080    such a type exists and the standard includes do not define it. */
2081 #ifndef USED_FOR_TARGET
2082 #undef int16_t
2083 #endif
2086 /* Define to the type of a signed integer type of width exactly 32 bits if
2087    such a type exists and the standard includes do not define it. */
2088 #ifndef USED_FOR_TARGET
2089 #undef int32_t
2090 #endif
2093 /* Define to the type of a signed integer type of width exactly 64 bits if
2094    such a type exists and the standard includes do not define it. */
2095 #ifndef USED_FOR_TARGET
2096 #undef int64_t
2097 #endif
2100 /* Define to the type of a signed integer type of width exactly 8 bits if such
2101    a type exists and the standard includes do not define it. */
2102 #ifndef USED_FOR_TARGET
2103 #undef int8_t
2104 #endif
2107 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2108    not define. */
2109 #ifndef USED_FOR_TARGET
2110 #undef intmax_t
2111 #endif
2114 /* Define to the type of a signed integer type wide enough to hold a pointer,
2115    if such a type exists, and if the system does not define it. */
2116 #ifndef USED_FOR_TARGET
2117 #undef intptr_t
2118 #endif
2121 /* Define to `int' if <sys/types.h> does not define. */
2122 #ifndef USED_FOR_TARGET
2123 #undef pid_t
2124 #endif
2127 /* Define to `long' if <sys/resource.h> doesn't define. */
2128 #ifndef USED_FOR_TARGET
2129 #undef rlim_t
2130 #endif
2133 /* Define to `int' if <sys/types.h> does not define. */
2134 #ifndef USED_FOR_TARGET
2135 #undef ssize_t
2136 #endif
2139 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2140    such a type exists and the standard includes do not define it. */
2141 #ifndef USED_FOR_TARGET
2142 #undef uint16_t
2143 #endif
2146 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2147    such a type exists and the standard includes do not define it. */
2148 #ifndef USED_FOR_TARGET
2149 #undef uint32_t
2150 #endif
2153 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2154    such a type exists and the standard includes do not define it. */
2155 #ifndef USED_FOR_TARGET
2156 #undef uint64_t
2157 #endif
2160 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2161    such a type exists and the standard includes do not define it. */
2162 #ifndef USED_FOR_TARGET
2163 #undef uint8_t
2164 #endif
2167 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2168    do not define. */
2169 #ifndef USED_FOR_TARGET
2170 #undef uintmax_t
2171 #endif
2174 /* Define to the type of an unsigned integer type wide enough to hold a
2175    pointer, if such a type exists, and if the system does not define it. */
2176 #ifndef USED_FOR_TARGET
2177 #undef uintptr_t
2178 #endif
2181 /* Define as `fork' if `vfork' does not work. */
2182 #ifndef USED_FOR_TARGET
2183 #undef vfork
2184 #endif