OSDN Git Service

2005-07-21 Paolo Bonzini <bonzini@gnu.org>
[pf3gnuchains/gcc-fork.git] / libiberty / config.in
1 /* config.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
4    This function is required for alloca.c support on those systems. */
5 #undef CRAY_STACKSEG_END
6
7 /* Define to 1 if you have the <alloca.h> header file. */
8 #undef HAVE_ALLOCA_H
9
10 /* Define to 1 if you have the `asprintf' function. */
11 #undef HAVE_ASPRINTF
12
13 /* Define to 1 if you have the `atexit' function. */
14 #undef HAVE_ATEXIT
15
16 /* Define to 1 if you have the `basename' function. */
17 #undef HAVE_BASENAME
18
19 /* Define to 1 if you have the `bcmp' function. */
20 #undef HAVE_BCMP
21
22 /* Define to 1 if you have the `bcopy' function. */
23 #undef HAVE_BCOPY
24
25 /* Define to 1 if you have the `bsearch' function. */
26 #undef HAVE_BSEARCH
27
28 /* Define to 1 if you have the `bzero' function. */
29 #undef HAVE_BZERO
30
31 /* Define to 1 if you have the `calloc' function. */
32 #undef HAVE_CALLOC
33
34 /* Define to 1 if you have the `canonicalize_file_name' function. */
35 #undef HAVE_CANONICALIZE_FILE_NAME
36
37 /* Define to 1 if you have the `clock' function. */
38 #undef HAVE_CLOCK
39
40 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
41    don't. */
42 #undef HAVE_DECL_ASPRINTF
43
44 /* Define to 1 if you have the declaration of `basename', and to 0 if you
45    don't. */
46 #undef HAVE_DECL_BASENAME
47
48 /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
49    */
50 #undef HAVE_DECL_CALLOC
51
52 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
53 #undef HAVE_DECL_FFS
54
55 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
56    */
57 #undef HAVE_DECL_GETENV
58
59 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
60    */
61 #undef HAVE_DECL_MALLOC
62
63 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
64    don't. */
65 #undef HAVE_DECL_REALLOC
66
67 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
68    */
69 #undef HAVE_DECL_SBRK
70
71 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
72    don't. */
73 #undef HAVE_DECL_SNPRINTF
74
75 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
76    don't. */
77 #undef HAVE_DECL_STRVERSCMP
78
79 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
80    don't. */
81 #undef HAVE_DECL_VASPRINTF
82
83 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
84    don't. */
85 #undef HAVE_DECL_VSNPRINTF
86
87 /* Define to 1 if you have the <fcntl.h> header file. */
88 #undef HAVE_FCNTL_H
89
90 /* Define to 1 if you have the `ffs' function. */
91 #undef HAVE_FFS
92
93 /* Define to 1 if you have the `fork' function. */
94 #undef HAVE_FORK
95
96 /* Define to 1 if you have the `getcwd' function. */
97 #undef HAVE_GETCWD
98
99 /* Define to 1 if you have the `getpagesize' function. */
100 #undef HAVE_GETPAGESIZE
101
102 /* Define to 1 if you have the `getrusage' function. */
103 #undef HAVE_GETRUSAGE
104
105 /* Define to 1 if you have the `getsysinfo' function. */
106 #undef HAVE_GETSYSINFO
107
108 /* Define to 1 if you have the `gettimeofday' function. */
109 #undef HAVE_GETTIMEOFDAY
110
111 /* Define to 1 if you have the `index' function. */
112 #undef HAVE_INDEX
113
114 /* Define to 1 if you have the `insque' function. */
115 #undef HAVE_INSQUE
116
117 /* Define to 1 if you have the <inttypes.h> header file. */
118 #undef HAVE_INTTYPES_H
119
120 /* Define to 1 if you have the <limits.h> header file. */
121 #undef HAVE_LIMITS_H
122
123 /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
124 #undef HAVE_MACHINE_HAL_SYSINFO_H
125
126 /* Define to 1 if you have the <malloc.h> header file. */
127 #undef HAVE_MALLOC_H
128
129 /* Define to 1 if you have the `memchr' function. */
130 #undef HAVE_MEMCHR
131
132 /* Define to 1 if you have the `memcmp' function. */
133 #undef HAVE_MEMCMP
134
135 /* Define to 1 if you have the `memcpy' function. */
136 #undef HAVE_MEMCPY
137
138 /* Define to 1 if you have the `memmove' function. */
139 #undef HAVE_MEMMOVE
140
141 /* Define to 1 if you have the <memory.h> header file. */
142 #undef HAVE_MEMORY_H
143
144 /* Define to 1 if you have the `mempcpy' function. */
145 #undef HAVE_MEMPCPY
146
147 /* Define to 1 if you have the `memset' function. */
148 #undef HAVE_MEMSET
149
150 /* Define to 1 if you have the `mkstemps' function. */
151 #undef HAVE_MKSTEMPS
152
153 /* Define to 1 if you have a working `mmap' system call. */
154 #undef HAVE_MMAP
155
156 /* Define to 1 if you have the `on_exit' function. */
157 #undef HAVE_ON_EXIT
158
159 /* Define to 1 if you have the `psignal' function. */
160 #undef HAVE_PSIGNAL
161
162 /* Define to 1 if you have the `pstat_getdynamic' function. */
163 #undef HAVE_PSTAT_GETDYNAMIC
164
165 /* Define to 1 if you have the `pstat_getstatic' function. */
166 #undef HAVE_PSTAT_GETSTATIC
167
168 /* Define to 1 if you have the `putenv' function. */
169 #undef HAVE_PUTENV
170
171 /* Define to 1 if you have the `random' function. */
172 #undef HAVE_RANDOM
173
174 /* Define to 1 if you have the `realpath' function. */
175 #undef HAVE_REALPATH
176
177 /* Define to 1 if you have the `rename' function. */
178 #undef HAVE_RENAME
179
180 /* Define to 1 if you have the `rindex' function. */
181 #undef HAVE_RINDEX
182
183 /* Define to 1 if you have the `sbrk' function. */
184 #undef HAVE_SBRK
185
186 /* Define to 1 if you have the `setenv' function. */
187 #undef HAVE_SETENV
188
189 /* Define to 1 if you have the `sigsetmask' function. */
190 #undef HAVE_SIGSETMASK
191
192 /* Define to 1 if you have the `snprintf' function. */
193 #undef HAVE_SNPRINTF
194
195 /* Define to 1 if you have the <stdint.h> header file. */
196 #undef HAVE_STDINT_H
197
198 /* Define to 1 if you have the <stdio_ext.h> header file. */
199 #undef HAVE_STDIO_EXT_H
200
201 /* Define to 1 if you have the <stdlib.h> header file. */
202 #undef HAVE_STDLIB_H
203
204 /* Define to 1 if you have the `stpcpy' function. */
205 #undef HAVE_STPCPY
206
207 /* Define to 1 if you have the `stpncpy' function. */
208 #undef HAVE_STPNCPY
209
210 /* Define to 1 if you have the `strcasecmp' function. */
211 #undef HAVE_STRCASECMP
212
213 /* Define to 1 if you have the `strchr' function. */
214 #undef HAVE_STRCHR
215
216 /* Define to 1 if you have the `strdup' function. */
217 #undef HAVE_STRDUP
218
219 /* Define to 1 if you have the `strerror' function. */
220 #undef HAVE_STRERROR
221
222 /* Define to 1 if you have the <strings.h> header file. */
223 #undef HAVE_STRINGS_H
224
225 /* Define to 1 if you have the <string.h> header file. */
226 #undef HAVE_STRING_H
227
228 /* Define to 1 if you have the `strncasecmp' function. */
229 #undef HAVE_STRNCASECMP
230
231 /* Define to 1 if you have the `strndup' function. */
232 #undef HAVE_STRNDUP
233
234 /* Define to 1 if you have the `strrchr' function. */
235 #undef HAVE_STRRCHR
236
237 /* Define to 1 if you have the `strsignal' function. */
238 #undef HAVE_STRSIGNAL
239
240 /* Define to 1 if you have the `strstr' function. */
241 #undef HAVE_STRSTR
242
243 /* Define to 1 if you have the `strtod' function. */
244 #undef HAVE_STRTOD
245
246 /* Define to 1 if you have the `strtol' function. */
247 #undef HAVE_STRTOL
248
249 /* Define to 1 if you have the `strtoul' function. */
250 #undef HAVE_STRTOUL
251
252 /* Define to 1 if you have the `strverscmp' function. */
253 #undef HAVE_STRVERSCMP
254
255 /* Define to 1 if you have the `sysconf' function. */
256 #undef HAVE_SYSCONF
257
258 /* Define to 1 if you have the `sysctl' function. */
259 #undef HAVE_SYSCTL
260
261 /* Define to 1 if you have the `sysmp' function. */
262 #undef HAVE_SYSMP
263
264 /* Define if you have the sys_errlist variable. */
265 #undef HAVE_SYS_ERRLIST
266
267 /* Define to 1 if you have the <sys/file.h> header file. */
268 #undef HAVE_SYS_FILE_H
269
270 /* Define to 1 if you have the <sys/mman.h> header file. */
271 #undef HAVE_SYS_MMAN_H
272
273 /* Define if you have the sys_nerr variable. */
274 #undef HAVE_SYS_NERR
275
276 /* Define to 1 if you have the <sys/param.h> header file. */
277 #undef HAVE_SYS_PARAM_H
278
279 /* Define to 1 if you have the <sys/pstat.h> header file. */
280 #undef HAVE_SYS_PSTAT_H
281
282 /* Define to 1 if you have the <sys/resource.h> header file. */
283 #undef HAVE_SYS_RESOURCE_H
284
285 /* Define if you have the sys_siglist variable. */
286 #undef HAVE_SYS_SIGLIST
287
288 /* Define to 1 if you have the <sys/stat.h> header file. */
289 #undef HAVE_SYS_STAT_H
290
291 /* Define to 1 if you have the <sys/sysctl.h> header file. */
292 #undef HAVE_SYS_SYSCTL_H
293
294 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
295 #undef HAVE_SYS_SYSINFO_H
296
297 /* Define to 1 if you have the <sys/sysmp.h> header file. */
298 #undef HAVE_SYS_SYSMP_H
299
300 /* Define to 1 if you have the <sys/systemcfg.h> header file. */
301 #undef HAVE_SYS_SYSTEMCFG_H
302
303 /* Define to 1 if you have the <sys/table.h> header file. */
304 #undef HAVE_SYS_TABLE_H
305
306 /* Define to 1 if you have the <sys/time.h> header file. */
307 #undef HAVE_SYS_TIME_H
308
309 /* Define to 1 if you have the <sys/types.h> header file. */
310 #undef HAVE_SYS_TYPES_H
311
312 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
313 #undef HAVE_SYS_WAIT_H
314
315 /* Define to 1 if you have the `table' function. */
316 #undef HAVE_TABLE
317
318 /* Define to 1 if you have the `times' function. */
319 #undef HAVE_TIMES
320
321 /* Define to 1 if you have the <time.h> header file. */
322 #undef HAVE_TIME_H
323
324 /* Define to 1 if you have the `tmpnam' function. */
325 #undef HAVE_TMPNAM
326
327 /* Define if you have the \`uintptr_t' type. */
328 #undef HAVE_UINTPTR_T
329
330 /* Define to 1 if you have the <unistd.h> header file. */
331 #undef HAVE_UNISTD_H
332
333 /* Define to 1 if you have the `vasprintf' function. */
334 #undef HAVE_VASPRINTF
335
336 /* Define to 1 if you have the `vfork' function. */
337 #undef HAVE_VFORK
338
339 /* Define to 1 if you have the <vfork.h> header file. */
340 #undef HAVE_VFORK_H
341
342 /* Define to 1 if you have the `vfprintf' function. */
343 #undef HAVE_VFPRINTF
344
345 /* Define to 1 if you have the `vprintf' function. */
346 #undef HAVE_VPRINTF
347
348 /* Define to 1 if you have the `vsnprintf' function. */
349 #undef HAVE_VSNPRINTF
350
351 /* Define to 1 if you have the `vsprintf' function. */
352 #undef HAVE_VSPRINTF
353
354 /* Define to 1 if you have the `wait3' function. */
355 #undef HAVE_WAIT3
356
357 /* Define to 1 if you have the `wait4' function. */
358 #undef HAVE_WAIT4
359
360 /* Define to 1 if you have the `waitpid' function. */
361 #undef HAVE_WAITPID
362
363 /* Define to 1 if `fork' works. */
364 #undef HAVE_WORKING_FORK
365
366 /* Define to 1 if `vfork' works. */
367 #undef HAVE_WORKING_VFORK
368
369 /* Define to 1 if you have the `_doprnt' function. */
370 #undef HAVE__DOPRNT
371
372 /* Define if you have the _system_configuration variable. */
373 #undef HAVE__SYSTEM_CONFIGURATION
374
375 /* Define to 1 if you have the `__fsetlocking' function. */
376 #undef HAVE___FSETLOCKING
377
378 /* Define if canonicalize_file_name is not declared in system header files. */
379 #undef NEED_DECLARATION_CANONICALIZE_FILE_NAME
380
381 /* Define if errno must be declared even when <errno.h> is included. */
382 #undef NEED_DECLARATION_ERRNO
383
384 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
385 #undef NO_MINUS_C_MINUS_O
386
387 /* Define to the address where bug reports for this package should be sent. */
388 #undef PACKAGE_BUGREPORT
389
390 /* Define to the full name of this package. */
391 #undef PACKAGE_NAME
392
393 /* Define to the full name and version of this package. */
394 #undef PACKAGE_STRING
395
396 /* Define to the one symbol short name of this package. */
397 #undef PACKAGE_TARNAME
398
399 /* Define to the version of this package. */
400 #undef PACKAGE_VERSION
401
402 /* The size of a `int', as computed by sizeof. */
403 #undef SIZEOF_INT
404
405 /* Define if you know the direction of stack growth for your system; otherwise
406    it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
407    toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
408    STACK_DIRECTION = 0 => direction of growth unknown */
409 #undef STACK_DIRECTION
410
411 /* Define to 1 if you have the ANSI C header files. */
412 #undef STDC_HEADERS
413
414 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
415 #undef TIME_WITH_SYS_TIME
416
417 /* Define to an unsigned 64-bit type available in the compiler. */
418 #undef UNSIGNED_64BIT_TYPE
419
420 /* Define to 1 if your processor stores words with the most significant byte
421    first (like Motorola and SPARC, unlike Intel and VAX). */
422 #undef WORDS_BIGENDIAN
423
424 /* Define to empty if `const' does not conform to ANSI C. */
425 #undef const
426
427 /* Define to `__inline__' or `__inline' if that's what the C compiler
428    calls it, or to nothing if 'inline' is not supported under any name.  */
429 #ifndef __cplusplus
430 #undef inline
431 #endif
432
433 /* Define to `int' if <sys/types.h> does not define. */
434 #undef pid_t
435
436 /* Define to `unsigned long' if <sys/types.h> does not define. */
437 #undef uintptr_t
438
439 /* Define as `fork' if `vfork' does not work. */
440 #undef vfork