Don't activate -funit-at-a-time with -O2 and higher by default, when
[dragonfly.git] / gnu / usr.bin / cc34 / cc_prep / dragonfly-native.h
1 /* $DragonFly: src/gnu/usr.bin/cc34/cc_prep/dragonfly-native.h,v 1.1 2004/06/14 22:27:53 joerg Exp $ */
2
3 /* auto-host.h.  Generated by configure.  */
4 /* config.in.  Generated from configure.ac by autoheader.  */
5
6 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
7 #define BYTEORDER 1234
8
9 /* Define as the number of bits in a byte, if \`limits.h' doesn't. */
10 /* #undef CHAR_BIT */
11
12 /* Define 0/1 to force the choice for exception handling model. */
13 /* #undef CONFIG_SJLJ_EXCEPTIONS */
14
15 /* Define to enable the use of a default assembler. */
16 /* #undef DEFAULT_ASSEMBLER */
17
18 /* Define to enable the use of a default linker. */
19 /* #undef DEFAULT_LINKER */
20
21 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
22    destructors for local statics and global objects. This is essential for
23    fully standards-compliant handling of destructors, but requires
24    __cxa_atexit in libc. */
25 #define DEFAULT_USE_CXA_ATEXIT 1
26
27 /* Define if you want more run-time sanity checks. This one gets a grab bag of
28    miscellaneous but relatively cheap checks. */
29 /* #undef ENABLE_CHECKING */
30
31 /* Define if you want fold checked that it never destructs its argument. This
32    is quite expensive. */
33 /* #undef ENABLE_FOLD_CHECKING */
34
35 /* Define if you want the garbage collector to operate in maximally paranoid
36    mode, validating the entire heap and collecting garbage at every
37    opportunity. This is extremely expensive. */
38 /* #undef ENABLE_GC_ALWAYS_COLLECT */
39
40 /* Define if you want the garbage collector to do object poisoning and other
41    memory allocation checks. This is quite expensive. */
42 /* #undef ENABLE_GC_CHECKING */
43
44 /* Define to 1 if translation of program messages to the user's native
45    language is requested. */
46 /* #undef ENABLE_NLS */
47
48 /* Define if you want all operations on RTL (the basic data structure of the
49    optimizer and back end) to be checked for dynamic type safety at runtime.
50    This is quite expensive. */
51 /* #undef ENABLE_RTL_CHECKING */
52
53 /* Define if you want RTL flag accesses to be checked against the RTL codes
54    that are supported for each access macro. This is relatively cheap. */
55 /* #undef ENABLE_RTL_FLAG_CHECKING */
56
57 /* Define if you want all operations on trees (the basic data structure of the
58    front ends) to be checked for dynamic type safety at runtime. This is
59    moderately expensive. */
60 /* #undef ENABLE_TREE_CHECKING */
61
62 /* Define if you want to run subprograms and generated programs through
63    valgrind (a memory checker). This is extremely expensive. */
64 /* #undef ENABLE_VALGRIND_CHECKING */
65
66 /* Define to 1 if installation paths should be looked up in Windows32
67    Registry. Ignored on non windows32 hosts. */
68 /* #undef ENABLE_WIN32_REGISTRY */
69
70 /* Define to the name of a file containing a list of extra machine modes for
71    this architecture. */
72 #define EXTRA_MODES_FILE "config/i386/i386-modes.def"
73
74 /* Define to enable detailed memory allocation stats gathering. */
75 /* #undef GATHER_STATISTICS */
76
77 /* Define to the type of elements in the array set by `getgroups'. Usually
78    this is either `int' or `gid_t'. */
79 #define GETGROUPS_T gid_t
80
81 /* Define to 1 if you have the `alphasort' function. */
82 #define HAVE_ALPHASORT 1
83
84 /* Define if your assembler supports dwarf2 .file/.loc directives, and
85    preserves file table indices exactly as given. */
86 #define HAVE_AS_DWARF2_DEBUG_LINE 1
87
88 /* Define if your assembler supports explicit relocations. */
89 /* #undef HAVE_AS_EXPLICIT_RELOCS */
90
91 /* Define if your assembler supports the --gdwarf2 option. */
92 #define HAVE_AS_GDWARF2_DEBUG_FLAG 1
93
94 /* Define true if the assembler supports '.long foo@GOTOFF'. */
95 #define HAVE_AS_GOTOFF_IN_DATA 1
96
97 /* Define if your assembler supports the --gstabs option. */
98 #define HAVE_AS_GSTABS_DEBUG_FLAG 1
99
100 /* Define if your assembler supports the Sun syntax for cmov. */
101 /* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */
102
103 /* Define if your assembler supports .sleb128 and .uleb128. */
104 #define HAVE_AS_LEB128 1
105
106 /* Define if your assembler supports ltoffx and ldxmov relocations. */
107 /* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */
108
109 /* Define if your assembler supports mfcr field. */
110 /* #undef HAVE_AS_MFCRF */
111
112 /* Define if your assembler supports the -no-mul-bug-abort option. */
113 /* #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION */
114
115 /* Define if your assembler supports offsetable %lo(). */
116 /* #undef HAVE_AS_OFFSETABLE_LO10 */
117
118 /* Define if your assembler supports .register. */
119 /* #undef HAVE_AS_REGISTER_PSEUDO_OP */
120
121 /* Define if your assembler supports -relax option. */
122 /* #undef HAVE_AS_RELAX_OPTION */
123
124 /* Define if your assembler and linker support unaligned PC relative relocs.
125    */
126 /* #undef HAVE_AS_SPARC_UA_PCREL */
127
128 /* Define if your assembler and linker support unaligned PC relative relocs
129    against hidden symbols. */
130 /* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */
131
132 /* Define if your assembler supports thread-local storage. */
133 #define HAVE_AS_TLS 1
134
135 /* Define to 1 if you have the `atoll' function. */
136 /* #undef HAVE_ATOLL */
137
138 /* Define to 1 if you have the `atoq' function. */
139 /* #undef HAVE_ATOQ */
140
141 /* Define to 1 if you have the `clock' function. */
142 #define HAVE_CLOCK 1
143
144 /* Define if <time.h> defines clock_t. */
145 #define HAVE_CLOCK_T 1
146
147 /* Define to 1 if we found this declaration otherwise define to 0. */
148 #define HAVE_DECL_ABORT 1
149
150 /* Define to 1 if we found this declaration otherwise define to 0. */
151 #define HAVE_DECL_ATOF 1
152
153 /* Define to 1 if we found this declaration otherwise define to 0. */
154 #define HAVE_DECL_ATOL 1
155
156 /* Define to 1 if we found this declaration otherwise define to 0. */
157 #define HAVE_DECL_BASENAME 0
158
159 /* Define to 1 if we found this declaration otherwise define to 0. */
160 #define HAVE_DECL_CALLOC 1
161
162 /* Define to 1 if we found this declaration otherwise define to 0. */
163 #define HAVE_DECL_CLOCK 1
164
165 /* Define to 1 if we found this declaration otherwise define to 0. */
166 #define HAVE_DECL_ERRNO 1
167
168 /* Define to 1 if we found this declaration otherwise define to 0. */
169 #define HAVE_DECL_FPRINTF_UNLOCKED 0
170
171 /* Define to 1 if we found this declaration otherwise define to 0. */
172 #define HAVE_DECL_FPUTS_UNLOCKED 0
173
174 /* Define to 1 if we found this declaration otherwise define to 0. */
175 #define HAVE_DECL_FREE 1
176
177 /* Define to 1 if we found this declaration otherwise define to 0. */
178 #define HAVE_DECL_FWRITE_UNLOCKED 0
179
180 /* Define to 1 if we found this declaration otherwise define to 0. */
181 #define HAVE_DECL_GETCWD 1
182
183 /* Define to 1 if we found this declaration otherwise define to 0. */
184 #define HAVE_DECL_GETENV 1
185
186 /* Define to 1 if we found this declaration otherwise define to 0. */
187 #define HAVE_DECL_GETOPT 1
188
189 /* Define to 1 if we found this declaration otherwise define to 0. */
190 #define HAVE_DECL_GETRLIMIT 1
191
192 /* Define to 1 if we found this declaration otherwise define to 0. */
193 #define HAVE_DECL_GETRUSAGE 1
194
195 /* Define to 1 if we found this declaration otherwise define to 0. */
196 #define HAVE_DECL_GETWD 1
197
198 /* Define to 1 if we found this declaration otherwise define to 0. */
199 #define HAVE_DECL_LDGETNAME 0
200
201 /* Define to 1 if we found this declaration otherwise define to 0. */
202 #define HAVE_DECL_MALLOC 1
203
204 /* Define to 1 if we found this declaration otherwise define to 0. */
205 #define HAVE_DECL_PUTC_UNLOCKED 1
206
207 /* Define to 1 if we found this declaration otherwise define to 0. */
208 #define HAVE_DECL_REALLOC 1
209
210 /* Define to 1 if we found this declaration otherwise define to 0. */
211 #define HAVE_DECL_SBRK 1
212
213 /* Define to 1 if we found this declaration otherwise define to 0. */
214 #define HAVE_DECL_SETRLIMIT 1
215
216 /* Define to 1 if we found this declaration otherwise define to 0. */
217 #define HAVE_DECL_SNPRINTF 1
218
219 /* Define to 1 if we found this declaration otherwise define to 0. */
220 #define HAVE_DECL_STRSIGNAL 1
221
222 /* Define to 1 if we found this declaration otherwise define to 0. */
223 #define HAVE_DECL_STRSTR 1
224
225 /* Define to 1 if we found this declaration otherwise define to 0. */
226 #define HAVE_DECL_TIMES 1
227
228 /* Define to 1 if we found this declaration otherwise define to 0. */
229 #define HAVE_DECL_VASPRINTF 1
230
231 /* Define to 1 if you have the <direct.h> header file. */
232 /* #undef HAVE_DIRECT_H */
233
234 /* Define to 1 if you have the `dup2' function. */
235 #define HAVE_DUP2 1
236
237 /* Define to 1 if you have the <fcntl.h> header file. */
238 #define HAVE_FCNTL_H 1
239
240 /* Define to 1 if you have the `fork' function. */
241 #define HAVE_FORK 1
242
243 /* Define to 1 if you have the `fprintf_unlocked' function. */
244 /* #undef HAVE_FPRINTF_UNLOCKED */
245
246 /* Define to 1 if you have the `fputc_unlocked' function. */
247 /* #undef HAVE_FPUTC_UNLOCKED */
248
249 /* Define to 1 if you have the `fputs_unlocked' function. */
250 /* #undef HAVE_FPUTS_UNLOCKED */
251
252 /* Define to 1 if you have the `fwrite_unlocked' function. */
253 /* #undef HAVE_FWRITE_UNLOCKED */
254
255 /* Define if your assembler supports .balign and .p2align. */
256 #define HAVE_GAS_BALIGN_AND_P2ALIGN 1
257
258 /* Define if your assembler uses the new HImode fild and fist notation. */
259 #define HAVE_GAS_FILDS_FISTS 1
260
261 /* Define if your assembler and linker support .hidden. */
262 #define HAVE_GAS_HIDDEN 1
263
264 /* Define if your assembler supports specifying the maximum number of bytes to
265    skip when using the GAS .p2align command. */
266 #define HAVE_GAS_MAX_SKIP_P2ALIGN 1
267
268 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
269    */
270 #define HAVE_GAS_SHF_MERGE 1
271
272 /* Define if your assembler supports .subsection and .subsection -1 starts
273    emitting at the beginning of your section. */
274 #define HAVE_GAS_SUBSECTION_ORDERING 1
275
276 /* Define if your assembler supports .weak. */
277 #define HAVE_GAS_WEAK 1
278
279 /* Define to 1 if you have the `getrlimit' function. */
280 #define HAVE_GETRLIMIT 1
281
282 /* Define to 1 if you have the `getrusage' function. */
283 #define HAVE_GETRUSAGE 1
284
285 /* Define to 1 if you have the `gettimeofday' function. */
286 #define HAVE_GETTIMEOFDAY 1
287
288 /* Define if you have the iconv() function. */
289 /* #undef HAVE_ICONV */
290
291 /* Define to 1 if you have the <iconv.h> header file. */
292 /* #undef HAVE_ICONV_H */
293
294 /* Define .init_array/.fini_array sections are available and working. */
295 /* #undef HAVE_INITFINI_ARRAY */
296
297 /* Define if you have a working <inttypes.h> header file. */
298 #define HAVE_INTTYPES_H 1
299
300 /* Define to 1 if you have the `kill' function. */
301 #define HAVE_KILL 1
302
303 /* Define to 1 if you have the <langinfo.h> header file. */
304 #define HAVE_LANGINFO_H 1
305
306 /* Define if your <locale.h> file defines LC_MESSAGES. */
307 #define HAVE_LC_MESSAGES 1
308
309 /* Define to 1 if you have the <ldfcn.h> header file. */
310 /* #undef HAVE_LDFCN_H */
311
312 /* Define if your linker supports --as-needed and --no-as-needed options. */
313 /* #undef HAVE_LD_AS_NEEDED */
314
315 /* Define if your linker supports --eh-frame-hdr option. */
316 #define HAVE_LD_EH_FRAME_HDR 1
317
318 /* Define if your linker supports -pie option. */
319 /* #undef HAVE_LD_PIE */
320
321 /* Define if your linker links a mix of read-only and read-write sections into
322    a read-write section. */
323 #define HAVE_LD_RO_RW_SECTION_MIXING 1
324
325 /* Define to 1 if you have the <limits.h> header file. */
326 #define HAVE_LIMITS_H 1
327
328 /* Define to 1 if you have the <locale.h> header file. */
329 #define HAVE_LOCALE_H 1
330
331 /* Define if your compiler supports the \`long long' type. */
332 #define HAVE_LONG_LONG 1
333
334 /* Define to 1 if you have the <malloc.h> header file. */
335 /* #undef HAVE_MALLOC_H */
336
337 /* Define to 1 if you have the `mbstowcs' function. */
338 #define HAVE_MBSTOWCS 1
339
340 /* Define if valgrind's memcheck.h header is installed. */
341 /* #undef HAVE_MEMCHECK_H */
342
343 /* Define to 1 if you have the <memory.h> header file. */
344 #define HAVE_MEMORY_H 1
345
346 /* Define to 1 if you have the `mincore' function. */
347 #define HAVE_MINCORE 1
348
349 /* Define to 1 if you have the `mmap' function. */
350 #define HAVE_MMAP 1
351
352 /* Define if mmap with MAP_ANON(YMOUS) works. */
353 #define HAVE_MMAP_ANON 1
354
355 /* Define if mmap of /dev/zero works. */
356 #define HAVE_MMAP_DEV_ZERO 1
357
358 /* Define if read-only mmap of a plain file works. */
359 #define HAVE_MMAP_FILE 1
360
361 /* Define to 1 if you have the `nl_langinfo' function. */
362 #define HAVE_NL_LANGINFO 1
363
364 /* Define if printf supports "%p". */
365 #define HAVE_PRINTF_PTR 1
366
367 /* Define to 1 if you have the `putc_unlocked' function. */
368 /* #undef HAVE_PUTC_UNLOCKED */
369
370 /* Define to 1 if you have the `scandir' function. */
371 #define HAVE_SCANDIR 1
372
373 /* Define to 1 if you have the `setlocale' function. */
374 #define HAVE_SETLOCALE 1
375
376 /* Define to 1 if you have the `setrlimit' function. */
377 #define HAVE_SETRLIMIT 1
378
379 /* Define if you have a working <stdbool.h> header file. */
380 #define HAVE_STDBOOL_H 1
381
382 /* Define to 1 if you have the <stddef.h> header file. */
383 #define HAVE_STDDEF_H 1
384
385 /* Define to 1 if you have the <stdint.h> header file. */
386 #define HAVE_STDINT_H 1
387
388 /* Define to 1 if you have the <stdlib.h> header file. */
389 #define HAVE_STDLIB_H 1
390
391 /* Define to 1 if you have the <strings.h> header file. */
392 #define HAVE_STRINGS_H 1
393
394 /* Define to 1 if you have the <string.h> header file. */
395 #define HAVE_STRING_H 1
396
397 /* Define to 1 if you have the `strsignal' function. */
398 #define HAVE_STRSIGNAL 1
399
400 /* Define if <sys/times.h> defines struct tms. */
401 #define HAVE_STRUCT_TMS 1
402
403 /* Define to 1 if you have the `sysconf' function. */
404 #define HAVE_SYSCONF 1
405
406 /* Define to 1 if you have the <sys/file.h> header file. */
407 #define HAVE_SYS_FILE_H 1
408
409 /* Define to 1 if you have the <sys/mman.h> header file. */
410 #define HAVE_SYS_MMAN_H 1
411
412 /* Define to 1 if you have the <sys/param.h> header file. */
413 #define HAVE_SYS_PARAM_H 1
414
415 /* Define to 1 if you have the <sys/resource.h> header file. */
416 #define HAVE_SYS_RESOURCE_H 1
417
418 /* Define to 1 if you have the <sys/stat.h> header file. */
419 #define HAVE_SYS_STAT_H 1
420
421 /* Define to 1 if you have the <sys/times.h> header file. */
422 #define HAVE_SYS_TIMES_H 1
423
424 /* Define to 1 if you have the <sys/time.h> header file. */
425 #define HAVE_SYS_TIME_H 1
426
427 /* Define to 1 if you have the <sys/types.h> header file. */
428 #define HAVE_SYS_TYPES_H 1
429
430 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
431 #define HAVE_SYS_WAIT_H 1
432
433 /* Define to 1 if you have the `times' function. */
434 #define HAVE_TIMES 1
435
436 /* Define to 1 if you have the <time.h> header file. */
437 #define HAVE_TIME_H 1
438
439 /* Define if <sys/types.h> defines \`uchar'. */
440 /* #undef HAVE_UCHAR */
441
442 /* Define to 1 if you have the <unistd.h> header file. */
443 #define HAVE_UNISTD_H 1
444
445 /* Define if valgrind's valgrind/memcheck.h header is installed. */
446 /* #undef HAVE_VALGRIND_MEMCHECK_H */
447
448 /* Define to 1 if you have the `vfork' function. */
449 #define HAVE_VFORK 1
450
451 /* Define to 1 if you have the <vfork.h> header file. */
452 /* #undef HAVE_VFORK_H */
453
454 /* Define to 1 if you have the <wchar.h> header file. */
455 #define HAVE_WCHAR_H 1
456
457 /* Define to 1 if you have the `wcswidth' function. */
458 /* #undef HAVE_WCSWIDTH */
459
460 /* Define to 1 if `fork' works. */
461 #define HAVE_WORKING_FORK 1
462
463 /* Define this macro if mbstowcs does not crash when its first argument is
464    NULL. */
465 #define HAVE_WORKING_MBSTOWCS 1
466
467 /* Define to 1 if `vfork' works. */
468 #define HAVE_WORKING_VFORK 1
469
470 /* Define if the \`_Bool' type is built-in. */
471 /* #undef HAVE__BOOL */
472
473 /* Define if your compiler supports the \`__int64' type. */
474 /* #undef HAVE___INT64 */
475
476 /* Define if the host machine stores words of multi-word integers in
477    big-endian order. */
478 /* #undef HOST_WORDS_BIG_ENDIAN */
479
480 /* Define as const if the declaration of iconv() needs const. */
481 /* #undef ICONV_CONST */
482
483 /* Define if host mkdir takes a single argument. */
484 /* #undef MKDIR_TAKES_ONE_ARG */
485
486 /* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
487 /* #undef NEED_64BIT_HOST_WIDE_INT */
488
489 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
490 /* #undef NO_MINUS_C_MINUS_O */
491
492 /* Define to the address where bug reports for this package should be sent. */
493 #define PACKAGE_BUGREPORT ""
494
495 /* Define to the full name of this package. */
496 #define PACKAGE_NAME ""
497
498 /* Define to the full name and version of this package. */
499 #define PACKAGE_STRING ""
500
501 /* Define to the one symbol short name of this package. */
502 #define PACKAGE_TARNAME ""
503
504 /* Define to the version of this package. */
505 #define PACKAGE_VERSION ""
506
507 /* Define to PREFIX/include if cpp should also search that directory. */
508 /* #undef PREFIX_INCLUDE_DIR */
509
510 /* The number of bytes in type int */
511 #define SIZEOF_INT 4
512
513 /* The number of bytes in type long */
514 #define SIZEOF_LONG 4
515
516 /* The number of bytes in type long long */
517 #define SIZEOF_LONG_LONG 8
518
519 /* The number of bytes in type short */
520 #define SIZEOF_SHORT 2
521
522 /* The number of bytes in type void * */
523 #define SIZEOF_VOID_P 4
524
525 /* The number of bytes in type __int64 */
526 /* #undef SIZEOF___INT64 */
527
528 /* Define to 1 if you have the ANSI C header files. */
529 #define STDC_HEADERS 1
530
531 /* Define if you can safely include both <string.h> and <strings.h>. */
532 #define STRING_WITH_STRINGS 1
533
534 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
535 #define TIME_WITH_SYS_TIME 1
536
537 /* Define if your assembler mis-optimizes .eh_frame data. */
538 /* #undef USE_AS_TRADITIONAL_FORMAT */
539
540 /* Define if gcc should use -lunwind. */
541 /* #undef USE_LIBUNWIND_EXCEPTIONS */
542
543 /* Define to be the last portion of registry key on windows hosts. */
544 /* #undef WIN32_REGISTRY_KEY */
545
546 /* whether byteorder is bigendian */
547 /* #undef WORDS_BIGENDIAN */
548
549 /* Always define this when using the GNU C Library */
550 /* #undef _GNU_SOURCE */
551
552 /* Define to `int' if <sys/types.h> doesn't define. */
553 /* #undef gid_t */
554
555 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
556    if it is not supported. */
557 /* #undef inline */
558
559 /* Define to `int' if <sys/types.h> does not define. */
560 /* #undef pid_t */
561
562 /* Define to \`long' if <sys/resource.h> doesn't define. */
563 /* #undef rlim_t */
564
565 /* Define to `int' if <sys/types.h> does not define. */
566 /* #undef ssize_t */
567
568 /* Define to `int' if <sys/types.h> doesn't define. */
569 /* #undef uid_t */
570
571 /* Define as `fork' if `vfork' does not work. */
572 /* #undef vfork */