2005-05-19 Paul Brook <paul@codesourcery.com>
[official-gcc.git] / gcc / config.in
blob8fdf680237718cb8a8350e33ccd0c82811828dd2
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 if you want fold checked that it never destructs its argument. This
50    is quite expensive. */
51 #ifndef USED_FOR_TARGET
52 #undef ENABLE_FOLD_CHECKING
53 #endif
56 /* Define if you want the garbage collector to operate in maximally paranoid
57    mode, validating the entire heap and collecting garbage at every
58    opportunity. This is extremely expensive. */
59 #ifndef USED_FOR_TARGET
60 #undef ENABLE_GC_ALWAYS_COLLECT
61 #endif
64 /* Define if you want the garbage collector to do object poisoning and other
65    memory allocation checks. This is quite expensive. */
66 #ifndef USED_FOR_TARGET
67 #undef ENABLE_GC_CHECKING
68 #endif
71 /* Define to 1 if translation of program messages to the user's native
72    language is requested. */
73 #ifndef USED_FOR_TARGET
74 #undef ENABLE_NLS
75 #endif
78 /* Define if you want all operations on RTL (the basic data structure of the
79    optimizer and back end) to be checked for dynamic type safety at runtime.
80    This is quite expensive. */
81 #ifndef USED_FOR_TARGET
82 #undef ENABLE_RTL_CHECKING
83 #endif
86 /* Define if you want RTL flag accesses to be checked against the RTL codes
87    that are supported for each access macro. This is relatively cheap. */
88 #ifndef USED_FOR_TARGET
89 #undef ENABLE_RTL_FLAG_CHECKING
90 #endif
93 /* Define if you want runtime assertions enabled. This is a cheap check. */
94 #undef ENABLE_RUNTIME_CHECKING
96 /* Define if you want all operations on trees (the basic data structure of the
97    front ends) to be checked for dynamic type safety at runtime. This is
98    moderately expensive. The tree browser debugging routines will also be
99    enabled by this option. */
100 #ifndef USED_FOR_TARGET
101 #undef ENABLE_TREE_CHECKING
102 #endif
105 /* Define if you want to run subprograms and generated programs through
106    valgrind (a memory checker). This is extremely expensive. */
107 #ifndef USED_FOR_TARGET
108 #undef ENABLE_VALGRIND_CHECKING
109 #endif
112 /* Define to 1 if installation paths should be looked up in the Windows
113    Registry. Ignored on non-Windows hosts. */
114 #ifndef USED_FOR_TARGET
115 #undef ENABLE_WIN32_REGISTRY
116 #endif
119 /* Define to the name of a file containing a list of extra machine modes for
120    this architecture. */
121 #ifndef USED_FOR_TARGET
122 #undef EXTRA_MODES_FILE
123 #endif
126 /* Define to enable detailed memory allocation stats gathering. */
127 #ifndef USED_FOR_TARGET
128 #undef GATHER_STATISTICS
129 #endif
132 /* Define to the type of elements in the array set by `getgroups'. Usually
133    this is either `int' or `gid_t'. */
134 #ifndef USED_FOR_TARGET
135 #undef GETGROUPS_T
136 #endif
139 /* Define if the zone collector is in use */
140 #ifndef USED_FOR_TARGET
141 #undef GGC_ZONE
142 #endif
145 /* Define to 1 if you have the `alphasort' function. */
146 #ifndef USED_FOR_TARGET
147 #undef HAVE_ALPHASORT
148 #endif
151 /* Define if your assembler supports dwarf2 .file/.loc directives, and
152    preserves file table indices exactly as given. */
153 #ifndef USED_FOR_TARGET
154 #undef HAVE_AS_DWARF2_DEBUG_LINE
155 #endif
158 /* Define if your assembler supports explicit relocations. */
159 #ifndef USED_FOR_TARGET
160 #undef HAVE_AS_EXPLICIT_RELOCS
161 #endif
164 /* Define if your assembler supports the --gdwarf2 option. */
165 #ifndef USED_FOR_TARGET
166 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
167 #endif
170 /* Define true if the assembler supports '.long foo@GOTOFF'. */
171 #ifndef USED_FOR_TARGET
172 #undef HAVE_AS_GOTOFF_IN_DATA
173 #endif
176 /* Define if your assembler supports the --gstabs option. */
177 #ifndef USED_FOR_TARGET
178 #undef HAVE_AS_GSTABS_DEBUG_FLAG
179 #endif
182 /* Define if your assembler supports the Sun syntax for cmov. */
183 #ifndef USED_FOR_TARGET
184 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
185 #endif
188 /* Define if your assembler supports .sleb128 and .uleb128. */
189 #ifndef USED_FOR_TARGET
190 #undef HAVE_AS_LEB128
191 #endif
194 /* Define if your assembler supports ltoffx and ldxmov relocations. */
195 #ifndef USED_FOR_TARGET
196 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
197 #endif
200 /* Define if your assembler supports mfcr field. */
201 #ifndef USED_FOR_TARGET
202 #undef HAVE_AS_MFCRF
203 #endif
206 /* Define if your assembler supports the -no-mul-bug-abort option. */
207 #ifndef USED_FOR_TARGET
208 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
209 #endif
212 /* Define if your assembler supports offsetable %lo(). */
213 #ifndef USED_FOR_TARGET
214 #undef HAVE_AS_OFFSETABLE_LO10
215 #endif
218 /* Define if your assembler supports popcntb field. */
219 #ifndef USED_FOR_TARGET
220 #undef HAVE_AS_POPCNTB
221 #endif
224 /* Define if your assembler supports .register. */
225 #ifndef USED_FOR_TARGET
226 #undef HAVE_AS_REGISTER_PSEUDO_OP
227 #endif
230 /* Define if your assembler supports -relax option. */
231 #ifndef USED_FOR_TARGET
232 #undef HAVE_AS_RELAX_OPTION
233 #endif
236 /* Define if your assembler and linker support unaligned PC relative relocs.
237    */
238 #ifndef USED_FOR_TARGET
239 #undef HAVE_AS_SPARC_UA_PCREL
240 #endif
243 /* Define if your assembler and linker support unaligned PC relative relocs
244    against hidden symbols. */
245 #ifndef USED_FOR_TARGET
246 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
247 #endif
250 /* Define if your assembler supports thread-local storage. */
251 #ifndef USED_FOR_TARGET
252 #undef HAVE_AS_TLS
253 #endif
256 /* Define to 1 if you have the `atoll' function. */
257 #ifndef USED_FOR_TARGET
258 #undef HAVE_ATOLL
259 #endif
262 /* Define to 1 if you have the `atoq' function. */
263 #ifndef USED_FOR_TARGET
264 #undef HAVE_ATOQ
265 #endif
268 /* Define to 1 if you have the `clearerr_unlocked' function. */
269 #ifndef USED_FOR_TARGET
270 #undef HAVE_CLEARERR_UNLOCKED
271 #endif
274 /* Define to 1 if you have the `clock' function. */
275 #ifndef USED_FOR_TARGET
276 #undef HAVE_CLOCK
277 #endif
280 /* Define if <time.h> defines clock_t. */
281 #ifndef USED_FOR_TARGET
282 #undef HAVE_CLOCK_T
283 #endif
286 /* Define 0/1 if your assembler and linker support COMDAT groups. */
287 #ifndef USED_FOR_TARGET
288 #undef HAVE_COMDAT_GROUP
289 #endif
292 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
293    */
294 #ifndef USED_FOR_TARGET
295 #undef HAVE_DECL_ABORT
296 #endif
299 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
300 #ifndef USED_FOR_TARGET
301 #undef HAVE_DECL_ATOF
302 #endif
305 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
306 #ifndef USED_FOR_TARGET
307 #undef HAVE_DECL_ATOL
308 #endif
311 /* Define to 1 if we found a declaration for 'basename', otherwise define to
312    0. */
313 #ifndef USED_FOR_TARGET
314 #undef HAVE_DECL_BASENAME
315 #endif
318 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
319    */
320 #ifndef USED_FOR_TARGET
321 #undef HAVE_DECL_CALLOC
322 #endif
325 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
326    define to 0. */
327 #ifndef USED_FOR_TARGET
328 #undef HAVE_DECL_CLEARERR_UNLOCKED
329 #endif
332 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
333    */
334 #ifndef USED_FOR_TARGET
335 #undef HAVE_DECL_CLOCK
336 #endif
339 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
340    */
341 #ifndef USED_FOR_TARGET
342 #undef HAVE_DECL_ERRNO
343 #endif
346 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
347    to 0. */
348 #ifndef USED_FOR_TARGET
349 #undef HAVE_DECL_FEOF_UNLOCKED
350 #endif
353 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
354    define to 0. */
355 #ifndef USED_FOR_TARGET
356 #undef HAVE_DECL_FERROR_UNLOCKED
357 #endif
360 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
361    define to 0. */
362 #ifndef USED_FOR_TARGET
363 #undef HAVE_DECL_FFLUSH_UNLOCKED
364 #endif
367 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
368    define to 0. */
369 #ifndef USED_FOR_TARGET
370 #undef HAVE_DECL_FGETC_UNLOCKED
371 #endif
374 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
375    define to 0. */
376 #ifndef USED_FOR_TARGET
377 #undef HAVE_DECL_FGETS_UNLOCKED
378 #endif
381 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
382    define to 0. */
383 #ifndef USED_FOR_TARGET
384 #undef HAVE_DECL_FILENO_UNLOCKED
385 #endif
388 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
389    define to 0. */
390 #ifndef USED_FOR_TARGET
391 #undef HAVE_DECL_FPRINTF_UNLOCKED
392 #endif
395 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
396    define to 0. */
397 #ifndef USED_FOR_TARGET
398 #undef HAVE_DECL_FPUTC_UNLOCKED
399 #endif
402 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
403    define to 0. */
404 #ifndef USED_FOR_TARGET
405 #undef HAVE_DECL_FPUTS_UNLOCKED
406 #endif
409 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
410    define to 0. */
411 #ifndef USED_FOR_TARGET
412 #undef HAVE_DECL_FREAD_UNLOCKED
413 #endif
416 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
417 #ifndef USED_FOR_TARGET
418 #undef HAVE_DECL_FREE
419 #endif
422 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
423    define to 0. */
424 #ifndef USED_FOR_TARGET
425 #undef HAVE_DECL_FWRITE_UNLOCKED
426 #endif
429 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
430    define to 0. */
431 #ifndef USED_FOR_TARGET
432 #undef HAVE_DECL_GETCHAR_UNLOCKED
433 #endif
436 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
437    */
438 #ifndef USED_FOR_TARGET
439 #undef HAVE_DECL_GETCWD
440 #endif
443 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
444    to 0. */
445 #ifndef USED_FOR_TARGET
446 #undef HAVE_DECL_GETC_UNLOCKED
447 #endif
450 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
451    */
452 #ifndef USED_FOR_TARGET
453 #undef HAVE_DECL_GETENV
454 #endif
457 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
458    */
459 #ifndef USED_FOR_TARGET
460 #undef HAVE_DECL_GETOPT
461 #endif
464 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
465    to 0. */
466 #ifndef USED_FOR_TARGET
467 #undef HAVE_DECL_GETPAGESIZE
468 #endif
471 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
472    0. */
473 #ifndef USED_FOR_TARGET
474 #undef HAVE_DECL_GETRLIMIT
475 #endif
478 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
479    0. */
480 #ifndef USED_FOR_TARGET
481 #undef HAVE_DECL_GETRUSAGE
482 #endif
485 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
486    */
487 #ifndef USED_FOR_TARGET
488 #undef HAVE_DECL_GETWD
489 #endif
492 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
493    0. */
494 #ifndef USED_FOR_TARGET
495 #undef HAVE_DECL_LDGETNAME
496 #endif
499 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
500    */
501 #ifndef USED_FOR_TARGET
502 #undef HAVE_DECL_MALLOC
503 #endif
506 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
507    define to 0. */
508 #ifndef USED_FOR_TARGET
509 #undef HAVE_DECL_PUTCHAR_UNLOCKED
510 #endif
513 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
514    to 0. */
515 #ifndef USED_FOR_TARGET
516 #undef HAVE_DECL_PUTC_UNLOCKED
517 #endif
520 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
521    */
522 #ifndef USED_FOR_TARGET
523 #undef HAVE_DECL_REALLOC
524 #endif
527 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
528 #ifndef USED_FOR_TARGET
529 #undef HAVE_DECL_SBRK
530 #endif
533 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
534    0. */
535 #ifndef USED_FOR_TARGET
536 #undef HAVE_DECL_SETRLIMIT
537 #endif
540 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
541    0. */
542 #ifndef USED_FOR_TARGET
543 #undef HAVE_DECL_SNPRINTF
544 #endif
547 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
548    0. */
549 #ifndef USED_FOR_TARGET
550 #undef HAVE_DECL_STRSIGNAL
551 #endif
554 /* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
555    */
556 #ifndef USED_FOR_TARGET
557 #undef HAVE_DECL_STRSTR
558 #endif
561 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
562    */
563 #ifndef USED_FOR_TARGET
564 #undef HAVE_DECL_TIMES
565 #endif
568 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
569    0. */
570 #ifndef USED_FOR_TARGET
571 #undef HAVE_DECL_VASPRINTF
572 #endif
575 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
576    0. */
577 #ifndef USED_FOR_TARGET
578 #undef HAVE_DECL_VSNPRINTF
579 #endif
582 /* Define to 1 if you have the <direct.h> header file. */
583 #ifndef USED_FOR_TARGET
584 #undef HAVE_DIRECT_H
585 #endif
588 /* Define to 1 if you have the `dup2' function. */
589 #ifndef USED_FOR_TARGET
590 #undef HAVE_DUP2
591 #endif
594 /* Define to 1 if you have the <fcntl.h> header file. */
595 #ifndef USED_FOR_TARGET
596 #undef HAVE_FCNTL_H
597 #endif
600 /* Define to 1 if you have the `feof_unlocked' function. */
601 #ifndef USED_FOR_TARGET
602 #undef HAVE_FEOF_UNLOCKED
603 #endif
606 /* Define to 1 if you have the `ferror_unlocked' function. */
607 #ifndef USED_FOR_TARGET
608 #undef HAVE_FERROR_UNLOCKED
609 #endif
612 /* Define to 1 if you have the `fflush_unlocked' function. */
613 #ifndef USED_FOR_TARGET
614 #undef HAVE_FFLUSH_UNLOCKED
615 #endif
618 /* Define to 1 if you have the `fgetc_unlocked' function. */
619 #ifndef USED_FOR_TARGET
620 #undef HAVE_FGETC_UNLOCKED
621 #endif
624 /* Define to 1 if you have the `fgets_unlocked' function. */
625 #ifndef USED_FOR_TARGET
626 #undef HAVE_FGETS_UNLOCKED
627 #endif
630 /* Define to 1 if you have the `fileno_unlocked' function. */
631 #ifndef USED_FOR_TARGET
632 #undef HAVE_FILENO_UNLOCKED
633 #endif
636 /* Define to 1 if you have the `fork' function. */
637 #ifndef USED_FOR_TARGET
638 #undef HAVE_FORK
639 #endif
642 /* Define to 1 if you have the `fprintf_unlocked' function. */
643 #ifndef USED_FOR_TARGET
644 #undef HAVE_FPRINTF_UNLOCKED
645 #endif
648 /* Define to 1 if you have the `fputc_unlocked' function. */
649 #ifndef USED_FOR_TARGET
650 #undef HAVE_FPUTC_UNLOCKED
651 #endif
654 /* Define to 1 if you have the `fputs_unlocked' function. */
655 #ifndef USED_FOR_TARGET
656 #undef HAVE_FPUTS_UNLOCKED
657 #endif
660 /* Define to 1 if you have the `fread_unlocked' function. */
661 #ifndef USED_FOR_TARGET
662 #undef HAVE_FREAD_UNLOCKED
663 #endif
666 /* Define to 1 if you have the `fwrite_unlocked' function. */
667 #ifndef USED_FOR_TARGET
668 #undef HAVE_FWRITE_UNLOCKED
669 #endif
672 /* Define if your assembler supports .balign and .p2align. */
673 #ifndef USED_FOR_TARGET
674 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
675 #endif
678 /* Define if your assembler uses the new HImode fild and fist notation. */
679 #ifndef USED_FOR_TARGET
680 #undef HAVE_GAS_FILDS_FISTS
681 #endif
684 /* Define if your assembler and linker support .hidden. */
685 #undef HAVE_GAS_HIDDEN
687 /* Define if your assembler supports specifying the maximum number of bytes to
688    skip when using the GAS .p2align command. */
689 #ifndef USED_FOR_TARGET
690 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
691 #endif
694 /* Define if your assembler supports .nsubspa comdat option. */
695 #ifndef USED_FOR_TARGET
696 #undef HAVE_GAS_NSUBSPA_COMDAT
697 #endif
700 /* Define if your assembler and linker support 32-bit section relative relocs
701    via '.secrel32 label'. */
702 #ifndef USED_FOR_TARGET
703 #undef HAVE_GAS_PE_SECREL32_RELOC
704 #endif
707 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
708    */
709 #ifndef USED_FOR_TARGET
710 #undef HAVE_GAS_SHF_MERGE
711 #endif
714 /* Define if your assembler supports .subsection and .subsection -1 starts
715    emitting at the beginning of your section. */
716 #ifndef USED_FOR_TARGET
717 #undef HAVE_GAS_SUBSECTION_ORDERING
718 #endif
721 /* Define if your assembler supports .weak. */
722 #ifndef USED_FOR_TARGET
723 #undef HAVE_GAS_WEAK
724 #endif
727 /* Define to 1 if you have the `getchar_unlocked' function. */
728 #ifndef USED_FOR_TARGET
729 #undef HAVE_GETCHAR_UNLOCKED
730 #endif
733 /* Define to 1 if you have the `getc_unlocked' function. */
734 #ifndef USED_FOR_TARGET
735 #undef HAVE_GETC_UNLOCKED
736 #endif
739 /* Define to 1 if you have the `getrlimit' function. */
740 #ifndef USED_FOR_TARGET
741 #undef HAVE_GETRLIMIT
742 #endif
745 /* Define to 1 if you have the `getrusage' function. */
746 #ifndef USED_FOR_TARGET
747 #undef HAVE_GETRUSAGE
748 #endif
751 /* Define to 1 if you have the `gettimeofday' function. */
752 #ifndef USED_FOR_TARGET
753 #undef HAVE_GETTIMEOFDAY
754 #endif
757 /* Define if you have the iconv() function. */
758 #ifndef USED_FOR_TARGET
759 #undef HAVE_ICONV
760 #endif
763 /* Define to 1 if you have the <iconv.h> header file. */
764 #ifndef USED_FOR_TARGET
765 #undef HAVE_ICONV_H
766 #endif
769 /* Define .init_array/.fini_array sections are available and working. */
770 #ifndef USED_FOR_TARGET
771 #undef HAVE_INITFINI_ARRAY
772 #endif
775 /* Define if you have a working <inttypes.h> header file. */
776 #ifndef USED_FOR_TARGET
777 #undef HAVE_INTTYPES_H
778 #endif
781 /* Define to 1 if you have the `kill' function. */
782 #ifndef USED_FOR_TARGET
783 #undef HAVE_KILL
784 #endif
787 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
788 #ifndef USED_FOR_TARGET
789 #undef HAVE_LANGINFO_CODESET
790 #endif
793 /* Define to 1 if you have the <langinfo.h> header file. */
794 #ifndef USED_FOR_TARGET
795 #undef HAVE_LANGINFO_H
796 #endif
799 /* Define if your <locale.h> file defines LC_MESSAGES. */
800 #ifndef USED_FOR_TARGET
801 #undef HAVE_LC_MESSAGES
802 #endif
805 /* Define to 1 if you have the <ldfcn.h> header file. */
806 #ifndef USED_FOR_TARGET
807 #undef HAVE_LDFCN_H
808 #endif
811 /* Define if your linker supports --as-needed and --no-as-needed options. */
812 #ifndef USED_FOR_TARGET
813 #undef HAVE_LD_AS_NEEDED
814 #endif
817 /* Define if your linker supports --demangle option. */
818 #ifndef USED_FOR_TARGET
819 #undef HAVE_LD_DEMANGLE
820 #endif
823 /* Define if your linker supports --eh-frame-hdr option. */
824 #undef HAVE_LD_EH_FRAME_HDR
826 /* Define if your PowerPC64 linker only needs function descriptor syms. */
827 #ifndef USED_FOR_TARGET
828 #undef HAVE_LD_NO_DOT_SYMS
829 #endif
832 /* Define if your linker supports -pie option. */
833 #ifndef USED_FOR_TARGET
834 #undef HAVE_LD_PIE
835 #endif
838 /* Define if your linker links a mix of read-only and read-write sections into
839    a read-write section. */
840 #ifndef USED_FOR_TARGET
841 #undef HAVE_LD_RO_RW_SECTION_MIXING
842 #endif
845 /* Define if your linker supports -Bstatic/-Bdynamic option. */
846 #ifndef USED_FOR_TARGET
847 #undef HAVE_LD_STATIC_DYNAMIC
848 #endif
851 /* Define if your linker supports --sysroot. */
852 #ifndef USED_FOR_TARGET
853 #undef HAVE_LD_SYSROOT
854 #endif
857 /* Define to 1 if you have the <limits.h> header file. */
858 #ifndef USED_FOR_TARGET
859 #undef HAVE_LIMITS_H
860 #endif
863 /* Define to 1 if you have the <locale.h> header file. */
864 #ifndef USED_FOR_TARGET
865 #undef HAVE_LOCALE_H
866 #endif
869 /* Define if your compiler supports the \`long long' type. */
870 #ifndef USED_FOR_TARGET
871 #undef HAVE_LONG_LONG
872 #endif
875 /* Define to 1 if you have the <malloc.h> header file. */
876 #ifndef USED_FOR_TARGET
877 #undef HAVE_MALLOC_H
878 #endif
881 /* Define to 1 if you have the `mbstowcs' function. */
882 #ifndef USED_FOR_TARGET
883 #undef HAVE_MBSTOWCS
884 #endif
887 /* Define if valgrind's memcheck.h header is installed. */
888 #ifndef USED_FOR_TARGET
889 #undef HAVE_MEMCHECK_H
890 #endif
893 /* Define to 1 if you have the <memory.h> header file. */
894 #ifndef USED_FOR_TARGET
895 #undef HAVE_MEMORY_H
896 #endif
899 /* Define to 1 if you have the `mincore' function. */
900 #ifndef USED_FOR_TARGET
901 #undef HAVE_MINCORE
902 #endif
905 /* Define to 1 if you have the `mmap' function. */
906 #ifndef USED_FOR_TARGET
907 #undef HAVE_MMAP
908 #endif
911 /* Define if mmap with MAP_ANON(YMOUS) works. */
912 #ifndef USED_FOR_TARGET
913 #undef HAVE_MMAP_ANON
914 #endif
917 /* Define if mmap of /dev/zero works. */
918 #ifndef USED_FOR_TARGET
919 #undef HAVE_MMAP_DEV_ZERO
920 #endif
923 /* Define if read-only mmap of a plain file works. */
924 #ifndef USED_FOR_TARGET
925 #undef HAVE_MMAP_FILE
926 #endif
929 /* Define to 1 if you have the `nl_langinfo' function. */
930 #ifndef USED_FOR_TARGET
931 #undef HAVE_NL_LANGINFO
932 #endif
935 /* Define if printf supports "%p". */
936 #ifndef USED_FOR_TARGET
937 #undef HAVE_PRINTF_PTR
938 #endif
941 /* Define to 1 if you have the `putchar_unlocked' function. */
942 #ifndef USED_FOR_TARGET
943 #undef HAVE_PUTCHAR_UNLOCKED
944 #endif
947 /* Define to 1 if you have the `putc_unlocked' function. */
948 #ifndef USED_FOR_TARGET
949 #undef HAVE_PUTC_UNLOCKED
950 #endif
953 /* Define to 1 if you have the `scandir' function. */
954 #ifndef USED_FOR_TARGET
955 #undef HAVE_SCANDIR
956 #endif
959 /* Define to 1 if you have the `setlocale' function. */
960 #ifndef USED_FOR_TARGET
961 #undef HAVE_SETLOCALE
962 #endif
965 /* Define to 1 if you have the `setrlimit' function. */
966 #ifndef USED_FOR_TARGET
967 #undef HAVE_SETRLIMIT
968 #endif
971 /* Define to 1 if you have the <stddef.h> header file. */
972 #ifndef USED_FOR_TARGET
973 #undef HAVE_STDDEF_H
974 #endif
977 /* Define to 1 if you have the <stdint.h> header file. */
978 #ifndef USED_FOR_TARGET
979 #undef HAVE_STDINT_H
980 #endif
983 /* Define to 1 if you have the <stdlib.h> header file. */
984 #ifndef USED_FOR_TARGET
985 #undef HAVE_STDLIB_H
986 #endif
989 /* Define to 1 if you have the <strings.h> header file. */
990 #ifndef USED_FOR_TARGET
991 #undef HAVE_STRINGS_H
992 #endif
995 /* Define to 1 if you have the <string.h> header file. */
996 #ifndef USED_FOR_TARGET
997 #undef HAVE_STRING_H
998 #endif
1001 /* Define to 1 if you have the `strsignal' function. */
1002 #ifndef USED_FOR_TARGET
1003 #undef HAVE_STRSIGNAL
1004 #endif
1007 /* Define if <sys/times.h> defines struct tms. */
1008 #ifndef USED_FOR_TARGET
1009 #undef HAVE_STRUCT_TMS
1010 #endif
1013 /* Define to 1 if you have the `sysconf' function. */
1014 #ifndef USED_FOR_TARGET
1015 #undef HAVE_SYSCONF
1016 #endif
1019 /* Define to 1 if you have the <sys/file.h> header file. */
1020 #ifndef USED_FOR_TARGET
1021 #undef HAVE_SYS_FILE_H
1022 #endif
1025 /* Define to 1 if you have the <sys/mman.h> header file. */
1026 #ifndef USED_FOR_TARGET
1027 #undef HAVE_SYS_MMAN_H
1028 #endif
1031 /* Define to 1 if you have the <sys/param.h> header file. */
1032 #ifndef USED_FOR_TARGET
1033 #undef HAVE_SYS_PARAM_H
1034 #endif
1037 /* Define to 1 if you have the <sys/resource.h> header file. */
1038 #ifndef USED_FOR_TARGET
1039 #undef HAVE_SYS_RESOURCE_H
1040 #endif
1043 /* Define to 1 if you have the <sys/stat.h> header file. */
1044 #ifndef USED_FOR_TARGET
1045 #undef HAVE_SYS_STAT_H
1046 #endif
1049 /* Define to 1 if you have the <sys/times.h> header file. */
1050 #ifndef USED_FOR_TARGET
1051 #undef HAVE_SYS_TIMES_H
1052 #endif
1055 /* Define to 1 if you have the <sys/time.h> header file. */
1056 #ifndef USED_FOR_TARGET
1057 #undef HAVE_SYS_TIME_H
1058 #endif
1061 /* Define to 1 if you have the <sys/types.h> header file. */
1062 #ifndef USED_FOR_TARGET
1063 #undef HAVE_SYS_TYPES_H
1064 #endif
1067 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1068 #ifndef USED_FOR_TARGET
1069 #undef HAVE_SYS_WAIT_H
1070 #endif
1073 /* Define to 1 if you have the `times' function. */
1074 #ifndef USED_FOR_TARGET
1075 #undef HAVE_TIMES
1076 #endif
1079 /* Define to 1 if you have the <time.h> header file. */
1080 #ifndef USED_FOR_TARGET
1081 #undef HAVE_TIME_H
1082 #endif
1085 /* Define to 1 if you have the <unistd.h> header file. */
1086 #ifndef USED_FOR_TARGET
1087 #undef HAVE_UNISTD_H
1088 #endif
1091 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1092 #ifndef USED_FOR_TARGET
1093 #undef HAVE_VALGRIND_MEMCHECK_H
1094 #endif
1097 /* Define to 1 if you have the `vfork' function. */
1098 #ifndef USED_FOR_TARGET
1099 #undef HAVE_VFORK
1100 #endif
1103 /* Define to 1 if you have the <vfork.h> header file. */
1104 #ifndef USED_FOR_TARGET
1105 #undef HAVE_VFORK_H
1106 #endif
1109 /* Define to 1 if you have the <wchar.h> header file. */
1110 #ifndef USED_FOR_TARGET
1111 #undef HAVE_WCHAR_H
1112 #endif
1115 /* Define to 1 if you have the `wcswidth' function. */
1116 #ifndef USED_FOR_TARGET
1117 #undef HAVE_WCSWIDTH
1118 #endif
1121 /* Define to 1 if `fork' works. */
1122 #ifndef USED_FOR_TARGET
1123 #undef HAVE_WORKING_FORK
1124 #endif
1127 /* Define this macro if mbstowcs does not crash when its first argument is
1128    NULL. */
1129 #ifndef USED_FOR_TARGET
1130 #undef HAVE_WORKING_MBSTOWCS
1131 #endif
1134 /* Define to 1 if `vfork' works. */
1135 #ifndef USED_FOR_TARGET
1136 #undef HAVE_WORKING_VFORK
1137 #endif
1140 /* Define if your compiler supports the \`__int64' type. */
1141 #ifndef USED_FOR_TARGET
1142 #undef HAVE___INT64
1143 #endif
1146 /* Define as const if the declaration of iconv() needs const. */
1147 #ifndef USED_FOR_TARGET
1148 #undef ICONV_CONST
1149 #endif
1152 /* Define if host mkdir takes a single argument. */
1153 #ifndef USED_FOR_TARGET
1154 #undef MKDIR_TAKES_ONE_ARG
1155 #endif
1158 /* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
1159 #ifndef USED_FOR_TARGET
1160 #undef NEED_64BIT_HOST_WIDE_INT
1161 #endif
1164 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1165 #ifndef USED_FOR_TARGET
1166 #undef NO_MINUS_C_MINUS_O
1167 #endif
1170 /* Define to the address where bug reports for this package should be sent. */
1171 #ifndef USED_FOR_TARGET
1172 #undef PACKAGE_BUGREPORT
1173 #endif
1176 /* Define to the full name of this package. */
1177 #ifndef USED_FOR_TARGET
1178 #undef PACKAGE_NAME
1179 #endif
1182 /* Define to the full name and version of this package. */
1183 #ifndef USED_FOR_TARGET
1184 #undef PACKAGE_STRING
1185 #endif
1188 /* Define to the one symbol short name of this package. */
1189 #ifndef USED_FOR_TARGET
1190 #undef PACKAGE_TARNAME
1191 #endif
1194 /* Define to the version of this package. */
1195 #ifndef USED_FOR_TARGET
1196 #undef PACKAGE_VERSION
1197 #endif
1200 /* Define to PREFIX/include if cpp should also search that directory. */
1201 #ifndef USED_FOR_TARGET
1202 #undef PREFIX_INCLUDE_DIR
1203 #endif
1206 /* The size of a `int', as computed by sizeof. */
1207 #ifndef USED_FOR_TARGET
1208 #undef SIZEOF_INT
1209 #endif
1212 /* The size of a `long', as computed by sizeof. */
1213 #ifndef USED_FOR_TARGET
1214 #undef SIZEOF_LONG
1215 #endif
1218 /* The size of a `long long', as computed by sizeof. */
1219 #ifndef USED_FOR_TARGET
1220 #undef SIZEOF_LONG_LONG
1221 #endif
1224 /* The size of a `short', as computed by sizeof. */
1225 #ifndef USED_FOR_TARGET
1226 #undef SIZEOF_SHORT
1227 #endif
1230 /* The size of a `void *', as computed by sizeof. */
1231 #ifndef USED_FOR_TARGET
1232 #undef SIZEOF_VOID_P
1233 #endif
1236 /* The size of a `__int64', as computed by sizeof. */
1237 #ifndef USED_FOR_TARGET
1238 #undef SIZEOF___INT64
1239 #endif
1242 /* Define to 1 if you have the ANSI C header files. */
1243 #ifndef USED_FOR_TARGET
1244 #undef STDC_HEADERS
1245 #endif
1248 /* Define if you can safely include both <string.h> and <strings.h>. */
1249 #ifndef USED_FOR_TARGET
1250 #undef STRING_WITH_STRINGS
1251 #endif
1254 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1255 #ifndef USED_FOR_TARGET
1256 #undef TIME_WITH_SYS_TIME
1257 #endif
1260 /* Define if your assembler mis-optimizes .eh_frame data. */
1261 #ifndef USED_FOR_TARGET
1262 #undef USE_AS_TRADITIONAL_FORMAT
1263 #endif
1266 /* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
1267    still efficiently supported by the host hardware. */
1268 #ifndef USED_FOR_TARGET
1269 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
1270 #endif
1273 /* Define if location_t is fileline integer cookie. */
1274 #ifndef USED_FOR_TARGET
1275 #undef USE_MAPPED_LOCATION
1276 #endif
1279 /* Define to be the last component of the Windows registry key under which to
1280    look for installation paths. The full key used will be
1281    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
1282    The default is the GCC version number. */
1283 #ifndef USED_FOR_TARGET
1284 #undef WIN32_REGISTRY_KEY
1285 #endif
1288 /* Define to 1 if your processor stores words with the most significant byte
1289    first (like Motorola and SPARC, unlike Intel and VAX). */
1290 #ifndef USED_FOR_TARGET
1291 #undef WORDS_BIGENDIAN
1292 #endif
1295 /* Always define this when using the GNU C Library */
1296 #ifndef USED_FOR_TARGET
1297 #undef _GNU_SOURCE
1298 #endif
1301 /* Define to `int' if <sys/types.h> doesn't define. */
1302 #ifndef USED_FOR_TARGET
1303 #undef gid_t
1304 #endif
1307 /* Define to `__inline__' or `__inline' if that's what the C compiler
1308    calls it, or to nothing if 'inline' is not supported under any name.  */
1309 #ifndef __cplusplus
1310 #undef inline
1311 #endif
1313 /* Define to `int' if <sys/types.h> does not define. */
1314 #ifndef USED_FOR_TARGET
1315 #undef pid_t
1316 #endif
1319 /* Define to \`long' if <sys/resource.h> doesn't define. */
1320 #ifndef USED_FOR_TARGET
1321 #undef rlim_t
1322 #endif
1325 /* Define to `int' if <sys/types.h> does not define. */
1326 #ifndef USED_FOR_TARGET
1327 #undef ssize_t
1328 #endif
1331 /* Define to `int' if <sys/types.h> doesn't define. */
1332 #ifndef USED_FOR_TARGET
1333 #undef uid_t
1334 #endif
1337 /* Define as `fork' if `vfork' does not work. */
1338 #ifndef USED_FOR_TARGET
1339 #undef vfork
1340 #endif