]> git.ipfire.org Git - thirdparty/gcc.git/blob - libiberty/config.in
libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is not defined.
[thirdparty/gcc.git] / libiberty / config.in
1 /* config.in. Generated from configure.ac by autoheader. */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
7 This function is required for alloca.c support on those systems. */
8 #undef CRAY_STACKSEG_END
9
10 /* Define to 1 if you have the <alloca.h> header file. */
11 #undef HAVE_ALLOCA_H
12
13 /* Define to 1 if you have the `asprintf' function. */
14 #undef HAVE_ASPRINTF
15
16 /* Define to 1 if you have the `atexit' function. */
17 #undef HAVE_ATEXIT
18
19 /* Define to 1 if you have the `basename' function. */
20 #undef HAVE_BASENAME
21
22 /* Define to 1 if you have the `bcmp' function. */
23 #undef HAVE_BCMP
24
25 /* Define to 1 if you have the `bcopy' function. */
26 #undef HAVE_BCOPY
27
28 /* Define to 1 if you have the `bsearch' function. */
29 #undef HAVE_BSEARCH
30
31 /* Define to 1 if you have the `bzero' function. */
32 #undef HAVE_BZERO
33
34 /* Define to 1 if you have the `calloc' function. */
35 #undef HAVE_CALLOC
36
37 /* Define to 1 if you have the `canonicalize_file_name' function. */
38 #undef HAVE_CANONICALIZE_FILE_NAME
39
40 /* Define to 1 if you have the `clock' function. */
41 #undef HAVE_CLOCK
42
43 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
44 don't. */
45 #undef HAVE_DECL_ASPRINTF
46
47 /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
48 you don't. */
49 #undef HAVE_DECL_BASENAME
50
51 /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
52 */
53 #undef HAVE_DECL_CALLOC
54
55 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
56 #undef HAVE_DECL_FFS
57
58 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
59 */
60 #undef HAVE_DECL_GETENV
61
62 /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
63 */
64 #undef HAVE_DECL_GETOPT
65
66 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
67 */
68 #undef HAVE_DECL_MALLOC
69
70 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
71 don't. */
72 #undef HAVE_DECL_REALLOC
73
74 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
75 */
76 #undef HAVE_DECL_SBRK
77
78 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
79 don't. */
80 #undef HAVE_DECL_SNPRINTF
81
82 /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
83 */
84 #undef HAVE_DECL_STRTOL
85
86 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
87 don't. */
88 #undef HAVE_DECL_STRTOLL
89
90 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
91 don't. */
92 #undef HAVE_DECL_STRTOUL
93
94 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
95 don't. */
96 #undef HAVE_DECL_STRTOULL
97
98 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
99 don't. */
100 #undef HAVE_DECL_STRVERSCMP
101
102 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
103 don't. */
104 #undef HAVE_DECL_VASPRINTF
105
106 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
107 don't. */
108 #undef HAVE_DECL_VSNPRINTF
109
110 /* Define to 1 if you have the `dup3' function. */
111 #undef HAVE_DUP3
112
113 /* Define to 1 if you have the <fcntl.h> header file. */
114 #undef HAVE_FCNTL_H
115
116 /* Define to 1 if you have the `ffs' function. */
117 #undef HAVE_FFS
118
119 /* Define to 1 if you have the `fork' function. */
120 #undef HAVE_FORK
121
122 /* Define to 1 if you have the `getcwd' function. */
123 #undef HAVE_GETCWD
124
125 /* Define to 1 if you have the `getpagesize' function. */
126 #undef HAVE_GETPAGESIZE
127
128 /* Define to 1 if you have the `getrlimit' function. */
129 #undef HAVE_GETRLIMIT
130
131 /* Define to 1 if you have the `getrusage' function. */
132 #undef HAVE_GETRUSAGE
133
134 /* Define to 1 if you have the `getsysinfo' function. */
135 #undef HAVE_GETSYSINFO
136
137 /* Define to 1 if you have the `gettimeofday' function. */
138 #undef HAVE_GETTIMEOFDAY
139
140 /* Define to 1 if you have the `index' function. */
141 #undef HAVE_INDEX
142
143 /* Define to 1 if you have the `insque' function. */
144 #undef HAVE_INSQUE
145
146 /* Define to 1 if the system has the type `intptr_t'. */
147 #undef HAVE_INTPTR_T
148
149 /* Define to 1 if you have the <inttypes.h> header file. */
150 #undef HAVE_INTTYPES_H
151
152 /* Define to 1 if you have the <limits.h> header file. */
153 #undef HAVE_LIMITS_H
154
155 /* Define if you have the `long long' type. */
156 #undef HAVE_LONG_LONG
157
158 /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
159 #undef HAVE_MACHINE_HAL_SYSINFO_H
160
161 /* Define to 1 if you have the <malloc.h> header file. */
162 #undef HAVE_MALLOC_H
163
164 /* Define to 1 if you have the `memchr' function. */
165 #undef HAVE_MEMCHR
166
167 /* Define to 1 if you have the `memcmp' function. */
168 #undef HAVE_MEMCMP
169
170 /* Define to 1 if you have the `memcpy' function. */
171 #undef HAVE_MEMCPY
172
173 /* Define to 1 if you have the `memmem' function. */
174 #undef HAVE_MEMMEM
175
176 /* Define to 1 if you have the `memmove' function. */
177 #undef HAVE_MEMMOVE
178
179 /* Define to 1 if you have the <memory.h> header file. */
180 #undef HAVE_MEMORY_H
181
182 /* Define to 1 if you have the `memset' function. */
183 #undef HAVE_MEMSET
184
185 /* Define to 1 if you have the `mkstemps' function. */
186 #undef HAVE_MKSTEMPS
187
188 /* Define to 1 if you have a working `mmap' system call. */
189 #undef HAVE_MMAP
190
191 /* Define to 1 if you have the `on_exit' function. */
192 #undef HAVE_ON_EXIT
193
194 /* Define to 1 if you have the <process.h> header file. */
195 #undef HAVE_PROCESS_H
196
197 /* Define to 1 if you have the `psignal' function. */
198 #undef HAVE_PSIGNAL
199
200 /* Define to 1 if you have the `pstat_getdynamic' function. */
201 #undef HAVE_PSTAT_GETDYNAMIC
202
203 /* Define to 1 if you have the `pstat_getstatic' function. */
204 #undef HAVE_PSTAT_GETSTATIC
205
206 /* Define to 1 if you have the `putenv' function. */
207 #undef HAVE_PUTENV
208
209 /* Define to 1 if you have the `random' function. */
210 #undef HAVE_RANDOM
211
212 /* Define to 1 if you have the `realpath' function. */
213 #undef HAVE_REALPATH
214
215 /* Define to 1 if you have the `rename' function. */
216 #undef HAVE_RENAME
217
218 /* Define to 1 if you have the `rindex' function. */
219 #undef HAVE_RINDEX
220
221 /* Define to 1 if you have the `sbrk' function. */
222 #undef HAVE_SBRK
223
224 /* Define to 1 if you have the `setenv' function. */
225 #undef HAVE_SETENV
226
227 /* Define to 1 if you have the `setproctitle' function. */
228 #undef HAVE_SETPROCTITLE
229
230 /* Define to 1 if you have the `setrlimit' function. */
231 #undef HAVE_SETRLIMIT
232
233 /* Define to 1 if you have the `sigsetmask' function. */
234 #undef HAVE_SIGSETMASK
235
236 /* Define to 1 if you have the `snprintf' function. */
237 #undef HAVE_SNPRINTF
238
239 /* Define to 1 if you have the `spawnve' function. */
240 #undef HAVE_SPAWNVE
241
242 /* Define to 1 if you have the `spawnvpe' function. */
243 #undef HAVE_SPAWNVPE
244
245 /* Define to 1 if you have the <stdint.h> header file. */
246 #undef HAVE_STDINT_H
247
248 /* Define to 1 if you have the <stdio_ext.h> header file. */
249 #undef HAVE_STDIO_EXT_H
250
251 /* Define to 1 if you have the <stdlib.h> header file. */
252 #undef HAVE_STDLIB_H
253
254 /* Define to 1 if you have the `stpcpy' function. */
255 #undef HAVE_STPCPY
256
257 /* Define to 1 if you have the `stpncpy' function. */
258 #undef HAVE_STPNCPY
259
260 /* Define to 1 if you have the `strcasecmp' function. */
261 #undef HAVE_STRCASECMP
262
263 /* Define to 1 if you have the `strchr' function. */
264 #undef HAVE_STRCHR
265
266 /* Define to 1 if you have the `strdup' function. */
267 #undef HAVE_STRDUP
268
269 /* Define to 1 if you have the `strerror' function. */
270 #undef HAVE_STRERROR
271
272 /* Define to 1 if you have the <strings.h> header file. */
273 #undef HAVE_STRINGS_H
274
275 /* Define to 1 if you have the <string.h> header file. */
276 #undef HAVE_STRING_H
277
278 /* Define to 1 if you have the `strncasecmp' function. */
279 #undef HAVE_STRNCASECMP
280
281 /* Define to 1 if you have the `strndup' function. */
282 #undef HAVE_STRNDUP
283
284 /* Define to 1 if you have the `strnlen' function. */
285 #undef HAVE_STRNLEN
286
287 /* Define to 1 if you have the `strrchr' function. */
288 #undef HAVE_STRRCHR
289
290 /* Define to 1 if you have the `strsignal' function. */
291 #undef HAVE_STRSIGNAL
292
293 /* Define to 1 if you have the `strstr' function. */
294 #undef HAVE_STRSTR
295
296 /* Define to 1 if you have the `strtod' function. */
297 #undef HAVE_STRTOD
298
299 /* Define to 1 if you have the `strtol' function. */
300 #undef HAVE_STRTOL
301
302 /* Define to 1 if you have the `strtoll' function. */
303 #undef HAVE_STRTOLL
304
305 /* Define to 1 if you have the `strtoul' function. */
306 #undef HAVE_STRTOUL
307
308 /* Define to 1 if you have the `strtoull' function. */
309 #undef HAVE_STRTOULL
310
311 /* Define to 1 if you have the `strverscmp' function. */
312 #undef HAVE_STRVERSCMP
313
314 /* Define to 1 if you have the `sysconf' function. */
315 #undef HAVE_SYSCONF
316
317 /* Define to 1 if you have the `sysctl' function. */
318 #undef HAVE_SYSCTL
319
320 /* Define to 1 if you have the `sysmp' function. */
321 #undef HAVE_SYSMP
322
323 /* Define if you have the sys_errlist variable. */
324 #undef HAVE_SYS_ERRLIST
325
326 /* Define to 1 if you have the <sys/file.h> header file. */
327 #undef HAVE_SYS_FILE_H
328
329 /* Define to 1 if you have the <sys/mman.h> header file. */
330 #undef HAVE_SYS_MMAN_H
331
332 /* Define if you have the sys_nerr variable. */
333 #undef HAVE_SYS_NERR
334
335 /* Define to 1 if you have the <sys/param.h> header file. */
336 #undef HAVE_SYS_PARAM_H
337
338 /* Define to 1 if you have the <sys/prctl.h> header file. */
339 #undef HAVE_SYS_PRCTL_H
340
341 /* Define to 1 if you have the <sys/pstat.h> header file. */
342 #undef HAVE_SYS_PSTAT_H
343
344 /* Define to 1 if you have the <sys/resource.h> header file. */
345 #undef HAVE_SYS_RESOURCE_H
346
347 /* Define if you have the sys_siglist variable. */
348 #undef HAVE_SYS_SIGLIST
349
350 /* Define to 1 if you have the <sys/stat.h> header file. */
351 #undef HAVE_SYS_STAT_H
352
353 /* Define to 1 if you have the <sys/sysctl.h> header file. */
354 #undef HAVE_SYS_SYSCTL_H
355
356 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
357 #undef HAVE_SYS_SYSINFO_H
358
359 /* Define to 1 if you have the <sys/sysmp.h> header file. */
360 #undef HAVE_SYS_SYSMP_H
361
362 /* Define to 1 if you have the <sys/systemcfg.h> header file. */
363 #undef HAVE_SYS_SYSTEMCFG_H
364
365 /* Define to 1 if you have the <sys/table.h> header file. */
366 #undef HAVE_SYS_TABLE_H
367
368 /* Define to 1 if you have the <sys/time.h> header file. */
369 #undef HAVE_SYS_TIME_H
370
371 /* Define to 1 if you have the <sys/types.h> header file. */
372 #undef HAVE_SYS_TYPES_H
373
374 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
375 #undef HAVE_SYS_WAIT_H
376
377 /* Define to 1 if you have the `table' function. */
378 #undef HAVE_TABLE
379
380 /* Define to 1 if you have the `times' function. */
381 #undef HAVE_TIMES
382
383 /* Define to 1 if you have the <time.h> header file. */
384 #undef HAVE_TIME_H
385
386 /* Define to 1 if you have the `tmpnam' function. */
387 #undef HAVE_TMPNAM
388
389 /* Define if you have the \`uintptr_t' type. */
390 #undef HAVE_UINTPTR_T
391
392 /* Define to 1 if you have the <unistd.h> header file. */
393 #undef HAVE_UNISTD_H
394
395 /* Define to 1 if you have the `vasprintf' function. */
396 #undef HAVE_VASPRINTF
397
398 /* Define to 1 if you have the `vfork' function. */
399 #undef HAVE_VFORK
400
401 /* Define to 1 if you have the <vfork.h> header file. */
402 #undef HAVE_VFORK_H
403
404 /* Define to 1 if you have the `vfprintf' function. */
405 #undef HAVE_VFPRINTF
406
407 /* Define to 1 if you have the `vprintf' function. */
408 #undef HAVE_VPRINTF
409
410 /* Define to 1 if you have the `vsprintf' function. */
411 #undef HAVE_VSPRINTF
412
413 /* Define to 1 if you have the `wait3' function. */
414 #undef HAVE_WAIT3
415
416 /* Define to 1 if you have the `wait4' function. */
417 #undef HAVE_WAIT4
418
419 /* Define to 1 if you have the `waitpid' function. */
420 #undef HAVE_WAITPID
421
422 /* Define to 1 if `fork' works. */
423 #undef HAVE_WORKING_FORK
424
425 /* Define to 1 if `vfork' works. */
426 #undef HAVE_WORKING_VFORK
427
428 /* Define to 1 if you have the `_doprnt' function. */
429 #undef HAVE__DOPRNT
430
431 /* Define if you have the _system_configuration variable. */
432 #undef HAVE__SYSTEM_CONFIGURATION
433
434 /* Define to 1 if you have the `__fsetlocking' function. */
435 #undef HAVE___FSETLOCKING
436
437 /* Define if canonicalize_file_name is not declared in system header files. */
438 #undef NEED_DECLARATION_CANONICALIZE_FILE_NAME
439
440 /* Define if errno must be declared even when <errno.h> is included. */
441 #undef NEED_DECLARATION_ERRNO
442
443 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
444 #undef NO_MINUS_C_MINUS_O
445
446 /* Define to the address where bug reports for this package should be sent. */
447 #undef PACKAGE_BUGREPORT
448
449 /* Define to the full name of this package. */
450 #undef PACKAGE_NAME
451
452 /* Define to the full name and version of this package. */
453 #undef PACKAGE_STRING
454
455 /* Define to the one symbol short name of this package. */
456 #undef PACKAGE_TARNAME
457
458 /* Define to the home page for this package. */
459 #undef PACKAGE_URL
460
461 /* Define to the version of this package. */
462 #undef PACKAGE_VERSION
463
464 /* The size of `int', as computed by sizeof. */
465 #undef SIZEOF_INT
466
467 /* The size of `long', as computed by sizeof. */
468 #undef SIZEOF_LONG
469
470 /* The size of `long long', as computed by sizeof. */
471 #undef SIZEOF_LONG_LONG
472
473 /* Define if you know the direction of stack growth for your system; otherwise
474 it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
475 toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
476 STACK_DIRECTION = 0 => direction of growth unknown */
477 #undef STACK_DIRECTION
478
479 /* Define to 1 if you have the ANSI C header files. */
480 #undef STDC_HEADERS
481
482 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
483 #undef TIME_WITH_SYS_TIME
484
485 /* Define to an unsigned 64-bit type available in the compiler. */
486 #undef UNSIGNED_64BIT_TYPE
487
488 /* Enable extensions on AIX 3, Interix. */
489 #ifndef _ALL_SOURCE
490 # undef _ALL_SOURCE
491 #endif
492 /* Enable GNU extensions on systems that have them. */
493 #ifndef _GNU_SOURCE
494 # undef _GNU_SOURCE
495 #endif
496 /* Enable threading extensions on Solaris. */
497 #ifndef _POSIX_PTHREAD_SEMANTICS
498 # undef _POSIX_PTHREAD_SEMANTICS
499 #endif
500 /* Enable extensions on HP NonStop. */
501 #ifndef _TANDEM_SOURCE
502 # undef _TANDEM_SOURCE
503 #endif
504 /* Enable general extensions on Solaris. */
505 #ifndef __EXTENSIONS__
506 # undef __EXTENSIONS__
507 #endif
508
509
510 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
511 significant byte first (like Motorola and SPARC, unlike Intel). */
512 #if defined AC_APPLE_UNIVERSAL_BUILD
513 # if defined __BIG_ENDIAN__
514 # define WORDS_BIGENDIAN 1
515 # endif
516 #else
517 # ifndef WORDS_BIGENDIAN
518 # undef WORDS_BIGENDIAN
519 # endif
520 #endif
521
522 /* Number of bits in a file offset, on hosts where this is settable. */
523 #undef _FILE_OFFSET_BITS
524
525 /* Define for large files, on AIX-style hosts. */
526 #undef _LARGE_FILES
527
528 /* Define to 1 if on MINIX. */
529 #undef _MINIX
530
531 /* Define to 2 if the system does not provide POSIX.1 features except with
532 this defined. */
533 #undef _POSIX_1_SOURCE
534
535 /* Define to 1 if you need to in order for `stat' and other things to work. */
536 #undef _POSIX_SOURCE
537
538 /* Define to empty if `const' does not conform to ANSI C. */
539 #undef const
540
541 /* Define to `__inline__' or `__inline' if that's what the C compiler
542 calls it, or to nothing if 'inline' is not supported under any name. */
543 #ifndef __cplusplus
544 #undef inline
545 #endif
546
547 /* Define to the type of a signed integer type wide enough to hold a pointer,
548 if such a type exists, and if the system does not define it. */
549 #undef intptr_t
550
551 /* Define to `int' if <sys/types.h> does not define. */
552 #undef pid_t
553
554 /* Define to `int' if <sys/types.h> does not define. */
555 #undef ssize_t
556
557 /* Define to the type of an unsigned integer type wide enough to hold a
558 pointer, if such a type exists, and if the system does not define it. */
559 #undef uintptr_t
560
561 /* Define as `fork' if `vfork' does not work. */
562 #undef vfork