OSDN Git Service

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