OSDN Git Service

d5f854ef95999cf022290dd7eb0d9cd983e612ee
[pf3gnuchains/gcc-fork.git] / gcc / config.in
1 /* config.in.  Generated from configure.ac by autoheader.  */
2
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
7
8
9 /* Define 0/1 to force the choice for exception handling model. */
10 #ifndef USED_FOR_TARGET
11 #undef CONFIG_SJLJ_EXCEPTIONS
12 #endif
13
14
15 /* Define to enable the use of a default assembler. */
16 #ifndef USED_FOR_TARGET
17 #undef DEFAULT_ASSEMBLER
18 #endif
19
20
21 /* Define to enable the use of a default linker. */
22 #ifndef USED_FOR_TARGET
23 #undef DEFAULT_LINKER
24 #endif
25
26
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
34
35
36 /* Define if you want assertions enabled. This is a cheap check. */
37 #ifndef USED_FOR_TARGET
38 #undef ENABLE_ASSERT_CHECKING
39 #endif
40
41
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
47
48
49 /* Define to 1 to enable decimal float extension to C. */
50 #ifndef USED_FOR_TARGET
51 #undef ENABLE_DECIMAL_FLOAT
52 #endif
53
54
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
60
61
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
68
69
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
75
76
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
82
83
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
90
91
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
97
98
99 /* Define if you want runtime assertions enabled. This is a cheap check. */
100 #undef ENABLE_RUNTIME_CHECKING
101
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
109
110
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
116
117
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
123
124
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
130
131
132 /* Define to enable detailed memory allocation stats gathering. */
133 #ifndef USED_FOR_TARGET
134 #undef GATHER_STATISTICS
135 #endif
136
137
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
143
144
145 /* Define if the zone collector is in use */
146 #ifndef USED_FOR_TARGET
147 #undef GGC_ZONE
148 #endif
149
150
151 /* mcontext_t fields start with __ */
152 #ifndef USED_FOR_TARGET
153 #undef HAS_MCONTEXT_T_UNDERSCORES
154 #endif
155
156
157 /* Define to 1 if you have the `alphasort' function. */
158 #ifndef USED_FOR_TARGET
159 #undef HAVE_ALPHASORT
160 #endif
161
162
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
168
169
170 /* Define if your assembler supports explicit relocations. */
171 #ifndef USED_FOR_TARGET
172 #undef HAVE_AS_EXPLICIT_RELOCS
173 #endif
174
175
176 /* Define if your assembler supports fprnd. */
177 #ifndef USED_FOR_TARGET
178 #undef HAVE_AS_FPRND
179 #endif
180
181
182 /* Define if your assembler supports the --gdwarf2 option. */
183 #ifndef USED_FOR_TARGET
184 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
185 #endif
186
187
188 /* Define true if the assembler supports '.long foo@GOTOFF'. */
189 #ifndef USED_FOR_TARGET
190 #undef HAVE_AS_GOTOFF_IN_DATA
191 #endif
192
193
194 /* Define if your assembler supports the --gstabs option. */
195 #ifndef USED_FOR_TARGET
196 #undef HAVE_AS_GSTABS_DEBUG_FLAG
197 #endif
198
199
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
204
205
206 /* Define if your assembler supports the lituse_jsrdirect relocation. */
207 #ifndef USED_FOR_TARGET
208 #undef HAVE_AS_JSRDIRECT_RELOCS
209 #endif
210
211
212 /* Define if your assembler supports .sleb128 and .uleb128. */
213 #ifndef USED_FOR_TARGET
214 #undef HAVE_AS_LEB128
215 #endif
216
217
218 /* Define if your assembler supports ltoffx and ldxmov relocations. */
219 #ifndef USED_FOR_TARGET
220 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
221 #endif
222
223
224 /* Define if your assembler supports mfcr field. */
225 #ifndef USED_FOR_TARGET
226 #undef HAVE_AS_MFCRF
227 #endif
228
229
230 /* Define if your assembler supports the -no-mul-bug-abort option. */
231 #ifndef USED_FOR_TARGET
232 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
233 #endif
234
235
236 /* Define if your assembler supports offsetable %lo(). */
237 #ifndef USED_FOR_TARGET
238 #undef HAVE_AS_OFFSETABLE_LO10
239 #endif
240
241
242 /* Define if your assembler supports popcntb field. */
243 #ifndef USED_FOR_TARGET
244 #undef HAVE_AS_POPCNTB
245 #endif
246
247
248 /* Define if your assembler supports .register. */
249 #ifndef USED_FOR_TARGET
250 #undef HAVE_AS_REGISTER_PSEUDO_OP
251 #endif
252
253
254 /* Define if your assembler supports R_PPC_REL16 relocs. */
255 #ifndef USED_FOR_TARGET
256 #undef HAVE_AS_REL16
257 #endif
258
259
260 /* Define if your assembler supports -relax option. */
261 #ifndef USED_FOR_TARGET
262 #undef HAVE_AS_RELAX_OPTION
263 #endif
264
265
266 /* Define if your assembler and linker support unaligned PC relative relocs.
267    */
268 #ifndef USED_FOR_TARGET
269 #undef HAVE_AS_SPARC_UA_PCREL
270 #endif
271
272
273 /* Define if your assembler and linker support unaligned PC relative relocs
274    against hidden symbols. */
275 #ifndef USED_FOR_TARGET
276 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
277 #endif
278
279
280 /* Define if your assembler supports thread-local storage. */
281 #ifndef USED_FOR_TARGET
282 #undef HAVE_AS_TLS
283 #endif
284
285
286 /* Define to 1 if you have the `atoll' function. */
287 #ifndef USED_FOR_TARGET
288 #undef HAVE_ATOLL
289 #endif
290
291
292 /* Define to 1 if you have the `atoq' function. */
293 #ifndef USED_FOR_TARGET
294 #undef HAVE_ATOQ
295 #endif
296
297
298 /* Define to 1 if you have the `clearerr_unlocked' function. */
299 #ifndef USED_FOR_TARGET
300 #undef HAVE_CLEARERR_UNLOCKED
301 #endif
302
303
304 /* Define to 1 if you have the `clock' function. */
305 #ifndef USED_FOR_TARGET
306 #undef HAVE_CLOCK
307 #endif
308
309
310 /* Define if <time.h> defines clock_t. */
311 #ifndef USED_FOR_TARGET
312 #undef HAVE_CLOCK_T
313 #endif
314
315
316 /* Define 0/1 if your assembler and linker support COMDAT groups. */
317 #ifndef USED_FOR_TARGET
318 #undef HAVE_COMDAT_GROUP
319 #endif
320
321
322 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
323    */
324 #ifndef USED_FOR_TARGET
325 #undef HAVE_DECL_ABORT
326 #endif
327
328
329 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
330    0. */
331 #ifndef USED_FOR_TARGET
332 #undef HAVE_DECL_ASPRINTF
333 #endif
334
335
336 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
337 #ifndef USED_FOR_TARGET
338 #undef HAVE_DECL_ATOF
339 #endif
340
341
342 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
343 #ifndef USED_FOR_TARGET
344 #undef HAVE_DECL_ATOL
345 #endif
346
347
348 /* Define to 1 if we found a declaration for 'basename', otherwise define to
349    0. */
350 #ifndef USED_FOR_TARGET
351 #undef HAVE_DECL_BASENAME
352 #endif
353
354
355 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
356    */
357 #ifndef USED_FOR_TARGET
358 #undef HAVE_DECL_CALLOC
359 #endif
360
361
362 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
363    define to 0. */
364 #ifndef USED_FOR_TARGET
365 #undef HAVE_DECL_CLEARERR_UNLOCKED
366 #endif
367
368
369 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
370    */
371 #ifndef USED_FOR_TARGET
372 #undef HAVE_DECL_CLOCK
373 #endif
374
375
376 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
377    */
378 #ifndef USED_FOR_TARGET
379 #undef HAVE_DECL_ERRNO
380 #endif
381
382
383 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
384    to 0. */
385 #ifndef USED_FOR_TARGET
386 #undef HAVE_DECL_FEOF_UNLOCKED
387 #endif
388
389
390 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
391    define to 0. */
392 #ifndef USED_FOR_TARGET
393 #undef HAVE_DECL_FERROR_UNLOCKED
394 #endif
395
396
397 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
398    define to 0. */
399 #ifndef USED_FOR_TARGET
400 #undef HAVE_DECL_FFLUSH_UNLOCKED
401 #endif
402
403
404 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
405    define to 0. */
406 #ifndef USED_FOR_TARGET
407 #undef HAVE_DECL_FGETC_UNLOCKED
408 #endif
409
410
411 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
412    define to 0. */
413 #ifndef USED_FOR_TARGET
414 #undef HAVE_DECL_FGETS_UNLOCKED
415 #endif
416
417
418 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
419    define to 0. */
420 #ifndef USED_FOR_TARGET
421 #undef HAVE_DECL_FILENO_UNLOCKED
422 #endif
423
424
425 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
426    define to 0. */
427 #ifndef USED_FOR_TARGET
428 #undef HAVE_DECL_FPRINTF_UNLOCKED
429 #endif
430
431
432 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
433    define to 0. */
434 #ifndef USED_FOR_TARGET
435 #undef HAVE_DECL_FPUTC_UNLOCKED
436 #endif
437
438
439 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
440    define to 0. */
441 #ifndef USED_FOR_TARGET
442 #undef HAVE_DECL_FPUTS_UNLOCKED
443 #endif
444
445
446 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
447    define to 0. */
448 #ifndef USED_FOR_TARGET
449 #undef HAVE_DECL_FREAD_UNLOCKED
450 #endif
451
452
453 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
454 #ifndef USED_FOR_TARGET
455 #undef HAVE_DECL_FREE
456 #endif
457
458
459 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
460    define to 0. */
461 #ifndef USED_FOR_TARGET
462 #undef HAVE_DECL_FWRITE_UNLOCKED
463 #endif
464
465
466 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
467    define to 0. */
468 #ifndef USED_FOR_TARGET
469 #undef HAVE_DECL_GETCHAR_UNLOCKED
470 #endif
471
472
473 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
474    */
475 #ifndef USED_FOR_TARGET
476 #undef HAVE_DECL_GETCWD
477 #endif
478
479
480 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
481    to 0. */
482 #ifndef USED_FOR_TARGET
483 #undef HAVE_DECL_GETC_UNLOCKED
484 #endif
485
486
487 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
488    */
489 #ifndef USED_FOR_TARGET
490 #undef HAVE_DECL_GETENV
491 #endif
492
493
494 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
495    */
496 #ifndef USED_FOR_TARGET
497 #undef HAVE_DECL_GETOPT
498 #endif
499
500
501 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
502    to 0. */
503 #ifndef USED_FOR_TARGET
504 #undef HAVE_DECL_GETPAGESIZE
505 #endif
506
507
508 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
509    0. */
510 #ifndef USED_FOR_TARGET
511 #undef HAVE_DECL_GETRLIMIT
512 #endif
513
514
515 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
516    0. */
517 #ifndef USED_FOR_TARGET
518 #undef HAVE_DECL_GETRUSAGE
519 #endif
520
521
522 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
523    */
524 #ifndef USED_FOR_TARGET
525 #undef HAVE_DECL_GETWD
526 #endif
527
528
529 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
530    0. */
531 #ifndef USED_FOR_TARGET
532 #undef HAVE_DECL_LDGETNAME
533 #endif
534
535
536 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
537    */
538 #ifndef USED_FOR_TARGET
539 #undef HAVE_DECL_MALLOC
540 #endif
541
542
543 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
544    define to 0. */
545 #ifndef USED_FOR_TARGET
546 #undef HAVE_DECL_PUTCHAR_UNLOCKED
547 #endif
548
549
550 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
551    to 0. */
552 #ifndef USED_FOR_TARGET
553 #undef HAVE_DECL_PUTC_UNLOCKED
554 #endif
555
556
557 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
558    */
559 #ifndef USED_FOR_TARGET
560 #undef HAVE_DECL_REALLOC
561 #endif
562
563
564 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
565 #ifndef USED_FOR_TARGET
566 #undef HAVE_DECL_SBRK
567 #endif
568
569
570 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
571    0. */
572 #ifndef USED_FOR_TARGET
573 #undef HAVE_DECL_SETRLIMIT
574 #endif
575
576
577 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
578    to 0. */
579 #ifndef USED_FOR_TARGET
580 #undef HAVE_DECL_SIGALTSTACK
581 #endif
582
583
584 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
585    0. */
586 #ifndef USED_FOR_TARGET
587 #undef HAVE_DECL_SNPRINTF
588 #endif
589
590
591 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
592    0. */
593 #ifndef USED_FOR_TARGET
594 #undef HAVE_DECL_STRSIGNAL
595 #endif
596
597
598 /* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
599    */
600 #ifndef USED_FOR_TARGET
601 #undef HAVE_DECL_STRSTR
602 #endif
603
604
605 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
606    0. */
607 #ifndef USED_FOR_TARGET
608 #undef HAVE_DECL_STRVERSCMP
609 #endif
610
611
612 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
613    */
614 #ifndef USED_FOR_TARGET
615 #undef HAVE_DECL_TIMES
616 #endif
617
618
619 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
620    0. */
621 #ifndef USED_FOR_TARGET
622 #undef HAVE_DECL_VASPRINTF
623 #endif
624
625
626 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
627    0. */
628 #ifndef USED_FOR_TARGET
629 #undef HAVE_DECL_VSNPRINTF
630 #endif
631
632
633 /* Define to 1 if you have the <direct.h> header file. */
634 #ifndef USED_FOR_TARGET
635 #undef HAVE_DIRECT_H
636 #endif
637
638
639 /* Define to 1 if you have the <fcntl.h> header file. */
640 #ifndef USED_FOR_TARGET
641 #undef HAVE_FCNTL_H
642 #endif
643
644
645 /* Define to 1 if you have the `feof_unlocked' function. */
646 #ifndef USED_FOR_TARGET
647 #undef HAVE_FEOF_UNLOCKED
648 #endif
649
650
651 /* Define to 1 if you have the `ferror_unlocked' function. */
652 #ifndef USED_FOR_TARGET
653 #undef HAVE_FERROR_UNLOCKED
654 #endif
655
656
657 /* Define to 1 if you have the `fflush_unlocked' function. */
658 #ifndef USED_FOR_TARGET
659 #undef HAVE_FFLUSH_UNLOCKED
660 #endif
661
662
663 /* Define to 1 if you have the `fgetc_unlocked' function. */
664 #ifndef USED_FOR_TARGET
665 #undef HAVE_FGETC_UNLOCKED
666 #endif
667
668
669 /* Define to 1 if you have the `fgets_unlocked' function. */
670 #ifndef USED_FOR_TARGET
671 #undef HAVE_FGETS_UNLOCKED
672 #endif
673
674
675 /* Define to 1 if you have the `fileno_unlocked' function. */
676 #ifndef USED_FOR_TARGET
677 #undef HAVE_FILENO_UNLOCKED
678 #endif
679
680
681 /* Define to 1 if you have the `fork' function. */
682 #ifndef USED_FOR_TARGET
683 #undef HAVE_FORK
684 #endif
685
686
687 /* Define to 1 if you have the `fprintf_unlocked' function. */
688 #ifndef USED_FOR_TARGET
689 #undef HAVE_FPRINTF_UNLOCKED
690 #endif
691
692
693 /* Define to 1 if you have the `fputc_unlocked' function. */
694 #ifndef USED_FOR_TARGET
695 #undef HAVE_FPUTC_UNLOCKED
696 #endif
697
698
699 /* Define to 1 if you have the `fputs_unlocked' function. */
700 #ifndef USED_FOR_TARGET
701 #undef HAVE_FPUTS_UNLOCKED
702 #endif
703
704
705 /* Define to 1 if you have the `fread_unlocked' function. */
706 #ifndef USED_FOR_TARGET
707 #undef HAVE_FREAD_UNLOCKED
708 #endif
709
710
711 /* Define to 1 if you have the `fwrite_unlocked' function. */
712 #ifndef USED_FOR_TARGET
713 #undef HAVE_FWRITE_UNLOCKED
714 #endif
715
716
717 /* Define if your assembler supports .balign and .p2align. */
718 #ifndef USED_FOR_TARGET
719 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
720 #endif
721
722
723 /* Define if your assembler uses the new HImode fild and fist notation. */
724 #ifndef USED_FOR_TARGET
725 #undef HAVE_GAS_FILDS_FISTS
726 #endif
727
728
729 /* Define if your assembler and linker support .hidden. */
730 #undef HAVE_GAS_HIDDEN
731
732 /* Define if your assembler supports specifying the maximum number of bytes to
733    skip when using the GAS .p2align command. */
734 #ifndef USED_FOR_TARGET
735 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
736 #endif
737
738
739 /* Define if your assembler supports .nsubspa comdat option. */
740 #ifndef USED_FOR_TARGET
741 #undef HAVE_GAS_NSUBSPA_COMDAT
742 #endif
743
744
745 /* Define if your assembler and linker support 32-bit section relative relocs
746    via '.secrel32 label'. */
747 #ifndef USED_FOR_TARGET
748 #undef HAVE_GAS_PE_SECREL32_RELOC
749 #endif
750
751
752 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
753    */
754 #ifndef USED_FOR_TARGET
755 #undef HAVE_GAS_SHF_MERGE
756 #endif
757
758
759 /* Define if your assembler supports .subsection and .subsection -1 starts
760    emitting at the beginning of your section. */
761 #ifndef USED_FOR_TARGET
762 #undef HAVE_GAS_SUBSECTION_ORDERING
763 #endif
764
765
766 /* Define if your assembler supports .weak. */
767 #ifndef USED_FOR_TARGET
768 #undef HAVE_GAS_WEAK
769 #endif
770
771
772 /* Define if your assembler supports .weakref. */
773 #ifndef USED_FOR_TARGET
774 #undef HAVE_GAS_WEAKREF
775 #endif
776
777
778 /* Define to 1 if you have the `getchar_unlocked' function. */
779 #ifndef USED_FOR_TARGET
780 #undef HAVE_GETCHAR_UNLOCKED
781 #endif
782
783
784 /* Define to 1 if you have the `getc_unlocked' function. */
785 #ifndef USED_FOR_TARGET
786 #undef HAVE_GETC_UNLOCKED
787 #endif
788
789
790 /* Define to 1 if you have the `getrlimit' function. */
791 #ifndef USED_FOR_TARGET
792 #undef HAVE_GETRLIMIT
793 #endif
794
795
796 /* Define to 1 if you have the `getrusage' function. */
797 #ifndef USED_FOR_TARGET
798 #undef HAVE_GETRUSAGE
799 #endif
800
801
802 /* Define to 1 if you have the `gettimeofday' function. */
803 #ifndef USED_FOR_TARGET
804 #undef HAVE_GETTIMEOFDAY
805 #endif
806
807
808 /* Define if you have the iconv() function. */
809 #ifndef USED_FOR_TARGET
810 #undef HAVE_ICONV
811 #endif
812
813
814 /* Define to 1 if you have the <iconv.h> header file. */
815 #ifndef USED_FOR_TARGET
816 #undef HAVE_ICONV_H
817 #endif
818
819
820 /* Define .init_array/.fini_array sections are available and working. */
821 #ifndef USED_FOR_TARGET
822 #undef HAVE_INITFINI_ARRAY
823 #endif
824
825
826 /* Define if you have a working <inttypes.h> header file. */
827 #ifndef USED_FOR_TARGET
828 #undef HAVE_INTTYPES_H
829 #endif
830
831
832 /* Define to 1 if you have the `kill' function. */
833 #ifndef USED_FOR_TARGET
834 #undef HAVE_KILL
835 #endif
836
837
838 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
839 #ifndef USED_FOR_TARGET
840 #undef HAVE_LANGINFO_CODESET
841 #endif
842
843
844 /* Define to 1 if you have the <langinfo.h> header file. */
845 #ifndef USED_FOR_TARGET
846 #undef HAVE_LANGINFO_H
847 #endif
848
849
850 /* Define if your <locale.h> file defines LC_MESSAGES. */
851 #ifndef USED_FOR_TARGET
852 #undef HAVE_LC_MESSAGES
853 #endif
854
855
856 /* Define to 1 if you have the <ldfcn.h> header file. */
857 #ifndef USED_FOR_TARGET
858 #undef HAVE_LDFCN_H
859 #endif
860
861
862 /* Define if your linker supports --as-needed and --no-as-needed options. */
863 #ifndef USED_FOR_TARGET
864 #undef HAVE_LD_AS_NEEDED
865 #endif
866
867
868 /* Define if your linker supports --demangle option. */
869 #ifndef USED_FOR_TARGET
870 #undef HAVE_LD_DEMANGLE
871 #endif
872
873
874 /* Define if your linker supports --eh-frame-hdr option. */
875 #undef HAVE_LD_EH_FRAME_HDR
876
877 /* Define if your PowerPC64 linker only needs function descriptor syms. */
878 #ifndef USED_FOR_TARGET
879 #undef HAVE_LD_NO_DOT_SYMS
880 #endif
881
882
883 /* Define if your linker supports -pie option. */
884 #ifndef USED_FOR_TARGET
885 #undef HAVE_LD_PIE
886 #endif
887
888
889 /* Define if your linker links a mix of read-only and read-write sections into
890    a read-write section. */
891 #ifndef USED_FOR_TARGET
892 #undef HAVE_LD_RO_RW_SECTION_MIXING
893 #endif
894
895
896 /* Define if your linker supports -Bstatic/-Bdynamic option. */
897 #ifndef USED_FOR_TARGET
898 #undef HAVE_LD_STATIC_DYNAMIC
899 #endif
900
901
902 /* Define if your linker supports --sysroot. */
903 #ifndef USED_FOR_TARGET
904 #undef HAVE_LD_SYSROOT
905 #endif
906
907
908 /* Define to 1 if you have the <limits.h> header file. */
909 #ifndef USED_FOR_TARGET
910 #undef HAVE_LIMITS_H
911 #endif
912
913
914 /* Define to 1 if you have the <locale.h> header file. */
915 #ifndef USED_FOR_TARGET
916 #undef HAVE_LOCALE_H
917 #endif
918
919
920 /* Define to 1 if the system has the type `long long'. */
921 #ifndef USED_FOR_TARGET
922 #undef HAVE_LONG_LONG
923 #endif
924
925
926 /* Define to 1 if you have the <malloc.h> header file. */
927 #ifndef USED_FOR_TARGET
928 #undef HAVE_MALLOC_H
929 #endif
930
931
932 /* Define to 1 if you have the `mbstowcs' function. */
933 #ifndef USED_FOR_TARGET
934 #undef HAVE_MBSTOWCS
935 #endif
936
937
938 /* Define if valgrind's memcheck.h header is installed. */
939 #ifndef USED_FOR_TARGET
940 #undef HAVE_MEMCHECK_H
941 #endif
942
943
944 /* Define to 1 if you have the <memory.h> header file. */
945 #ifndef USED_FOR_TARGET
946 #undef HAVE_MEMORY_H
947 #endif
948
949
950 /* Define to 1 if you have the `mincore' function. */
951 #ifndef USED_FOR_TARGET
952 #undef HAVE_MINCORE
953 #endif
954
955
956 /* Define to 1 if you have the `mmap' function. */
957 #ifndef USED_FOR_TARGET
958 #undef HAVE_MMAP
959 #endif
960
961
962 /* Define if mmap with MAP_ANON(YMOUS) works. */
963 #ifndef USED_FOR_TARGET
964 #undef HAVE_MMAP_ANON
965 #endif
966
967
968 /* Define if mmap of /dev/zero works. */
969 #ifndef USED_FOR_TARGET
970 #undef HAVE_MMAP_DEV_ZERO
971 #endif
972
973
974 /* Define if read-only mmap of a plain file works. */
975 #ifndef USED_FOR_TARGET
976 #undef HAVE_MMAP_FILE
977 #endif
978
979
980 /* Define to 1 if you have the `nl_langinfo' function. */
981 #ifndef USED_FOR_TARGET
982 #undef HAVE_NL_LANGINFO
983 #endif
984
985
986 /* Define to 1 if you have the `putchar_unlocked' function. */
987 #ifndef USED_FOR_TARGET
988 #undef HAVE_PUTCHAR_UNLOCKED
989 #endif
990
991
992 /* Define to 1 if you have the `putc_unlocked' function. */
993 #ifndef USED_FOR_TARGET
994 #undef HAVE_PUTC_UNLOCKED
995 #endif
996
997
998 /* Define to 1 if you have the `scandir' function. */
999 #ifndef USED_FOR_TARGET
1000 #undef HAVE_SCANDIR
1001 #endif
1002
1003
1004 /* Define to 1 if you have the `setlocale' function. */
1005 #ifndef USED_FOR_TARGET
1006 #undef HAVE_SETLOCALE
1007 #endif
1008
1009
1010 /* Define to 1 if you have the `setrlimit' function. */
1011 #ifndef USED_FOR_TARGET
1012 #undef HAVE_SETRLIMIT
1013 #endif
1014
1015
1016 /* Define to 1 if you have the <stddef.h> header file. */
1017 #ifndef USED_FOR_TARGET
1018 #undef HAVE_STDDEF_H
1019 #endif
1020
1021
1022 /* Define to 1 if you have the <stdint.h> header file. */
1023 #ifndef USED_FOR_TARGET
1024 #undef HAVE_STDINT_H
1025 #endif
1026
1027
1028 /* Define to 1 if you have the <stdlib.h> header file. */
1029 #ifndef USED_FOR_TARGET
1030 #undef HAVE_STDLIB_H
1031 #endif
1032
1033
1034 /* Define to 1 if you have the <strings.h> header file. */
1035 #ifndef USED_FOR_TARGET
1036 #undef HAVE_STRINGS_H
1037 #endif
1038
1039
1040 /* Define to 1 if you have the <string.h> header file. */
1041 #ifndef USED_FOR_TARGET
1042 #undef HAVE_STRING_H
1043 #endif
1044
1045
1046 /* Define to 1 if you have the `strsignal' function. */
1047 #ifndef USED_FOR_TARGET
1048 #undef HAVE_STRSIGNAL
1049 #endif
1050
1051
1052 /* Define if <sys/times.h> defines struct tms. */
1053 #ifndef USED_FOR_TARGET
1054 #undef HAVE_STRUCT_TMS
1055 #endif
1056
1057
1058 /* Define to 1 if you have the `sysconf' function. */
1059 #ifndef USED_FOR_TARGET
1060 #undef HAVE_SYSCONF
1061 #endif
1062
1063
1064 /* Define to 1 if you have the <sys/file.h> header file. */
1065 #ifndef USED_FOR_TARGET
1066 #undef HAVE_SYS_FILE_H
1067 #endif
1068
1069
1070 /* Define to 1 if you have the <sys/mman.h> header file. */
1071 #ifndef USED_FOR_TARGET
1072 #undef HAVE_SYS_MMAN_H
1073 #endif
1074
1075
1076 /* Define to 1 if you have the <sys/param.h> header file. */
1077 #ifndef USED_FOR_TARGET
1078 #undef HAVE_SYS_PARAM_H
1079 #endif
1080
1081
1082 /* Define to 1 if you have the <sys/resource.h> header file. */
1083 #ifndef USED_FOR_TARGET
1084 #undef HAVE_SYS_RESOURCE_H
1085 #endif
1086
1087
1088 /* Define to 1 if you have the <sys/stat.h> header file. */
1089 #ifndef USED_FOR_TARGET
1090 #undef HAVE_SYS_STAT_H
1091 #endif
1092
1093
1094 /* Define to 1 if you have the <sys/times.h> header file. */
1095 #ifndef USED_FOR_TARGET
1096 #undef HAVE_SYS_TIMES_H
1097 #endif
1098
1099
1100 /* Define to 1 if you have the <sys/time.h> header file. */
1101 #ifndef USED_FOR_TARGET
1102 #undef HAVE_SYS_TIME_H
1103 #endif
1104
1105
1106 /* Define to 1 if you have the <sys/types.h> header file. */
1107 #ifndef USED_FOR_TARGET
1108 #undef HAVE_SYS_TYPES_H
1109 #endif
1110
1111
1112 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1113 #ifndef USED_FOR_TARGET
1114 #undef HAVE_SYS_WAIT_H
1115 #endif
1116
1117
1118 /* Define to 1 if you have the `times' function. */
1119 #ifndef USED_FOR_TARGET
1120 #undef HAVE_TIMES
1121 #endif
1122
1123
1124 /* Define to 1 if you have the <time.h> header file. */
1125 #ifndef USED_FOR_TARGET
1126 #undef HAVE_TIME_H
1127 #endif
1128
1129
1130 /* Define to 1 if you have the <unistd.h> header file. */
1131 #ifndef USED_FOR_TARGET
1132 #undef HAVE_UNISTD_H
1133 #endif
1134
1135
1136 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1137 #ifndef USED_FOR_TARGET
1138 #undef HAVE_VALGRIND_MEMCHECK_H
1139 #endif
1140
1141
1142 /* Define to 1 if you have the `vfork' function. */
1143 #ifndef USED_FOR_TARGET
1144 #undef HAVE_VFORK
1145 #endif
1146
1147
1148 /* Define to 1 if you have the <vfork.h> header file. */
1149 #ifndef USED_FOR_TARGET
1150 #undef HAVE_VFORK_H
1151 #endif
1152
1153
1154 /* Define to 1 if you have the <wchar.h> header file. */
1155 #ifndef USED_FOR_TARGET
1156 #undef HAVE_WCHAR_H
1157 #endif
1158
1159
1160 /* Define to 1 if you have the `wcswidth' function. */
1161 #ifndef USED_FOR_TARGET
1162 #undef HAVE_WCSWIDTH
1163 #endif
1164
1165
1166 /* Define to 1 if `fork' works. */
1167 #ifndef USED_FOR_TARGET
1168 #undef HAVE_WORKING_FORK
1169 #endif
1170
1171
1172 /* Define this macro if mbstowcs does not crash when its first argument is
1173    NULL. */
1174 #ifndef USED_FOR_TARGET
1175 #undef HAVE_WORKING_MBSTOWCS
1176 #endif
1177
1178
1179 /* Define to 1 if `vfork' works. */
1180 #ifndef USED_FOR_TARGET
1181 #undef HAVE_WORKING_VFORK
1182 #endif
1183
1184
1185 /* Define to 1 if the system has the type `__int64'. */
1186 #ifndef USED_FOR_TARGET
1187 #undef HAVE___INT64
1188 #endif
1189
1190
1191 /* Define as const if the declaration of iconv() needs const. */
1192 #ifndef USED_FOR_TARGET
1193 #undef ICONV_CONST
1194 #endif
1195
1196
1197 /* Define if host mkdir takes a single argument. */
1198 #ifndef USED_FOR_TARGET
1199 #undef MKDIR_TAKES_ONE_ARG
1200 #endif
1201
1202
1203 /* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
1204 #ifndef USED_FOR_TARGET
1205 #undef NEED_64BIT_HOST_WIDE_INT
1206 #endif
1207
1208
1209 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1210 #ifndef USED_FOR_TARGET
1211 #undef NO_MINUS_C_MINUS_O
1212 #endif
1213
1214
1215 /* Define to the address where bug reports for this package should be sent. */
1216 #ifndef USED_FOR_TARGET
1217 #undef PACKAGE_BUGREPORT
1218 #endif
1219
1220
1221 /* Define to the full name of this package. */
1222 #ifndef USED_FOR_TARGET
1223 #undef PACKAGE_NAME
1224 #endif
1225
1226
1227 /* Define to the full name and version of this package. */
1228 #ifndef USED_FOR_TARGET
1229 #undef PACKAGE_STRING
1230 #endif
1231
1232
1233 /* Define to the one symbol short name of this package. */
1234 #ifndef USED_FOR_TARGET
1235 #undef PACKAGE_TARNAME
1236 #endif
1237
1238
1239 /* Define to the version of this package. */
1240 #ifndef USED_FOR_TARGET
1241 #undef PACKAGE_VERSION
1242 #endif
1243
1244
1245 /* Define to PREFIX/include if cpp should also search that directory. */
1246 #ifndef USED_FOR_TARGET
1247 #undef PREFIX_INCLUDE_DIR
1248 #endif
1249
1250
1251 /* The size of a `int', as computed by sizeof. */
1252 #ifndef USED_FOR_TARGET
1253 #undef SIZEOF_INT
1254 #endif
1255
1256
1257 /* The size of a `long', as computed by sizeof. */
1258 #ifndef USED_FOR_TARGET
1259 #undef SIZEOF_LONG
1260 #endif
1261
1262
1263 /* The size of a `long long', as computed by sizeof. */
1264 #ifndef USED_FOR_TARGET
1265 #undef SIZEOF_LONG_LONG
1266 #endif
1267
1268
1269 /* The size of a `short', as computed by sizeof. */
1270 #ifndef USED_FOR_TARGET
1271 #undef SIZEOF_SHORT
1272 #endif
1273
1274
1275 /* The size of a `void *', as computed by sizeof. */
1276 #ifndef USED_FOR_TARGET
1277 #undef SIZEOF_VOID_P
1278 #endif
1279
1280
1281 /* The size of a `__int64', as computed by sizeof. */
1282 #ifndef USED_FOR_TARGET
1283 #undef SIZEOF___INT64
1284 #endif
1285
1286
1287 /* Define to 1 if you have the ANSI C header files. */
1288 #ifndef USED_FOR_TARGET
1289 #undef STDC_HEADERS
1290 #endif
1291
1292
1293 /* Define if you can safely include both <string.h> and <strings.h>. */
1294 #ifndef USED_FOR_TARGET
1295 #undef STRING_WITH_STRINGS
1296 #endif
1297
1298
1299 /* Define if TFmode long double should be the default */
1300 #ifndef USED_FOR_TARGET
1301 #undef TARGET_DEFAULT_LONG_DOUBLE_128
1302 #endif
1303
1304
1305 /* Define if your target C library provides stack protector support */
1306 #ifndef USED_FOR_TARGET
1307 #undef TARGET_LIBC_PROVIDES_SSP
1308 #endif
1309
1310
1311 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1312 #ifndef USED_FOR_TARGET
1313 #undef TIME_WITH_SYS_TIME
1314 #endif
1315
1316
1317 /* Define if your assembler mis-optimizes .eh_frame data. */
1318 #ifndef USED_FOR_TARGET
1319 #undef USE_AS_TRADITIONAL_FORMAT
1320 #endif
1321
1322
1323 /* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
1324    still efficiently supported by the host hardware. */
1325 #ifndef USED_FOR_TARGET
1326 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
1327 #endif
1328
1329
1330 /* Define if location_t is fileline integer cookie. */
1331 #ifndef USED_FOR_TARGET
1332 #undef USE_MAPPED_LOCATION
1333 #endif
1334
1335
1336 /* Define to be the last component of the Windows registry key under which to
1337    look for installation paths. The full key used will be
1338    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
1339    The default is the GCC version number. */
1340 #ifndef USED_FOR_TARGET
1341 #undef WIN32_REGISTRY_KEY
1342 #endif
1343
1344
1345 /* Define to 1 if your processor stores words with the most significant byte
1346    first (like Motorola and SPARC, unlike Intel and VAX). */
1347 #ifndef USED_FOR_TARGET
1348 #undef WORDS_BIGENDIAN
1349 #endif
1350
1351
1352 /* Always define this when using the GNU C Library */
1353 #ifndef USED_FOR_TARGET
1354 #undef _GNU_SOURCE
1355 #endif
1356
1357
1358 /* Define to `int' if <sys/types.h> doesn't define. */
1359 #ifndef USED_FOR_TARGET
1360 #undef gid_t
1361 #endif
1362
1363
1364 /* Define to `__inline__' or `__inline' if that's what the C compiler
1365    calls it, or to nothing if 'inline' is not supported under any name.  */
1366 #ifndef __cplusplus
1367 #undef inline
1368 #endif
1369
1370 /* Define to `int' if <sys/types.h> does not define. */
1371 #ifndef USED_FOR_TARGET
1372 #undef pid_t
1373 #endif
1374
1375
1376 /* Define to \`long' if <sys/resource.h> doesn't define. */
1377 #ifndef USED_FOR_TARGET
1378 #undef rlim_t
1379 #endif
1380
1381
1382 /* Define to `int' if <sys/types.h> does not define. */
1383 #ifndef USED_FOR_TARGET
1384 #undef ssize_t
1385 #endif
1386
1387
1388 /* Define to `int' if <sys/types.h> doesn't define. */
1389 #ifndef USED_FOR_TARGET
1390 #undef uid_t
1391 #endif
1392
1393
1394 /* Define as `fork' if `vfork' does not work. */
1395 #ifndef USED_FOR_TARGET
1396 #undef vfork
1397 #endif
1398