OSDN Git Service

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