OSDN Git Service

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