OSDN Git Service

* configure.in (target_list): Add generated-manpages.
[pf3gnuchains/gcc-fork.git] / gcc / config.in
1 /* config.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define if using alloca.c.  */
4 #undef C_ALLOCA
5
6 /* Define to empty if the keyword does not work.  */
7 #undef const
8
9 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10    This function is required for alloca.c support on those systems.  */
11 #undef CRAY_STACKSEG_END
12
13 /* Define to the type of elements in the array set by `getgroups'.
14    Usually this is either `int' or `gid_t'.  */
15 #undef GETGROUPS_T
16
17 /* Define to `int' if <sys/types.h> doesn't define.  */
18 #undef gid_t
19
20 /* Define if you have alloca, as a function or macro.  */
21 #undef HAVE_ALLOCA
22
23 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
24 #undef HAVE_ALLOCA_H
25
26 /* Define if you don't have vprintf but do have _doprnt.  */
27 #undef HAVE_DOPRNT
28
29 /* Define if you have the ANSI # stringizing operator in cpp. */
30 #undef HAVE_STRINGIZE
31
32 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
33 #undef HAVE_SYS_WAIT_H
34
35 /* Define if you have <vfork.h>.  */
36 #undef HAVE_VFORK_H
37
38 /* Define if you have the vprintf function.  */
39 #undef HAVE_VPRINTF
40
41 /* Define as __inline if that's what the C compiler calls it.  */
42 #undef inline
43
44 /* Define if your C compiler doesn't accept -c and -o together.  */
45 #undef NO_MINUS_C_MINUS_O
46
47 /* Define to `long' if <sys/types.h> doesn't define.  */
48 #undef off_t
49
50 /* Define to `int' if <sys/types.h> doesn't define.  */
51 #undef pid_t
52
53 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
54 #undef size_t
55
56 /* If using the C implementation of alloca, define if you know the
57    direction of stack growth for your system; otherwise it will be
58    automatically deduced at run-time.
59  STACK_DIRECTION > 0 => grows toward higher addresses
60  STACK_DIRECTION < 0 => grows toward lower addresses
61  STACK_DIRECTION = 0 => direction of growth unknown
62  */
63 #undef STACK_DIRECTION
64
65 /* Define if you have the ANSI C header files.  */
66 #undef STDC_HEADERS
67
68 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
69 #undef TIME_WITH_SYS_TIME
70
71 /* Define to `int' if <sys/types.h> doesn't define.  */
72 #undef uid_t
73
74 /* Define vfork as fork if vfork does not work.  */
75 #undef vfork
76
77 /* Define if your assembler supports specifying the maximum number
78    of bytes to skip when using the GAS .p2align command.  */
79 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
80
81 /* Define if your assembler supports .balign and .p2align.  */
82 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
83
84 /* Define if your assembler uses the old HImode fild and fist notation.  */
85 #undef HAVE_GAS_FILDS_FISTS
86
87 /* Define to `int' if <sys/types.h> doesn't define.  */
88 #undef ssize_t
89
90 /* Define if cpp should also search $prefix/include.  */
91 #undef PREFIX_INCLUDE_DIR
92
93 /* Define if you have the __argz_count function.  */
94 #undef HAVE___ARGZ_COUNT
95
96 /* Define if you have the __argz_next function.  */
97 #undef HAVE___ARGZ_NEXT
98
99 /* Define if you have the __argz_stringify function.  */
100 #undef HAVE___ARGZ_STRINGIFY
101
102 /* Define if you have the atoll function.  */
103 #undef HAVE_ATOLL
104
105 /* Define if you have the atoq function.  */
106 #undef HAVE_ATOQ
107
108 /* Define if you have the bsearch function.  */
109 #undef HAVE_BSEARCH
110
111 /* Define if you have the clock function.  */
112 #undef HAVE_CLOCK
113
114 /* Define if you have the dcgettext function.  */
115 #undef HAVE_DCGETTEXT
116
117 /* Define if you have the dup2 function.  */
118 #undef HAVE_DUP2
119
120 /* Define if you have the feof_unlocked function.  */
121 #undef HAVE_FEOF_UNLOCKED
122
123 /* Define if you have the fgets_unlocked function.  */
124 #undef HAVE_FGETS_UNLOCKED
125
126 /* Define if you have the fprintf_unlocked function.  */
127 #undef HAVE_FPRINTF_UNLOCKED
128
129 /* Define if you have the fputc_unlocked function.  */
130 #undef HAVE_FPUTC_UNLOCKED
131
132 /* Define if you have the fputs_unlocked function.  */
133 #undef HAVE_FPUTS_UNLOCKED
134
135 /* Define if you have the fwrite_unlocked function.  */
136 #undef HAVE_FWRITE_UNLOCKED
137
138 /* Define if you have the getcwd function.  */
139 #undef HAVE_GETCWD
140
141 /* Define if you have the getegid function.  */
142 #undef HAVE_GETEGID
143
144 /* Define if you have the geteuid function.  */
145 #undef HAVE_GETEUID
146
147 /* Define if you have the getgid function.  */
148 #undef HAVE_GETGID
149
150 /* Define if you have the getpagesize function.  */
151 #undef HAVE_GETPAGESIZE
152
153 /* Define if you have the getrlimit function.  */
154 #undef HAVE_GETRLIMIT
155
156 /* Define if you have the getrusage function.  */
157 #undef HAVE_GETRUSAGE
158
159 /* Define if you have the gettimeofday function.  */
160 #undef HAVE_GETTIMEOFDAY
161
162 /* Define if you have the getuid function.  */
163 #undef HAVE_GETUID
164
165 /* Define if you have the isascii function.  */
166 #undef HAVE_ISASCII
167
168 /* Define if you have the kill function.  */
169 #undef HAVE_KILL
170
171 /* Define if you have the lstat function.  */
172 #undef HAVE_LSTAT
173
174 /* Define if you have the mempcpy function.  */
175 #undef HAVE_MEMPCPY
176
177 /* Define if you have the munmap function.  */
178 #undef HAVE_MUNMAP
179
180 /* Define if you have the nl_langinfo function.  */
181 #undef HAVE_NL_LANGINFO
182
183 /* Define if you have the popen function.  */
184 #undef HAVE_POPEN
185
186 /* Define if you have the putc_unlocked function.  */
187 #undef HAVE_PUTC_UNLOCKED
188
189 /* Define if you have the putenv function.  */
190 #undef HAVE_PUTENV
191
192 /* Define if you have the setenv function.  */
193 #undef HAVE_SETENV
194
195 /* Define if you have the setlocale function.  */
196 #undef HAVE_SETLOCALE
197
198 /* Define if you have the setrlimit function.  */
199 #undef HAVE_SETRLIMIT
200
201 /* Define if you have the stpcpy function.  */
202 #undef HAVE_STPCPY
203
204 /* Define if you have the strcasecmp function.  */
205 #undef HAVE_STRCASECMP
206
207 /* Define if you have the strchr function.  */
208 #undef HAVE_STRCHR
209
210 /* Define if you have the strdup function.  */
211 #undef HAVE_STRDUP
212
213 /* Define if you have the strrchr function.  */
214 #undef HAVE_STRRCHR
215
216 /* Define if you have the strsignal function.  */
217 #undef HAVE_STRSIGNAL
218
219 /* Define if you have the strstr function.  */
220 #undef HAVE_STRSTR
221
222 /* Define if you have the strtoul function.  */
223 #undef HAVE_STRTOUL
224
225 /* Define if you have the sysconf function.  */
226 #undef HAVE_SYSCONF
227
228 /* Define if you have the times function.  */
229 #undef HAVE_TIMES
230
231 /* Define if you have the tsearch function.  */
232 #undef HAVE_TSEARCH
233
234 /* Define if you have the <argz.h> header file.  */
235 #undef HAVE_ARGZ_H
236
237 /* Define if you have the <direct.h> header file.  */
238 #undef HAVE_DIRECT_H
239
240 /* Define if you have the <fcntl.h> header file.  */
241 #undef HAVE_FCNTL_H
242
243 /* Define if you have the <langinfo.h> header file.  */
244 #undef HAVE_LANGINFO_H
245
246 /* Define if you have the <limits.h> header file.  */
247 #undef HAVE_LIMITS_H
248
249 /* Define if you have the <locale.h> header file.  */
250 #undef HAVE_LOCALE_H
251
252 /* Define if you have the <malloc.h> header file.  */
253 #undef HAVE_MALLOC_H
254
255 /* Define if you have the <nl_types.h> header file.  */
256 #undef HAVE_NL_TYPES_H
257
258 /* Define if you have the <stddef.h> header file.  */
259 #undef HAVE_STDDEF_H
260
261 /* Define if you have the <stdlib.h> header file.  */
262 #undef HAVE_STDLIB_H
263
264 /* Define if you have the <string.h> header file.  */
265 #undef HAVE_STRING_H
266
267 /* Define if you have the <strings.h> header file.  */
268 #undef HAVE_STRINGS_H
269
270 /* Define if you have the <sys/file.h> header file.  */
271 #undef HAVE_SYS_FILE_H
272
273 /* Define if you have the <sys/param.h> header file.  */
274 #undef HAVE_SYS_PARAM_H
275
276 /* Define if you have the <sys/resource.h> header file.  */
277 #undef HAVE_SYS_RESOURCE_H
278
279 /* Define if you have the <sys/stat.h> header file.  */
280 #undef HAVE_SYS_STAT_H
281
282 /* Define if you have the <sys/time.h> header file.  */
283 #undef HAVE_SYS_TIME_H
284
285 /* Define if you have the <sys/times.h> header file.  */
286 #undef HAVE_SYS_TIMES_H
287
288 /* Define if you have the <time.h> header file.  */
289 #undef HAVE_TIME_H
290
291 /* Define if you have the <unistd.h> header file.  */
292 #undef HAVE_UNISTD_H
293
294 /* Define to enable the use of a default linker. */
295 #undef DEFAULT_LINKER
296
297 /* Define to enable the use of a default assembler. */
298 #undef DEFAULT_ASSEMBLER
299
300 /* Define if you want more run-time sanity checks.  This one gets a grab
301    bag of miscellaneous but relatively cheap checks. */
302 #undef ENABLE_CHECKING
303
304 /* Define if you want all operations on trees (the basic data
305    structure of the front ends) to be checked for dynamic type safety
306    at runtime.  This is moderately expensive. */
307 #undef ENABLE_TREE_CHECKING
308
309 /* Define if you want all operations on RTL (the basic data structure
310    of the optimizer and back end) to be checked for dynamic type safety
311    at runtime.  This is quite expensive. */
312 #undef ENABLE_RTL_CHECKING
313
314 /* Define if you want the garbage collector to do object poisoning and
315    other memory allocation checks.  This is quite expensive. */
316 #undef ENABLE_GC_CHECKING
317
318 /* Define if you want the garbage collector to operate in maximally
319    paranoid mode, validating the entire heap and collecting garbage at
320    every opportunity.  This is extremely expensive. */
321 #undef ENABLE_GC_ALWAYS_COLLECT
322
323 /* Define if you want the C and C++ compilers to support multibyte
324    character sets for source code. */
325 #undef MULTIBYTE_CHARS
326
327 /* Define if your compiler understands volatile. */
328 #undef HAVE_VOLATILE
329
330 /* Define if your compiler supports the `long double' type. */
331 #undef HAVE_LONG_DOUBLE
332
333 /* Define if your compiler supports the `long long' type. */
334 #undef HAVE_LONG_LONG
335
336 /* Define if your compiler supports the `__int64' type. */
337 #undef HAVE___INT64
338
339 /* Define if the `_Bool' type is built-in. */
340 #undef HAVE__BOOL
341
342 /* The number of bytes in type short */
343 #undef SIZEOF_SHORT
344
345 /* The number of bytes in type int */
346 #undef SIZEOF_INT
347
348 /* The number of bytes in type long */
349 #undef SIZEOF_LONG
350
351 /* The number of bytes in type long long */
352 #undef SIZEOF_LONG_LONG
353
354 /* The number of bytes in type __int64 */
355 #undef SIZEOF___INT64
356
357 /* Define if the host execution character set is EBCDIC. */
358 #undef HOST_EBCDIC
359
360 /* Always define this when using the GNU C Library */
361 #undef _GNU_SOURCE
362
363 /* Define if you have a working <stdbool.h> header file. */
364 #undef HAVE_STDBOOL_H
365
366 /* Define if you can safely include both <string.h> and <strings.h>. */
367 #undef STRING_WITH_STRINGS
368
369 /* Define as the number of bits in a byte, if `limits.h' doesn't. */
370 #undef CHAR_BIT
371
372 /* Define if the host machine stores words of multi-word integers in
373    big-endian order. */
374 #undef HOST_WORDS_BIG_ENDIAN
375
376 /* Define to the floating point format of the host machine, if not IEEE. */
377 #undef HOST_FLOAT_FORMAT
378
379 /* Define to 1 if the host machine stores floating point numbers in
380    memory with the word containing the sign bit at the lowest address,
381    or to 0 if it does it the other way around.
382
383    This macro should not be defined if the ordering is the same as for
384    multi-word integers. */
385 #undef HOST_FLOAT_WORDS_BIG_ENDIAN
386
387 /* Define if you have a working <inttypes.h> header file. */
388 #undef HAVE_INTTYPES_H
389
390 /* Define if printf supports %p. */
391 #undef HAVE_PRINTF_PTR
392
393 /* Define if mmap can get us zeroed pages from /dev/zero. */
394 #undef HAVE_MMAP_DEV_ZERO
395
396 /* Define if mmap can get us zeroed pages using MAP_ANON(YMOUS). */
397 #undef HAVE_MMAP_ANON
398
399 /* Define if read-only mmap of a plain file works. */
400 #undef HAVE_MMAP_FILE
401
402 /* Define if you have the iconv() function. */
403 #undef HAVE_ICONV
404
405 /* Define as const if the declaration of iconv() needs const. */
406 #undef ICONV_CONST
407
408 /* Define to 1 if we found this declaration otherwise define to 0. */
409 #undef HAVE_DECL_GETENV
410
411 /* Define to 1 if we found this declaration otherwise define to 0. */
412 #undef HAVE_DECL_ATOL
413
414 /* Define to 1 if we found this declaration otherwise define to 0. */
415 #undef HAVE_DECL_SBRK
416
417 /* Define to 1 if we found this declaration otherwise define to 0. */
418 #undef HAVE_DECL_ABORT
419
420 /* Define to 1 if we found this declaration otherwise define to 0. */
421 #undef HAVE_DECL_ATOF
422
423 /* Define to 1 if we found this declaration otherwise define to 0. */
424 #undef HAVE_DECL_GETCWD
425
426 /* Define to 1 if we found this declaration otherwise define to 0. */
427 #undef HAVE_DECL_GETWD
428
429 /* Define to 1 if we found this declaration otherwise define to 0. */
430 #undef HAVE_DECL_STRSIGNAL
431
432 /* Define to 1 if we found this declaration otherwise define to 0. */
433 #undef HAVE_DECL_PUTC_UNLOCKED
434
435 /* Define to 1 if we found this declaration otherwise define to 0. */
436 #undef HAVE_DECL_FPUTS_UNLOCKED
437
438 /* Define to 1 if we found this declaration otherwise define to 0. */
439 #undef HAVE_DECL_FWRITE_UNLOCKED
440
441 /* Define to 1 if we found this declaration otherwise define to 0. */
442 #undef HAVE_DECL_FPRINTF_UNLOCKED
443
444 /* Define to 1 if we found this declaration otherwise define to 0. */
445 #undef HAVE_DECL_STRSTR
446
447 /* Define to 1 if we found this declaration otherwise define to 0. */
448 #undef HAVE_DECL_ENVIRON
449
450 /* Define to 1 if we found this declaration otherwise define to 0. */
451 #undef HAVE_DECL_ERRNO
452
453 /* Define to 1 if we found this declaration otherwise define to 0. */
454 #undef HAVE_DECL_MALLOC
455
456 /* Define to 1 if we found this declaration otherwise define to 0. */
457 #undef HAVE_DECL_REALLOC
458
459 /* Define to 1 if we found this declaration otherwise define to 0. */
460 #undef HAVE_DECL_CALLOC
461
462 /* Define to 1 if we found this declaration otherwise define to 0. */
463 #undef HAVE_DECL_FREE
464
465 /* Define to 1 if we found this declaration otherwise define to 0. */
466 #undef HAVE_DECL_BASENAME
467
468 /* Define to 1 if we found this declaration otherwise define to 0. */
469 #undef HAVE_DECL_GETOPT
470
471 /* Define to 1 if we found this declaration otherwise define to 0. */
472 #undef HAVE_DECL_CLOCK
473
474 /* Define to 1 if we found this declaration otherwise define to 0. */
475 #undef HAVE_DECL_GETRLIMIT
476
477 /* Define to 1 if we found this declaration otherwise define to 0. */
478 #undef HAVE_DECL_SETRLIMIT
479
480 /* Define to 1 if we found this declaration otherwise define to 0. */
481 #undef HAVE_DECL_GETRUSAGE
482
483 /* Define to 1 if we found this declaration otherwise define to 0. */
484 #undef HAVE_DECL_TIMES
485
486 /* Define if <sys/times.h> defines struct tms. */
487 #undef HAVE_STRUCT_TMS
488
489 /* Define if <time.h> defines clock_t. */
490 #undef HAVE_CLOCK_T
491
492 /* Define if host mkdir takes a single argument. */
493 #undef MKDIR_TAKES_ONE_ARG
494
495 /* Define to the name of the distribution. */
496 #undef PACKAGE
497
498 /* Define to the version of the distribution. */
499 #undef VERSION
500
501 /* Define if you have the iconv() function. */
502 #undef HAVE_ICONV
503
504 /* Define as const if the declaration of iconv() needs const. */
505 #undef ICONV_CONST
506
507 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
508 #undef HAVE_LANGINFO_CODESET
509
510 /* Define if your <locale.h> file defines LC_MESSAGES. */
511 #undef HAVE_LC_MESSAGES
512
513 /* Define to 1 if translation of program messages to the user's native language
514    is requested. */
515 #undef ENABLE_NLS
516
517 /* Define if you have the <libintl.h> header file. */
518 #undef HAVE_LIBINTL_H
519
520 /* Define if the GNU gettext() function is already present or preinstalled. */
521 #undef HAVE_GETTEXT
522
523 /* Define to use the libintl included with this package instead of any
524    version in the system libraries. */
525 #undef USE_INCLUDED_LIBINTL
526
527 /* Define to 1 if installation paths should be looked up in Windows32
528    Registry. Ignored on non windows32 hosts. */
529 #undef ENABLE_WIN32_REGISTRY
530
531 /* Define to be the last portion of registry key on windows hosts. */
532 #undef WIN32_REGISTRY_KEY
533
534 /* Define if your assembler supports .subsection and .subsection -1 starts
535    emitting at the beginning of your section. */
536 #undef HAVE_GAS_SUBSECTION_ORDERING
537
538 /* Define if your assembler supports .weak. */
539 #undef HAVE_GAS_WEAK
540
541 /* Define if your assembler supports .hidden. */
542 #undef HAVE_GAS_HIDDEN
543
544 /* Define if your assembler supports .uleb128. */
545 #undef HAVE_AS_LEB128
546
547 /* Define if your assembler mis-optimizes .eh_frame data. */
548 #undef USE_AS_TRADITIONAL_FORMAT
549
550 /* Define if your assembler supports marking sections with SHF_MERGE flag. */
551 #undef HAVE_GAS_SHF_MERGE
552
553 /* Define if your assembler supports .register. */
554 #undef HAVE_AS_REGISTER_PSEUDO_OP
555
556 /* Define if your assembler supports -relax option. */
557 #undef HAVE_AS_RELAX_OPTION
558
559 /* Define if the assembler supports 64bit sparc. */
560 #undef AS_SPARC64_FLAG
561
562 /* Define if your assembler supports offsetable %lo(). */
563 #undef HAVE_AS_OFFSETABLE_LO10
564
565 /* Define true if the assembler supports '.long foo@GOTOFF'. */
566 #undef HAVE_AS_GOTOFF_IN_DATA
567
568 /* Define if your assembler supports dwarf2 .file/.loc directives,
569    and preserves file table indices exactly as given. */
570 #undef HAVE_AS_DWARF2_DEBUG_LINE
571
572 /* Define if your assembler supports the --gdwarf2 option. */
573 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
574
575 /* Define if your assembler supports the --gstabs option. */
576 #undef HAVE_AS_GSTABS_DEBUG_FLAG
577
578 /* Define 0/1 to force the choice for exception handling model. */
579 #undef CONFIG_SJLJ_EXCEPTIONS
580
581
582 /* Bison unconditionally undefines `const' if neither `__STDC__' nor
583    __cplusplus are defined.  That's a problem since we use `const' in
584    the GCC headers, and the resulting bison code is therefore type
585    unsafe.  Thus, we must match the bison behavior here.  */
586
587 #ifndef __STDC__
588 #ifndef __cplusplus
589 #undef const
590 #define const
591 #endif
592 #endif