OSDN Git Service

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