OSDN Git Service

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