OSDN Git Service

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