OSDN Git Service

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