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