Merge branch 'vendor/FILE'
[dragonfly.git] / contrib / gcc-4.4 / 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 if your assembler supports VSX instructions. */
382 #ifndef USED_FOR_TARGET
383 #undef HAVE_AS_VSX
384 #endif
385
386
387 /* Define to 1 if you have the `atoll' function. */
388 #ifndef USED_FOR_TARGET
389 #undef HAVE_ATOLL
390 #endif
391
392
393 /* Define to 1 if you have the `atoq' function. */
394 #ifndef USED_FOR_TARGET
395 #undef HAVE_ATOQ
396 #endif
397
398
399 /* Define to 1 if you have the `clearerr_unlocked' function. */
400 #ifndef USED_FOR_TARGET
401 #undef HAVE_CLEARERR_UNLOCKED
402 #endif
403
404
405 /* Define to 1 if you have the `clock' function. */
406 #ifndef USED_FOR_TARGET
407 #undef HAVE_CLOCK
408 #endif
409
410
411 /* Define if <time.h> defines clock_t. */
412 #ifndef USED_FOR_TARGET
413 #undef HAVE_CLOCK_T
414 #endif
415
416
417 /* Define 0/1 if your assembler and linker support COMDAT groups. */
418 #ifndef USED_FOR_TARGET
419 #undef HAVE_COMDAT_GROUP
420 #endif
421
422
423 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
424    */
425 #ifndef USED_FOR_TARGET
426 #undef HAVE_DECL_ABORT
427 #endif
428
429
430 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
431    0. */
432 #ifndef USED_FOR_TARGET
433 #undef HAVE_DECL_ASPRINTF
434 #endif
435
436
437 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
438 #ifndef USED_FOR_TARGET
439 #undef HAVE_DECL_ATOF
440 #endif
441
442
443 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
444 #ifndef USED_FOR_TARGET
445 #undef HAVE_DECL_ATOL
446 #endif
447
448
449 /* Define to 1 if we found a declaration for 'basename', otherwise define to
450    0. */
451 #ifndef USED_FOR_TARGET
452 #undef HAVE_DECL_BASENAME
453 #endif
454
455
456 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
457    */
458 #ifndef USED_FOR_TARGET
459 #undef HAVE_DECL_CALLOC
460 #endif
461
462
463 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
464    define to 0. */
465 #ifndef USED_FOR_TARGET
466 #undef HAVE_DECL_CLEARERR_UNLOCKED
467 #endif
468
469
470 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
471    */
472 #ifndef USED_FOR_TARGET
473 #undef HAVE_DECL_CLOCK
474 #endif
475
476
477 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
478    */
479 #ifndef USED_FOR_TARGET
480 #undef HAVE_DECL_ERRNO
481 #endif
482
483
484 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
485    to 0. */
486 #ifndef USED_FOR_TARGET
487 #undef HAVE_DECL_FEOF_UNLOCKED
488 #endif
489
490
491 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
492    define to 0. */
493 #ifndef USED_FOR_TARGET
494 #undef HAVE_DECL_FERROR_UNLOCKED
495 #endif
496
497
498 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
499    define to 0. */
500 #ifndef USED_FOR_TARGET
501 #undef HAVE_DECL_FFLUSH_UNLOCKED
502 #endif
503
504
505 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
506    define to 0. */
507 #ifndef USED_FOR_TARGET
508 #undef HAVE_DECL_FGETC_UNLOCKED
509 #endif
510
511
512 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
513    define to 0. */
514 #ifndef USED_FOR_TARGET
515 #undef HAVE_DECL_FGETS_UNLOCKED
516 #endif
517
518
519 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
520    define to 0. */
521 #ifndef USED_FOR_TARGET
522 #undef HAVE_DECL_FILENO_UNLOCKED
523 #endif
524
525
526 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
527    define to 0. */
528 #ifndef USED_FOR_TARGET
529 #undef HAVE_DECL_FPRINTF_UNLOCKED
530 #endif
531
532
533 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
534    define to 0. */
535 #ifndef USED_FOR_TARGET
536 #undef HAVE_DECL_FPUTC_UNLOCKED
537 #endif
538
539
540 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
541    define to 0. */
542 #ifndef USED_FOR_TARGET
543 #undef HAVE_DECL_FPUTS_UNLOCKED
544 #endif
545
546
547 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
548    define to 0. */
549 #ifndef USED_FOR_TARGET
550 #undef HAVE_DECL_FREAD_UNLOCKED
551 #endif
552
553
554 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
555 #ifndef USED_FOR_TARGET
556 #undef HAVE_DECL_FREE
557 #endif
558
559
560 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
561    define to 0. */
562 #ifndef USED_FOR_TARGET
563 #undef HAVE_DECL_FWRITE_UNLOCKED
564 #endif
565
566
567 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
568    define to 0. */
569 #ifndef USED_FOR_TARGET
570 #undef HAVE_DECL_GETCHAR_UNLOCKED
571 #endif
572
573
574 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
575    */
576 #ifndef USED_FOR_TARGET
577 #undef HAVE_DECL_GETCWD
578 #endif
579
580
581 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
582    to 0. */
583 #ifndef USED_FOR_TARGET
584 #undef HAVE_DECL_GETC_UNLOCKED
585 #endif
586
587
588 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
589    */
590 #ifndef USED_FOR_TARGET
591 #undef HAVE_DECL_GETENV
592 #endif
593
594
595 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
596    */
597 #ifndef USED_FOR_TARGET
598 #undef HAVE_DECL_GETOPT
599 #endif
600
601
602 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
603    to 0. */
604 #ifndef USED_FOR_TARGET
605 #undef HAVE_DECL_GETPAGESIZE
606 #endif
607
608
609 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
610    0. */
611 #ifndef USED_FOR_TARGET
612 #undef HAVE_DECL_GETRLIMIT
613 #endif
614
615
616 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
617    0. */
618 #ifndef USED_FOR_TARGET
619 #undef HAVE_DECL_GETRUSAGE
620 #endif
621
622
623 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
624    */
625 #ifndef USED_FOR_TARGET
626 #undef HAVE_DECL_GETWD
627 #endif
628
629
630 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
631    0. */
632 #ifndef USED_FOR_TARGET
633 #undef HAVE_DECL_LDGETNAME
634 #endif
635
636
637 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
638    */
639 #ifndef USED_FOR_TARGET
640 #undef HAVE_DECL_MALLOC
641 #endif
642
643
644 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
645    define to 0. */
646 #ifndef USED_FOR_TARGET
647 #undef HAVE_DECL_PUTCHAR_UNLOCKED
648 #endif
649
650
651 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
652    to 0. */
653 #ifndef USED_FOR_TARGET
654 #undef HAVE_DECL_PUTC_UNLOCKED
655 #endif
656
657
658 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
659    */
660 #ifndef USED_FOR_TARGET
661 #undef HAVE_DECL_REALLOC
662 #endif
663
664
665 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
666 #ifndef USED_FOR_TARGET
667 #undef HAVE_DECL_SBRK
668 #endif
669
670
671 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
672    0. */
673 #ifndef USED_FOR_TARGET
674 #undef HAVE_DECL_SETRLIMIT
675 #endif
676
677
678 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
679    to 0. */
680 #ifndef USED_FOR_TARGET
681 #undef HAVE_DECL_SIGALTSTACK
682 #endif
683
684
685 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
686    0. */
687 #ifndef USED_FOR_TARGET
688 #undef HAVE_DECL_SNPRINTF
689 #endif
690
691
692 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
693    0. */
694 #ifndef USED_FOR_TARGET
695 #undef HAVE_DECL_STRSIGNAL
696 #endif
697
698
699 /* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
700    */
701 #ifndef USED_FOR_TARGET
702 #undef HAVE_DECL_STRSTR
703 #endif
704
705
706 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
707    0. */
708 #ifndef USED_FOR_TARGET
709 #undef HAVE_DECL_STRVERSCMP
710 #endif
711
712
713 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
714    */
715 #ifndef USED_FOR_TARGET
716 #undef HAVE_DECL_TIMES
717 #endif
718
719
720 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
721    0. */
722 #ifndef USED_FOR_TARGET
723 #undef HAVE_DECL_VASPRINTF
724 #endif
725
726
727 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
728    0. */
729 #ifndef USED_FOR_TARGET
730 #undef HAVE_DECL_VSNPRINTF
731 #endif
732
733
734 /* Define to 1 if you have the <direct.h> header file. */
735 #ifndef USED_FOR_TARGET
736 #undef HAVE_DIRECT_H
737 #endif
738
739
740 /* Define to 1 if you have the <dlfcn.h> header file. */
741 #ifndef USED_FOR_TARGET
742 #undef HAVE_DLFCN_H
743 #endif
744
745
746 /* Define to 1 if you have the <fcntl.h> header file. */
747 #ifndef USED_FOR_TARGET
748 #undef HAVE_FCNTL_H
749 #endif
750
751
752 /* Define to 1 if you have the `feof_unlocked' function. */
753 #ifndef USED_FOR_TARGET
754 #undef HAVE_FEOF_UNLOCKED
755 #endif
756
757
758 /* Define to 1 if you have the `ferror_unlocked' function. */
759 #ifndef USED_FOR_TARGET
760 #undef HAVE_FERROR_UNLOCKED
761 #endif
762
763
764 /* Define to 1 if you have the `fflush_unlocked' function. */
765 #ifndef USED_FOR_TARGET
766 #undef HAVE_FFLUSH_UNLOCKED
767 #endif
768
769
770 /* Define to 1 if you have the `fgetc_unlocked' function. */
771 #ifndef USED_FOR_TARGET
772 #undef HAVE_FGETC_UNLOCKED
773 #endif
774
775
776 /* Define to 1 if you have the `fgets_unlocked' function. */
777 #ifndef USED_FOR_TARGET
778 #undef HAVE_FGETS_UNLOCKED
779 #endif
780
781
782 /* Define to 1 if you have the `fileno_unlocked' function. */
783 #ifndef USED_FOR_TARGET
784 #undef HAVE_FILENO_UNLOCKED
785 #endif
786
787
788 /* Define to 1 if you have the `fork' function. */
789 #ifndef USED_FOR_TARGET
790 #undef HAVE_FORK
791 #endif
792
793
794 /* Define to 1 if you have the `fprintf_unlocked' function. */
795 #ifndef USED_FOR_TARGET
796 #undef HAVE_FPRINTF_UNLOCKED
797 #endif
798
799
800 /* Define to 1 if you have the `fputc_unlocked' function. */
801 #ifndef USED_FOR_TARGET
802 #undef HAVE_FPUTC_UNLOCKED
803 #endif
804
805
806 /* Define to 1 if you have the `fputs_unlocked' function. */
807 #ifndef USED_FOR_TARGET
808 #undef HAVE_FPUTS_UNLOCKED
809 #endif
810
811
812 /* Define to 1 if you have the `fread_unlocked' function. */
813 #ifndef USED_FOR_TARGET
814 #undef HAVE_FREAD_UNLOCKED
815 #endif
816
817
818 /* Define to 1 if you have the `fwrite_unlocked' function. */
819 #ifndef USED_FOR_TARGET
820 #undef HAVE_FWRITE_UNLOCKED
821 #endif
822
823
824 /* Define if your assembler supports .balign and .p2align. */
825 #ifndef USED_FOR_TARGET
826 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
827 #endif
828
829
830 /* Define 0/1 if your assembler supports CFI directives. */
831 #ifndef USED_FOR_TARGET
832 #undef HAVE_GAS_CFI_DIRECTIVE
833 #endif
834
835
836 /* Define 0/1 if your assembler supports .cfi_personality. */
837 #ifndef USED_FOR_TARGET
838 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
839 #endif
840
841
842 /* Define if your assembler uses the new HImode fild and fist notation. */
843 #ifndef USED_FOR_TARGET
844 #undef HAVE_GAS_FILDS_FISTS
845 #endif
846
847
848 /* Define if your assembler and linker support .hidden. */
849 #undef HAVE_GAS_HIDDEN
850
851 /* Define if your assembler supports .lcomm with an alignment field. */
852 #ifndef USED_FOR_TARGET
853 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
854 #endif
855
856
857 /* Define if your assembler supports .literal16. */
858 #ifndef USED_FOR_TARGET
859 #undef HAVE_GAS_LITERAL16
860 #endif
861
862
863 /* Define if your assembler supports specifying the maximum number of bytes to
864    skip when using the GAS .p2align command. */
865 #ifndef USED_FOR_TARGET
866 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
867 #endif
868
869
870 /* Define if your assembler supports .nsubspa comdat option. */
871 #ifndef USED_FOR_TARGET
872 #undef HAVE_GAS_NSUBSPA_COMDAT
873 #endif
874
875
876 /* Define if your assembler and linker support 32-bit section relative relocs
877    via '.secrel32 label'. */
878 #ifndef USED_FOR_TARGET
879 #undef HAVE_GAS_PE_SECREL32_RELOC
880 #endif
881
882
883 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
884    */
885 #ifndef USED_FOR_TARGET
886 #undef HAVE_GAS_SHF_MERGE
887 #endif
888
889
890 /* Define if your assembler supports .subsection and .subsection -1 starts
891    emitting at the beginning of your section. */
892 #ifndef USED_FOR_TARGET
893 #undef HAVE_GAS_SUBSECTION_ORDERING
894 #endif
895
896
897 /* Define if your assembler supports .weak. */
898 #ifndef USED_FOR_TARGET
899 #undef HAVE_GAS_WEAK
900 #endif
901
902
903 /* Define if your assembler supports .weakref. */
904 #ifndef USED_FOR_TARGET
905 #undef HAVE_GAS_WEAKREF
906 #endif
907
908
909 /* Define to 1 if you have the `getchar_unlocked' function. */
910 #ifndef USED_FOR_TARGET
911 #undef HAVE_GETCHAR_UNLOCKED
912 #endif
913
914
915 /* Define to 1 if you have the `getc_unlocked' function. */
916 #ifndef USED_FOR_TARGET
917 #undef HAVE_GETC_UNLOCKED
918 #endif
919
920
921 /* Define if _Unwind_GetIPInfo is available. */
922 #ifndef USED_FOR_TARGET
923 #undef HAVE_GETIPINFO
924 #endif
925
926
927 /* Define to 1 if you have the `getrlimit' function. */
928 #ifndef USED_FOR_TARGET
929 #undef HAVE_GETRLIMIT
930 #endif
931
932
933 /* Define to 1 if you have the `getrusage' function. */
934 #ifndef USED_FOR_TARGET
935 #undef HAVE_GETRUSAGE
936 #endif
937
938
939 /* Define to 1 if you have the `gettimeofday' function. */
940 #ifndef USED_FOR_TARGET
941 #undef HAVE_GETTIMEOFDAY
942 #endif
943
944
945 /* Define if using GNU as. */
946 #ifndef USED_FOR_TARGET
947 #undef HAVE_GNU_AS
948 #endif
949
950
951 /* Define if using GNU ld. */
952 #ifndef USED_FOR_TARGET
953 #undef HAVE_GNU_LD
954 #endif
955
956
957 /* Define if you have the iconv() function. */
958 #ifndef USED_FOR_TARGET
959 #undef HAVE_ICONV
960 #endif
961
962
963 /* Define to 1 if you have the <iconv.h> header file. */
964 #ifndef USED_FOR_TARGET
965 #undef HAVE_ICONV_H
966 #endif
967
968
969 /* Define .init_array/.fini_array sections are available and working. */
970 #ifndef USED_FOR_TARGET
971 #undef HAVE_INITFINI_ARRAY
972 #endif
973
974
975 /* Define if you have a working <inttypes.h> header file. */
976 #ifndef USED_FOR_TARGET
977 #undef HAVE_INTTYPES_H
978 #endif
979
980
981 /* Define to 1 if you have the `kill' function. */
982 #ifndef USED_FOR_TARGET
983 #undef HAVE_KILL
984 #endif
985
986
987 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
988 #ifndef USED_FOR_TARGET
989 #undef HAVE_LANGINFO_CODESET
990 #endif
991
992
993 /* Define to 1 if you have the <langinfo.h> header file. */
994 #ifndef USED_FOR_TARGET
995 #undef HAVE_LANGINFO_H
996 #endif
997
998
999 /* Define if your <locale.h> file defines LC_MESSAGES. */
1000 #ifndef USED_FOR_TARGET
1001 #undef HAVE_LC_MESSAGES
1002 #endif
1003
1004
1005 /* Define to 1 if you have the <ldfcn.h> header file. */
1006 #ifndef USED_FOR_TARGET
1007 #undef HAVE_LDFCN_H
1008 #endif
1009
1010
1011 /* Define if your linker supports --as-needed and --no-as-needed options. */
1012 #ifndef USED_FOR_TARGET
1013 #undef HAVE_LD_AS_NEEDED
1014 #endif
1015
1016
1017 /* Define if your linker supports --demangle option. */
1018 #ifndef USED_FOR_TARGET
1019 #undef HAVE_LD_DEMANGLE
1020 #endif
1021
1022
1023 /* Define if your linker supports --eh-frame-hdr option. */
1024 #undef HAVE_LD_EH_FRAME_HDR
1025
1026 /* Define if your linker supports garbage collection of sections in presence
1027    of EH frames. */
1028 #ifndef USED_FOR_TARGET
1029 #undef HAVE_LD_EH_GC_SECTIONS
1030 #endif
1031
1032
1033 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1034 #ifndef USED_FOR_TARGET
1035 #undef HAVE_LD_NO_DOT_SYMS
1036 #endif
1037
1038
1039 /* Define if your linker supports -pie option. */
1040 #ifndef USED_FOR_TARGET
1041 #undef HAVE_LD_PIE
1042 #endif
1043
1044
1045 /* Define if your linker links a mix of read-only and read-write sections into
1046    a read-write section. */
1047 #ifndef USED_FOR_TARGET
1048 #undef HAVE_LD_RO_RW_SECTION_MIXING
1049 #endif
1050
1051
1052 /* Define if your linker supports -Bstatic/-Bdynamic option. */
1053 #ifndef USED_FOR_TARGET
1054 #undef HAVE_LD_STATIC_DYNAMIC
1055 #endif
1056
1057
1058 /* Define if your linker supports --sysroot. */
1059 #ifndef USED_FOR_TARGET
1060 #undef HAVE_LD_SYSROOT
1061 #endif
1062
1063
1064 /* Define to 1 if you have the <limits.h> header file. */
1065 #ifndef USED_FOR_TARGET
1066 #undef HAVE_LIMITS_H
1067 #endif
1068
1069
1070 /* Define to 1 if you have the <locale.h> header file. */
1071 #ifndef USED_FOR_TARGET
1072 #undef HAVE_LOCALE_H
1073 #endif
1074
1075
1076 /* Define to 1 if the system has the type `long long'. */
1077 #ifndef USED_FOR_TARGET
1078 #undef HAVE_LONG_LONG
1079 #endif
1080
1081
1082 /* Define to 1 if you have the <malloc.h> header file. */
1083 #ifndef USED_FOR_TARGET
1084 #undef HAVE_MALLOC_H
1085 #endif
1086
1087
1088 /* Define to 1 if you have the `mbstowcs' function. */
1089 #ifndef USED_FOR_TARGET
1090 #undef HAVE_MBSTOWCS
1091 #endif
1092
1093
1094 /* Define if valgrind's memcheck.h header is installed. */
1095 #ifndef USED_FOR_TARGET
1096 #undef HAVE_MEMCHECK_H
1097 #endif
1098
1099
1100 /* Define to 1 if you have the <memory.h> header file. */
1101 #ifndef USED_FOR_TARGET
1102 #undef HAVE_MEMORY_H
1103 #endif
1104
1105
1106 /* Define to 1 if you have the `mincore' function. */
1107 #ifndef USED_FOR_TARGET
1108 #undef HAVE_MINCORE
1109 #endif
1110
1111
1112 /* Define to 1 if you have the `mmap' function. */
1113 #ifndef USED_FOR_TARGET
1114 #undef HAVE_MMAP
1115 #endif
1116
1117
1118 /* Define if mmap with MAP_ANON(YMOUS) works. */
1119 #ifndef USED_FOR_TARGET
1120 #undef HAVE_MMAP_ANON
1121 #endif
1122
1123
1124 /* Define if mmap of /dev/zero works. */
1125 #ifndef USED_FOR_TARGET
1126 #undef HAVE_MMAP_DEV_ZERO
1127 #endif
1128
1129
1130 /* Define if read-only mmap of a plain file works. */
1131 #ifndef USED_FOR_TARGET
1132 #undef HAVE_MMAP_FILE
1133 #endif
1134
1135
1136 /* Define to 1 if you have the `nl_langinfo' function. */
1137 #ifndef USED_FOR_TARGET
1138 #undef HAVE_NL_LANGINFO
1139 #endif
1140
1141
1142 /* Define to 1 if you have the `putchar_unlocked' function. */
1143 #ifndef USED_FOR_TARGET
1144 #undef HAVE_PUTCHAR_UNLOCKED
1145 #endif
1146
1147
1148 /* Define to 1 if you have the `putc_unlocked' function. */
1149 #ifndef USED_FOR_TARGET
1150 #undef HAVE_PUTC_UNLOCKED
1151 #endif
1152
1153
1154 /* Define to 1 if you have the `setlocale' function. */
1155 #ifndef USED_FOR_TARGET
1156 #undef HAVE_SETLOCALE
1157 #endif
1158
1159
1160 /* Define to 1 if you have the `setrlimit' function. */
1161 #ifndef USED_FOR_TARGET
1162 #undef HAVE_SETRLIMIT
1163 #endif
1164
1165
1166 /* Define to 1 if you have the <stddef.h> header file. */
1167 #ifndef USED_FOR_TARGET
1168 #undef HAVE_STDDEF_H
1169 #endif
1170
1171
1172 /* Define to 1 if you have the <stdint.h> header file. */
1173 #ifndef USED_FOR_TARGET
1174 #undef HAVE_STDINT_H
1175 #endif
1176
1177
1178 /* Define to 1 if you have the <stdlib.h> header file. */
1179 #ifndef USED_FOR_TARGET
1180 #undef HAVE_STDLIB_H
1181 #endif
1182
1183
1184 /* Define to 1 if you have the <strings.h> header file. */
1185 #ifndef USED_FOR_TARGET
1186 #undef HAVE_STRINGS_H
1187 #endif
1188
1189
1190 /* Define to 1 if you have the <string.h> header file. */
1191 #ifndef USED_FOR_TARGET
1192 #undef HAVE_STRING_H
1193 #endif
1194
1195
1196 /* Define to 1 if you have the `strsignal' function. */
1197 #ifndef USED_FOR_TARGET
1198 #undef HAVE_STRSIGNAL
1199 #endif
1200
1201
1202 /* Define if <sys/times.h> defines struct tms. */
1203 #ifndef USED_FOR_TARGET
1204 #undef HAVE_STRUCT_TMS
1205 #endif
1206
1207
1208 /* Define to 1 if you have the `sysconf' function. */
1209 #ifndef USED_FOR_TARGET
1210 #undef HAVE_SYSCONF
1211 #endif
1212
1213
1214 /* Define to 1 if you have the <sys/file.h> header file. */
1215 #ifndef USED_FOR_TARGET
1216 #undef HAVE_SYS_FILE_H
1217 #endif
1218
1219
1220 /* Define to 1 if you have the <sys/mman.h> header file. */
1221 #ifndef USED_FOR_TARGET
1222 #undef HAVE_SYS_MMAN_H
1223 #endif
1224
1225
1226 /* Define to 1 if you have the <sys/param.h> header file. */
1227 #ifndef USED_FOR_TARGET
1228 #undef HAVE_SYS_PARAM_H
1229 #endif
1230
1231
1232 /* Define to 1 if you have the <sys/resource.h> header file. */
1233 #ifndef USED_FOR_TARGET
1234 #undef HAVE_SYS_RESOURCE_H
1235 #endif
1236
1237
1238 /* Define to 1 if you have the <sys/stat.h> header file. */
1239 #ifndef USED_FOR_TARGET
1240 #undef HAVE_SYS_STAT_H
1241 #endif
1242
1243
1244 /* Define to 1 if you have the <sys/times.h> header file. */
1245 #ifndef USED_FOR_TARGET
1246 #undef HAVE_SYS_TIMES_H
1247 #endif
1248
1249
1250 /* Define to 1 if you have the <sys/time.h> header file. */
1251 #ifndef USED_FOR_TARGET
1252 #undef HAVE_SYS_TIME_H
1253 #endif
1254
1255
1256 /* Define to 1 if you have the <sys/types.h> header file. */
1257 #ifndef USED_FOR_TARGET
1258 #undef HAVE_SYS_TYPES_H
1259 #endif
1260
1261
1262 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1263 #ifndef USED_FOR_TARGET
1264 #undef HAVE_SYS_WAIT_H
1265 #endif
1266
1267
1268 /* Define to 1 if you have the `times' function. */
1269 #ifndef USED_FOR_TARGET
1270 #undef HAVE_TIMES
1271 #endif
1272
1273
1274 /* Define to 1 if you have the <time.h> header file. */
1275 #ifndef USED_FOR_TARGET
1276 #undef HAVE_TIME_H
1277 #endif
1278
1279
1280 /* Define to 1 if you have the <unistd.h> header file. */
1281 #ifndef USED_FOR_TARGET
1282 #undef HAVE_UNISTD_H
1283 #endif
1284
1285
1286 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1287 #ifndef USED_FOR_TARGET
1288 #undef HAVE_VALGRIND_MEMCHECK_H
1289 #endif
1290
1291
1292 /* Define to 1 if you have the `vfork' function. */
1293 #ifndef USED_FOR_TARGET
1294 #undef HAVE_VFORK
1295 #endif
1296
1297
1298 /* Define to 1 if you have the <vfork.h> header file. */
1299 #ifndef USED_FOR_TARGET
1300 #undef HAVE_VFORK_H
1301 #endif
1302
1303
1304 /* Define to 1 if you have the <wchar.h> header file. */
1305 #ifndef USED_FOR_TARGET
1306 #undef HAVE_WCHAR_H
1307 #endif
1308
1309
1310 /* Define to 1 if you have the `wcswidth' function. */
1311 #ifndef USED_FOR_TARGET
1312 #undef HAVE_WCSWIDTH
1313 #endif
1314
1315
1316 /* Define to 1 if `fork' works. */
1317 #ifndef USED_FOR_TARGET
1318 #undef HAVE_WORKING_FORK
1319 #endif
1320
1321
1322 /* Define this macro if mbstowcs does not crash when its first argument is
1323    NULL. */
1324 #ifndef USED_FOR_TARGET
1325 #undef HAVE_WORKING_MBSTOWCS
1326 #endif
1327
1328
1329 /* Define to 1 if `vfork' works. */
1330 #ifndef USED_FOR_TARGET
1331 #undef HAVE_WORKING_VFORK
1332 #endif
1333
1334
1335 /* Define to 1 if the system has the type `__int64'. */
1336 #ifndef USED_FOR_TARGET
1337 #undef HAVE___INT64
1338 #endif
1339
1340
1341 /* Define if cloog is in use. */
1342 #ifndef USED_FOR_TARGET
1343 #undef HAVE_cloog
1344 #endif
1345
1346
1347 /* Define as const if the declaration of iconv() needs const. */
1348 #ifndef USED_FOR_TARGET
1349 #undef ICONV_CONST
1350 #endif
1351
1352
1353 /* Define to the sub-directory in which libtool stores uninstalled libraries.
1354    */
1355 #ifndef USED_FOR_TARGET
1356 #undef LT_OBJDIR
1357 #endif
1358
1359
1360 /* Define if host mkdir takes a single argument. */
1361 #ifndef USED_FOR_TARGET
1362 #undef MKDIR_TAKES_ONE_ARG
1363 #endif
1364
1365
1366 /* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
1367 #ifndef USED_FOR_TARGET
1368 #undef NEED_64BIT_HOST_WIDE_INT
1369 #endif
1370
1371
1372 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1373 #ifndef USED_FOR_TARGET
1374 #undef NO_MINUS_C_MINUS_O
1375 #endif
1376
1377
1378 /* Define to the address where bug reports for this package should be sent. */
1379 #ifndef USED_FOR_TARGET
1380 #undef PACKAGE_BUGREPORT
1381 #endif
1382
1383
1384 /* Define to the full name of this package. */
1385 #ifndef USED_FOR_TARGET
1386 #undef PACKAGE_NAME
1387 #endif
1388
1389
1390 /* Define to the full name and version of this package. */
1391 #ifndef USED_FOR_TARGET
1392 #undef PACKAGE_STRING
1393 #endif
1394
1395
1396 /* Define to the one symbol short name of this package. */
1397 #ifndef USED_FOR_TARGET
1398 #undef PACKAGE_TARNAME
1399 #endif
1400
1401
1402 /* Define to the version of this package. */
1403 #ifndef USED_FOR_TARGET
1404 #undef PACKAGE_VERSION
1405 #endif
1406
1407
1408 /* Define to PREFIX/include if cpp should also search that directory. */
1409 #ifndef USED_FOR_TARGET
1410 #undef PREFIX_INCLUDE_DIR
1411 #endif
1412
1413
1414 /* The size of a `int', as computed by sizeof. */
1415 #ifndef USED_FOR_TARGET
1416 #undef SIZEOF_INT
1417 #endif
1418
1419
1420 /* The size of a `long', as computed by sizeof. */
1421 #ifndef USED_FOR_TARGET
1422 #undef SIZEOF_LONG
1423 #endif
1424
1425
1426 /* The size of a `long long', as computed by sizeof. */
1427 #ifndef USED_FOR_TARGET
1428 #undef SIZEOF_LONG_LONG
1429 #endif
1430
1431
1432 /* The size of a `short', as computed by sizeof. */
1433 #ifndef USED_FOR_TARGET
1434 #undef SIZEOF_SHORT
1435 #endif
1436
1437
1438 /* The size of a `void *', as computed by sizeof. */
1439 #ifndef USED_FOR_TARGET
1440 #undef SIZEOF_VOID_P
1441 #endif
1442
1443
1444 /* The size of a `__int64', as computed by sizeof. */
1445 #ifndef USED_FOR_TARGET
1446 #undef SIZEOF___INT64
1447 #endif
1448
1449
1450 /* Define to 1 if you have the ANSI C header files. */
1451 #ifndef USED_FOR_TARGET
1452 #undef STDC_HEADERS
1453 #endif
1454
1455
1456 /* Define if you can safely include both <string.h> and <strings.h>. */
1457 #ifndef USED_FOR_TARGET
1458 #undef STRING_WITH_STRINGS
1459 #endif
1460
1461
1462 /* Define if TFmode long double should be the default */
1463 #ifndef USED_FOR_TARGET
1464 #undef TARGET_DEFAULT_LONG_DOUBLE_128
1465 #endif
1466
1467
1468 /* Define if your target C library provides stack protector support */
1469 #ifndef USED_FOR_TARGET
1470 #undef TARGET_LIBC_PROVIDES_SSP
1471 #endif
1472
1473
1474 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1475 #ifndef USED_FOR_TARGET
1476 #undef TIME_WITH_SYS_TIME
1477 #endif
1478
1479
1480 /* Define if your assembler mis-optimizes .eh_frame data. */
1481 #ifndef USED_FOR_TARGET
1482 #undef USE_AS_TRADITIONAL_FORMAT
1483 #endif
1484
1485
1486 /* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
1487    still efficiently supported by the host hardware. */
1488 #ifndef USED_FOR_TARGET
1489 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
1490 #endif
1491
1492
1493 /* Define to be the last component of the Windows registry key under which to
1494    look for installation paths. The full key used will be
1495    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
1496    The default is the GCC version number. */
1497 #ifndef USED_FOR_TARGET
1498 #undef WIN32_REGISTRY_KEY
1499 #endif
1500
1501
1502 /* Define to 1 if your processor stores words with the most significant byte
1503    first (like Motorola and SPARC, unlike Intel and VAX). */
1504 #ifndef USED_FOR_TARGET
1505 #undef WORDS_BIGENDIAN
1506 #endif
1507
1508
1509 /* Define to 1 if on MINIX. */
1510 #ifndef USED_FOR_TARGET
1511 #undef _MINIX
1512 #endif
1513
1514
1515 /* Define to 2 if the system does not provide POSIX.1 features except with
1516    this defined. */
1517 #ifndef USED_FOR_TARGET
1518 #undef _POSIX_1_SOURCE
1519 #endif
1520
1521
1522 /* Define to 1 if you need to in order for `stat' and other things to work. */
1523 #ifndef USED_FOR_TARGET
1524 #undef _POSIX_SOURCE
1525 #endif
1526
1527
1528 /* Enable extensions on AIX 3, Interix.  */
1529 #ifndef _ALL_SOURCE
1530 # undef _ALL_SOURCE
1531 #endif
1532 /* Enable GNU extensions on systems that have them.  */
1533 #ifndef _GNU_SOURCE
1534 # undef _GNU_SOURCE
1535 #endif
1536 /* Enable threading extensions on Solaris.  */
1537 #ifndef _POSIX_PTHREAD_SEMANTICS
1538 # undef _POSIX_PTHREAD_SEMANTICS
1539 #endif
1540 /* Enable extensions on HP NonStop.  */
1541 #ifndef _TANDEM_SOURCE
1542 # undef _TANDEM_SOURCE
1543 #endif
1544 /* Enable general extensions on Solaris.  */
1545 #ifndef __EXTENSIONS__
1546 # undef __EXTENSIONS__
1547 #endif
1548
1549
1550 /* Define to `char *' if <sys/types.h> does not define. */
1551 #ifndef USED_FOR_TARGET
1552 #undef caddr_t
1553 #endif
1554
1555
1556 /* Define to `int' if <sys/types.h> doesn't define. */
1557 #ifndef USED_FOR_TARGET
1558 #undef gid_t
1559 #endif
1560
1561
1562 /* Define to `__inline__' or `__inline' if that's what the C compiler
1563    calls it, or to nothing if 'inline' is not supported under any name.  */
1564 #ifndef __cplusplus
1565 #undef inline
1566 #endif
1567
1568 /* Define to `int' if <sys/types.h> does not define. */
1569 #ifndef USED_FOR_TARGET
1570 #undef pid_t
1571 #endif
1572
1573
1574 /* Define to `long' if <sys/resource.h> doesn't define. */
1575 #ifndef USED_FOR_TARGET
1576 #undef rlim_t
1577 #endif
1578
1579
1580 /* Define to `int' if <sys/types.h> does not define. */
1581 #ifndef USED_FOR_TARGET
1582 #undef ssize_t
1583 #endif
1584
1585
1586 /* Define to `int' if <sys/types.h> doesn't define. */
1587 #ifndef USED_FOR_TARGET
1588 #undef uid_t
1589 #endif
1590
1591
1592 /* Define as `fork' if `vfork' does not work. */
1593 #ifndef USED_FOR_TARGET
1594 #undef vfork
1595 #endif
1596