* gcc.dg/compat/struct-layout-1_generate.c (dg_options): New. Moved
[official-gcc.git] / gcc / config.in
blob30a67a7de029475cca6fffc90004a8f03d77b568
1 /* config.in.  Generated from configure.ac by autoheader.  */
3 /* Define as the number of bits in a byte, if `limits.h' doesn't. */
4 #ifndef USED_FOR_TARGET
5 #undef CHAR_BIT
6 #endif
9 /* Define 0/1 to force the choice for exception handling model. */
10 #ifndef USED_FOR_TARGET
11 #undef CONFIG_SJLJ_EXCEPTIONS
12 #endif
15 /* Define to enable the use of a default assembler. */
16 #ifndef USED_FOR_TARGET
17 #undef DEFAULT_ASSEMBLER
18 #endif
21 /* Define to enable the use of a default linker. */
22 #ifndef USED_FOR_TARGET
23 #undef DEFAULT_LINKER
24 #endif
27 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
28    destructors for local statics and global objects. This is essential for
29    fully standards-compliant handling of destructors, but requires
30    __cxa_atexit in libc. */
31 #ifndef USED_FOR_TARGET
32 #undef DEFAULT_USE_CXA_ATEXIT
33 #endif
36 /* Define if you want assertions enabled. This is a cheap check. */
37 #ifndef USED_FOR_TARGET
38 #undef ENABLE_ASSERT_CHECKING
39 #endif
42 /* Define if you want more run-time sanity checks. This one gets a grab bag of
43    miscellaneous but relatively cheap checks. */
44 #ifndef USED_FOR_TARGET
45 #undef ENABLE_CHECKING
46 #endif
49 /* Define to 1 to specify that we are using the BID decimal floating point
50    format instead of DPD */
51 #ifndef USED_FOR_TARGET
52 #undef ENABLE_DECIMAL_BID_FORMAT
53 #endif
56 /* Define to 1 to enable decimal float extension to C. */
57 #ifndef USED_FOR_TARGET
58 #undef ENABLE_DECIMAL_FLOAT
59 #endif
62 /* Define if you want more run-time sanity checks for dataflow. */
63 #ifndef USED_FOR_TARGET
64 #undef ENABLE_DF_CHECKING
65 #endif
68 /* Define to 1 to enable fixed-point arithmetic extension to C. */
69 #ifndef USED_FOR_TARGET
70 #undef ENABLE_FIXED_POINT
71 #endif
74 /* Define if you want fold checked that it never destructs its argument. This
75    is quite expensive. */
76 #ifndef USED_FOR_TARGET
77 #undef ENABLE_FOLD_CHECKING
78 #endif
81 /* Define if you want the garbage collector to operate in maximally paranoid
82    mode, validating the entire heap and collecting garbage at every
83    opportunity. This is extremely expensive. */
84 #ifndef USED_FOR_TARGET
85 #undef ENABLE_GC_ALWAYS_COLLECT
86 #endif
89 /* Define if you want the garbage collector to do object poisoning and other
90    memory allocation checks. This is quite expensive. */
91 #ifndef USED_FOR_TARGET
92 #undef ENABLE_GC_CHECKING
93 #endif
96 /* Define if you want operations on GIMPLE (the basic data structure of the
97    high-level optimizers) to be checked for dynamic type safety at runtime.
98    This is moderately expensive. */
99 #ifndef USED_FOR_TARGET
100 #undef ENABLE_GIMPLE_CHECKING
101 #endif
104 /* Define to 1 if translation of program messages to the user's native
105    language is requested. */
106 #ifndef USED_FOR_TARGET
107 #undef ENABLE_NLS
108 #endif
111 /* Define if you want all operations on RTL (the basic data structure of the
112    optimizer and back end) to be checked for dynamic type safety at runtime.
113    This is quite expensive. */
114 #ifndef USED_FOR_TARGET
115 #undef ENABLE_RTL_CHECKING
116 #endif
119 /* Define if you want RTL flag accesses to be checked against the RTL codes
120    that are supported for each access macro. This is relatively cheap. */
121 #ifndef USED_FOR_TARGET
122 #undef ENABLE_RTL_FLAG_CHECKING
123 #endif
126 /* Define if you want runtime assertions enabled. This is a cheap check. */
127 #undef ENABLE_RUNTIME_CHECKING
129 /* Define if you want all operations on trees (the basic data structure of the
130    front ends) to be checked for dynamic type safety at runtime. This is
131    moderately expensive. The tree browser debugging routines will also be
132    enabled by this option. */
133 #ifndef USED_FOR_TARGET
134 #undef ENABLE_TREE_CHECKING
135 #endif
138 /* Define if you want all gimple types to be verified after gimplifiation.
139    This is cheap. */
140 #ifndef USED_FOR_TARGET
141 #undef ENABLE_TYPES_CHECKING
142 #endif
145 /* Define if you want to run subprograms and generated programs through
146    valgrind (a memory checker). This is extremely expensive. */
147 #ifndef USED_FOR_TARGET
148 #undef ENABLE_VALGRIND_CHECKING
149 #endif
152 /* Define to 1 if installation paths should be looked up in the Windows
153    Registry. Ignored on non-Windows hosts. */
154 #ifndef USED_FOR_TARGET
155 #undef ENABLE_WIN32_REGISTRY
156 #endif
159 /* Define to the name of a file containing a list of extra machine modes for
160    this architecture. */
161 #ifndef USED_FOR_TARGET
162 #undef EXTRA_MODES_FILE
163 #endif
166 /* Define to enable detailed memory allocation stats gathering. */
167 #ifndef USED_FOR_TARGET
168 #undef GATHER_STATISTICS
169 #endif
172 /* Define to the type of elements in the array set by `getgroups'. Usually
173    this is either `int' or `gid_t'. */
174 #ifndef USED_FOR_TARGET
175 #undef GETGROUPS_T
176 #endif
179 /* Define if the zone collector is in use */
180 #ifndef USED_FOR_TARGET
181 #undef GGC_ZONE
182 #endif
185 /* mcontext_t fields start with __ */
186 #ifndef USED_FOR_TARGET
187 #undef HAS_MCONTEXT_T_UNDERSCORES
188 #endif
191 /* Define if your assembler supports cmpb. */
192 #ifndef USED_FOR_TARGET
193 #undef HAVE_AS_CMPB
194 #endif
197 /* Define if your assembler supports the --debug-prefix-map option. */
198 #ifndef USED_FOR_TARGET
199 #undef HAVE_AS_DEBUG_PREFIX_MAP
200 #endif
203 /* Define if your assembler supports DFP instructions. */
204 #ifndef USED_FOR_TARGET
205 #undef HAVE_AS_DFP
206 #endif
209 /* Define if your assembler supports .dtprelword. */
210 #ifndef USED_FOR_TARGET
211 #undef HAVE_AS_DTPRELWORD
212 #endif
215 /* Define if your assembler supports dwarf2 .file/.loc directives, and
216    preserves file table indices exactly as given. */
217 #ifndef USED_FOR_TARGET
218 #undef HAVE_AS_DWARF2_DEBUG_LINE
219 #endif
222 /* Define if your assembler supports explicit relocations. */
223 #ifndef USED_FOR_TARGET
224 #undef HAVE_AS_EXPLICIT_RELOCS
225 #endif
228 /* Define if your assembler supports fprnd. */
229 #ifndef USED_FOR_TARGET
230 #undef HAVE_AS_FPRND
231 #endif
234 /* Define if your assembler supports the --gdwarf2 option. */
235 #ifndef USED_FOR_TARGET
236 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
237 #endif
240 /* Define if your assembler supports .gnu_attribute. */
241 #ifndef USED_FOR_TARGET
242 #undef HAVE_AS_GNU_ATTRIBUTE
243 #endif
246 /* Define true if the assembler supports '.long foo@GOTOFF'. */
247 #ifndef USED_FOR_TARGET
248 #undef HAVE_AS_GOTOFF_IN_DATA
249 #endif
252 /* Define if your assembler supports the --gstabs option. */
253 #ifndef USED_FOR_TARGET
254 #undef HAVE_AS_GSTABS_DEBUG_FLAG
255 #endif
258 /* Define if your assembler supports the Sun syntax for cmov. */
259 #ifndef USED_FOR_TARGET
260 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
261 #endif
264 /* Define if your assembler supports the subtraction of symbols in different
265    sections. */
266 #ifndef USED_FOR_TARGET
267 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
268 #endif
271 /* Define if your assembler supports the ffreep mnemonic. */
272 #ifndef USED_FOR_TARGET
273 #undef HAVE_AS_IX86_FFREEP
274 #endif
277 /* Define if your assembler supports the sahf mnemonic. */
278 #ifndef USED_FOR_TARGET
279 #undef HAVE_AS_IX86_SAHF
280 #endif
283 /* Define if your assembler supports the lituse_jsrdirect relocation. */
284 #ifndef USED_FOR_TARGET
285 #undef HAVE_AS_JSRDIRECT_RELOCS
286 #endif
289 /* Define if your assembler supports .sleb128 and .uleb128. */
290 #ifndef USED_FOR_TARGET
291 #undef HAVE_AS_LEB128
292 #endif
295 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
296 #ifndef USED_FOR_TARGET
297 #undef HAVE_AS_LINE_ZERO
298 #endif
301 /* Define if your assembler supports ltoffx and ldxmov relocations. */
302 #ifndef USED_FOR_TARGET
303 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
304 #endif
307 /* Define if your assembler supports mfcr field. */
308 #ifndef USED_FOR_TARGET
309 #undef HAVE_AS_MFCRF
310 #endif
313 /* Define if your assembler supports mffgpr and mftgpr. */
314 #ifndef USED_FOR_TARGET
315 #undef HAVE_AS_MFPGPR
316 #endif
319 /* Define if your assembler supports the -no-mul-bug-abort option. */
320 #ifndef USED_FOR_TARGET
321 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
322 #endif
325 /* Define if the assembler understands -mno-shared. */
326 #ifndef USED_FOR_TARGET
327 #undef HAVE_AS_NO_SHARED
328 #endif
331 /* Define if your assembler supports offsetable %lo(). */
332 #ifndef USED_FOR_TARGET
333 #undef HAVE_AS_OFFSETABLE_LO10
334 #endif
337 /* Define if your assembler supports popcntb field. */
338 #ifndef USED_FOR_TARGET
339 #undef HAVE_AS_POPCNTB
340 #endif
343 /* Define if your assembler supports .register. */
344 #ifndef USED_FOR_TARGET
345 #undef HAVE_AS_REGISTER_PSEUDO_OP
346 #endif
349 /* Define if your assembler supports R_PPC_REL16 relocs. */
350 #ifndef USED_FOR_TARGET
351 #undef HAVE_AS_REL16
352 #endif
355 /* Define if your assembler supports -relax option. */
356 #ifndef USED_FOR_TARGET
357 #undef HAVE_AS_RELAX_OPTION
358 #endif
361 /* Define if your assembler and linker support unaligned PC relative relocs.
362    */
363 #ifndef USED_FOR_TARGET
364 #undef HAVE_AS_SPARC_UA_PCREL
365 #endif
368 /* Define if your assembler and linker support unaligned PC relative relocs
369    against hidden symbols. */
370 #ifndef USED_FOR_TARGET
371 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
372 #endif
375 /* Define if your assembler supports thread-local storage. */
376 #ifndef USED_FOR_TARGET
377 #undef HAVE_AS_TLS
378 #endif
381 /* Define if your assembler supports VSX instructions. */
382 #ifndef USED_FOR_TARGET
383 #undef HAVE_AS_VSX
384 #endif
387 /* Define to 1 if you have the `atoll' function. */
388 #ifndef USED_FOR_TARGET
389 #undef HAVE_ATOLL
390 #endif
393 /* Define to 1 if you have the `atoq' function. */
394 #ifndef USED_FOR_TARGET
395 #undef HAVE_ATOQ
396 #endif
399 /* Define to 1 if you have the `clearerr_unlocked' function. */
400 #ifndef USED_FOR_TARGET
401 #undef HAVE_CLEARERR_UNLOCKED
402 #endif
405 /* Define to 1 if you have the `clock' function. */
406 #ifndef USED_FOR_TARGET
407 #undef HAVE_CLOCK
408 #endif
411 /* Define if <time.h> defines clock_t. */
412 #ifndef USED_FOR_TARGET
413 #undef HAVE_CLOCK_T
414 #endif
417 /* Define 0/1 if your assembler and linker support COMDAT groups. */
418 #ifndef USED_FOR_TARGET
419 #undef HAVE_COMDAT_GROUP
420 #endif
423 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
424    */
425 #ifndef USED_FOR_TARGET
426 #undef HAVE_DECL_ABORT
427 #endif
430 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
431    0. */
432 #ifndef USED_FOR_TARGET
433 #undef HAVE_DECL_ASPRINTF
434 #endif
437 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
438 #ifndef USED_FOR_TARGET
439 #undef HAVE_DECL_ATOF
440 #endif
443 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
444 #ifndef USED_FOR_TARGET
445 #undef HAVE_DECL_ATOL
446 #endif
449 /* Define to 1 if we found a declaration for 'basename', otherwise define to
450    0. */
451 #ifndef USED_FOR_TARGET
452 #undef HAVE_DECL_BASENAME
453 #endif
456 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
457    */
458 #ifndef USED_FOR_TARGET
459 #undef HAVE_DECL_CALLOC
460 #endif
463 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
464    define to 0. */
465 #ifndef USED_FOR_TARGET
466 #undef HAVE_DECL_CLEARERR_UNLOCKED
467 #endif
470 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
471    */
472 #ifndef USED_FOR_TARGET
473 #undef HAVE_DECL_CLOCK
474 #endif
477 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
478    */
479 #ifndef USED_FOR_TARGET
480 #undef HAVE_DECL_ERRNO
481 #endif
484 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
485    to 0. */
486 #ifndef USED_FOR_TARGET
487 #undef HAVE_DECL_FEOF_UNLOCKED
488 #endif
491 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
492    define to 0. */
493 #ifndef USED_FOR_TARGET
494 #undef HAVE_DECL_FERROR_UNLOCKED
495 #endif
498 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
499    define to 0. */
500 #ifndef USED_FOR_TARGET
501 #undef HAVE_DECL_FFLUSH_UNLOCKED
502 #endif
505 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
506    define to 0. */
507 #ifndef USED_FOR_TARGET
508 #undef HAVE_DECL_FGETC_UNLOCKED
509 #endif
512 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
513    define to 0. */
514 #ifndef USED_FOR_TARGET
515 #undef HAVE_DECL_FGETS_UNLOCKED
516 #endif
519 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
520    define to 0. */
521 #ifndef USED_FOR_TARGET
522 #undef HAVE_DECL_FILENO_UNLOCKED
523 #endif
526 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
527    define to 0. */
528 #ifndef USED_FOR_TARGET
529 #undef HAVE_DECL_FPRINTF_UNLOCKED
530 #endif
533 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
534    define to 0. */
535 #ifndef USED_FOR_TARGET
536 #undef HAVE_DECL_FPUTC_UNLOCKED
537 #endif
540 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
541    define to 0. */
542 #ifndef USED_FOR_TARGET
543 #undef HAVE_DECL_FPUTS_UNLOCKED
544 #endif
547 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
548    define to 0. */
549 #ifndef USED_FOR_TARGET
550 #undef HAVE_DECL_FREAD_UNLOCKED
551 #endif
554 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
555 #ifndef USED_FOR_TARGET
556 #undef HAVE_DECL_FREE
557 #endif
560 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
561    define to 0. */
562 #ifndef USED_FOR_TARGET
563 #undef HAVE_DECL_FWRITE_UNLOCKED
564 #endif
567 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
568    define to 0. */
569 #ifndef USED_FOR_TARGET
570 #undef HAVE_DECL_GETCHAR_UNLOCKED
571 #endif
574 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
575    */
576 #ifndef USED_FOR_TARGET
577 #undef HAVE_DECL_GETCWD
578 #endif
581 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
582    to 0. */
583 #ifndef USED_FOR_TARGET
584 #undef HAVE_DECL_GETC_UNLOCKED
585 #endif
588 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
589    */
590 #ifndef USED_FOR_TARGET
591 #undef HAVE_DECL_GETENV
592 #endif
595 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
596    */
597 #ifndef USED_FOR_TARGET
598 #undef HAVE_DECL_GETOPT
599 #endif
602 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
603    to 0. */
604 #ifndef USED_FOR_TARGET
605 #undef HAVE_DECL_GETPAGESIZE
606 #endif
609 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
610    0. */
611 #ifndef USED_FOR_TARGET
612 #undef HAVE_DECL_GETRLIMIT
613 #endif
616 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
617    0. */
618 #ifndef USED_FOR_TARGET
619 #undef HAVE_DECL_GETRUSAGE
620 #endif
623 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
624    */
625 #ifndef USED_FOR_TARGET
626 #undef HAVE_DECL_GETWD
627 #endif
630 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
631    0. */
632 #ifndef USED_FOR_TARGET
633 #undef HAVE_DECL_LDGETNAME
634 #endif
637 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
638    */
639 #ifndef USED_FOR_TARGET
640 #undef HAVE_DECL_MALLOC
641 #endif
644 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
645    define to 0. */
646 #ifndef USED_FOR_TARGET
647 #undef HAVE_DECL_PUTCHAR_UNLOCKED
648 #endif
651 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
652    to 0. */
653 #ifndef USED_FOR_TARGET
654 #undef HAVE_DECL_PUTC_UNLOCKED
655 #endif
658 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
659    */
660 #ifndef USED_FOR_TARGET
661 #undef HAVE_DECL_REALLOC
662 #endif
665 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
666 #ifndef USED_FOR_TARGET
667 #undef HAVE_DECL_SBRK
668 #endif
671 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
672    0. */
673 #ifndef USED_FOR_TARGET
674 #undef HAVE_DECL_SETRLIMIT
675 #endif
678 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
679    to 0. */
680 #ifndef USED_FOR_TARGET
681 #undef HAVE_DECL_SIGALTSTACK
682 #endif
685 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
686    0. */
687 #ifndef USED_FOR_TARGET
688 #undef HAVE_DECL_SNPRINTF
689 #endif
692 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
693    0. */
694 #ifndef USED_FOR_TARGET
695 #undef HAVE_DECL_STRSIGNAL
696 #endif
699 /* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
700    */
701 #ifndef USED_FOR_TARGET
702 #undef HAVE_DECL_STRSTR
703 #endif
706 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
707    0. */
708 #ifndef USED_FOR_TARGET
709 #undef HAVE_DECL_STRVERSCMP
710 #endif
713 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
714    */
715 #ifndef USED_FOR_TARGET
716 #undef HAVE_DECL_TIMES
717 #endif
720 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
721    0. */
722 #ifndef USED_FOR_TARGET
723 #undef HAVE_DECL_VASPRINTF
724 #endif
727 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
728    0. */
729 #ifndef USED_FOR_TARGET
730 #undef HAVE_DECL_VSNPRINTF
731 #endif
734 /* Define to 1 if you have the <direct.h> header file. */
735 #ifndef USED_FOR_TARGET
736 #undef HAVE_DIRECT_H
737 #endif
740 /* Define to 1 if you have the <dlfcn.h> header file. */
741 #ifndef USED_FOR_TARGET
742 #undef HAVE_DLFCN_H
743 #endif
746 /* Define to 1 if you have the <fcntl.h> header file. */
747 #ifndef USED_FOR_TARGET
748 #undef HAVE_FCNTL_H
749 #endif
752 /* Define to 1 if you have the `feof_unlocked' function. */
753 #ifndef USED_FOR_TARGET
754 #undef HAVE_FEOF_UNLOCKED
755 #endif
758 /* Define to 1 if you have the `ferror_unlocked' function. */
759 #ifndef USED_FOR_TARGET
760 #undef HAVE_FERROR_UNLOCKED
761 #endif
764 /* Define to 1 if you have the `fflush_unlocked' function. */
765 #ifndef USED_FOR_TARGET
766 #undef HAVE_FFLUSH_UNLOCKED
767 #endif
770 /* Define to 1 if you have the `fgetc_unlocked' function. */
771 #ifndef USED_FOR_TARGET
772 #undef HAVE_FGETC_UNLOCKED
773 #endif
776 /* Define to 1 if you have the `fgets_unlocked' function. */
777 #ifndef USED_FOR_TARGET
778 #undef HAVE_FGETS_UNLOCKED
779 #endif
782 /* Define to 1 if you have the `fileno_unlocked' function. */
783 #ifndef USED_FOR_TARGET
784 #undef HAVE_FILENO_UNLOCKED
785 #endif
788 /* Define to 1 if you have the `fork' function. */
789 #ifndef USED_FOR_TARGET
790 #undef HAVE_FORK
791 #endif
794 /* Define to 1 if you have the `fprintf_unlocked' function. */
795 #ifndef USED_FOR_TARGET
796 #undef HAVE_FPRINTF_UNLOCKED
797 #endif
800 /* Define to 1 if you have the `fputc_unlocked' function. */
801 #ifndef USED_FOR_TARGET
802 #undef HAVE_FPUTC_UNLOCKED
803 #endif
806 /* Define to 1 if you have the `fputs_unlocked' function. */
807 #ifndef USED_FOR_TARGET
808 #undef HAVE_FPUTS_UNLOCKED
809 #endif
812 /* Define to 1 if you have the `fread_unlocked' function. */
813 #ifndef USED_FOR_TARGET
814 #undef HAVE_FREAD_UNLOCKED
815 #endif
818 /* Define to 1 if you have the `fwrite_unlocked' function. */
819 #ifndef USED_FOR_TARGET
820 #undef HAVE_FWRITE_UNLOCKED
821 #endif
824 /* Define if your assembler supports .balign and .p2align. */
825 #ifndef USED_FOR_TARGET
826 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
827 #endif
830 /* Define 0/1 if your assembler supports CFI directives. */
831 #ifndef USED_FOR_TARGET
832 #undef HAVE_GAS_CFI_DIRECTIVE
833 #endif
836 /* Define 0/1 if your assembler supports .cfi_personality. */
837 #ifndef USED_FOR_TARGET
838 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
839 #endif
842 /* Define if your assembler uses the new HImode fild and fist notation. */
843 #ifndef USED_FOR_TARGET
844 #undef HAVE_GAS_FILDS_FISTS
845 #endif
848 /* Define if your assembler and linker support .hidden. */
849 #undef HAVE_GAS_HIDDEN
851 /* Define if your assembler supports .lcomm with an alignment field. */
852 #ifndef USED_FOR_TARGET
853 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
854 #endif
857 /* Define if your assembler supports .literal16. */
858 #ifndef USED_FOR_TARGET
859 #undef HAVE_GAS_LITERAL16
860 #endif
863 /* Define if your assembler supports specifying the maximum number of bytes to
864    skip when using the GAS .p2align command. */
865 #ifndef USED_FOR_TARGET
866 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
867 #endif
870 /* Define if your assembler supports .nsubspa comdat option. */
871 #ifndef USED_FOR_TARGET
872 #undef HAVE_GAS_NSUBSPA_COMDAT
873 #endif
876 /* Define if your assembler and linker support 32-bit section relative relocs
877    via '.secrel32 label'. */
878 #ifndef USED_FOR_TARGET
879 #undef HAVE_GAS_PE_SECREL32_RELOC
880 #endif
883 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
884    */
885 #ifndef USED_FOR_TARGET
886 #undef HAVE_GAS_SHF_MERGE
887 #endif
890 /* Define if your assembler supports .subsection and .subsection -1 starts
891    emitting at the beginning of your section. */
892 #ifndef USED_FOR_TARGET
893 #undef HAVE_GAS_SUBSECTION_ORDERING
894 #endif
897 /* Define if your assembler supports .weak. */
898 #ifndef USED_FOR_TARGET
899 #undef HAVE_GAS_WEAK
900 #endif
903 /* Define if your assembler supports .weakref. */
904 #ifndef USED_FOR_TARGET
905 #undef HAVE_GAS_WEAKREF
906 #endif
909 /* Define to 1 if you have the `getchar_unlocked' function. */
910 #ifndef USED_FOR_TARGET
911 #undef HAVE_GETCHAR_UNLOCKED
912 #endif
915 /* Define to 1 if you have the `getc_unlocked' function. */
916 #ifndef USED_FOR_TARGET
917 #undef HAVE_GETC_UNLOCKED
918 #endif
921 /* Define to 1 if system unwind library has _Unwind_GetIPInfo. */
922 #undef HAVE_GETIPINFO
924 /* Define to 1 if you have the `getrlimit' function. */
925 #ifndef USED_FOR_TARGET
926 #undef HAVE_GETRLIMIT
927 #endif
930 /* Define to 1 if you have the `getrusage' function. */
931 #ifndef USED_FOR_TARGET
932 #undef HAVE_GETRUSAGE
933 #endif
936 /* Define to 1 if you have the `gettimeofday' function. */
937 #ifndef USED_FOR_TARGET
938 #undef HAVE_GETTIMEOFDAY
939 #endif
942 /* Define if using GNU as. */
943 #ifndef USED_FOR_TARGET
944 #undef HAVE_GNU_AS
945 #endif
948 /* Define if using GNU ld. */
949 #ifndef USED_FOR_TARGET
950 #undef HAVE_GNU_LD
951 #endif
954 /* Define if you have the iconv() function. */
955 #ifndef USED_FOR_TARGET
956 #undef HAVE_ICONV
957 #endif
960 /* Define to 1 if you have the <iconv.h> header file. */
961 #ifndef USED_FOR_TARGET
962 #undef HAVE_ICONV_H
963 #endif
966 /* Define .init_array/.fini_array sections are available and working. */
967 #ifndef USED_FOR_TARGET
968 #undef HAVE_INITFINI_ARRAY
969 #endif
972 /* Define if you have a working <inttypes.h> header file. */
973 #ifndef USED_FOR_TARGET
974 #undef HAVE_INTTYPES_H
975 #endif
978 /* Define to 1 if you have the `kill' function. */
979 #ifndef USED_FOR_TARGET
980 #undef HAVE_KILL
981 #endif
984 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
985 #ifndef USED_FOR_TARGET
986 #undef HAVE_LANGINFO_CODESET
987 #endif
990 /* Define to 1 if you have the <langinfo.h> header file. */
991 #ifndef USED_FOR_TARGET
992 #undef HAVE_LANGINFO_H
993 #endif
996 /* Define if your <locale.h> file defines LC_MESSAGES. */
997 #ifndef USED_FOR_TARGET
998 #undef HAVE_LC_MESSAGES
999 #endif
1002 /* Define to 1 if you have the <ldfcn.h> header file. */
1003 #ifndef USED_FOR_TARGET
1004 #undef HAVE_LDFCN_H
1005 #endif
1008 /* Define if your linker supports --as-needed and --no-as-needed options. */
1009 #ifndef USED_FOR_TARGET
1010 #undef HAVE_LD_AS_NEEDED
1011 #endif
1014 /* Define if your linker supports --demangle option. */
1015 #ifndef USED_FOR_TARGET
1016 #undef HAVE_LD_DEMANGLE
1017 #endif
1020 /* Define if your linker supports --eh-frame-hdr option. */
1021 #undef HAVE_LD_EH_FRAME_HDR
1023 /* Define if your linker supports garbage collection of sections in presence
1024    of EH frames. */
1025 #ifndef USED_FOR_TARGET
1026 #undef HAVE_LD_EH_GC_SECTIONS
1027 #endif
1030 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1031 #ifndef USED_FOR_TARGET
1032 #undef HAVE_LD_NO_DOT_SYMS
1033 #endif
1036 /* Define if your linker supports -pie option. */
1037 #ifndef USED_FOR_TARGET
1038 #undef HAVE_LD_PIE
1039 #endif
1042 /* Define if your linker links a mix of read-only and read-write sections into
1043    a read-write section. */
1044 #ifndef USED_FOR_TARGET
1045 #undef HAVE_LD_RO_RW_SECTION_MIXING
1046 #endif
1049 /* Define if your linker supports -Bstatic/-Bdynamic option. */
1050 #ifndef USED_FOR_TARGET
1051 #undef HAVE_LD_STATIC_DYNAMIC
1052 #endif
1055 /* Define if your linker supports --sysroot. */
1056 #ifndef USED_FOR_TARGET
1057 #undef HAVE_LD_SYSROOT
1058 #endif
1061 /* Define to 1 if you have the <limits.h> header file. */
1062 #ifndef USED_FOR_TARGET
1063 #undef HAVE_LIMITS_H
1064 #endif
1067 /* Define to 1 if you have the <locale.h> header file. */
1068 #ifndef USED_FOR_TARGET
1069 #undef HAVE_LOCALE_H
1070 #endif
1073 /* Define to 1 if the system has the type `long long'. */
1074 #ifndef USED_FOR_TARGET
1075 #undef HAVE_LONG_LONG
1076 #endif
1079 /* Define to 1 if you have the <malloc.h> header file. */
1080 #ifndef USED_FOR_TARGET
1081 #undef HAVE_MALLOC_H
1082 #endif
1085 /* Define to 1 if you have the `mbstowcs' function. */
1086 #ifndef USED_FOR_TARGET
1087 #undef HAVE_MBSTOWCS
1088 #endif
1091 /* Define if valgrind's memcheck.h header is installed. */
1092 #ifndef USED_FOR_TARGET
1093 #undef HAVE_MEMCHECK_H
1094 #endif
1097 /* Define to 1 if you have the <memory.h> header file. */
1098 #ifndef USED_FOR_TARGET
1099 #undef HAVE_MEMORY_H
1100 #endif
1103 /* Define to 1 if you have the `mincore' function. */
1104 #ifndef USED_FOR_TARGET
1105 #undef HAVE_MINCORE
1106 #endif
1109 /* Define to 1 if you have the `mmap' function. */
1110 #ifndef USED_FOR_TARGET
1111 #undef HAVE_MMAP
1112 #endif
1115 /* Define if mmap with MAP_ANON(YMOUS) works. */
1116 #ifndef USED_FOR_TARGET
1117 #undef HAVE_MMAP_ANON
1118 #endif
1121 /* Define if mmap of /dev/zero works. */
1122 #ifndef USED_FOR_TARGET
1123 #undef HAVE_MMAP_DEV_ZERO
1124 #endif
1127 /* Define if read-only mmap of a plain file works. */
1128 #ifndef USED_FOR_TARGET
1129 #undef HAVE_MMAP_FILE
1130 #endif
1133 /* Define to 1 if you have the `nl_langinfo' function. */
1134 #ifndef USED_FOR_TARGET
1135 #undef HAVE_NL_LANGINFO
1136 #endif
1139 /* Define to 1 if you have the `putchar_unlocked' function. */
1140 #ifndef USED_FOR_TARGET
1141 #undef HAVE_PUTCHAR_UNLOCKED
1142 #endif
1145 /* Define to 1 if you have the `putc_unlocked' function. */
1146 #ifndef USED_FOR_TARGET
1147 #undef HAVE_PUTC_UNLOCKED
1148 #endif
1151 /* Define to 1 if you have the `setlocale' function. */
1152 #ifndef USED_FOR_TARGET
1153 #undef HAVE_SETLOCALE
1154 #endif
1157 /* Define to 1 if you have the `setrlimit' function. */
1158 #ifndef USED_FOR_TARGET
1159 #undef HAVE_SETRLIMIT
1160 #endif
1163 /* Define to 1 if you have the <stddef.h> header file. */
1164 #ifndef USED_FOR_TARGET
1165 #undef HAVE_STDDEF_H
1166 #endif
1169 /* Define to 1 if you have the <stdint.h> header file. */
1170 #ifndef USED_FOR_TARGET
1171 #undef HAVE_STDINT_H
1172 #endif
1175 /* Define to 1 if you have the <stdlib.h> header file. */
1176 #ifndef USED_FOR_TARGET
1177 #undef HAVE_STDLIB_H
1178 #endif
1181 /* Define to 1 if you have the <strings.h> header file. */
1182 #ifndef USED_FOR_TARGET
1183 #undef HAVE_STRINGS_H
1184 #endif
1187 /* Define to 1 if you have the <string.h> header file. */
1188 #ifndef USED_FOR_TARGET
1189 #undef HAVE_STRING_H
1190 #endif
1193 /* Define to 1 if you have the `strsignal' function. */
1194 #ifndef USED_FOR_TARGET
1195 #undef HAVE_STRSIGNAL
1196 #endif
1199 /* Define if <sys/times.h> defines struct tms. */
1200 #ifndef USED_FOR_TARGET
1201 #undef HAVE_STRUCT_TMS
1202 #endif
1205 /* Define to 1 if you have the `sysconf' function. */
1206 #ifndef USED_FOR_TARGET
1207 #undef HAVE_SYSCONF
1208 #endif
1211 /* Define to 1 if you have the <sys/file.h> header file. */
1212 #ifndef USED_FOR_TARGET
1213 #undef HAVE_SYS_FILE_H
1214 #endif
1217 /* Define to 1 if you have the <sys/mman.h> header file. */
1218 #ifndef USED_FOR_TARGET
1219 #undef HAVE_SYS_MMAN_H
1220 #endif
1223 /* Define to 1 if you have the <sys/param.h> header file. */
1224 #ifndef USED_FOR_TARGET
1225 #undef HAVE_SYS_PARAM_H
1226 #endif
1229 /* Define to 1 if you have the <sys/resource.h> header file. */
1230 #ifndef USED_FOR_TARGET
1231 #undef HAVE_SYS_RESOURCE_H
1232 #endif
1235 /* Define to 1 if you have the <sys/stat.h> header file. */
1236 #ifndef USED_FOR_TARGET
1237 #undef HAVE_SYS_STAT_H
1238 #endif
1241 /* Define to 1 if you have the <sys/times.h> header file. */
1242 #ifndef USED_FOR_TARGET
1243 #undef HAVE_SYS_TIMES_H
1244 #endif
1247 /* Define to 1 if you have the <sys/time.h> header file. */
1248 #ifndef USED_FOR_TARGET
1249 #undef HAVE_SYS_TIME_H
1250 #endif
1253 /* Define to 1 if you have the <sys/types.h> header file. */
1254 #ifndef USED_FOR_TARGET
1255 #undef HAVE_SYS_TYPES_H
1256 #endif
1259 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1260 #ifndef USED_FOR_TARGET
1261 #undef HAVE_SYS_WAIT_H
1262 #endif
1265 /* Define to 1 if you have the `times' function. */
1266 #ifndef USED_FOR_TARGET
1267 #undef HAVE_TIMES
1268 #endif
1271 /* Define to 1 if you have the <time.h> header file. */
1272 #ifndef USED_FOR_TARGET
1273 #undef HAVE_TIME_H
1274 #endif
1277 /* Define to 1 if you have the <unistd.h> header file. */
1278 #ifndef USED_FOR_TARGET
1279 #undef HAVE_UNISTD_H
1280 #endif
1283 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1284 #ifndef USED_FOR_TARGET
1285 #undef HAVE_VALGRIND_MEMCHECK_H
1286 #endif
1289 /* Define to 1 if you have the `vfork' function. */
1290 #ifndef USED_FOR_TARGET
1291 #undef HAVE_VFORK
1292 #endif
1295 /* Define to 1 if you have the <vfork.h> header file. */
1296 #ifndef USED_FOR_TARGET
1297 #undef HAVE_VFORK_H
1298 #endif
1301 /* Define to 1 if you have the <wchar.h> header file. */
1302 #ifndef USED_FOR_TARGET
1303 #undef HAVE_WCHAR_H
1304 #endif
1307 /* Define to 1 if you have the `wcswidth' function. */
1308 #ifndef USED_FOR_TARGET
1309 #undef HAVE_WCSWIDTH
1310 #endif
1313 /* Define to 1 if `fork' works. */
1314 #ifndef USED_FOR_TARGET
1315 #undef HAVE_WORKING_FORK
1316 #endif
1319 /* Define this macro if mbstowcs does not crash when its first argument is
1320    NULL. */
1321 #ifndef USED_FOR_TARGET
1322 #undef HAVE_WORKING_MBSTOWCS
1323 #endif
1326 /* Define to 1 if `vfork' works. */
1327 #ifndef USED_FOR_TARGET
1328 #undef HAVE_WORKING_VFORK
1329 #endif
1332 /* Define to 1 if the system has the type `__int64'. */
1333 #ifndef USED_FOR_TARGET
1334 #undef HAVE___INT64
1335 #endif
1338 /* Define if cloog is in use. */
1339 #ifndef USED_FOR_TARGET
1340 #undef HAVE_cloog
1341 #endif
1344 /* Define as const if the declaration of iconv() needs const. */
1345 #ifndef USED_FOR_TARGET
1346 #undef ICONV_CONST
1347 #endif
1350 /* Define to the sub-directory in which libtool stores uninstalled libraries.
1351    */
1352 #ifndef USED_FOR_TARGET
1353 #undef LT_OBJDIR
1354 #endif
1357 /* Define if host mkdir takes a single argument. */
1358 #ifndef USED_FOR_TARGET
1359 #undef MKDIR_TAKES_ONE_ARG
1360 #endif
1363 /* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
1364 #ifndef USED_FOR_TARGET
1365 #undef NEED_64BIT_HOST_WIDE_INT
1366 #endif
1369 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1370 #ifndef USED_FOR_TARGET
1371 #undef NO_MINUS_C_MINUS_O
1372 #endif
1375 /* Define to the address where bug reports for this package should be sent. */
1376 #ifndef USED_FOR_TARGET
1377 #undef PACKAGE_BUGREPORT
1378 #endif
1381 /* Define to the full name of this package. */
1382 #ifndef USED_FOR_TARGET
1383 #undef PACKAGE_NAME
1384 #endif
1387 /* Define to the full name and version of this package. */
1388 #ifndef USED_FOR_TARGET
1389 #undef PACKAGE_STRING
1390 #endif
1393 /* Define to the one symbol short name of this package. */
1394 #ifndef USED_FOR_TARGET
1395 #undef PACKAGE_TARNAME
1396 #endif
1399 /* Define to the version of this package. */
1400 #ifndef USED_FOR_TARGET
1401 #undef PACKAGE_VERSION
1402 #endif
1405 /* Define to PREFIX/include if cpp should also search that directory. */
1406 #ifndef USED_FOR_TARGET
1407 #undef PREFIX_INCLUDE_DIR
1408 #endif
1411 /* The size of a `int', as computed by sizeof. */
1412 #ifndef USED_FOR_TARGET
1413 #undef SIZEOF_INT
1414 #endif
1417 /* The size of a `long', as computed by sizeof. */
1418 #ifndef USED_FOR_TARGET
1419 #undef SIZEOF_LONG
1420 #endif
1423 /* The size of a `long long', as computed by sizeof. */
1424 #ifndef USED_FOR_TARGET
1425 #undef SIZEOF_LONG_LONG
1426 #endif
1429 /* The size of a `short', as computed by sizeof. */
1430 #ifndef USED_FOR_TARGET
1431 #undef SIZEOF_SHORT
1432 #endif
1435 /* The size of a `void *', as computed by sizeof. */
1436 #ifndef USED_FOR_TARGET
1437 #undef SIZEOF_VOID_P
1438 #endif
1441 /* The size of a `__int64', as computed by sizeof. */
1442 #ifndef USED_FOR_TARGET
1443 #undef SIZEOF___INT64
1444 #endif
1447 /* Define to 1 if you have the ANSI C header files. */
1448 #ifndef USED_FOR_TARGET
1449 #undef STDC_HEADERS
1450 #endif
1453 /* Define if you can safely include both <string.h> and <strings.h>. */
1454 #ifndef USED_FOR_TARGET
1455 #undef STRING_WITH_STRINGS
1456 #endif
1459 /* Define if TFmode long double should be the default */
1460 #ifndef USED_FOR_TARGET
1461 #undef TARGET_DEFAULT_LONG_DOUBLE_128
1462 #endif
1465 /* Define if your target C library provides stack protector support */
1466 #ifndef USED_FOR_TARGET
1467 #undef TARGET_LIBC_PROVIDES_SSP
1468 #endif
1471 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1472 #ifndef USED_FOR_TARGET
1473 #undef TIME_WITH_SYS_TIME
1474 #endif
1477 /* Define if your assembler mis-optimizes .eh_frame data. */
1478 #ifndef USED_FOR_TARGET
1479 #undef USE_AS_TRADITIONAL_FORMAT
1480 #endif
1483 /* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
1484    still efficiently supported by the host hardware. */
1485 #ifndef USED_FOR_TARGET
1486 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
1487 #endif
1490 /* Define to be the last component of the Windows registry key under which to
1491    look for installation paths. The full key used will be
1492    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
1493    The default is the GCC version number. */
1494 #ifndef USED_FOR_TARGET
1495 #undef WIN32_REGISTRY_KEY
1496 #endif
1499 /* Define to 1 if your processor stores words with the most significant byte
1500    first (like Motorola and SPARC, unlike Intel and VAX). */
1501 #ifndef USED_FOR_TARGET
1502 #undef WORDS_BIGENDIAN
1503 #endif
1506 /* Define to 1 if on MINIX. */
1507 #ifndef USED_FOR_TARGET
1508 #undef _MINIX
1509 #endif
1512 /* Define to 2 if the system does not provide POSIX.1 features except with
1513    this defined. */
1514 #ifndef USED_FOR_TARGET
1515 #undef _POSIX_1_SOURCE
1516 #endif
1519 /* Define to 1 if you need to in order for `stat' and other things to work. */
1520 #ifndef USED_FOR_TARGET
1521 #undef _POSIX_SOURCE
1522 #endif
1525 /* Enable extensions on AIX 3, Interix.  */
1526 #ifndef _ALL_SOURCE
1527 # undef _ALL_SOURCE
1528 #endif
1529 /* Enable GNU extensions on systems that have them.  */
1530 #ifndef _GNU_SOURCE
1531 # undef _GNU_SOURCE
1532 #endif
1533 /* Enable threading extensions on Solaris.  */
1534 #ifndef _POSIX_PTHREAD_SEMANTICS
1535 # undef _POSIX_PTHREAD_SEMANTICS
1536 #endif
1537 /* Enable extensions on HP NonStop.  */
1538 #ifndef _TANDEM_SOURCE
1539 # undef _TANDEM_SOURCE
1540 #endif
1541 /* Enable general extensions on Solaris.  */
1542 #ifndef __EXTENSIONS__
1543 # undef __EXTENSIONS__
1544 #endif
1547 /* Define to `char *' if <sys/types.h> does not define. */
1548 #ifndef USED_FOR_TARGET
1549 #undef caddr_t
1550 #endif
1553 /* Define to `int' if <sys/types.h> doesn't define. */
1554 #ifndef USED_FOR_TARGET
1555 #undef gid_t
1556 #endif
1559 /* Define to `__inline__' or `__inline' if that's what the C compiler
1560    calls it, or to nothing if 'inline' is not supported under any name.  */
1561 #ifndef __cplusplus
1562 #undef inline
1563 #endif
1565 /* Define to `int' if <sys/types.h> does not define. */
1566 #ifndef USED_FOR_TARGET
1567 #undef pid_t
1568 #endif
1571 /* Define to `long' if <sys/resource.h> doesn't define. */
1572 #ifndef USED_FOR_TARGET
1573 #undef rlim_t
1574 #endif
1577 /* Define to `int' if <sys/types.h> does not define. */
1578 #ifndef USED_FOR_TARGET
1579 #undef ssize_t
1580 #endif
1583 /* Define to `int' if <sys/types.h> doesn't define. */
1584 #ifndef USED_FOR_TARGET
1585 #undef uid_t
1586 #endif
1589 /* Define as `fork' if `vfork' does not work. */
1590 #ifndef USED_FOR_TARGET
1591 #undef vfork
1592 #endif