OSDN Git Service

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