Update/correct copyright notices.
[deliverable/binutils-gdb.git] / libiberty / config.in
CommitLineData
252b5132
RH
1/* config.in. Generated automatically from configure.in by autoheader. */
2
3/* Define if using alloca.c. */
4#undef C_ALLOCA
5
92655e19
DD
6/* Define to empty if the keyword does not work. */
7#undef const
8
252b5132
RH
9/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10 This function is required for alloca.c support on those systems. */
11#undef CRAY_STACKSEG_END
12
13/* Define if you have alloca, as a function or macro. */
14#undef HAVE_ALLOCA
15
16/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
17#undef HAVE_ALLOCA_H
18
eb383413
L
19/* Define if you have a working `mmap' system call. */
20#undef HAVE_MMAP
21
252b5132
RH
22/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
23#undef HAVE_SYS_WAIT_H
24
25/* Define if you have <vfork.h>. */
26#undef HAVE_VFORK_H
27
92655e19
DD
28/* Define as __inline if that's what the C compiler calls it. */
29#undef inline
30
252b5132
RH
31/* Define to `int' if <sys/types.h> doesn't define. */
32#undef pid_t
33
34/* Define if you need to in order for stat and other things to work. */
35#undef _POSIX_SOURCE
36
37/* If using the C implementation of alloca, define if you know the
38 direction of stack growth for your system; otherwise it will be
39 automatically deduced at run-time.
40 STACK_DIRECTION > 0 => grows toward higher addresses
41 STACK_DIRECTION < 0 => grows toward lower addresses
42 STACK_DIRECTION = 0 => direction of growth unknown
43 */
44#undef STACK_DIRECTION
45
46/* Define if you have the ANSI C header files. */
47#undef STDC_HEADERS
48
62df2065
JL
49/* Define if you can safely include both <sys/time.h> and <time.h>. */
50#undef TIME_WITH_SYS_TIME
51
252b5132
RH
52/* Define vfork as fork if vfork does not work. */
53#undef vfork
54
252b5132
RH
55/* Define if you have the asprintf function. */
56#undef HAVE_ASPRINTF
57
58/* Define if you have the atexit function. */
59#undef HAVE_ATEXIT
60
61/* Define if you have the basename function. */
62#undef HAVE_BASENAME
63
64/* Define if you have the bcmp function. */
65#undef HAVE_BCMP
66
67/* Define if you have the bcopy function. */
68#undef HAVE_BCOPY
69
c6da642e
DD
70/* Define if you have the bsearch function. */
71#undef HAVE_BSEARCH
72
252b5132
RH
73/* Define if you have the bzero function. */
74#undef HAVE_BZERO
75
76/* Define if you have the calloc function. */
77#undef HAVE_CALLOC
78
79/* Define if you have the clock function. */
80#undef HAVE_CLOCK
81
82/* Define if you have the getcwd function. */
83#undef HAVE_GETCWD
84
85/* Define if you have the getpagesize function. */
86#undef HAVE_GETPAGESIZE
87
88/* Define if you have the getrusage function. */
89#undef HAVE_GETRUSAGE
90
0c0a36a4
ILT
91/* Define if you have the gettimeofday function. */
92#undef HAVE_GETTIMEOFDAY
93
252b5132
RH
94/* Define if you have the index function. */
95#undef HAVE_INDEX
96
97/* Define if you have the insque function. */
98#undef HAVE_INSQUE
99
100/* Define if you have the memchr function. */
101#undef HAVE_MEMCHR
102
103/* Define if you have the memcmp function. */
104#undef HAVE_MEMCMP
105
106/* Define if you have the memcpy function. */
107#undef HAVE_MEMCPY
108
109/* Define if you have the memmove function. */
110#undef HAVE_MEMMOVE
111
112/* Define if you have the memset function. */
113#undef HAVE_MEMSET
114
c1687039
ILT
115/* Define if you have the mkstemps function. */
116#undef HAVE_MKSTEMPS
117
252b5132
RH
118/* Define if you have the on_exit function. */
119#undef HAVE_ON_EXIT
120
121/* Define if you have the psignal function. */
122#undef HAVE_PSIGNAL
123
0c0a36a4
ILT
124/* Define if you have the putenv function. */
125#undef HAVE_PUTENV
126
252b5132
RH
127/* Define if you have the random function. */
128#undef HAVE_RANDOM
129
130/* Define if you have the rename function. */
131#undef HAVE_RENAME
132
133/* Define if you have the rindex function. */
134#undef HAVE_RINDEX
135
c1687039
ILT
136/* Define if you have the sbrk function. */
137#undef HAVE_SBRK
138
0c0a36a4
ILT
139/* Define if you have the setenv function. */
140#undef HAVE_SETENV
141
252b5132
RH
142/* Define if you have the sigsetmask function. */
143#undef HAVE_SIGSETMASK
144
145/* Define if you have the strcasecmp function. */
146#undef HAVE_STRCASECMP
147
148/* Define if you have the strchr function. */
149#undef HAVE_STRCHR
150
151/* Define if you have the strdup function. */
152#undef HAVE_STRDUP
153
154/* Define if you have the strerror function. */
155#undef HAVE_STRERROR
156
157/* Define if you have the strncasecmp function. */
158#undef HAVE_STRNCASECMP
159
160/* Define if you have the strrchr function. */
161#undef HAVE_STRRCHR
162
163/* Define if you have the strsignal function. */
164#undef HAVE_STRSIGNAL
165
166/* Define if you have the strstr function. */
167#undef HAVE_STRSTR
168
169/* Define if you have the strtod function. */
170#undef HAVE_STRTOD
171
172/* Define if you have the strtol function. */
173#undef HAVE_STRTOL
174
175/* Define if you have the strtoul function. */
176#undef HAVE_STRTOUL
177
178/* Define if you have the sysconf function. */
179#undef HAVE_SYSCONF
180
181/* Define if you have the times function. */
182#undef HAVE_TIMES
183
184/* Define if you have the tmpnam function. */
185#undef HAVE_TMPNAM
186
187/* Define if you have the vasprintf function. */
188#undef HAVE_VASPRINTF
189
190/* Define if you have the vfprintf function. */
191#undef HAVE_VFPRINTF
192
193/* Define if you have the vprintf function. */
194#undef HAVE_VPRINTF
195
196/* Define if you have the vsprintf function. */
197#undef HAVE_VSPRINTF
198
199/* Define if you have the waitpid function. */
200#undef HAVE_WAITPID
201
eb383413
L
202/* Define if you have the <fcntl.h> header file. */
203#undef HAVE_FCNTL_H
204
62df2065
JL
205/* Define if you have the <limits.h> header file. */
206#undef HAVE_LIMITS_H
207
252b5132
RH
208/* Define if you have the <stdlib.h> header file. */
209#undef HAVE_STDLIB_H
210
211/* Define if you have the <string.h> header file. */
212#undef HAVE_STRING_H
213
214/* Define if you have the <strings.h> header file. */
215#undef HAVE_STRINGS_H
216
217/* Define if you have the <sys/file.h> header file. */
218#undef HAVE_SYS_FILE_H
219
eb383413
L
220/* Define if you have the <sys/mman.h> header file. */
221#undef HAVE_SYS_MMAN_H
222
252b5132
RH
223/* Define if you have the <sys/param.h> header file. */
224#undef HAVE_SYS_PARAM_H
225
c1687039
ILT
226/* Define if you have the <sys/resource.h> header file. */
227#undef HAVE_SYS_RESOURCE_H
228
0c0a36a4
ILT
229/* Define if you have the <sys/stat.h> header file. */
230#undef HAVE_SYS_STAT_H
231
252b5132
RH
232/* Define if you have the <sys/time.h> header file. */
233#undef HAVE_SYS_TIME_H
234
62df2065
JL
235/* Define if you have the <time.h> header file. */
236#undef HAVE_TIME_H
237
252b5132
RH
238/* Define if you have the <unistd.h> header file. */
239#undef HAVE_UNISTD_H
7d3ffcaf
JL
240
241/* Define if errno must be declared even when <errno.h> is included. */
242#undef NEED_DECLARATION_ERRNO
243
92655e19
DD
244/* Define if you have the sys_errlist variable. */
245#undef HAVE_SYS_ERRLIST
246
247/* Define if you have the sys_nerr variable. */
248#undef HAVE_SYS_NERR
249
250/* Define if you have the sys_siglist variable. */
251#undef HAVE_SYS_SIGLIST
252
This page took 0.077336 seconds and 4 git commands to generate.