OSDN Git Service

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