OSDN Git Service

* config/alpha/elf.h (ELF_ASCII_ESCAPES): Rename from ESCAPES.
[pf3gnuchains/gcc-fork.git] / gcc / config.in
1 /* config.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #ifndef USED_FOR_TARGET
5 #undef AC_APPLE_UNIVERSAL_BUILD
6 #endif
7
8
9 /* Define as the number of bits in a byte, if `limits.h' doesn't. */
10 #ifndef USED_FOR_TARGET
11 #undef CHAR_BIT
12 #endif
13
14
15 /* Define 0/1 to force the choice for exception handling model. */
16 #ifndef USED_FOR_TARGET
17 #undef CONFIG_SJLJ_EXCEPTIONS
18 #endif
19
20
21 /* Define to enable the use of a default assembler. */
22 #ifndef USED_FOR_TARGET
23 #undef DEFAULT_ASSEMBLER
24 #endif
25
26
27 /* Define to enable the use of a default linker. */
28 #ifndef USED_FOR_TARGET
29 #undef DEFAULT_LINKER
30 #endif
31
32
33 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
34    destructors for local statics and global objects. This is essential for
35    fully standards-compliant handling of destructors, but requires
36    __cxa_atexit in libc. */
37 #ifndef USED_FOR_TARGET
38 #undef DEFAULT_USE_CXA_ATEXIT
39 #endif
40
41
42 /* Define if you want assertions enabled. This is a cheap check. */
43 #ifndef USED_FOR_TARGET
44 #undef ENABLE_ASSERT_CHECKING
45 #endif
46
47
48 /* Define if building with C++. */
49 #ifndef USED_FOR_TARGET
50 #undef ENABLE_BUILD_WITH_CXX
51 #endif
52
53
54 /* Define if you want more run-time sanity checks. This one gets a grab bag of
55    miscellaneous but relatively cheap checks. */
56 #ifndef USED_FOR_TARGET
57 #undef ENABLE_CHECKING
58 #endif
59
60
61 /* Define to 1 to specify that we are using the BID decimal floating point
62    format instead of DPD */
63 #ifndef USED_FOR_TARGET
64 #undef ENABLE_DECIMAL_BID_FORMAT
65 #endif
66
67
68 /* Define to 1 to enable decimal float extension to C. */
69 #ifndef USED_FOR_TARGET
70 #undef ENABLE_DECIMAL_FLOAT
71 #endif
72
73
74 /* Define if you want more run-time sanity checks for dataflow. */
75 #ifndef USED_FOR_TARGET
76 #undef ENABLE_DF_CHECKING
77 #endif
78
79
80 /* Define to 1 to enable fixed-point arithmetic extension to C. */
81 #ifndef USED_FOR_TARGET
82 #undef ENABLE_FIXED_POINT
83 #endif
84
85
86 /* Define if you want fold checked that it never destructs its argument. This
87    is quite expensive. */
88 #ifndef USED_FOR_TARGET
89 #undef ENABLE_FOLD_CHECKING
90 #endif
91
92
93 /* Define if you want the garbage collector to operate in maximally paranoid
94    mode, validating the entire heap and collecting garbage at every
95    opportunity. This is extremely expensive. */
96 #ifndef USED_FOR_TARGET
97 #undef ENABLE_GC_ALWAYS_COLLECT
98 #endif
99
100
101 /* Define if you want the garbage collector to do object poisoning and other
102    memory allocation checks. This is quite expensive. */
103 #ifndef USED_FOR_TARGET
104 #undef ENABLE_GC_CHECKING
105 #endif
106
107
108 /* Define if you want operations on GIMPLE (the basic data structure of the
109    high-level optimizers) to be checked for dynamic type safety at runtime.
110    This is moderately expensive. */
111 #ifndef USED_FOR_TARGET
112 #undef ENABLE_GIMPLE_CHECKING
113 #endif
114
115
116 /* Define if gcc should always pass --build-id to linker. */
117 #ifndef USED_FOR_TARGET
118 #undef ENABLE_LD_BUILDID
119 #endif
120
121
122 /* Define to 1 to enable libquadmath support */
123 #ifndef USED_FOR_TARGET
124 #undef ENABLE_LIBQUADMATH_SUPPORT
125 #endif
126
127
128 /* Define to enable LTO support. */
129 #ifndef USED_FOR_TARGET
130 #undef ENABLE_LTO
131 #endif
132
133
134 /* Define to 1 if translation of program messages to the user's native
135    language is requested. */
136 #ifndef USED_FOR_TARGET
137 #undef ENABLE_NLS
138 #endif
139
140
141 /* Define to enable plugin support. */
142 #ifndef USED_FOR_TARGET
143 #undef ENABLE_PLUGIN
144 #endif
145
146
147 /* Define if you want all operations on RTL (the basic data structure of the
148    optimizer and back end) to be checked for dynamic type safety at runtime.
149    This is quite expensive. */
150 #ifndef USED_FOR_TARGET
151 #undef ENABLE_RTL_CHECKING
152 #endif
153
154
155 /* Define if you want RTL flag accesses to be checked against the RTL codes
156    that are supported for each access macro. This is relatively cheap. */
157 #ifndef USED_FOR_TARGET
158 #undef ENABLE_RTL_FLAG_CHECKING
159 #endif
160
161
162 /* Define if you want runtime assertions enabled. This is a cheap check. */
163 #undef ENABLE_RUNTIME_CHECKING
164
165 /* Define if you want all operations on trees (the basic data structure of the
166    front ends) to be checked for dynamic type safety at runtime. This is
167    moderately expensive. The tree browser debugging routines will also be
168    enabled by this option. */
169 #ifndef USED_FOR_TARGET
170 #undef ENABLE_TREE_CHECKING
171 #endif
172
173
174 /* Define if you want all gimple types to be verified after gimplifiation.
175    This is cheap. */
176 #ifndef USED_FOR_TARGET
177 #undef ENABLE_TYPES_CHECKING
178 #endif
179
180
181 /* Define if you want to run subprograms and generated programs through
182    valgrind (a memory checker). This is extremely expensive. */
183 #ifndef USED_FOR_TARGET
184 #undef ENABLE_VALGRIND_CHECKING
185 #endif
186
187
188 /* Define to 1 if installation paths should be looked up in the Windows
189    Registry. Ignored on non-Windows hosts. */
190 #ifndef USED_FOR_TARGET
191 #undef ENABLE_WIN32_REGISTRY
192 #endif
193
194
195 /* Define to the name of a file containing a list of extra machine modes for
196    this architecture. */
197 #ifndef USED_FOR_TARGET
198 #undef EXTRA_MODES_FILE
199 #endif
200
201
202 /* Define to enable detailed memory allocation stats gathering. */
203 #ifndef USED_FOR_TARGET
204 #undef GATHER_STATISTICS
205 #endif
206
207
208 /* Define if the zone collector is in use */
209 #ifndef USED_FOR_TARGET
210 #undef GGC_ZONE
211 #endif
212
213
214 /* mcontext_t fields start with __ */
215 #ifndef USED_FOR_TARGET
216 #undef HAS_MCONTEXT_T_UNDERSCORES
217 #endif
218
219
220 /* Define if your assembler supports cmpb. */
221 #ifndef USED_FOR_TARGET
222 #undef HAVE_AS_CMPB
223 #endif
224
225
226 /* Define if your assembler supports the DCI/ICI instructions. */
227 #ifndef USED_FOR_TARGET
228 #undef HAVE_AS_DCI
229 #endif
230
231
232 /* Define if your assembler supports the --debug-prefix-map option. */
233 #ifndef USED_FOR_TARGET
234 #undef HAVE_AS_DEBUG_PREFIX_MAP
235 #endif
236
237
238 /* Define if your assembler supports DFP instructions. */
239 #ifndef USED_FOR_TARGET
240 #undef HAVE_AS_DFP
241 #endif
242
243
244 /* Define if your assembler supports DSPR1 mult. */
245 #ifndef USED_FOR_TARGET
246 #undef HAVE_AS_DSPR1_MULT
247 #endif
248
249
250 /* Define if your assembler supports .dtprelword. */
251 #ifndef USED_FOR_TARGET
252 #undef HAVE_AS_DTPRELWORD
253 #endif
254
255
256 /* Define if your assembler supports dwarf2 .file/.loc directives, and
257    preserves file table indices exactly as given. */
258 #ifndef USED_FOR_TARGET
259 #undef HAVE_AS_DWARF2_DEBUG_LINE
260 #endif
261
262
263 /* Define if your assembler supports explicit relocations. */
264 #ifndef USED_FOR_TARGET
265 #undef HAVE_AS_EXPLICIT_RELOCS
266 #endif
267
268
269 /* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
270 #ifndef USED_FOR_TARGET
271 #undef HAVE_AS_FMAF_HPC_VIS3
272 #endif
273
274
275 /* Define if your assembler supports fprnd. */
276 #ifndef USED_FOR_TARGET
277 #undef HAVE_AS_FPRND
278 #endif
279
280
281 /* Define if your assembler supports the --gdwarf2 option. */
282 #ifndef USED_FOR_TARGET
283 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
284 #endif
285
286
287 /* Define if your assembler supports .gnu_attribute. */
288 #ifndef USED_FOR_TARGET
289 #undef HAVE_AS_GNU_ATTRIBUTE
290 #endif
291
292
293 /* Define true if the assembler supports '.long foo@GOTOFF'. */
294 #ifndef USED_FOR_TARGET
295 #undef HAVE_AS_GOTOFF_IN_DATA
296 #endif
297
298
299 /* Define if your assembler supports the --gstabs option. */
300 #ifndef USED_FOR_TARGET
301 #undef HAVE_AS_GSTABS_DEBUG_FLAG
302 #endif
303
304
305 /* Define if your assembler supports the Sun syntax for cmov. */
306 #ifndef USED_FOR_TARGET
307 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
308 #endif
309
310
311 /* Define if your assembler supports the subtraction of symbols in different
312    sections. */
313 #ifndef USED_FOR_TARGET
314 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
315 #endif
316
317
318 /* Define if your assembler supports the ffreep mnemonic. */
319 #ifndef USED_FOR_TARGET
320 #undef HAVE_AS_IX86_FFREEP
321 #endif
322
323
324 /* Define if your assembler uses fildq and fistq mnemonics. */
325 #ifndef USED_FOR_TARGET
326 #undef HAVE_AS_IX86_FILDQ
327 #endif
328
329
330 /* Define if your assembler uses filds and fists mnemonics. */
331 #ifndef USED_FOR_TARGET
332 #undef HAVE_AS_IX86_FILDS
333 #endif
334
335
336 /* Define if your assembler supports the .quad directive. */
337 #ifndef USED_FOR_TARGET
338 #undef HAVE_AS_IX86_QUAD
339 #endif
340
341
342 /* Define if the assembler supports 'rep <insn>, lock <insn>'. */
343 #ifndef USED_FOR_TARGET
344 #undef HAVE_AS_IX86_REP_LOCK_PREFIX
345 #endif
346
347
348 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
349 #ifndef USED_FOR_TARGET
350 #undef HAVE_AS_IX86_SAHF
351 #endif
352
353
354 /* Define if your assembler supports the swap suffix. */
355 #ifndef USED_FOR_TARGET
356 #undef HAVE_AS_IX86_SWAP
357 #endif
358
359
360 /* Define if your assembler supports @tlsgdplt. */
361 #ifndef USED_FOR_TARGET
362 #undef HAVE_AS_IX86_TLSGDPLT
363 #endif
364
365
366 /* Define if your assembler supports @tlsldmplt. */
367 #ifndef USED_FOR_TARGET
368 #undef HAVE_AS_IX86_TLSLDMPLT
369 #endif
370
371
372 /* Define if your assembler supports the lituse_jsrdirect relocation. */
373 #ifndef USED_FOR_TARGET
374 #undef HAVE_AS_JSRDIRECT_RELOCS
375 #endif
376
377
378 /* Define if your assembler supports .sleb128 and .uleb128. */
379 #ifndef USED_FOR_TARGET
380 #undef HAVE_AS_LEB128
381 #endif
382
383
384 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
385 #ifndef USED_FOR_TARGET
386 #undef HAVE_AS_LINE_ZERO
387 #endif
388
389
390 /* Define if your assembler supports ltoffx and ldxmov relocations. */
391 #ifndef USED_FOR_TARGET
392 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
393 #endif
394
395
396 /* Define if your assembler supports LWSYNC instructions. */
397 #ifndef USED_FOR_TARGET
398 #undef HAVE_AS_LWSYNC
399 #endif
400
401
402 /* Define if your assembler supports mfcr field. */
403 #ifndef USED_FOR_TARGET
404 #undef HAVE_AS_MFCRF
405 #endif
406
407
408 /* Define if your assembler supports mffgpr and mftgpr. */
409 #ifndef USED_FOR_TARGET
410 #undef HAVE_AS_MFPGPR
411 #endif
412
413
414 /* Define if your assembler supports the -no-mul-bug-abort option. */
415 #ifndef USED_FOR_TARGET
416 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
417 #endif
418
419
420 /* Define if the assembler understands -mno-shared. */
421 #ifndef USED_FOR_TARGET
422 #undef HAVE_AS_NO_SHARED
423 #endif
424
425
426 /* Define if your assembler supports offsetable %lo(). */
427 #ifndef USED_FOR_TARGET
428 #undef HAVE_AS_OFFSETABLE_LO10
429 #endif
430
431
432 /* Define if your assembler supports popcntb field. */
433 #ifndef USED_FOR_TARGET
434 #undef HAVE_AS_POPCNTB
435 #endif
436
437
438 /* Define if your assembler supports POPCNTD instructions. */
439 #ifndef USED_FOR_TARGET
440 #undef HAVE_AS_POPCNTD
441 #endif
442
443
444 /* Define if your assembler supports .ref */
445 #ifndef USED_FOR_TARGET
446 #undef HAVE_AS_REF
447 #endif
448
449
450 /* Define if your assembler supports .register. */
451 #ifndef USED_FOR_TARGET
452 #undef HAVE_AS_REGISTER_PSEUDO_OP
453 #endif
454
455
456 /* Define if your assembler supports R_PPC_REL16 relocs. */
457 #ifndef USED_FOR_TARGET
458 #undef HAVE_AS_REL16
459 #endif
460
461
462 /* Define if your assembler supports -relax option. */
463 #ifndef USED_FOR_TARGET
464 #undef HAVE_AS_RELAX_OPTION
465 #endif
466
467
468 /* Define if your assembler and linker support GOTDATA_OP relocs. */
469 #ifndef USED_FOR_TARGET
470 #undef HAVE_AS_SPARC_GOTDATA_OP
471 #endif
472
473
474 /* Define if your assembler and linker support unaligned PC relative relocs.
475    */
476 #ifndef USED_FOR_TARGET
477 #undef HAVE_AS_SPARC_UA_PCREL
478 #endif
479
480
481 /* Define if your assembler and linker support unaligned PC relative relocs
482    against hidden symbols. */
483 #ifndef USED_FOR_TARGET
484 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
485 #endif
486
487
488 /* Define if your assembler and linker support thread-local storage. */
489 #ifndef USED_FOR_TARGET
490 #undef HAVE_AS_TLS
491 #endif
492
493
494 /* Define if your assembler supports arg info for __tls_get_addr. */
495 #ifndef USED_FOR_TARGET
496 #undef HAVE_AS_TLS_MARKERS
497 #endif
498
499
500 /* Define if your assembler supports VSX instructions. */
501 #ifndef USED_FOR_TARGET
502 #undef HAVE_AS_VSX
503 #endif
504
505
506 /* Define to 1 if you have the `atoll' function. */
507 #ifndef USED_FOR_TARGET
508 #undef HAVE_ATOLL
509 #endif
510
511
512 /* Define to 1 if you have the `atoq' function. */
513 #ifndef USED_FOR_TARGET
514 #undef HAVE_ATOQ
515 #endif
516
517
518 /* Define to 1 if you have the `clearerr_unlocked' function. */
519 #ifndef USED_FOR_TARGET
520 #undef HAVE_CLEARERR_UNLOCKED
521 #endif
522
523
524 /* Define to 1 if you have the `clock' function. */
525 #ifndef USED_FOR_TARGET
526 #undef HAVE_CLOCK
527 #endif
528
529
530 /* Define if <time.h> defines clock_t. */
531 #ifndef USED_FOR_TARGET
532 #undef HAVE_CLOCK_T
533 #endif
534
535
536 /* Define 0/1 if your assembler and linker support COMDAT groups. */
537 #ifndef USED_FOR_TARGET
538 #undef HAVE_COMDAT_GROUP
539 #endif
540
541
542 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
543    */
544 #ifndef USED_FOR_TARGET
545 #undef HAVE_DECL_ABORT
546 #endif
547
548
549 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
550    0. */
551 #ifndef USED_FOR_TARGET
552 #undef HAVE_DECL_ASPRINTF
553 #endif
554
555
556 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
557 #ifndef USED_FOR_TARGET
558 #undef HAVE_DECL_ATOF
559 #endif
560
561
562 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
563 #ifndef USED_FOR_TARGET
564 #undef HAVE_DECL_ATOL
565 #endif
566
567
568 /* Define to 1 if we found a declaration for 'basename', otherwise define to
569    0. */
570 #ifndef USED_FOR_TARGET
571 #undef HAVE_DECL_BASENAME
572 #endif
573
574
575 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
576    */
577 #ifndef USED_FOR_TARGET
578 #undef HAVE_DECL_CALLOC
579 #endif
580
581
582 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
583    define to 0. */
584 #ifndef USED_FOR_TARGET
585 #undef HAVE_DECL_CLEARERR_UNLOCKED
586 #endif
587
588
589 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
590    */
591 #ifndef USED_FOR_TARGET
592 #undef HAVE_DECL_CLOCK
593 #endif
594
595
596 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
597    */
598 #ifndef USED_FOR_TARGET
599 #undef HAVE_DECL_ERRNO
600 #endif
601
602
603 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
604    to 0. */
605 #ifndef USED_FOR_TARGET
606 #undef HAVE_DECL_FEOF_UNLOCKED
607 #endif
608
609
610 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
611    define to 0. */
612 #ifndef USED_FOR_TARGET
613 #undef HAVE_DECL_FERROR_UNLOCKED
614 #endif
615
616
617 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
618    define to 0. */
619 #ifndef USED_FOR_TARGET
620 #undef HAVE_DECL_FFLUSH_UNLOCKED
621 #endif
622
623
624 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
625    define to 0. */
626 #ifndef USED_FOR_TARGET
627 #undef HAVE_DECL_FGETC_UNLOCKED
628 #endif
629
630
631 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
632    define to 0. */
633 #ifndef USED_FOR_TARGET
634 #undef HAVE_DECL_FGETS_UNLOCKED
635 #endif
636
637
638 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
639    define to 0. */
640 #ifndef USED_FOR_TARGET
641 #undef HAVE_DECL_FILENO_UNLOCKED
642 #endif
643
644
645 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
646    define to 0. */
647 #ifndef USED_FOR_TARGET
648 #undef HAVE_DECL_FPRINTF_UNLOCKED
649 #endif
650
651
652 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
653    define to 0. */
654 #ifndef USED_FOR_TARGET
655 #undef HAVE_DECL_FPUTC_UNLOCKED
656 #endif
657
658
659 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
660    define to 0. */
661 #ifndef USED_FOR_TARGET
662 #undef HAVE_DECL_FPUTS_UNLOCKED
663 #endif
664
665
666 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
667    define to 0. */
668 #ifndef USED_FOR_TARGET
669 #undef HAVE_DECL_FREAD_UNLOCKED
670 #endif
671
672
673 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
674 #ifndef USED_FOR_TARGET
675 #undef HAVE_DECL_FREE
676 #endif
677
678
679 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
680    define to 0. */
681 #ifndef USED_FOR_TARGET
682 #undef HAVE_DECL_FWRITE_UNLOCKED
683 #endif
684
685
686 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
687    define to 0. */
688 #ifndef USED_FOR_TARGET
689 #undef HAVE_DECL_GETCHAR_UNLOCKED
690 #endif
691
692
693 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
694    */
695 #ifndef USED_FOR_TARGET
696 #undef HAVE_DECL_GETCWD
697 #endif
698
699
700 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
701    to 0. */
702 #ifndef USED_FOR_TARGET
703 #undef HAVE_DECL_GETC_UNLOCKED
704 #endif
705
706
707 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
708    */
709 #ifndef USED_FOR_TARGET
710 #undef HAVE_DECL_GETENV
711 #endif
712
713
714 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
715    */
716 #ifndef USED_FOR_TARGET
717 #undef HAVE_DECL_GETOPT
718 #endif
719
720
721 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
722    to 0. */
723 #ifndef USED_FOR_TARGET
724 #undef HAVE_DECL_GETPAGESIZE
725 #endif
726
727
728 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
729    0. */
730 #ifndef USED_FOR_TARGET
731 #undef HAVE_DECL_GETRLIMIT
732 #endif
733
734
735 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
736    0. */
737 #ifndef USED_FOR_TARGET
738 #undef HAVE_DECL_GETRUSAGE
739 #endif
740
741
742 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
743    */
744 #ifndef USED_FOR_TARGET
745 #undef HAVE_DECL_GETWD
746 #endif
747
748
749 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
750    0. */
751 #ifndef USED_FOR_TARGET
752 #undef HAVE_DECL_LDGETNAME
753 #endif
754
755
756 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
757    */
758 #ifndef USED_FOR_TARGET
759 #undef HAVE_DECL_MADVISE
760 #endif
761
762
763 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
764    */
765 #ifndef USED_FOR_TARGET
766 #undef HAVE_DECL_MALLOC
767 #endif
768
769
770 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
771    define to 0. */
772 #ifndef USED_FOR_TARGET
773 #undef HAVE_DECL_PUTCHAR_UNLOCKED
774 #endif
775
776
777 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
778    to 0. */
779 #ifndef USED_FOR_TARGET
780 #undef HAVE_DECL_PUTC_UNLOCKED
781 #endif
782
783
784 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
785    */
786 #ifndef USED_FOR_TARGET
787 #undef HAVE_DECL_REALLOC
788 #endif
789
790
791 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
792 #ifndef USED_FOR_TARGET
793 #undef HAVE_DECL_SBRK
794 #endif
795
796
797 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
798    0. */
799 #ifndef USED_FOR_TARGET
800 #undef HAVE_DECL_SETRLIMIT
801 #endif
802
803
804 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
805    to 0. */
806 #ifndef USED_FOR_TARGET
807 #undef HAVE_DECL_SIGALTSTACK
808 #endif
809
810
811 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
812    0. */
813 #ifndef USED_FOR_TARGET
814 #undef HAVE_DECL_SNPRINTF
815 #endif
816
817
818 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
819    0. */
820 #ifndef USED_FOR_TARGET
821 #undef HAVE_DECL_STRSIGNAL
822 #endif
823
824
825 /* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
826    */
827 #ifndef USED_FOR_TARGET
828 #undef HAVE_DECL_STRSTR
829 #endif
830
831
832 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
833    0. */
834 #ifndef USED_FOR_TARGET
835 #undef HAVE_DECL_STRVERSCMP
836 #endif
837
838
839 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
840    */
841 #ifndef USED_FOR_TARGET
842 #undef HAVE_DECL_TIMES
843 #endif
844
845
846 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
847    0. */
848 #ifndef USED_FOR_TARGET
849 #undef HAVE_DECL_VASPRINTF
850 #endif
851
852
853 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
854    0. */
855 #ifndef USED_FOR_TARGET
856 #undef HAVE_DECL_VSNPRINTF
857 #endif
858
859
860 /* Define to 1 if you have the <direct.h> header file. */
861 #ifndef USED_FOR_TARGET
862 #undef HAVE_DIRECT_H
863 #endif
864
865
866 /* Define to 1 if you have the <dlfcn.h> header file. */
867 #ifndef USED_FOR_TARGET
868 #undef HAVE_DLFCN_H
869 #endif
870
871
872 /* Define to 1 if you have the <ext/hash_map> header file. */
873 #ifndef USED_FOR_TARGET
874 #undef HAVE_EXT_HASH_MAP
875 #endif
876
877
878 /* Define to 1 if you have the <fcntl.h> header file. */
879 #ifndef USED_FOR_TARGET
880 #undef HAVE_FCNTL_H
881 #endif
882
883
884 /* Define to 1 if you have the `feof_unlocked' function. */
885 #ifndef USED_FOR_TARGET
886 #undef HAVE_FEOF_UNLOCKED
887 #endif
888
889
890 /* Define to 1 if you have the `ferror_unlocked' function. */
891 #ifndef USED_FOR_TARGET
892 #undef HAVE_FERROR_UNLOCKED
893 #endif
894
895
896 /* Define to 1 if you have the `fflush_unlocked' function. */
897 #ifndef USED_FOR_TARGET
898 #undef HAVE_FFLUSH_UNLOCKED
899 #endif
900
901
902 /* Define to 1 if you have the `fgetc_unlocked' function. */
903 #ifndef USED_FOR_TARGET
904 #undef HAVE_FGETC_UNLOCKED
905 #endif
906
907
908 /* Define to 1 if you have the `fgets_unlocked' function. */
909 #ifndef USED_FOR_TARGET
910 #undef HAVE_FGETS_UNLOCKED
911 #endif
912
913
914 /* Define to 1 if you have the `fileno_unlocked' function. */
915 #ifndef USED_FOR_TARGET
916 #undef HAVE_FILENO_UNLOCKED
917 #endif
918
919
920 /* Define to 1 if you have the `fork' function. */
921 #ifndef USED_FOR_TARGET
922 #undef HAVE_FORK
923 #endif
924
925
926 /* Define to 1 if you have the `fprintf_unlocked' function. */
927 #ifndef USED_FOR_TARGET
928 #undef HAVE_FPRINTF_UNLOCKED
929 #endif
930
931
932 /* Define to 1 if you have the `fputc_unlocked' function. */
933 #ifndef USED_FOR_TARGET
934 #undef HAVE_FPUTC_UNLOCKED
935 #endif
936
937
938 /* Define to 1 if you have the `fputs_unlocked' function. */
939 #ifndef USED_FOR_TARGET
940 #undef HAVE_FPUTS_UNLOCKED
941 #endif
942
943
944 /* Define to 1 if you have the `fread_unlocked' function. */
945 #ifndef USED_FOR_TARGET
946 #undef HAVE_FREAD_UNLOCKED
947 #endif
948
949
950 /* Define to 1 if you have the `fwrite_unlocked' function. */
951 #ifndef USED_FOR_TARGET
952 #undef HAVE_FWRITE_UNLOCKED
953 #endif
954
955
956 /* Define if your assembler supports specifying the alignment of objects
957    allocated using the GAS .comm command. */
958 #ifndef USED_FOR_TARGET
959 #undef HAVE_GAS_ALIGNED_COMM
960 #endif
961
962
963 /* Define if your assembler supports .balign and .p2align. */
964 #ifndef USED_FOR_TARGET
965 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
966 #endif
967
968
969 /* Define 0/1 if your assembler supports CFI directives. */
970 #undef HAVE_GAS_CFI_DIRECTIVE
971
972 /* Define 0/1 if your assembler supports .cfi_personality. */
973 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
974
975 /* Define 0/1 if your assembler supports .cfi_sections. */
976 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
977
978 /* Define if your assembler supports the .loc discriminator sub-directive. */
979 #ifndef USED_FOR_TARGET
980 #undef HAVE_GAS_DISCRIMINATOR
981 #endif
982
983
984 /* Define if your assembler supports @gnu_unique_object. */
985 #ifndef USED_FOR_TARGET
986 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
987 #endif
988
989
990 /* Define if your assembler and linker support .hidden. */
991 #undef HAVE_GAS_HIDDEN
992
993 /* Define if your assembler supports .lcomm with an alignment field. */
994 #ifndef USED_FOR_TARGET
995 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
996 #endif
997
998
999 /* Define if your assembler supports .literal16. */
1000 #ifndef USED_FOR_TARGET
1001 #undef HAVE_GAS_LITERAL16
1002 #endif
1003
1004
1005 /* Define if your assembler supports specifying the maximum number of bytes to
1006    skip when using the GAS .p2align command. */
1007 #ifndef USED_FOR_TARGET
1008 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1009 #endif
1010
1011
1012 /* Define if your assembler supports .nsubspa comdat option. */
1013 #ifndef USED_FOR_TARGET
1014 #undef HAVE_GAS_NSUBSPA_COMDAT
1015 #endif
1016
1017
1018 /* Define if your assembler and linker support 32-bit section relative relocs
1019    via '.secrel32 label'. */
1020 #ifndef USED_FOR_TARGET
1021 #undef HAVE_GAS_PE_SECREL32_RELOC
1022 #endif
1023
1024
1025 /* Define if your assembler supports specifying the section flag e. */
1026 #ifndef USED_FOR_TARGET
1027 #undef HAVE_GAS_SECTION_EXCLUDE
1028 #endif
1029
1030
1031 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1032    */
1033 #ifndef USED_FOR_TARGET
1034 #undef HAVE_GAS_SHF_MERGE
1035 #endif
1036
1037
1038 /* Define if your assembler supports .subsection and .subsection -1 starts
1039    emitting at the beginning of your section. */
1040 #ifndef USED_FOR_TARGET
1041 #undef HAVE_GAS_SUBSECTION_ORDERING
1042 #endif
1043
1044
1045 /* Define if your assembler supports .weak. */
1046 #ifndef USED_FOR_TARGET
1047 #undef HAVE_GAS_WEAK
1048 #endif
1049
1050
1051 /* Define if your assembler supports .weakref. */
1052 #ifndef USED_FOR_TARGET
1053 #undef HAVE_GAS_WEAKREF
1054 #endif
1055
1056
1057 /* Define to 1 if you have the `getchar_unlocked' function. */
1058 #ifndef USED_FOR_TARGET
1059 #undef HAVE_GETCHAR_UNLOCKED
1060 #endif
1061
1062
1063 /* Define to 1 if you have the `getc_unlocked' function. */
1064 #ifndef USED_FOR_TARGET
1065 #undef HAVE_GETC_UNLOCKED
1066 #endif
1067
1068
1069 /* Define to 1 if you have the `getrlimit' function. */
1070 #ifndef USED_FOR_TARGET
1071 #undef HAVE_GETRLIMIT
1072 #endif
1073
1074
1075 /* Define to 1 if you have the `getrusage' function. */
1076 #ifndef USED_FOR_TARGET
1077 #undef HAVE_GETRUSAGE
1078 #endif
1079
1080
1081 /* Define to 1 if you have the `gettimeofday' function. */
1082 #ifndef USED_FOR_TARGET
1083 #undef HAVE_GETTIMEOFDAY
1084 #endif
1085
1086
1087 /* Define if using GNU as. */
1088 #ifndef USED_FOR_TARGET
1089 #undef HAVE_GNU_AS
1090 #endif
1091
1092
1093 /* Define if your system supports gnu indirect functions. */
1094 #ifndef USED_FOR_TARGET
1095 #undef HAVE_GNU_INDIRECT_FUNCTION
1096 #endif
1097
1098
1099 /* Define if using GNU ld. */
1100 #ifndef USED_FOR_TARGET
1101 #undef HAVE_GNU_LD
1102 #endif
1103
1104
1105 /* Define if you have the iconv() function. */
1106 #ifndef USED_FOR_TARGET
1107 #undef HAVE_ICONV
1108 #endif
1109
1110
1111 /* Define to 1 if you have the <iconv.h> header file. */
1112 #ifndef USED_FOR_TARGET
1113 #undef HAVE_ICONV_H
1114 #endif
1115
1116
1117 /* Define .init_array/.fini_array sections are available and working. */
1118 #ifndef USED_FOR_TARGET
1119 #undef HAVE_INITFINI_ARRAY
1120 #endif
1121
1122
1123 /* Define to 1 if the system has the type `intmax_t'. */
1124 #ifndef USED_FOR_TARGET
1125 #undef HAVE_INTMAX_T
1126 #endif
1127
1128
1129 /* Define to 1 if the system has the type `intptr_t'. */
1130 #ifndef USED_FOR_TARGET
1131 #undef HAVE_INTPTR_T
1132 #endif
1133
1134
1135 /* Define if you have a working <inttypes.h> header file. */
1136 #ifndef USED_FOR_TARGET
1137 #undef HAVE_INTTYPES_H
1138 #endif
1139
1140
1141 /* Define to 1 if you have the `kill' function. */
1142 #ifndef USED_FOR_TARGET
1143 #undef HAVE_KILL
1144 #endif
1145
1146
1147 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1148 #ifndef USED_FOR_TARGET
1149 #undef HAVE_LANGINFO_CODESET
1150 #endif
1151
1152
1153 /* Define to 1 if you have the <langinfo.h> header file. */
1154 #ifndef USED_FOR_TARGET
1155 #undef HAVE_LANGINFO_H
1156 #endif
1157
1158
1159 /* Define if your <locale.h> file defines LC_MESSAGES. */
1160 #ifndef USED_FOR_TARGET
1161 #undef HAVE_LC_MESSAGES
1162 #endif
1163
1164
1165 /* Define to 1 if you have the <ldfcn.h> header file. */
1166 #ifndef USED_FOR_TARGET
1167 #undef HAVE_LDFCN_H
1168 #endif
1169
1170
1171 /* Define if your linker supports --as-needed and --no-as-needed options. */
1172 #ifndef USED_FOR_TARGET
1173 #undef HAVE_LD_AS_NEEDED
1174 #endif
1175
1176
1177 /* Define if your linker supports --build-id. */
1178 #ifndef USED_FOR_TARGET
1179 #undef HAVE_LD_BUILDID
1180 #endif
1181
1182
1183 /* Define if your linker supports --demangle option. */
1184 #ifndef USED_FOR_TARGET
1185 #undef HAVE_LD_DEMANGLE
1186 #endif
1187
1188
1189 /* Define if your linker supports .eh_frame_hdr. */
1190 #undef HAVE_LD_EH_FRAME_HDR
1191
1192 /* Define if your linker supports garbage collection of sections in presence
1193    of EH frames. */
1194 #ifndef USED_FOR_TARGET
1195 #undef HAVE_LD_EH_GC_SECTIONS
1196 #endif
1197
1198
1199 /* Define if your linker has buggy garbage collection of sections support when
1200    .text.startup.foo like sections are used. */
1201 #ifndef USED_FOR_TARGET
1202 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1203 #endif
1204
1205
1206 /* Define if your PowerPC64 linker supports a large TOC. */
1207 #ifndef USED_FOR_TARGET
1208 #undef HAVE_LD_LARGE_TOC
1209 #endif
1210
1211
1212 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1213 #ifndef USED_FOR_TARGET
1214 #undef HAVE_LD_NO_DOT_SYMS
1215 #endif
1216
1217
1218 /* Define if your linker can relax absolute .eh_frame personality pointers
1219    into PC-relative form. */
1220 #ifndef USED_FOR_TARGET
1221 #undef HAVE_LD_PERSONALITY_RELAXATION
1222 #endif
1223
1224
1225 /* Define if your linker supports -pie option. */
1226 #ifndef USED_FOR_TARGET
1227 #undef HAVE_LD_PIE
1228 #endif
1229
1230
1231 /* Define if your linker links a mix of read-only and read-write sections into
1232    a read-write section. */
1233 #ifndef USED_FOR_TARGET
1234 #undef HAVE_LD_RO_RW_SECTION_MIXING
1235 #endif
1236
1237
1238 /* Define if your linker supports the *_sol2 emulations. */
1239 #ifndef USED_FOR_TARGET
1240 #undef HAVE_LD_SOL2_EMULATION
1241 #endif
1242
1243
1244 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1245 #ifndef USED_FOR_TARGET
1246 #undef HAVE_LD_STATIC_DYNAMIC
1247 #endif
1248
1249
1250 /* Define if your linker supports --sysroot. */
1251 #ifndef USED_FOR_TARGET
1252 #undef HAVE_LD_SYSROOT
1253 #endif
1254
1255
1256 /* Define to 1 if you have the <limits.h> header file. */
1257 #ifndef USED_FOR_TARGET
1258 #undef HAVE_LIMITS_H
1259 #endif
1260
1261
1262 /* Define to 1 if you have the <locale.h> header file. */
1263 #ifndef USED_FOR_TARGET
1264 #undef HAVE_LOCALE_H
1265 #endif
1266
1267
1268 /* Define to 1 if the system has the type `long long'. */
1269 #ifndef USED_FOR_TARGET
1270 #undef HAVE_LONG_LONG
1271 #endif
1272
1273
1274 /* Define to 1 if the system has the type `long long int'. */
1275 #ifndef USED_FOR_TARGET
1276 #undef HAVE_LONG_LONG_INT
1277 #endif
1278
1279
1280 /* Define to the level of your linker's plugin support. */
1281 #ifndef USED_FOR_TARGET
1282 #undef HAVE_LTO_PLUGIN
1283 #endif
1284
1285
1286 /* Define to 1 if you have the `madvise' function. */
1287 #ifndef USED_FOR_TARGET
1288 #undef HAVE_MADVISE
1289 #endif
1290
1291
1292 /* Define to 1 if you have the <malloc.h> header file. */
1293 #ifndef USED_FOR_TARGET
1294 #undef HAVE_MALLOC_H
1295 #endif
1296
1297
1298 /* Define to 1 if you have the `mbstowcs' function. */
1299 #ifndef USED_FOR_TARGET
1300 #undef HAVE_MBSTOWCS
1301 #endif
1302
1303
1304 /* Define if valgrind's memcheck.h header is installed. */
1305 #ifndef USED_FOR_TARGET
1306 #undef HAVE_MEMCHECK_H
1307 #endif
1308
1309
1310 /* Define to 1 if you have the <memory.h> header file. */
1311 #ifndef USED_FOR_TARGET
1312 #undef HAVE_MEMORY_H
1313 #endif
1314
1315
1316 /* Define to 1 if you have the `mmap' function. */
1317 #ifndef USED_FOR_TARGET
1318 #undef HAVE_MMAP
1319 #endif
1320
1321
1322 /* Define if mmap with MAP_ANON(YMOUS) works. */
1323 #ifndef USED_FOR_TARGET
1324 #undef HAVE_MMAP_ANON
1325 #endif
1326
1327
1328 /* Define if mmap of /dev/zero works. */
1329 #ifndef USED_FOR_TARGET
1330 #undef HAVE_MMAP_DEV_ZERO
1331 #endif
1332
1333
1334 /* Define if read-only mmap of a plain file works. */
1335 #ifndef USED_FOR_TARGET
1336 #undef HAVE_MMAP_FILE
1337 #endif
1338
1339
1340 /* Define to 1 if you have the `nl_langinfo' function. */
1341 #ifndef USED_FOR_TARGET
1342 #undef HAVE_NL_LANGINFO
1343 #endif
1344
1345
1346 /* Define to 1 if you have the `putchar_unlocked' function. */
1347 #ifndef USED_FOR_TARGET
1348 #undef HAVE_PUTCHAR_UNLOCKED
1349 #endif
1350
1351
1352 /* Define to 1 if you have the `putc_unlocked' function. */
1353 #ifndef USED_FOR_TARGET
1354 #undef HAVE_PUTC_UNLOCKED
1355 #endif
1356
1357
1358 /* Define to 1 if you have the `setlocale' function. */
1359 #ifndef USED_FOR_TARGET
1360 #undef HAVE_SETLOCALE
1361 #endif
1362
1363
1364 /* Define to 1 if you have the `setrlimit' function. */
1365 #ifndef USED_FOR_TARGET
1366 #undef HAVE_SETRLIMIT
1367 #endif
1368
1369
1370 /* Define to 1 if you have the <stddef.h> header file. */
1371 #ifndef USED_FOR_TARGET
1372 #undef HAVE_STDDEF_H
1373 #endif
1374
1375
1376 /* Define to 1 if you have the <stdint.h> header file. */
1377 #ifndef USED_FOR_TARGET
1378 #undef HAVE_STDINT_H
1379 #endif
1380
1381
1382 /* Define to 1 if you have the <stdlib.h> header file. */
1383 #ifndef USED_FOR_TARGET
1384 #undef HAVE_STDLIB_H
1385 #endif
1386
1387
1388 /* Define to 1 if you have the <strings.h> header file. */
1389 #ifndef USED_FOR_TARGET
1390 #undef HAVE_STRINGS_H
1391 #endif
1392
1393
1394 /* Define to 1 if you have the <string.h> header file. */
1395 #ifndef USED_FOR_TARGET
1396 #undef HAVE_STRING_H
1397 #endif
1398
1399
1400 /* Define to 1 if you have the `strsignal' function. */
1401 #ifndef USED_FOR_TARGET
1402 #undef HAVE_STRSIGNAL
1403 #endif
1404
1405
1406 /* Define if <sys/times.h> defines struct tms. */
1407 #ifndef USED_FOR_TARGET
1408 #undef HAVE_STRUCT_TMS
1409 #endif
1410
1411
1412 /* Define to 1 if you have the `sysconf' function. */
1413 #ifndef USED_FOR_TARGET
1414 #undef HAVE_SYSCONF
1415 #endif
1416
1417
1418 /* Define to 1 if you have the <sys/file.h> header file. */
1419 #ifndef USED_FOR_TARGET
1420 #undef HAVE_SYS_FILE_H
1421 #endif
1422
1423
1424 /* Define to 1 if you have the <sys/mman.h> header file. */
1425 #ifndef USED_FOR_TARGET
1426 #undef HAVE_SYS_MMAN_H
1427 #endif
1428
1429
1430 /* Define to 1 if you have the <sys/param.h> header file. */
1431 #ifndef USED_FOR_TARGET
1432 #undef HAVE_SYS_PARAM_H
1433 #endif
1434
1435
1436 /* Define to 1 if you have the <sys/resource.h> header file. */
1437 #ifndef USED_FOR_TARGET
1438 #undef HAVE_SYS_RESOURCE_H
1439 #endif
1440
1441
1442 /* Define if your target C library provides sys/sdt.h */
1443 #undef HAVE_SYS_SDT_H
1444
1445 /* Define to 1 if you have the <sys/stat.h> header file. */
1446 #ifndef USED_FOR_TARGET
1447 #undef HAVE_SYS_STAT_H
1448 #endif
1449
1450
1451 /* Define to 1 if you have the <sys/times.h> header file. */
1452 #ifndef USED_FOR_TARGET
1453 #undef HAVE_SYS_TIMES_H
1454 #endif
1455
1456
1457 /* Define to 1 if you have the <sys/time.h> header file. */
1458 #ifndef USED_FOR_TARGET
1459 #undef HAVE_SYS_TIME_H
1460 #endif
1461
1462
1463 /* Define to 1 if you have the <sys/types.h> header file. */
1464 #ifndef USED_FOR_TARGET
1465 #undef HAVE_SYS_TYPES_H
1466 #endif
1467
1468
1469 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1470 #ifndef USED_FOR_TARGET
1471 #undef HAVE_SYS_WAIT_H
1472 #endif
1473
1474
1475 /* Define to 1 if you have the `times' function. */
1476 #ifndef USED_FOR_TARGET
1477 #undef HAVE_TIMES
1478 #endif
1479
1480
1481 /* Define to 1 if you have the <time.h> header file. */
1482 #ifndef USED_FOR_TARGET
1483 #undef HAVE_TIME_H
1484 #endif
1485
1486
1487 /* Define to 1 if you have the <tr1/unordered_map> header file. */
1488 #ifndef USED_FOR_TARGET
1489 #undef HAVE_TR1_UNORDERED_MAP
1490 #endif
1491
1492
1493 /* Define to 1 if the system has the type `uintmax_t'. */
1494 #ifndef USED_FOR_TARGET
1495 #undef HAVE_UINTMAX_T
1496 #endif
1497
1498
1499 /* Define to 1 if the system has the type `uintptr_t'. */
1500 #ifndef USED_FOR_TARGET
1501 #undef HAVE_UINTPTR_T
1502 #endif
1503
1504
1505 /* Define to 1 if you have the <unistd.h> header file. */
1506 #ifndef USED_FOR_TARGET
1507 #undef HAVE_UNISTD_H
1508 #endif
1509
1510
1511 /* Define to 1 if you have the <unordered_map> header file. */
1512 #ifndef USED_FOR_TARGET
1513 #undef HAVE_UNORDERED_MAP
1514 #endif
1515
1516
1517 /* Define to 1 if the system has the type `unsigned long long int'. */
1518 #ifndef USED_FOR_TARGET
1519 #undef HAVE_UNSIGNED_LONG_LONG_INT
1520 #endif
1521
1522
1523 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1524 #ifndef USED_FOR_TARGET
1525 #undef HAVE_VALGRIND_MEMCHECK_H
1526 #endif
1527
1528
1529 /* Define to 1 if you have the `vfork' function. */
1530 #ifndef USED_FOR_TARGET
1531 #undef HAVE_VFORK
1532 #endif
1533
1534
1535 /* Define to 1 if you have the <vfork.h> header file. */
1536 #ifndef USED_FOR_TARGET
1537 #undef HAVE_VFORK_H
1538 #endif
1539
1540
1541 /* Define to 1 if you have the <wchar.h> header file. */
1542 #ifndef USED_FOR_TARGET
1543 #undef HAVE_WCHAR_H
1544 #endif
1545
1546
1547 /* Define to 1 if you have the `wcswidth' function. */
1548 #ifndef USED_FOR_TARGET
1549 #undef HAVE_WCSWIDTH
1550 #endif
1551
1552
1553 /* Define to 1 if `fork' works. */
1554 #ifndef USED_FOR_TARGET
1555 #undef HAVE_WORKING_FORK
1556 #endif
1557
1558
1559 /* Define this macro if mbstowcs does not crash when its first argument is
1560    NULL. */
1561 #ifndef USED_FOR_TARGET
1562 #undef HAVE_WORKING_MBSTOWCS
1563 #endif
1564
1565
1566 /* Define to 1 if `vfork' works. */
1567 #ifndef USED_FOR_TARGET
1568 #undef HAVE_WORKING_VFORK
1569 #endif
1570
1571
1572 /* Define to 1 if the system has the type `__int64'. */
1573 #ifndef USED_FOR_TARGET
1574 #undef HAVE___INT64
1575 #endif
1576
1577
1578 /* Define if cloog is in use. */
1579 #ifndef USED_FOR_TARGET
1580 #undef HAVE_cloog
1581 #endif
1582
1583
1584 /* Define as const if the declaration of iconv() needs const. */
1585 #ifndef USED_FOR_TARGET
1586 #undef ICONV_CONST
1587 #endif
1588
1589
1590 /* Define to the linker option to enable use of shared objects. */
1591 #ifndef USED_FOR_TARGET
1592 #undef LD_DYNAMIC_OPTION
1593 #endif
1594
1595
1596 /* Define to the linker option to disable use of shared objects. */
1597 #ifndef USED_FOR_TARGET
1598 #undef LD_STATIC_OPTION
1599 #endif
1600
1601
1602 /* Define to the linker flags to use for -pthread. */
1603 #ifndef USED_FOR_TARGET
1604 #undef LIB_THREAD_LDFLAGS_SPEC
1605 #endif
1606
1607
1608 /* Define to the library containing __tls_get_addr/___tls_get_addr. */
1609 #ifndef USED_FOR_TARGET
1610 #undef LIB_TLS_SPEC
1611 #endif
1612
1613
1614 /* The linker hash style */
1615 #ifndef USED_FOR_TARGET
1616 #undef LINKER_HASH_STYLE
1617 #endif
1618
1619
1620 /* Define to the name of the LTO plugin DSO that must be passed to the
1621    linker's -plugin=LIB option. */
1622 #ifndef USED_FOR_TARGET
1623 #undef LTOPLUGINSONAME
1624 #endif
1625
1626
1627 /* Define to the sub-directory in which libtool stores uninstalled libraries.
1628    */
1629 #ifndef USED_FOR_TARGET
1630 #undef LT_OBJDIR
1631 #endif
1632
1633
1634 /* Define if host mkdir takes a single argument. */
1635 #ifndef USED_FOR_TARGET
1636 #undef MKDIR_TAKES_ONE_ARG
1637 #endif
1638
1639
1640 /* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
1641 #ifndef USED_FOR_TARGET
1642 #undef NEED_64BIT_HOST_WIDE_INT
1643 #endif
1644
1645
1646 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1647 #ifndef USED_FOR_TARGET
1648 #undef NO_MINUS_C_MINUS_O
1649 #endif
1650
1651
1652 /* Define to the address where bug reports for this package should be sent. */
1653 #ifndef USED_FOR_TARGET
1654 #undef PACKAGE_BUGREPORT
1655 #endif
1656
1657
1658 /* Define to the full name of this package. */
1659 #ifndef USED_FOR_TARGET
1660 #undef PACKAGE_NAME
1661 #endif
1662
1663
1664 /* Define to the full name and version of this package. */
1665 #ifndef USED_FOR_TARGET
1666 #undef PACKAGE_STRING
1667 #endif
1668
1669
1670 /* Define to the one symbol short name of this package. */
1671 #ifndef USED_FOR_TARGET
1672 #undef PACKAGE_TARNAME
1673 #endif
1674
1675
1676 /* Define to the home page for this package. */
1677 #ifndef USED_FOR_TARGET
1678 #undef PACKAGE_URL
1679 #endif
1680
1681
1682 /* Define to the version of this package. */
1683 #ifndef USED_FOR_TARGET
1684 #undef PACKAGE_VERSION
1685 #endif
1686
1687
1688 /* Specify plugin linker */
1689 #ifndef USED_FOR_TARGET
1690 #undef PLUGIN_LD
1691 #endif
1692
1693
1694 /* Define to PREFIX/include if cpp should also search that directory. */
1695 #ifndef USED_FOR_TARGET
1696 #undef PREFIX_INCLUDE_DIR
1697 #endif
1698
1699
1700 /* The size of `int', as computed by sizeof. */
1701 #ifndef USED_FOR_TARGET
1702 #undef SIZEOF_INT
1703 #endif
1704
1705
1706 /* The size of `long', as computed by sizeof. */
1707 #ifndef USED_FOR_TARGET
1708 #undef SIZEOF_LONG
1709 #endif
1710
1711
1712 /* The size of `long long', as computed by sizeof. */
1713 #ifndef USED_FOR_TARGET
1714 #undef SIZEOF_LONG_LONG
1715 #endif
1716
1717
1718 /* The size of `short', as computed by sizeof. */
1719 #ifndef USED_FOR_TARGET
1720 #undef SIZEOF_SHORT
1721 #endif
1722
1723
1724 /* The size of `void *', as computed by sizeof. */
1725 #ifndef USED_FOR_TARGET
1726 #undef SIZEOF_VOID_P
1727 #endif
1728
1729
1730 /* The size of `__int64', as computed by sizeof. */
1731 #ifndef USED_FOR_TARGET
1732 #undef SIZEOF___INT64
1733 #endif
1734
1735
1736 /* Define to 1 if you have the ANSI C header files. */
1737 #ifndef USED_FOR_TARGET
1738 #undef STDC_HEADERS
1739 #endif
1740
1741
1742 /* Define if you can safely include both <string.h> and <strings.h>. */
1743 #ifndef USED_FOR_TARGET
1744 #undef STRING_WITH_STRINGS
1745 #endif
1746
1747
1748 /* Define if TFmode long double should be the default */
1749 #ifndef USED_FOR_TARGET
1750 #undef TARGET_DEFAULT_LONG_DOUBLE_128
1751 #endif
1752
1753
1754 /* Define if your target C library provides the `dl_iterate_phdr' function. */
1755 #undef TARGET_DL_ITERATE_PHDR
1756
1757 /* Define if your target C library provides stack protector support */
1758 #ifndef USED_FOR_TARGET
1759 #undef TARGET_LIBC_PROVIDES_SSP
1760 #endif
1761
1762
1763 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1764 #ifndef USED_FOR_TARGET
1765 #undef TIME_WITH_SYS_TIME
1766 #endif
1767
1768
1769 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
1770    work. */
1771 #ifndef USED_FOR_TARGET
1772 #undef TLS_SECTION_ASM_FLAG
1773 #endif
1774
1775
1776 /* Define if your assembler mis-optimizes .eh_frame data. */
1777 #ifndef USED_FOR_TARGET
1778 #undef USE_AS_TRADITIONAL_FORMAT
1779 #endif
1780
1781
1782 /* Define if you want to generate code by default that assumes that the Cygwin
1783    DLL exports wrappers to support libstdc++ function replacement. */
1784 #ifndef USED_FOR_TARGET
1785 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
1786 #endif
1787
1788
1789 /* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
1790    still efficiently supported by the host hardware. */
1791 #ifndef USED_FOR_TARGET
1792 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
1793 #endif
1794
1795
1796 /* Define if we should use leading underscore on 64 bit mingw targets */
1797 #ifndef USED_FOR_TARGET
1798 #undef USE_MINGW64_LEADING_UNDERSCORES
1799 #endif
1800
1801
1802 /* Enable extensions on AIX 3, Interix.  */
1803 #ifndef _ALL_SOURCE
1804 # undef _ALL_SOURCE
1805 #endif
1806 /* Enable GNU extensions on systems that have them.  */
1807 #ifndef _GNU_SOURCE
1808 # undef _GNU_SOURCE
1809 #endif
1810 /* Enable threading extensions on Solaris.  */
1811 #ifndef _POSIX_PTHREAD_SEMANTICS
1812 # undef _POSIX_PTHREAD_SEMANTICS
1813 #endif
1814 /* Enable extensions on HP NonStop.  */
1815 #ifndef _TANDEM_SOURCE
1816 # undef _TANDEM_SOURCE
1817 #endif
1818 /* Enable general extensions on Solaris.  */
1819 #ifndef __EXTENSIONS__
1820 # undef __EXTENSIONS__
1821 #endif
1822
1823
1824 /* Define to be the last component of the Windows registry key under which to
1825    look for installation paths. The full key used will be
1826    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
1827    The default is the GCC version number. */
1828 #ifndef USED_FOR_TARGET
1829 #undef WIN32_REGISTRY_KEY
1830 #endif
1831
1832
1833 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1834    significant byte first (like Motorola and SPARC, unlike Intel). */
1835 #if defined AC_APPLE_UNIVERSAL_BUILD
1836 # if defined __BIG_ENDIAN__
1837 #  define WORDS_BIGENDIAN 1
1838 # endif
1839 #else
1840 # ifndef WORDS_BIGENDIAN
1841 #  undef WORDS_BIGENDIAN
1842 # endif
1843 #endif
1844
1845 /* Number of bits in a file offset, on hosts where this is settable. */
1846 #ifndef USED_FOR_TARGET
1847 #undef _FILE_OFFSET_BITS
1848 #endif
1849
1850
1851 /* Define for large files, on AIX-style hosts. */
1852 #ifndef USED_FOR_TARGET
1853 #undef _LARGE_FILES
1854 #endif
1855
1856
1857 /* Define to 1 if on MINIX. */
1858 #ifndef USED_FOR_TARGET
1859 #undef _MINIX
1860 #endif
1861
1862
1863 /* Define to 2 if the system does not provide POSIX.1 features except with
1864    this defined. */
1865 #ifndef USED_FOR_TARGET
1866 #undef _POSIX_1_SOURCE
1867 #endif
1868
1869
1870 /* Define to 1 if you need to in order for `stat' and other things to work. */
1871 #ifndef USED_FOR_TARGET
1872 #undef _POSIX_SOURCE
1873 #endif
1874
1875
1876 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1877    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1878    #define below would cause a syntax error. */
1879 #ifndef USED_FOR_TARGET
1880 #undef _UINT32_T
1881 #endif
1882
1883
1884 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1885    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1886    #define below would cause a syntax error. */
1887 #ifndef USED_FOR_TARGET
1888 #undef _UINT64_T
1889 #endif
1890
1891
1892 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1893    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1894    #define below would cause a syntax error. */
1895 #ifndef USED_FOR_TARGET
1896 #undef _UINT8_T
1897 #endif
1898
1899
1900 /* Define to `char *' if <sys/types.h> does not define. */
1901 #ifndef USED_FOR_TARGET
1902 #undef caddr_t
1903 #endif
1904
1905
1906 /* Define to `__inline__' or `__inline' if that's what the C compiler
1907    calls it, or to nothing if 'inline' is not supported under any name.  */
1908 #ifndef __cplusplus
1909 #undef inline
1910 #endif
1911
1912 /* Define to the type of a signed integer type of width exactly 16 bits if
1913    such a type exists and the standard includes do not define it. */
1914 #ifndef USED_FOR_TARGET
1915 #undef int16_t
1916 #endif
1917
1918
1919 /* Define to the type of a signed integer type of width exactly 32 bits if
1920    such a type exists and the standard includes do not define it. */
1921 #ifndef USED_FOR_TARGET
1922 #undef int32_t
1923 #endif
1924
1925
1926 /* Define to the type of a signed integer type of width exactly 64 bits if
1927    such a type exists and the standard includes do not define it. */
1928 #ifndef USED_FOR_TARGET
1929 #undef int64_t
1930 #endif
1931
1932
1933 /* Define to the type of a signed integer type of width exactly 8 bits if such
1934    a type exists and the standard includes do not define it. */
1935 #ifndef USED_FOR_TARGET
1936 #undef int8_t
1937 #endif
1938
1939
1940 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1941    not define. */
1942 #ifndef USED_FOR_TARGET
1943 #undef intmax_t
1944 #endif
1945
1946
1947 /* Define to the type of a signed integer type wide enough to hold a pointer,
1948    if such a type exists, and if the system does not define it. */
1949 #ifndef USED_FOR_TARGET
1950 #undef intptr_t
1951 #endif
1952
1953
1954 /* Define to `int' if <sys/types.h> does not define. */
1955 #ifndef USED_FOR_TARGET
1956 #undef pid_t
1957 #endif
1958
1959
1960 /* Define to `long' if <sys/resource.h> doesn't define. */
1961 #ifndef USED_FOR_TARGET
1962 #undef rlim_t
1963 #endif
1964
1965
1966 /* Define to `int' if <sys/types.h> does not define. */
1967 #ifndef USED_FOR_TARGET
1968 #undef ssize_t
1969 #endif
1970
1971
1972 /* Define to the type of an unsigned integer type of width exactly 16 bits if
1973    such a type exists and the standard includes do not define it. */
1974 #ifndef USED_FOR_TARGET
1975 #undef uint16_t
1976 #endif
1977
1978
1979 /* Define to the type of an unsigned integer type of width exactly 32 bits if
1980    such a type exists and the standard includes do not define it. */
1981 #ifndef USED_FOR_TARGET
1982 #undef uint32_t
1983 #endif
1984
1985
1986 /* Define to the type of an unsigned integer type of width exactly 64 bits if
1987    such a type exists and the standard includes do not define it. */
1988 #ifndef USED_FOR_TARGET
1989 #undef uint64_t
1990 #endif
1991
1992
1993 /* Define to the type of an unsigned integer type of width exactly 8 bits if
1994    such a type exists and the standard includes do not define it. */
1995 #ifndef USED_FOR_TARGET
1996 #undef uint8_t
1997 #endif
1998
1999
2000 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2001    do not define. */
2002 #ifndef USED_FOR_TARGET
2003 #undef uintmax_t
2004 #endif
2005
2006
2007 /* Define to the type of an unsigned integer type wide enough to hold a
2008    pointer, if such a type exists, and if the system does not define it. */
2009 #ifndef USED_FOR_TARGET
2010 #undef uintptr_t
2011 #endif
2012
2013
2014 /* Define as `fork' if `vfork' does not work. */
2015 #ifndef USED_FOR_TARGET
2016 #undef vfork
2017 #endif
2018