OSDN Git Service

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