configure.ac (HAVE_AS_NO_SHARED): New AC_DEFINE.
[official-gcc.git] / gcc / config.in
blob2fc11775ddece115f4ecd3a6a11a7043229ff58e
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 enable decimal float extension to C. */
50 #ifndef USED_FOR_TARGET
51 #undef ENABLE_DECIMAL_FLOAT
52 #endif
55 /* Define if you want fold checked that it never destructs its argument. This
56    is quite expensive. */
57 #ifndef USED_FOR_TARGET
58 #undef ENABLE_FOLD_CHECKING
59 #endif
62 /* Define if you want the garbage collector to operate in maximally paranoid
63    mode, validating the entire heap and collecting garbage at every
64    opportunity. This is extremely expensive. */
65 #ifndef USED_FOR_TARGET
66 #undef ENABLE_GC_ALWAYS_COLLECT
67 #endif
70 /* Define if you want the garbage collector to do object poisoning and other
71    memory allocation checks. This is quite expensive. */
72 #ifndef USED_FOR_TARGET
73 #undef ENABLE_GC_CHECKING
74 #endif
77 /* Define to 1 if translation of program messages to the user's native
78    language is requested. */
79 #ifndef USED_FOR_TARGET
80 #undef ENABLE_NLS
81 #endif
84 /* Define if you want all operations on RTL (the basic data structure of the
85    optimizer and back end) to be checked for dynamic type safety at runtime.
86    This is quite expensive. */
87 #ifndef USED_FOR_TARGET
88 #undef ENABLE_RTL_CHECKING
89 #endif
92 /* Define if you want RTL flag accesses to be checked against the RTL codes
93    that are supported for each access macro. This is relatively cheap. */
94 #ifndef USED_FOR_TARGET
95 #undef ENABLE_RTL_FLAG_CHECKING
96 #endif
99 /* Define if you want runtime assertions enabled. This is a cheap check. */
100 #undef ENABLE_RUNTIME_CHECKING
102 /* Define if you want all operations on trees (the basic data structure of the
103    front ends) to be checked for dynamic type safety at runtime. This is
104    moderately expensive. The tree browser debugging routines will also be
105    enabled by this option. */
106 #ifndef USED_FOR_TARGET
107 #undef ENABLE_TREE_CHECKING
108 #endif
111 /* Define if you want to run subprograms and generated programs through
112    valgrind (a memory checker). This is extremely expensive. */
113 #ifndef USED_FOR_TARGET
114 #undef ENABLE_VALGRIND_CHECKING
115 #endif
118 /* Define to 1 if installation paths should be looked up in the Windows
119    Registry. Ignored on non-Windows hosts. */
120 #ifndef USED_FOR_TARGET
121 #undef ENABLE_WIN32_REGISTRY
122 #endif
125 /* Define to the name of a file containing a list of extra machine modes for
126    this architecture. */
127 #ifndef USED_FOR_TARGET
128 #undef EXTRA_MODES_FILE
129 #endif
132 /* Define to enable detailed memory allocation stats gathering. */
133 #ifndef USED_FOR_TARGET
134 #undef GATHER_STATISTICS
135 #endif
138 /* Define to the type of elements in the array set by `getgroups'. Usually
139    this is either `int' or `gid_t'. */
140 #ifndef USED_FOR_TARGET
141 #undef GETGROUPS_T
142 #endif
145 /* Define if the zone collector is in use */
146 #ifndef USED_FOR_TARGET
147 #undef GGC_ZONE
148 #endif
151 /* mcontext_t fields start with __ */
152 #ifndef USED_FOR_TARGET
153 #undef HAS_MCONTEXT_T_UNDERSCORES
154 #endif
157 /* Define to 1 if you have the `alphasort' function. */
158 #ifndef USED_FOR_TARGET
159 #undef HAVE_ALPHASORT
160 #endif
163 /* Define if your assembler supports dwarf2 .file/.loc directives, and
164    preserves file table indices exactly as given. */
165 #ifndef USED_FOR_TARGET
166 #undef HAVE_AS_DWARF2_DEBUG_LINE
167 #endif
170 /* Define if your assembler supports explicit relocations. */
171 #ifndef USED_FOR_TARGET
172 #undef HAVE_AS_EXPLICIT_RELOCS
173 #endif
176 /* Define if your assembler supports fprnd. */
177 #ifndef USED_FOR_TARGET
178 #undef HAVE_AS_FPRND
179 #endif
182 /* Define if your assembler supports the --gdwarf2 option. */
183 #ifndef USED_FOR_TARGET
184 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
185 #endif
188 /* Define true if the assembler supports '.long foo@GOTOFF'. */
189 #ifndef USED_FOR_TARGET
190 #undef HAVE_AS_GOTOFF_IN_DATA
191 #endif
194 /* Define if your assembler supports the --gstabs option. */
195 #ifndef USED_FOR_TARGET
196 #undef HAVE_AS_GSTABS_DEBUG_FLAG
197 #endif
200 /* Define if your assembler supports the Sun syntax for cmov. */
201 #ifndef USED_FOR_TARGET
202 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
203 #endif
206 /* Define if your assembler supports the ffreep mnemonic. */
207 #ifndef USED_FOR_TARGET
208 #undef HAVE_AS_IX86_FFREEP
209 #endif
212 /* Define if your assembler supports the lituse_jsrdirect relocation. */
213 #ifndef USED_FOR_TARGET
214 #undef HAVE_AS_JSRDIRECT_RELOCS
215 #endif
218 /* Define if your assembler supports .sleb128 and .uleb128. */
219 #ifndef USED_FOR_TARGET
220 #undef HAVE_AS_LEB128
221 #endif
224 /* Define if your assembler supports ltoffx and ldxmov relocations. */
225 #ifndef USED_FOR_TARGET
226 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
227 #endif
230 /* Define if your assembler supports mfcr field. */
231 #ifndef USED_FOR_TARGET
232 #undef HAVE_AS_MFCRF
233 #endif
236 /* Define if your assembler supports the -no-mul-bug-abort option. */
237 #ifndef USED_FOR_TARGET
238 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
239 #endif
242 /* Define if the assembler understands -mno-shared. */
243 #ifndef USED_FOR_TARGET
244 #undef HAVE_AS_NO_SHARED
245 #endif
248 /* Define if your assembler supports offsetable %lo(). */
249 #ifndef USED_FOR_TARGET
250 #undef HAVE_AS_OFFSETABLE_LO10
251 #endif
254 /* Define if your assembler supports popcntb field. */
255 #ifndef USED_FOR_TARGET
256 #undef HAVE_AS_POPCNTB
257 #endif
260 /* Define if your assembler supports .register. */
261 #ifndef USED_FOR_TARGET
262 #undef HAVE_AS_REGISTER_PSEUDO_OP
263 #endif
266 /* Define if your assembler supports R_PPC_REL16 relocs. */
267 #ifndef USED_FOR_TARGET
268 #undef HAVE_AS_REL16
269 #endif
272 /* Define if your assembler supports -relax option. */
273 #ifndef USED_FOR_TARGET
274 #undef HAVE_AS_RELAX_OPTION
275 #endif
278 /* Define if your assembler and linker support unaligned PC relative relocs.
279    */
280 #ifndef USED_FOR_TARGET
281 #undef HAVE_AS_SPARC_UA_PCREL
282 #endif
285 /* Define if your assembler and linker support unaligned PC relative relocs
286    against hidden symbols. */
287 #ifndef USED_FOR_TARGET
288 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
289 #endif
292 /* Define if your assembler supports thread-local storage. */
293 #ifndef USED_FOR_TARGET
294 #undef HAVE_AS_TLS
295 #endif
298 /* Define to 1 if you have the `atoll' function. */
299 #ifndef USED_FOR_TARGET
300 #undef HAVE_ATOLL
301 #endif
304 /* Define to 1 if you have the `atoq' function. */
305 #ifndef USED_FOR_TARGET
306 #undef HAVE_ATOQ
307 #endif
310 /* Define to 1 if you have the `clearerr_unlocked' function. */
311 #ifndef USED_FOR_TARGET
312 #undef HAVE_CLEARERR_UNLOCKED
313 #endif
316 /* Define to 1 if you have the `clock' function. */
317 #ifndef USED_FOR_TARGET
318 #undef HAVE_CLOCK
319 #endif
322 /* Define if <time.h> defines clock_t. */
323 #ifndef USED_FOR_TARGET
324 #undef HAVE_CLOCK_T
325 #endif
328 /* Define 0/1 if your assembler and linker support COMDAT groups. */
329 #ifndef USED_FOR_TARGET
330 #undef HAVE_COMDAT_GROUP
331 #endif
334 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
335    */
336 #ifndef USED_FOR_TARGET
337 #undef HAVE_DECL_ABORT
338 #endif
341 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
342    0. */
343 #ifndef USED_FOR_TARGET
344 #undef HAVE_DECL_ASPRINTF
345 #endif
348 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
349 #ifndef USED_FOR_TARGET
350 #undef HAVE_DECL_ATOF
351 #endif
354 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
355 #ifndef USED_FOR_TARGET
356 #undef HAVE_DECL_ATOL
357 #endif
360 /* Define to 1 if we found a declaration for 'basename', otherwise define to
361    0. */
362 #ifndef USED_FOR_TARGET
363 #undef HAVE_DECL_BASENAME
364 #endif
367 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
368    */
369 #ifndef USED_FOR_TARGET
370 #undef HAVE_DECL_CALLOC
371 #endif
374 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
375    define to 0. */
376 #ifndef USED_FOR_TARGET
377 #undef HAVE_DECL_CLEARERR_UNLOCKED
378 #endif
381 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
382    */
383 #ifndef USED_FOR_TARGET
384 #undef HAVE_DECL_CLOCK
385 #endif
388 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
389    */
390 #ifndef USED_FOR_TARGET
391 #undef HAVE_DECL_ERRNO
392 #endif
395 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
396    to 0. */
397 #ifndef USED_FOR_TARGET
398 #undef HAVE_DECL_FEOF_UNLOCKED
399 #endif
402 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
403    define to 0. */
404 #ifndef USED_FOR_TARGET
405 #undef HAVE_DECL_FERROR_UNLOCKED
406 #endif
409 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
410    define to 0. */
411 #ifndef USED_FOR_TARGET
412 #undef HAVE_DECL_FFLUSH_UNLOCKED
413 #endif
416 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
417    define to 0. */
418 #ifndef USED_FOR_TARGET
419 #undef HAVE_DECL_FGETC_UNLOCKED
420 #endif
423 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
424    define to 0. */
425 #ifndef USED_FOR_TARGET
426 #undef HAVE_DECL_FGETS_UNLOCKED
427 #endif
430 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
431    define to 0. */
432 #ifndef USED_FOR_TARGET
433 #undef HAVE_DECL_FILENO_UNLOCKED
434 #endif
437 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
438    define to 0. */
439 #ifndef USED_FOR_TARGET
440 #undef HAVE_DECL_FPRINTF_UNLOCKED
441 #endif
444 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
445    define to 0. */
446 #ifndef USED_FOR_TARGET
447 #undef HAVE_DECL_FPUTC_UNLOCKED
448 #endif
451 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
452    define to 0. */
453 #ifndef USED_FOR_TARGET
454 #undef HAVE_DECL_FPUTS_UNLOCKED
455 #endif
458 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
459    define to 0. */
460 #ifndef USED_FOR_TARGET
461 #undef HAVE_DECL_FREAD_UNLOCKED
462 #endif
465 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
466 #ifndef USED_FOR_TARGET
467 #undef HAVE_DECL_FREE
468 #endif
471 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
472    define to 0. */
473 #ifndef USED_FOR_TARGET
474 #undef HAVE_DECL_FWRITE_UNLOCKED
475 #endif
478 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
479    define to 0. */
480 #ifndef USED_FOR_TARGET
481 #undef HAVE_DECL_GETCHAR_UNLOCKED
482 #endif
485 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
486    */
487 #ifndef USED_FOR_TARGET
488 #undef HAVE_DECL_GETCWD
489 #endif
492 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
493    to 0. */
494 #ifndef USED_FOR_TARGET
495 #undef HAVE_DECL_GETC_UNLOCKED
496 #endif
499 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
500    */
501 #ifndef USED_FOR_TARGET
502 #undef HAVE_DECL_GETENV
503 #endif
506 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
507    */
508 #ifndef USED_FOR_TARGET
509 #undef HAVE_DECL_GETOPT
510 #endif
513 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
514    to 0. */
515 #ifndef USED_FOR_TARGET
516 #undef HAVE_DECL_GETPAGESIZE
517 #endif
520 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
521    0. */
522 #ifndef USED_FOR_TARGET
523 #undef HAVE_DECL_GETRLIMIT
524 #endif
527 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
528    0. */
529 #ifndef USED_FOR_TARGET
530 #undef HAVE_DECL_GETRUSAGE
531 #endif
534 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
535    */
536 #ifndef USED_FOR_TARGET
537 #undef HAVE_DECL_GETWD
538 #endif
541 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
542    0. */
543 #ifndef USED_FOR_TARGET
544 #undef HAVE_DECL_LDGETNAME
545 #endif
548 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
549    */
550 #ifndef USED_FOR_TARGET
551 #undef HAVE_DECL_MALLOC
552 #endif
555 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
556    define to 0. */
557 #ifndef USED_FOR_TARGET
558 #undef HAVE_DECL_PUTCHAR_UNLOCKED
559 #endif
562 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
563    to 0. */
564 #ifndef USED_FOR_TARGET
565 #undef HAVE_DECL_PUTC_UNLOCKED
566 #endif
569 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
570    */
571 #ifndef USED_FOR_TARGET
572 #undef HAVE_DECL_REALLOC
573 #endif
576 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
577 #ifndef USED_FOR_TARGET
578 #undef HAVE_DECL_SBRK
579 #endif
582 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
583    0. */
584 #ifndef USED_FOR_TARGET
585 #undef HAVE_DECL_SETRLIMIT
586 #endif
589 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
590    to 0. */
591 #ifndef USED_FOR_TARGET
592 #undef HAVE_DECL_SIGALTSTACK
593 #endif
596 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
597    0. */
598 #ifndef USED_FOR_TARGET
599 #undef HAVE_DECL_SNPRINTF
600 #endif
603 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
604    0. */
605 #ifndef USED_FOR_TARGET
606 #undef HAVE_DECL_STRSIGNAL
607 #endif
610 /* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
611    */
612 #ifndef USED_FOR_TARGET
613 #undef HAVE_DECL_STRSTR
614 #endif
617 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
618    0. */
619 #ifndef USED_FOR_TARGET
620 #undef HAVE_DECL_STRVERSCMP
621 #endif
624 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
625    */
626 #ifndef USED_FOR_TARGET
627 #undef HAVE_DECL_TIMES
628 #endif
631 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
632    0. */
633 #ifndef USED_FOR_TARGET
634 #undef HAVE_DECL_VASPRINTF
635 #endif
638 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
639    0. */
640 #ifndef USED_FOR_TARGET
641 #undef HAVE_DECL_VSNPRINTF
642 #endif
645 /* Define to 1 if you have the <direct.h> header file. */
646 #ifndef USED_FOR_TARGET
647 #undef HAVE_DIRECT_H
648 #endif
651 /* Define to 1 if you have the <fcntl.h> header file. */
652 #ifndef USED_FOR_TARGET
653 #undef HAVE_FCNTL_H
654 #endif
657 /* Define to 1 if you have the `feof_unlocked' function. */
658 #ifndef USED_FOR_TARGET
659 #undef HAVE_FEOF_UNLOCKED
660 #endif
663 /* Define to 1 if you have the `ferror_unlocked' function. */
664 #ifndef USED_FOR_TARGET
665 #undef HAVE_FERROR_UNLOCKED
666 #endif
669 /* Define to 1 if you have the `fflush_unlocked' function. */
670 #ifndef USED_FOR_TARGET
671 #undef HAVE_FFLUSH_UNLOCKED
672 #endif
675 /* Define to 1 if you have the `fgetc_unlocked' function. */
676 #ifndef USED_FOR_TARGET
677 #undef HAVE_FGETC_UNLOCKED
678 #endif
681 /* Define to 1 if you have the `fgets_unlocked' function. */
682 #ifndef USED_FOR_TARGET
683 #undef HAVE_FGETS_UNLOCKED
684 #endif
687 /* Define to 1 if you have the `fileno_unlocked' function. */
688 #ifndef USED_FOR_TARGET
689 #undef HAVE_FILENO_UNLOCKED
690 #endif
693 /* Define to 1 if you have the `fork' function. */
694 #ifndef USED_FOR_TARGET
695 #undef HAVE_FORK
696 #endif
699 /* Define to 1 if you have the `fprintf_unlocked' function. */
700 #ifndef USED_FOR_TARGET
701 #undef HAVE_FPRINTF_UNLOCKED
702 #endif
705 /* Define to 1 if you have the `fputc_unlocked' function. */
706 #ifndef USED_FOR_TARGET
707 #undef HAVE_FPUTC_UNLOCKED
708 #endif
711 /* Define to 1 if you have the `fputs_unlocked' function. */
712 #ifndef USED_FOR_TARGET
713 #undef HAVE_FPUTS_UNLOCKED
714 #endif
717 /* Define to 1 if you have the `fread_unlocked' function. */
718 #ifndef USED_FOR_TARGET
719 #undef HAVE_FREAD_UNLOCKED
720 #endif
723 /* Define to 1 if you have the `fwrite_unlocked' function. */
724 #ifndef USED_FOR_TARGET
725 #undef HAVE_FWRITE_UNLOCKED
726 #endif
729 /* Define if your assembler supports .balign and .p2align. */
730 #ifndef USED_FOR_TARGET
731 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
732 #endif
735 /* Define if your assembler uses the new HImode fild and fist notation. */
736 #ifndef USED_FOR_TARGET
737 #undef HAVE_GAS_FILDS_FISTS
738 #endif
741 /* Define if your assembler and linker support .hidden. */
742 #undef HAVE_GAS_HIDDEN
744 /* Define if your assembler supports specifying the maximum number of bytes to
745    skip when using the GAS .p2align command. */
746 #ifndef USED_FOR_TARGET
747 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
748 #endif
751 /* Define if your assembler supports .nsubspa comdat option. */
752 #ifndef USED_FOR_TARGET
753 #undef HAVE_GAS_NSUBSPA_COMDAT
754 #endif
757 /* Define if your assembler and linker support 32-bit section relative relocs
758    via '.secrel32 label'. */
759 #ifndef USED_FOR_TARGET
760 #undef HAVE_GAS_PE_SECREL32_RELOC
761 #endif
764 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
765    */
766 #ifndef USED_FOR_TARGET
767 #undef HAVE_GAS_SHF_MERGE
768 #endif
771 /* Define if your assembler supports .subsection and .subsection -1 starts
772    emitting at the beginning of your section. */
773 #ifndef USED_FOR_TARGET
774 #undef HAVE_GAS_SUBSECTION_ORDERING
775 #endif
778 /* Define if your assembler supports .weak. */
779 #ifndef USED_FOR_TARGET
780 #undef HAVE_GAS_WEAK
781 #endif
784 /* Define if your assembler supports .weakref. */
785 #ifndef USED_FOR_TARGET
786 #undef HAVE_GAS_WEAKREF
787 #endif
790 /* Define to 1 if you have the `getchar_unlocked' function. */
791 #ifndef USED_FOR_TARGET
792 #undef HAVE_GETCHAR_UNLOCKED
793 #endif
796 /* Define to 1 if you have the `getc_unlocked' function. */
797 #ifndef USED_FOR_TARGET
798 #undef HAVE_GETC_UNLOCKED
799 #endif
802 /* Define to 1 if system unwind library has _Unwind_GetIPInfo. */
803 #undef HAVE_GETIPINFO
805 /* Define to 1 if you have the `getrlimit' function. */
806 #ifndef USED_FOR_TARGET
807 #undef HAVE_GETRLIMIT
808 #endif
811 /* Define to 1 if you have the `getrusage' function. */
812 #ifndef USED_FOR_TARGET
813 #undef HAVE_GETRUSAGE
814 #endif
817 /* Define to 1 if you have the `gettimeofday' function. */
818 #ifndef USED_FOR_TARGET
819 #undef HAVE_GETTIMEOFDAY
820 #endif
823 /* Define if you have the iconv() function. */
824 #ifndef USED_FOR_TARGET
825 #undef HAVE_ICONV
826 #endif
829 /* Define to 1 if you have the <iconv.h> header file. */
830 #ifndef USED_FOR_TARGET
831 #undef HAVE_ICONV_H
832 #endif
835 /* Define .init_array/.fini_array sections are available and working. */
836 #ifndef USED_FOR_TARGET
837 #undef HAVE_INITFINI_ARRAY
838 #endif
841 /* Define if you have a working <inttypes.h> header file. */
842 #ifndef USED_FOR_TARGET
843 #undef HAVE_INTTYPES_H
844 #endif
847 /* Define to 1 if you have the `kill' function. */
848 #ifndef USED_FOR_TARGET
849 #undef HAVE_KILL
850 #endif
853 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
854 #ifndef USED_FOR_TARGET
855 #undef HAVE_LANGINFO_CODESET
856 #endif
859 /* Define to 1 if you have the <langinfo.h> header file. */
860 #ifndef USED_FOR_TARGET
861 #undef HAVE_LANGINFO_H
862 #endif
865 /* Define if your <locale.h> file defines LC_MESSAGES. */
866 #ifndef USED_FOR_TARGET
867 #undef HAVE_LC_MESSAGES
868 #endif
871 /* Define to 1 if you have the <ldfcn.h> header file. */
872 #ifndef USED_FOR_TARGET
873 #undef HAVE_LDFCN_H
874 #endif
877 /* Define if your linker supports --as-needed and --no-as-needed options. */
878 #ifndef USED_FOR_TARGET
879 #undef HAVE_LD_AS_NEEDED
880 #endif
883 /* Define if your linker supports --demangle option. */
884 #ifndef USED_FOR_TARGET
885 #undef HAVE_LD_DEMANGLE
886 #endif
889 /* Define if your linker supports --eh-frame-hdr option. */
890 #undef HAVE_LD_EH_FRAME_HDR
892 /* Define if your linker supports garbage collection of sections in presence
893    of EH frames. */
894 #ifndef USED_FOR_TARGET
895 #undef HAVE_LD_EH_GC_SECTIONS
896 #endif
899 /* Define if your PowerPC64 linker only needs function descriptor syms. */
900 #ifndef USED_FOR_TARGET
901 #undef HAVE_LD_NO_DOT_SYMS
902 #endif
905 /* Define if your linker supports -pie option. */
906 #ifndef USED_FOR_TARGET
907 #undef HAVE_LD_PIE
908 #endif
911 /* Define if your linker links a mix of read-only and read-write sections into
912    a read-write section. */
913 #ifndef USED_FOR_TARGET
914 #undef HAVE_LD_RO_RW_SECTION_MIXING
915 #endif
918 /* Define if your linker supports -Bstatic/-Bdynamic option. */
919 #ifndef USED_FOR_TARGET
920 #undef HAVE_LD_STATIC_DYNAMIC
921 #endif
924 /* Define if your linker supports --sysroot. */
925 #ifndef USED_FOR_TARGET
926 #undef HAVE_LD_SYSROOT
927 #endif
930 /* Define to 1 if you have the <limits.h> header file. */
931 #ifndef USED_FOR_TARGET
932 #undef HAVE_LIMITS_H
933 #endif
936 /* Define to 1 if you have the <locale.h> header file. */
937 #ifndef USED_FOR_TARGET
938 #undef HAVE_LOCALE_H
939 #endif
942 /* Define to 1 if the system has the type `long long'. */
943 #ifndef USED_FOR_TARGET
944 #undef HAVE_LONG_LONG
945 #endif
948 /* Define to 1 if you have the <malloc.h> header file. */
949 #ifndef USED_FOR_TARGET
950 #undef HAVE_MALLOC_H
951 #endif
954 /* Define to 1 if you have the `mbstowcs' function. */
955 #ifndef USED_FOR_TARGET
956 #undef HAVE_MBSTOWCS
957 #endif
960 /* Define if valgrind's memcheck.h header is installed. */
961 #ifndef USED_FOR_TARGET
962 #undef HAVE_MEMCHECK_H
963 #endif
966 /* Define to 1 if you have the <memory.h> header file. */
967 #ifndef USED_FOR_TARGET
968 #undef HAVE_MEMORY_H
969 #endif
972 /* Define to 1 if you have the `mincore' function. */
973 #ifndef USED_FOR_TARGET
974 #undef HAVE_MINCORE
975 #endif
978 /* Define to 1 if you have the `mmap' function. */
979 #ifndef USED_FOR_TARGET
980 #undef HAVE_MMAP
981 #endif
984 /* Define if mmap with MAP_ANON(YMOUS) works. */
985 #ifndef USED_FOR_TARGET
986 #undef HAVE_MMAP_ANON
987 #endif
990 /* Define if mmap of /dev/zero works. */
991 #ifndef USED_FOR_TARGET
992 #undef HAVE_MMAP_DEV_ZERO
993 #endif
996 /* Define if read-only mmap of a plain file works. */
997 #ifndef USED_FOR_TARGET
998 #undef HAVE_MMAP_FILE
999 #endif
1002 /* Define to 1 if you have the `nl_langinfo' function. */
1003 #ifndef USED_FOR_TARGET
1004 #undef HAVE_NL_LANGINFO
1005 #endif
1008 /* Define to 1 if you have the `putchar_unlocked' function. */
1009 #ifndef USED_FOR_TARGET
1010 #undef HAVE_PUTCHAR_UNLOCKED
1011 #endif
1014 /* Define to 1 if you have the `putc_unlocked' function. */
1015 #ifndef USED_FOR_TARGET
1016 #undef HAVE_PUTC_UNLOCKED
1017 #endif
1020 /* Define to 1 if you have the `scandir' function. */
1021 #ifndef USED_FOR_TARGET
1022 #undef HAVE_SCANDIR
1023 #endif
1026 /* Define to 1 if you have the `setlocale' function. */
1027 #ifndef USED_FOR_TARGET
1028 #undef HAVE_SETLOCALE
1029 #endif
1032 /* Define to 1 if you have the `setrlimit' function. */
1033 #ifndef USED_FOR_TARGET
1034 #undef HAVE_SETRLIMIT
1035 #endif
1038 /* Define to 1 if you have the <stddef.h> header file. */
1039 #ifndef USED_FOR_TARGET
1040 #undef HAVE_STDDEF_H
1041 #endif
1044 /* Define to 1 if you have the <stdint.h> header file. */
1045 #ifndef USED_FOR_TARGET
1046 #undef HAVE_STDINT_H
1047 #endif
1050 /* Define to 1 if you have the <stdlib.h> header file. */
1051 #ifndef USED_FOR_TARGET
1052 #undef HAVE_STDLIB_H
1053 #endif
1056 /* Define to 1 if you have the <strings.h> header file. */
1057 #ifndef USED_FOR_TARGET
1058 #undef HAVE_STRINGS_H
1059 #endif
1062 /* Define to 1 if you have the <string.h> header file. */
1063 #ifndef USED_FOR_TARGET
1064 #undef HAVE_STRING_H
1065 #endif
1068 /* Define to 1 if you have the `strsignal' function. */
1069 #ifndef USED_FOR_TARGET
1070 #undef HAVE_STRSIGNAL
1071 #endif
1074 /* Define if <sys/times.h> defines struct tms. */
1075 #ifndef USED_FOR_TARGET
1076 #undef HAVE_STRUCT_TMS
1077 #endif
1080 /* Define to 1 if you have the `sysconf' function. */
1081 #ifndef USED_FOR_TARGET
1082 #undef HAVE_SYSCONF
1083 #endif
1086 /* Define to 1 if you have the <sys/file.h> header file. */
1087 #ifndef USED_FOR_TARGET
1088 #undef HAVE_SYS_FILE_H
1089 #endif
1092 /* Define to 1 if you have the <sys/mman.h> header file. */
1093 #ifndef USED_FOR_TARGET
1094 #undef HAVE_SYS_MMAN_H
1095 #endif
1098 /* Define to 1 if you have the <sys/param.h> header file. */
1099 #ifndef USED_FOR_TARGET
1100 #undef HAVE_SYS_PARAM_H
1101 #endif
1104 /* Define to 1 if you have the <sys/resource.h> header file. */
1105 #ifndef USED_FOR_TARGET
1106 #undef HAVE_SYS_RESOURCE_H
1107 #endif
1110 /* Define to 1 if you have the <sys/stat.h> header file. */
1111 #ifndef USED_FOR_TARGET
1112 #undef HAVE_SYS_STAT_H
1113 #endif
1116 /* Define to 1 if you have the <sys/times.h> header file. */
1117 #ifndef USED_FOR_TARGET
1118 #undef HAVE_SYS_TIMES_H
1119 #endif
1122 /* Define to 1 if you have the <sys/time.h> header file. */
1123 #ifndef USED_FOR_TARGET
1124 #undef HAVE_SYS_TIME_H
1125 #endif
1128 /* Define to 1 if you have the <sys/types.h> header file. */
1129 #ifndef USED_FOR_TARGET
1130 #undef HAVE_SYS_TYPES_H
1131 #endif
1134 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1135 #ifndef USED_FOR_TARGET
1136 #undef HAVE_SYS_WAIT_H
1137 #endif
1140 /* Define to 1 if you have the `times' function. */
1141 #ifndef USED_FOR_TARGET
1142 #undef HAVE_TIMES
1143 #endif
1146 /* Define to 1 if you have the <time.h> header file. */
1147 #ifndef USED_FOR_TARGET
1148 #undef HAVE_TIME_H
1149 #endif
1152 /* Define to 1 if you have the <unistd.h> header file. */
1153 #ifndef USED_FOR_TARGET
1154 #undef HAVE_UNISTD_H
1155 #endif
1158 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1159 #ifndef USED_FOR_TARGET
1160 #undef HAVE_VALGRIND_MEMCHECK_H
1161 #endif
1164 /* Define to 1 if you have the `vfork' function. */
1165 #ifndef USED_FOR_TARGET
1166 #undef HAVE_VFORK
1167 #endif
1170 /* Define to 1 if you have the <vfork.h> header file. */
1171 #ifndef USED_FOR_TARGET
1172 #undef HAVE_VFORK_H
1173 #endif
1176 /* Define to 1 if you have the <wchar.h> header file. */
1177 #ifndef USED_FOR_TARGET
1178 #undef HAVE_WCHAR_H
1179 #endif
1182 /* Define to 1 if you have the `wcswidth' function. */
1183 #ifndef USED_FOR_TARGET
1184 #undef HAVE_WCSWIDTH
1185 #endif
1188 /* Define to 1 if `fork' works. */
1189 #ifndef USED_FOR_TARGET
1190 #undef HAVE_WORKING_FORK
1191 #endif
1194 /* Define this macro if mbstowcs does not crash when its first argument is
1195    NULL. */
1196 #ifndef USED_FOR_TARGET
1197 #undef HAVE_WORKING_MBSTOWCS
1198 #endif
1201 /* Define to 1 if `vfork' works. */
1202 #ifndef USED_FOR_TARGET
1203 #undef HAVE_WORKING_VFORK
1204 #endif
1207 /* Define to 1 if the system has the type `__int64'. */
1208 #ifndef USED_FOR_TARGET
1209 #undef HAVE___INT64
1210 #endif
1213 /* Define as const if the declaration of iconv() needs const. */
1214 #ifndef USED_FOR_TARGET
1215 #undef ICONV_CONST
1216 #endif
1219 /* Define if host mkdir takes a single argument. */
1220 #ifndef USED_FOR_TARGET
1221 #undef MKDIR_TAKES_ONE_ARG
1222 #endif
1225 /* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
1226 #ifndef USED_FOR_TARGET
1227 #undef NEED_64BIT_HOST_WIDE_INT
1228 #endif
1231 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1232 #ifndef USED_FOR_TARGET
1233 #undef NO_MINUS_C_MINUS_O
1234 #endif
1237 /* Define to the address where bug reports for this package should be sent. */
1238 #ifndef USED_FOR_TARGET
1239 #undef PACKAGE_BUGREPORT
1240 #endif
1243 /* Define to the full name of this package. */
1244 #ifndef USED_FOR_TARGET
1245 #undef PACKAGE_NAME
1246 #endif
1249 /* Define to the full name and version of this package. */
1250 #ifndef USED_FOR_TARGET
1251 #undef PACKAGE_STRING
1252 #endif
1255 /* Define to the one symbol short name of this package. */
1256 #ifndef USED_FOR_TARGET
1257 #undef PACKAGE_TARNAME
1258 #endif
1261 /* Define to the version of this package. */
1262 #ifndef USED_FOR_TARGET
1263 #undef PACKAGE_VERSION
1264 #endif
1267 /* Define to PREFIX/include if cpp should also search that directory. */
1268 #ifndef USED_FOR_TARGET
1269 #undef PREFIX_INCLUDE_DIR
1270 #endif
1273 /* The size of a `int', as computed by sizeof. */
1274 #ifndef USED_FOR_TARGET
1275 #undef SIZEOF_INT
1276 #endif
1279 /* The size of a `long', as computed by sizeof. */
1280 #ifndef USED_FOR_TARGET
1281 #undef SIZEOF_LONG
1282 #endif
1285 /* The size of a `long long', as computed by sizeof. */
1286 #ifndef USED_FOR_TARGET
1287 #undef SIZEOF_LONG_LONG
1288 #endif
1291 /* The size of a `short', as computed by sizeof. */
1292 #ifndef USED_FOR_TARGET
1293 #undef SIZEOF_SHORT
1294 #endif
1297 /* The size of a `void *', as computed by sizeof. */
1298 #ifndef USED_FOR_TARGET
1299 #undef SIZEOF_VOID_P
1300 #endif
1303 /* The size of a `__int64', as computed by sizeof. */
1304 #ifndef USED_FOR_TARGET
1305 #undef SIZEOF___INT64
1306 #endif
1309 /* Define to 1 if you have the ANSI C header files. */
1310 #ifndef USED_FOR_TARGET
1311 #undef STDC_HEADERS
1312 #endif
1315 /* Define if you can safely include both <string.h> and <strings.h>. */
1316 #ifndef USED_FOR_TARGET
1317 #undef STRING_WITH_STRINGS
1318 #endif
1321 /* Define if TFmode long double should be the default */
1322 #ifndef USED_FOR_TARGET
1323 #undef TARGET_DEFAULT_LONG_DOUBLE_128
1324 #endif
1327 /* Define if your target C library provides stack protector support */
1328 #ifndef USED_FOR_TARGET
1329 #undef TARGET_LIBC_PROVIDES_SSP
1330 #endif
1333 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1334 #ifndef USED_FOR_TARGET
1335 #undef TIME_WITH_SYS_TIME
1336 #endif
1339 /* Define if your assembler mis-optimizes .eh_frame data. */
1340 #ifndef USED_FOR_TARGET
1341 #undef USE_AS_TRADITIONAL_FORMAT
1342 #endif
1345 /* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
1346    still efficiently supported by the host hardware. */
1347 #ifndef USED_FOR_TARGET
1348 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
1349 #endif
1352 /* Define if location_t is fileline integer cookie. */
1353 #ifndef USED_FOR_TARGET
1354 #undef USE_MAPPED_LOCATION
1355 #endif
1358 /* Define to be the last component of the Windows registry key under which to
1359    look for installation paths. The full key used will be
1360    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
1361    The default is the GCC version number. */
1362 #ifndef USED_FOR_TARGET
1363 #undef WIN32_REGISTRY_KEY
1364 #endif
1367 /* Define to 1 if your processor stores words with the most significant byte
1368    first (like Motorola and SPARC, unlike Intel and VAX). */
1369 #ifndef USED_FOR_TARGET
1370 #undef WORDS_BIGENDIAN
1371 #endif
1374 /* Always define this when using the GNU C Library */
1375 #ifndef USED_FOR_TARGET
1376 #undef _GNU_SOURCE
1377 #endif
1380 /* Define to `int' if <sys/types.h> doesn't define. */
1381 #ifndef USED_FOR_TARGET
1382 #undef gid_t
1383 #endif
1386 /* Define to `__inline__' or `__inline' if that's what the C compiler
1387    calls it, or to nothing if 'inline' is not supported under any name.  */
1388 #ifndef __cplusplus
1389 #undef inline
1390 #endif
1392 /* Define to `int' if <sys/types.h> does not define. */
1393 #ifndef USED_FOR_TARGET
1394 #undef pid_t
1395 #endif
1398 /* Define to \`long' if <sys/resource.h> doesn't define. */
1399 #ifndef USED_FOR_TARGET
1400 #undef rlim_t
1401 #endif
1404 /* Define to `int' if <sys/types.h> does not define. */
1405 #ifndef USED_FOR_TARGET
1406 #undef ssize_t
1407 #endif
1410 /* Define to `int' if <sys/types.h> doesn't define. */
1411 #ifndef USED_FOR_TARGET
1412 #undef uid_t
1413 #endif
1416 /* Define as `fork' if `vfork' does not work. */
1417 #ifndef USED_FOR_TARGET
1418 #undef vfork
1419 #endif