* configure.in: Add --enable-libssp and --disable-libssp.
[deliverable/binutils-gdb.git] / libiberty / config.in
CommitLineData
1a79b024 1/* config.in. Generated from configure.ac by autoheader. */
62df2065 2
1a79b024
DD
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
073c427b 6
1a79b024
DD
7/* Define to 1 if you have the <alloca.h> header file. */
8#undef HAVE_ALLOCA_H
dc579051 9
1a79b024 10/* Define to 1 if you have the `asprintf' function. */
252b5132
RH
11#undef HAVE_ASPRINTF
12
1a79b024 13/* Define to 1 if you have the `atexit' function. */
252b5132
RH
14#undef HAVE_ATEXIT
15
1a79b024 16/* Define to 1 if you have the `basename' function. */
252b5132
RH
17#undef HAVE_BASENAME
18
1a79b024 19/* Define to 1 if you have the `bcmp' function. */
252b5132
RH
20#undef HAVE_BCMP
21
1a79b024 22/* Define to 1 if you have the `bcopy' function. */
252b5132
RH
23#undef HAVE_BCOPY
24
1a79b024 25/* Define to 1 if you have the `bsearch' function. */
c6da642e
DD
26#undef HAVE_BSEARCH
27
1a79b024 28/* Define to 1 if you have the `bzero' function. */
252b5132
RH
29#undef HAVE_BZERO
30
1a79b024 31/* Define to 1 if you have the `calloc' function. */
252b5132
RH
32#undef HAVE_CALLOC
33
1a79b024 34/* Define to 1 if you have the `canonicalize_file_name' function. */
ba61a412
DJ
35#undef HAVE_CANONICALIZE_FILE_NAME
36
1a79b024 37/* Define to 1 if you have the `clock' function. */
252b5132
RH
38#undef HAVE_CLOCK
39
41c953f9
DD
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
abf6a75b
DD
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
41c953f9
DD
52/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
53#undef HAVE_DECL_FFS
54
abf6a75b
DD
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
01e94249
DD
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
20ae7c34
KC
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
41c953f9
DD
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
01e94249
DD
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
1a79b024
DD
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. */
24acd898
DD
91#undef HAVE_FFS
92
1a79b024
DD
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. */
252b5132
RH
97#undef HAVE_GETCWD
98
1a79b024 99/* Define to 1 if you have the `getpagesize' function. */
252b5132
RH
100#undef HAVE_GETPAGESIZE
101
1a79b024 102/* Define to 1 if you have the `getrusage' function. */
252b5132
RH
103#undef HAVE_GETRUSAGE
104
1a79b024 105/* Define to 1 if you have the `getsysinfo' function. */
192cbe66
DD
106#undef HAVE_GETSYSINFO
107
1a79b024 108/* Define to 1 if you have the `gettimeofday' function. */
0c0a36a4
ILT
109#undef HAVE_GETTIMEOFDAY
110
1a79b024 111/* Define to 1 if you have the `index' function. */
252b5132
RH
112#undef HAVE_INDEX
113
1a79b024 114/* Define to 1 if you have the `insque' function. */
252b5132
RH
115#undef HAVE_INSQUE
116
1a79b024
DD
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. */
252b5132
RH
130#undef HAVE_MEMCHR
131
1a79b024 132/* Define to 1 if you have the `memcmp' function. */
252b5132
RH
133#undef HAVE_MEMCMP
134
1a79b024 135/* Define to 1 if you have the `memcpy' function. */
252b5132
RH
136#undef HAVE_MEMCPY
137
1a79b024 138/* Define to 1 if you have the `memmove' function. */
252b5132
RH
139#undef HAVE_MEMMOVE
140
1a79b024
DD
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. */
10b57b38
DD
145#undef HAVE_MEMPCPY
146
1a79b024 147/* Define to 1 if you have the `memset' function. */
252b5132
RH
148#undef HAVE_MEMSET
149
1a79b024 150/* Define to 1 if you have the `mkstemps' function. */
c1687039
ILT
151#undef HAVE_MKSTEMPS
152
1a79b024
DD
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. */
252b5132
RH
157#undef HAVE_ON_EXIT
158
1a79b024 159/* Define to 1 if you have the `psignal' function. */
252b5132
RH
160#undef HAVE_PSIGNAL
161
1a79b024 162/* Define to 1 if you have the `pstat_getdynamic' function. */
900d2082
DD
163#undef HAVE_PSTAT_GETDYNAMIC
164
1a79b024 165/* Define to 1 if you have the `pstat_getstatic' function. */
900d2082
DD
166#undef HAVE_PSTAT_GETSTATIC
167
1a79b024 168/* Define to 1 if you have the `putenv' function. */
0c0a36a4
ILT
169#undef HAVE_PUTENV
170
1a79b024 171/* Define to 1 if you have the `random' function. */
252b5132
RH
172#undef HAVE_RANDOM
173
1a79b024 174/* Define to 1 if you have the `realpath' function. */
ba61a412
DJ
175#undef HAVE_REALPATH
176
1a79b024 177/* Define to 1 if you have the `rename' function. */
252b5132
RH
178#undef HAVE_RENAME
179
1a79b024 180/* Define to 1 if you have the `rindex' function. */
252b5132
RH
181#undef HAVE_RINDEX
182
1a79b024 183/* Define to 1 if you have the `sbrk' function. */
c1687039
ILT
184#undef HAVE_SBRK
185
1a79b024 186/* Define to 1 if you have the `setenv' function. */
0c0a36a4
ILT
187#undef HAVE_SETENV
188
1a79b024 189/* Define to 1 if you have the `sigsetmask' function. */
252b5132
RH
190#undef HAVE_SIGSETMASK
191
1a79b024 192/* Define to 1 if you have the `snprintf' function. */
2ed1e5cc
DD
193#undef HAVE_SNPRINTF
194
1a79b024
DD
195/* Define to 1 if you have the <stdint.h> header file. */
196#undef HAVE_STDINT_H
197
ac119ae8
DD
198/* Define to 1 if you have the <stdio_ext.h> header file. */
199#undef HAVE_STDIO_EXT_H
200
1a79b024
DD
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. */
10b57b38
DD
205#undef HAVE_STPCPY
206
1a79b024 207/* Define to 1 if you have the `stpncpy' function. */
10b57b38
DD
208#undef HAVE_STPNCPY
209
1a79b024 210/* Define to 1 if you have the `strcasecmp' function. */
252b5132
RH
211#undef HAVE_STRCASECMP
212
1a79b024 213/* Define to 1 if you have the `strchr' function. */
252b5132
RH
214#undef HAVE_STRCHR
215
1a79b024 216/* Define to 1 if you have the `strdup' function. */
252b5132
RH
217#undef HAVE_STRDUP
218
1a79b024 219/* Define to 1 if you have the `strerror' function. */
252b5132
RH
220#undef HAVE_STRERROR
221
1a79b024
DD
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. */
252b5132
RH
229#undef HAVE_STRNCASECMP
230
0fad4bdb
DD
231/* Define to 1 if you have the `strndup' function. */
232#undef HAVE_STRNDUP
233
1a79b024 234/* Define to 1 if you have the `strrchr' function. */
252b5132
RH
235#undef HAVE_STRRCHR
236
1a79b024 237/* Define to 1 if you have the `strsignal' function. */
252b5132
RH
238#undef HAVE_STRSIGNAL
239
1a79b024 240/* Define to 1 if you have the `strstr' function. */
252b5132
RH
241#undef HAVE_STRSTR
242
1a79b024 243/* Define to 1 if you have the `strtod' function. */
252b5132
RH
244#undef HAVE_STRTOD
245
1a79b024 246/* Define to 1 if you have the `strtol' function. */
252b5132
RH
247#undef HAVE_STRTOL
248
1a79b024 249/* Define to 1 if you have the `strtoul' function. */
252b5132
RH
250#undef HAVE_STRTOUL
251
20ae7c34
KC
252/* Define to 1 if you have the `strverscmp' function. */
253#undef HAVE_STRVERSCMP
254
1a79b024 255/* Define to 1 if you have the `sysconf' function. */
252b5132
RH
256#undef HAVE_SYSCONF
257
1a79b024 258/* Define to 1 if you have the `sysctl' function. */
cc529274
DD
259#undef HAVE_SYSCTL
260
1a79b024 261/* Define to 1 if you have the `sysmp' function. */
192cbe66
DD
262#undef HAVE_SYSMP
263
1a79b024
DD
264/* Define if you have the sys_errlist variable. */
265#undef HAVE_SYS_ERRLIST
192cbe66 266
1a79b024
DD
267/* Define to 1 if you have the <sys/file.h> header file. */
268#undef HAVE_SYS_FILE_H
252b5132 269
1a79b024
DD
270/* Define to 1 if you have the <sys/mman.h> header file. */
271#undef HAVE_SYS_MMAN_H
252b5132 272
1a79b024
DD
273/* Define if you have the sys_nerr variable. */
274#undef HAVE_SYS_NERR
252b5132 275
1a79b024
DD
276/* Define to 1 if you have the <sys/param.h> header file. */
277#undef HAVE_SYS_PARAM_H
252b5132 278
1a79b024
DD
279/* Define to 1 if you have the <sys/pstat.h> header file. */
280#undef HAVE_SYS_PSTAT_H
252b5132 281
1a79b024
DD
282/* Define to 1 if you have the <sys/resource.h> header file. */
283#undef HAVE_SYS_RESOURCE_H
2ed1e5cc 284
1a79b024
DD
285/* Define if you have the sys_siglist variable. */
286#undef HAVE_SYS_SIGLIST
252b5132 287
1a79b024
DD
288/* Define to 1 if you have the <sys/stat.h> header file. */
289#undef HAVE_SYS_STAT_H
252b5132 290
1a79b024
DD
291/* Define to 1 if you have the <sys/sysctl.h> header file. */
292#undef HAVE_SYS_SYSCTL_H
5527febf 293
1a79b024
DD
294/* Define to 1 if you have the <sys/sysinfo.h> header file. */
295#undef HAVE_SYS_SYSINFO_H
24acd898 296
1a79b024
DD
297/* Define to 1 if you have the <sys/sysmp.h> header file. */
298#undef HAVE_SYS_SYSMP_H
62df2065 299
1a79b024
DD
300/* Define to 1 if you have the <sys/systemcfg.h> header file. */
301#undef HAVE_SYS_SYSTEMCFG_H
192cbe66 302
1a79b024
DD
303/* Define to 1 if you have the <sys/table.h> header file. */
304#undef HAVE_SYS_TABLE_H
252b5132 305
1a79b024
DD
306/* Define to 1 if you have the <sys/time.h> header file. */
307#undef HAVE_SYS_TIME_H
252b5132 308
1a79b024
DD
309/* Define to 1 if you have the <sys/types.h> header file. */
310#undef HAVE_SYS_TYPES_H
252b5132 311
1a79b024
DD
312/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
313#undef HAVE_SYS_WAIT_H
252b5132 314
1a79b024
DD
315/* Define to 1 if you have the `table' function. */
316#undef HAVE_TABLE
eb383413 317
1a79b024
DD
318/* Define to 1 if you have the `times' function. */
319#undef HAVE_TIMES
252b5132 320
1a79b024
DD
321/* Define to 1 if you have the <time.h> header file. */
322#undef HAVE_TIME_H
4938384a 323
1a79b024
DD
324/* Define to 1 if you have the `tmpnam' function. */
325#undef HAVE_TMPNAM
c1687039 326
1a79b024
DD
327/* Define if you have the \`uintptr_t' type. */
328#undef HAVE_UINTPTR_T
0c0a36a4 329
1a79b024
DD
330/* Define to 1 if you have the <unistd.h> header file. */
331#undef HAVE_UNISTD_H
cc529274 332
1a79b024
DD
333/* Define to 1 if you have the `vasprintf' function. */
334#undef HAVE_VASPRINTF
192cbe66 335
1a79b024
DD
336/* Define to 1 if you have the `vfork' function. */
337#undef HAVE_VFORK
192cbe66 338
1a79b024
DD
339/* Define to 1 if you have the <vfork.h> header file. */
340#undef HAVE_VFORK_H
cc529274 341
1a79b024
DD
342/* Define to 1 if you have the `vfprintf' function. */
343#undef HAVE_VFPRINTF
192cbe66 344
1a79b024
DD
345/* Define to 1 if you have the `vprintf' function. */
346#undef HAVE_VPRINTF
252b5132 347
1a79b024
DD
348/* Define to 1 if you have the `vsnprintf' function. */
349#undef HAVE_VSNPRINTF
62df2065 350
1a79b024
DD
351/* Define to 1 if you have the `vsprintf' function. */
352#undef HAVE_VSPRINTF
7d3ffcaf 353
aa55ccb1
DD
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
1a79b024
DD
360/* Define to 1 if you have the `waitpid' function. */
361#undef HAVE_WAITPID
5f73c378 362
1a79b024
DD
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
7108c5dc 374
ac119ae8
DD
375/* Define to 1 if you have the `__fsetlocking' function. */
376#undef HAVE___FSETLOCKING
377
1a79b024
DD
378/* Define if canonicalize_file_name is not declared in system header files. */
379#undef NEED_DECLARATION_CANONICALIZE_FILE_NAME
7108c5dc 380
7d3ffcaf
JL
381/* Define if errno must be declared even when <errno.h> is included. */
382#undef NEED_DECLARATION_ERRNO
383
1a79b024
DD
384/* Define to 1 if your C compiler doesn't accept -c and -o together. */
385#undef NO_MINUS_C_MINUS_O
24acd898 386
1a79b024
DD
387/* Define to the address where bug reports for this package should be sent. */
388#undef PACKAGE_BUGREPORT
92655e19 389
1a79b024
DD
390/* Define to the full name of this package. */
391#undef PACKAGE_NAME
92655e19 392
1a79b024
DD
393/* Define to the full name and version of this package. */
394#undef PACKAGE_STRING
92655e19 395
1a79b024
DD
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
30673bf5 401
40a59a4c
DD
402/* The size of a `int', as computed by sizeof. */
403#undef SIZEOF_INT
404
1a79b024
DD
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 */
30673bf5
DD
409#undef STACK_DIRECTION
410
1a79b024
DD
411/* Define to 1 if you have the ANSI C header files. */
412#undef STDC_HEADERS
e69f6c8c 413
1a79b024
DD
414/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
415#undef TIME_WITH_SYS_TIME
416
bb6a587d
DD
417/* Define to an unsigned 64-bit type available in the compiler. */
418#undef UNSIGNED_64BIT_TYPE
419
0093138c
DD
420/* Define to 1 if your processor stores words with the most significant byte
421 first (like Motorola and SPARC, unlike Intel and VAX). */
1a79b024 422#undef WORDS_BIGENDIAN
ba61a412 423
1a79b024
DD
424/* Define to empty if `const' does not conform to ANSI C. */
425#undef const
426
85f969cd
DD
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
1a79b024 430#undef inline
85f969cd 431#endif
1a79b024
DD
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
This page took 0.293716 seconds and 4 git commands to generate.