OSDN Git Service

* configure.in: Use --enable-checking=misc,tree,gc by default if
[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 the `long double' type works.  */
30 #undef HAVE_LONG_DOUBLE
31
32 /* Define if you have the ANSI # stringizing operator in cpp. */
33 #undef HAVE_STRINGIZE
34
35 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
36 #undef HAVE_SYS_WAIT_H
37
38 /* Define if you have <vfork.h>.  */
39 #undef HAVE_VFORK_H
40
41 /* Define if you have the vprintf function.  */
42 #undef HAVE_VPRINTF
43
44 /* Define as __inline if that's what the C compiler calls it.  */
45 #undef inline
46
47 /* Define if your C compiler doesn't accept -c and -o together.  */
48 #undef NO_MINUS_C_MINUS_O
49
50 /* Define to `long' if <sys/types.h> doesn't define.  */
51 #undef off_t
52
53 /* Define to `int' if <sys/types.h> doesn't define.  */
54 #undef pid_t
55
56 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
57 #undef size_t
58
59 /* If using the C implementation of alloca, define if you know the
60    direction of stack growth for your system; otherwise it will be
61    automatically deduced at run-time.
62  STACK_DIRECTION > 0 => grows toward higher addresses
63  STACK_DIRECTION < 0 => grows toward lower addresses
64  STACK_DIRECTION = 0 => direction of growth unknown
65  */
66 #undef STACK_DIRECTION
67
68 /* Define if you have the ANSI C header files.  */
69 #undef STDC_HEADERS
70
71 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
72 #undef TIME_WITH_SYS_TIME
73
74 /* Define to `int' if <sys/types.h> doesn't define.  */
75 #undef uid_t
76
77 /* Define vfork as fork if vfork does not work.  */
78 #undef vfork
79
80 /* Define to 1 if NLS is requested.  */
81 #undef ENABLE_NLS
82
83 /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
84 #undef HAVE_CATGETS
85
86 /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
87 #undef HAVE_GETTEXT
88
89 /* Define if your locale.h file contains LC_MESSAGES.  */
90 #undef HAVE_LC_MESSAGES
91
92 /* Define as 1 if you have the stpcpy function.  */
93 #undef HAVE_STPCPY
94
95 /* Define if your assembler supports specifying the maximum number
96    of bytes to skip when using the GAS .p2align command. */
97 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
98
99 /* Define if your assembler supports .balign and .p2align.  */
100 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
101
102 /* Define if your assembler uses the old HImode fild and fist notation.  */
103 #undef HAVE_GAS_FILDS_FISTS
104
105 /* Define to `int' if <sys/types.h> doesn't define.  */
106 #undef ssize_t
107
108 /* Define if you have the __argz_count function.  */
109 #undef HAVE___ARGZ_COUNT
110
111 /* Define if you have the __argz_next function.  */
112 #undef HAVE___ARGZ_NEXT
113
114 /* Define if you have the __argz_stringify function.  */
115 #undef HAVE___ARGZ_STRINGIFY
116
117 /* Define if you have the atoll function.  */
118 #undef HAVE_ATOLL
119
120 /* Define if you have the atoq function.  */
121 #undef HAVE_ATOQ
122
123 /* Define if you have the bcmp function.  */
124 #undef HAVE_BCMP
125
126 /* Define if you have the bcopy function.  */
127 #undef HAVE_BCOPY
128
129 /* Define if you have the bsearch function.  */
130 #undef HAVE_BSEARCH
131
132 /* Define if you have the bzero function.  */
133 #undef HAVE_BZERO
134
135 /* Define if you have the dcgettext function.  */
136 #undef HAVE_DCGETTEXT
137
138 /* Define if you have the fputc_unlocked function.  */
139 #undef HAVE_FPUTC_UNLOCKED
140
141 /* Define if you have the fputs_unlocked function.  */
142 #undef HAVE_FPUTS_UNLOCKED
143
144 /* Define if you have the getcwd function.  */
145 #undef HAVE_GETCWD
146
147 /* Define if you have the getpagesize function.  */
148 #undef HAVE_GETPAGESIZE
149
150 /* Define if you have the getrlimit function.  */
151 #undef HAVE_GETRLIMIT
152
153 /* Define if you have the getrusage function.  */
154 #undef HAVE_GETRUSAGE
155
156 /* Define if you have the gettimeofday function.  */
157 #undef HAVE_GETTIMEOFDAY
158
159 /* Define if you have the index function.  */
160 #undef HAVE_INDEX
161
162 /* Define if you have the isascii function.  */
163 #undef HAVE_ISASCII
164
165 /* Define if you have the kill function.  */
166 #undef HAVE_KILL
167
168 /* Define if you have the munmap function.  */
169 #undef HAVE_MUNMAP
170
171 /* Define if you have the popen function.  */
172 #undef HAVE_POPEN
173
174 /* Define if you have the putc_unlocked function.  */
175 #undef HAVE_PUTC_UNLOCKED
176
177 /* Define if you have the putenv function.  */
178 #undef HAVE_PUTENV
179
180 /* Define if you have the rindex function.  */
181 #undef HAVE_RINDEX
182
183 /* Define if you have the setenv function.  */
184 #undef HAVE_SETENV
185
186 /* Define if you have the setlocale function.  */
187 #undef HAVE_SETLOCALE
188
189 /* Define if you have the setrlimit function.  */
190 #undef HAVE_SETRLIMIT
191
192 /* Define if you have the stpcpy function.  */
193 #undef HAVE_STPCPY
194
195 /* Define if you have the strcasecmp function.  */
196 #undef HAVE_STRCASECMP
197
198 /* Define if you have the strchr function.  */
199 #undef HAVE_STRCHR
200
201 /* Define if you have the strdup function.  */
202 #undef HAVE_STRDUP
203
204 /* Define if you have the strrchr function.  */
205 #undef HAVE_STRRCHR
206
207 /* Define if you have the strsignal function.  */
208 #undef HAVE_STRSIGNAL
209
210 /* Define if you have the strtoul function.  */
211 #undef HAVE_STRTOUL
212
213 /* Define if you have the sysconf function.  */
214 #undef HAVE_SYSCONF
215
216 /* Define if you have the valloc function.  */
217 #undef HAVE_VALLOC
218
219 /* Define if you have the <argz.h> header file.  */
220 #undef HAVE_ARGZ_H
221
222 /* Define if you have the <direct.h> header file.  */
223 #undef HAVE_DIRECT_H
224
225 /* Define if you have the <fcntl.h> header file.  */
226 #undef HAVE_FCNTL_H
227
228 /* Define if you have the <limits.h> header file.  */
229 #undef HAVE_LIMITS_H
230
231 /* Define if you have the <locale.h> header file.  */
232 #undef HAVE_LOCALE_H
233
234 /* Define if you have the <malloc.h> header file.  */
235 #undef HAVE_MALLOC_H
236
237 /* Define if you have the <nl_types.h> header file.  */
238 #undef HAVE_NL_TYPES_H
239
240 /* Define if you have the <stab.h> header file.  */
241 #undef HAVE_STAB_H
242
243 /* Define if you have the <stddef.h> header file.  */
244 #undef HAVE_STDDEF_H
245
246 /* Define if you have the <stdlib.h> header file.  */
247 #undef HAVE_STDLIB_H
248
249 /* Define if you have the <string.h> header file.  */
250 #undef HAVE_STRING_H
251
252 /* Define if you have the <strings.h> header file.  */
253 #undef HAVE_STRINGS_H
254
255 /* Define if you have the <sys/file.h> header file.  */
256 #undef HAVE_SYS_FILE_H
257
258 /* Define if you have the <sys/param.h> header file.  */
259 #undef HAVE_SYS_PARAM_H
260
261 /* Define if you have the <sys/resource.h> header file.  */
262 #undef HAVE_SYS_RESOURCE_H
263
264 /* Define if you have the <sys/stat.h> header file.  */
265 #undef HAVE_SYS_STAT_H
266
267 /* Define if you have the <sys/time.h> header file.  */
268 #undef HAVE_SYS_TIME_H
269
270 /* Define if you have the <sys/times.h> header file.  */
271 #undef HAVE_SYS_TIMES_H
272
273 /* Define if you have the <time.h> header file.  */
274 #undef HAVE_TIME_H
275
276 /* Define if you have the <unistd.h> header file.  */
277 #undef HAVE_UNISTD_H
278
279 /* Define if you have the i library (-li).  */
280 #undef HAVE_LIBI
281
282 /* Define to enable the use of a default linker. */
283 #undef DEFAULT_LINKER
284
285 /* Define to enable the use of a default assembler. */
286 #undef DEFAULT_ASSEMBLER
287
288 /* Define if you want more run-time sanity checks.  This one gets a grab
289    bag of miscellaneous but relatively cheap checks. */
290 #undef ENABLE_CHECKING
291
292 /* Define if you want all operations on trees (the basic data
293    structure of the front ends) to be checked for dynamic type safety
294    at runtime.  This is moderately expensive. */
295 #undef ENABLE_TREE_CHECKING
296
297 /* Define if you want all operations on RTL (the basic data structure
298    of the optimizer and back end) to be checked for dynamic type safety
299    at runtime.  This is quite expensive. */
300 #undef ENABLE_RTL_CHECKING
301
302 /* Define if you want the garbage collector to do object poisoning and
303    other memory allocation checks.  This is quite expensive. */
304 #undef ENABLE_GC_CHECKING
305
306 /* Define if you want the garbage collector to operate in maximally
307    paranoid mode, validating the entire heap and collecting garbage at
308    every opportunity.  This is extremely expensive. */
309 #undef ENABLE_GC_ALWAYS_COLLECT
310
311 /* Define if your compiler understands volatile. */
312 #undef HAVE_VOLATILE
313
314 /* Define if you can safely include both <string.h> and <strings.h>. */
315 #undef STRING_WITH_STRINGS
316
317 /* Define if you have a working <inttypes.h> header file. */
318 #undef HAVE_INTTYPES_H
319
320 /* Define if enumerated bitfields are treated as unsigned values. */
321 #undef ENUM_BITFIELDS_ARE_UNSIGNED
322
323 /* Define if printf supports %p. */
324 #undef HAVE_PRINTF_PTR
325
326 /* Define if mmap can get us zeroed pages from /dev/zero. */
327 #undef HAVE_MMAP_ANYWHERE
328
329 /* Define if read-only mmap of a plain file works. */
330 #undef HAVE_MMAP_FILE
331
332 /* Define to 1 if we found this declaration otherwise define to 0. */
333 #undef HAVE_DECL_BCOPY
334
335 /* Define to 1 if we found this declaration otherwise define to 0. */
336 #undef HAVE_DECL_BZERO
337
338 /* Define to 1 if we found this declaration otherwise define to 0. */
339 #undef HAVE_DECL_BCMP
340
341 /* Define to 1 if we found this declaration otherwise define to 0. */
342 #undef HAVE_DECL_INDEX
343
344 /* Define to 1 if we found this declaration otherwise define to 0. */
345 #undef HAVE_DECL_RINDEX
346
347 /* Define to 1 if we found this declaration otherwise define to 0. */
348 #undef HAVE_DECL_GETENV
349
350 /* Define to 1 if we found this declaration otherwise define to 0. */
351 #undef HAVE_DECL_ATOL
352
353 /* Define to 1 if we found this declaration otherwise define to 0. */
354 #undef HAVE_DECL_SBRK
355
356 /* Define to 1 if we found this declaration otherwise define to 0. */
357 #undef HAVE_DECL_ABORT
358
359 /* Define to 1 if we found this declaration otherwise define to 0. */
360 #undef HAVE_DECL_ATOF
361
362 /* Define to 1 if we found this declaration otherwise define to 0. */
363 #undef HAVE_DECL_GETCWD
364
365 /* Define to 1 if we found this declaration otherwise define to 0. */
366 #undef HAVE_DECL_GETWD
367
368 /* Define to 1 if we found this declaration otherwise define to 0. */
369 #undef HAVE_DECL_STRSIGNAL
370
371 /* Define to 1 if we found this declaration otherwise define to 0. */
372 #undef HAVE_DECL_PUTC_UNLOCKED
373
374 /* Define to 1 if we found this declaration otherwise define to 0. */
375 #undef HAVE_DECL_FPUTS_UNLOCKED
376
377 /* Define to 1 if we found this declaration otherwise define to 0. */
378 #undef HAVE_DECL_STRSTR
379
380 /* Define to 1 if we found this declaration otherwise define to 0. */
381 #undef HAVE_DECL_ENVIRON
382
383 /* Define to 1 if we found this declaration otherwise define to 0. */
384 #undef HAVE_DECL_MALLOC
385
386 /* Define to 1 if we found this declaration otherwise define to 0. */
387 #undef HAVE_DECL_REALLOC
388
389 /* Define to 1 if we found this declaration otherwise define to 0. */
390 #undef HAVE_DECL_CALLOC
391
392 /* Define to 1 if we found this declaration otherwise define to 0. */
393 #undef HAVE_DECL_FREE
394
395 /* Define to 1 if we found this declaration otherwise define to 0. */
396 #undef HAVE_DECL_BASENAME
397
398 /* Define to 1 if we found this declaration otherwise define to 0. */
399 #undef HAVE_DECL_GETOPT
400
401 /* Define to 1 if we found this declaration otherwise define to 0. */
402 #undef HAVE_DECL_GETRLIMIT
403
404 /* Define to 1 if we found this declaration otherwise define to 0. */
405 #undef HAVE_DECL_SETRLIMIT
406
407 /* Define to 1 if we found this declaration otherwise define to 0. */
408 #undef HAVE_DECL_GETRUSAGE
409
410 /* Define if host mkdir takes a single argument. */
411 #undef MKDIR_TAKES_ONE_ARG
412
413 /* Define to the name of the distribution. */
414 #undef PACKAGE
415
416 /* Define to the version of the distribution. */
417 #undef VERSION
418
419 /* Define to 1 if installation paths should be looked up in Windows32
420    Registry. Ignored on non windows32 hosts. */
421 #undef ENABLE_WIN32_REGISTRY
422
423 /* Define to be the last portion of registry key on windows hosts. */
424 #undef WIN32_REGISTRY_KEY
425
426 /* Define if your assembler supports .subsection and .subsection -1 starts
427    emitting at the beginning of your section. */
428 #undef HAVE_GAS_SUBSECTION_ORDERING
429
430 /* Define if your assembler supports .weak. */
431 #undef HAVE_GAS_WEAK
432
433 /* Define if your assembler supports .hidden. */
434 #undef HAVE_GAS_HIDDEN
435
436 /* Define if your assembler supports .register. */
437 #undef HAVE_AS_REGISTER_PSEUDO_OP
438
439 /* Define if your assembler supports -relax option. */
440 #undef HAVE_AS_RELAX_OPTION
441
442 /* Define if the assembler supports 64bit sparc. */
443 #undef AS_SPARC64_FLAG
444
445 /* Define if your assembler supports offsetable %lo(). */
446 #undef HAVE_AS_OFFSETABLE_LO10
447
448 /* Define if you want to always select the new-abi for g++. */
449 #undef ENABLE_NEW_GXX_ABI
450
451 /* Define to 1 if you want to enable namespaces (-fhonor-std) by default. */
452 #undef ENABLE_STD_NAMESPACE
453