]> git.ipfire.org Git - thirdparty/gcc.git/blame - libiberty/config.in
configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if the test fails.
[thirdparty/gcc.git] / libiberty / config.in
CommitLineData
0bc0cd11
JL
1/* config.in. Generated automatically from configure.in by autoheader. */
2
3/* Define if using alloca.c. */
4#undef C_ALLOCA
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 if you have alloca, as a function or macro. */
11#undef HAVE_ALLOCA
12
13/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
14#undef HAVE_ALLOCA_H
15
a6458d1d
KG
16/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
17#undef HAVE_SYS_WAIT_H
18
0bc0cd11
JL
19/* Define if you have <vfork.h>. */
20#undef HAVE_VFORK_H
21
22/* Define to `int' if <sys/types.h> doesn't define. */
23#undef pid_t
24
25/* Define if you need to in order for stat and other things to work. */
26#undef _POSIX_SOURCE
27
28/* If using the C implementation of alloca, define if you know the
29 direction of stack growth for your system; otherwise it will be
30 automatically deduced at run-time.
31 STACK_DIRECTION > 0 => grows toward higher addresses
32 STACK_DIRECTION < 0 => grows toward lower addresses
33 STACK_DIRECTION = 0 => direction of growth unknown
34 */
35#undef STACK_DIRECTION
36
37/* Define if you have the ANSI C header files. */
38#undef STDC_HEADERS
39
40/* Define vfork as fork if vfork does not work. */
41#undef vfork
42
43/* Define if you have the sys_errlist variable. */
44#undef HAVE_SYS_ERRLIST
45
46/* Define if you have the sys_nerr variable. */
47#undef HAVE_SYS_NERR
48
49/* Define if you have the sys_siglist variable. */
50#undef HAVE_SYS_SIGLIST
51
52/* Define if you have the strerror function. */
53#undef HAVE_STRERROR
54
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
70/* Define if you have the bzero function. */
71#undef HAVE_BZERO
72
9f3b5583
KG
73/* Define if you have the calloc function. */
74#undef HAVE_CALLOC
75
0bc0cd11
JL
76/* Define if you have the clock function. */
77#undef HAVE_CLOCK
78
79/* Define if you have the getcwd function. */
80#undef HAVE_GETCWD
81
82/* Define if you have the getpagesize function. */
83#undef HAVE_GETPAGESIZE
84
85/* Define if you have the getrusage function. */
86#undef HAVE_GETRUSAGE
87
88/* Define if you have the index function. */
89#undef HAVE_INDEX
90
91/* Define if you have the insque function. */
92#undef HAVE_INSQUE
93
94/* Define if you have the memchr function. */
95#undef HAVE_MEMCHR
96
97/* Define if you have the memcmp function. */
98#undef HAVE_MEMCMP
99
100/* Define if you have the memcpy function. */
101#undef HAVE_MEMCPY
102
103/* Define if you have the memmove function. */
104#undef HAVE_MEMMOVE
105
106/* Define if you have the memset function. */
107#undef HAVE_MEMSET
108
acbbd80a
MK
109/* Define if you have the mkstemps function. */
110#undef HAVE_MKSTEMPS
111
0bc0cd11
JL
112/* Define if you have the on_exit function. */
113#undef HAVE_ON_EXIT
114
115/* Define if you have the psignal function. */
116#undef HAVE_PSIGNAL
117
118/* Define if you have the random function. */
119#undef HAVE_RANDOM
120
121/* Define if you have the rename function. */
122#undef HAVE_RENAME
123
124/* Define if you have the rindex function. */
125#undef HAVE_RINDEX
126
acbbd80a
MK
127/* Define if you have the sbrk function. */
128#undef HAVE_SBRK
129
0bc0cd11
JL
130/* Define if you have the sigsetmask function. */
131#undef HAVE_SIGSETMASK
132
133/* Define if you have the strcasecmp function. */
134#undef HAVE_STRCASECMP
135
136/* Define if you have the strchr function. */
137#undef HAVE_STRCHR
138
139/* Define if you have the strdup function. */
140#undef HAVE_STRDUP
141
142/* Define if you have the strerror function. */
143#undef HAVE_STRERROR
144
145/* Define if you have the strncasecmp function. */
146#undef HAVE_STRNCASECMP
147
148/* Define if you have the strrchr function. */
149#undef HAVE_STRRCHR
150
151/* Define if you have the strsignal function. */
152#undef HAVE_STRSIGNAL
153
154/* Define if you have the strstr function. */
155#undef HAVE_STRSTR
156
157/* Define if you have the strtod function. */
158#undef HAVE_STRTOD
159
160/* Define if you have the strtol function. */
161#undef HAVE_STRTOL
162
163/* Define if you have the strtoul function. */
164#undef HAVE_STRTOUL
165
166/* Define if you have the sysconf function. */
167#undef HAVE_SYSCONF
168
169/* Define if you have the times function. */
170#undef HAVE_TIMES
171
172/* Define if you have the tmpnam function. */
173#undef HAVE_TMPNAM
174
175/* Define if you have the vasprintf function. */
176#undef HAVE_VASPRINTF
177
178/* Define if you have the vfprintf function. */
179#undef HAVE_VFPRINTF
180
181/* Define if you have the vprintf function. */
182#undef HAVE_VPRINTF
183
184/* Define if you have the vsprintf function. */
185#undef HAVE_VSPRINTF
186
187/* Define if you have the waitpid function. */
188#undef HAVE_WAITPID
189
190/* Define if you have the <stdlib.h> header file. */
191#undef HAVE_STDLIB_H
192
193/* Define if you have the <string.h> header file. */
194#undef HAVE_STRING_H
195
73aeb2ff
JL
196/* Define if you have the <strings.h> header file. */
197#undef HAVE_STRINGS_H
198
0bc0cd11
JL
199/* Define if you have the <sys/file.h> header file. */
200#undef HAVE_SYS_FILE_H
201
202/* Define if you have the <sys/param.h> header file. */
203#undef HAVE_SYS_PARAM_H
b9256371 204
ae76f1be
JL
205/* Define if you have the <sys/time.h> header file. */
206#undef HAVE_SYS_TIME_H
207
b9256371
MH
208/* Define if you have the <unistd.h> header file. */
209#undef HAVE_UNISTD_H