Import final gcc2 snapshot (990109)
[official-gcc.git] / gcc / config.in
blob05a09ae9d7e84f7d41cb0bd259f18d84eb7ccc88
1 /* config.in.  Generated automatically from configure.in by autoheader.  */
2 /* Define if you can safely include both <string.h> and <strings.h>.  */
3 #undef STRING_WITH_STRINGS
5 /* Define if printf supports "%p".  */
6 #undef HAVE_PRINTF_PTR
8 /* Define if you want expensive run-time checks. */
9 #undef ENABLE_CHECKING
11 /* Define if your cpp understands the stringify operator.  */
12 #undef HAVE_CPP_STRINGIFY
14 /* Define if your compiler understands volatile.  */
15 #undef HAVE_VOLATILE
17 /* Define to 1 if NLS is requested.  */
18 #undef ENABLE_NLS
20 /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
21 #undef HAVE_CATGETS
23 /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
24 #undef HAVE_GETTEXT
26 /* Define if you have a working <inttypes.h> header file.  */
27 #undef HAVE_INTTYPES_H
29 /* Define if your locale.h file contains LC_MESSAGES.  */
30 #undef HAVE_LC_MESSAGES
32 /* Define as 1 if you have the stpcpy function.  */
33 #undef HAVE_STPCPY
35 /* Define if you can safely include both <string.h> and <strings.h>.  */
36 #undef STRING_WITH_STRINGS
38 /* Define if printf supports "%p".  */
39 #undef HAVE_PRINTF_PTR
41 /* Define if you want expensive run-time checks. */
42 #undef ENABLE_CHECKING
44 /* Define if your cpp understands the stringify operator.  */
45 #undef HAVE_CPP_STRINGIFY
47 /* Define if your compiler understands volatile.  */
48 #undef HAVE_VOLATILE
50 /* Define if you have a working <inttypes.h> header file.  */
51 #undef HAVE_INTTYPES_H
53 /* Whether malloc must be declared even if <stdlib.h> is included.  */
54 #undef NEED_DECLARATION_MALLOC
56 /* Whether realloc must be declared even if <stdlib.h> is included.  */
57 #undef NEED_DECLARATION_REALLOC
59 /* Whether calloc must be declared even if <stdlib.h> is included.  */
60 #undef NEED_DECLARATION_CALLOC
62 /* Whether bcopy must be declared even if <string.h> is included.  */
63 #undef NEED_DECLARATION_BCOPY
65 /* Whether bcmp must be declared even if <string.h> is included.  */
66 #undef NEED_DECLARATION_BCMP
68 /* Whether bzero must be declared even if <string.h> is included.  */
69 #undef NEED_DECLARATION_BZERO
71 /* Whether free must be declared even if <stdlib.h> is included.  */
72 #undef NEED_DECLARATION_FREE
74 /* Whether index must be declared even if <stdlib.h> is included.  */
75 #undef NEED_DECLARATION_INDEX
77 /* Whether rindex must be declared even if <stdlib.h> is included.  */
78 #undef NEED_DECLARATION_RINDEX
80 /* Whether getenv must be declared even if <stdlib.h> is included.  */
81 #undef NEED_DECLARATION_GETENV
83 /* Whether atol must be declared even if <stdlib.h> is included.  */
84 #undef NEED_DECLARATION_ATOL
86 /* Whether sbrk must be declared even if <stdlib.h> is included.  */
87 #undef NEED_DECLARATION_SBRK
89 /* Whether abort must be declared even if <stdlib.h> is included.  */
90 #undef NEED_DECLARATION_ABORT
92 /* Whether strerror must be declared even if <string.h> is included.  */
93 #undef NEED_DECLARATION_STRERROR
95 /* Whether strsignal must be declared even if <string.h> is included.  */
96 #undef NEED_DECLARATION_STRSIGNAL
98 /* Whether getcwd must be declared even if <unistd.h> is included.  */
99 #undef NEED_DECLARATION_GETCWD
101 /* Whether getwd must be declared even if <unistd.h> is included.  */
102 #undef NEED_DECLARATION_GETWD
104 /* Whether getrlimit must be declared even if <sys/resource.h> is included.  */
105 #undef NEED_DECLARATION_GETRLIMIT
107 /* Whether setrlimit must be declared even if <sys/resource.h> is included.  */
108 #undef NEED_DECLARATION_SETRLIMIT
110 /* Define to the name of the distribution.  */
111 #undef PACKAGE
113 /* Define to the version of the distribution.  */
114 #undef VERSION
116 /* Define if using alloca.c.  */
117 #undef C_ALLOCA
119 /* Define to empty if the keyword does not work.  */
120 #undef const
122 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
123    This function is required for alloca.c support on those systems.  */
124 #undef CRAY_STACKSEG_END
126 /* Define if you have alloca, as a function or macro.  */
127 #undef HAVE_ALLOCA
129 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
130 #undef HAVE_ALLOCA_H
132 /* Define if you don't have vprintf but do have _doprnt.  */
133 #undef HAVE_DOPRNT
135 /* Define if you have a working `mmap' system call.  */
136 #undef HAVE_MMAP
138 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
139 #undef HAVE_SYS_WAIT_H
141 /* Define if you have <vfork.h>.  */
142 #undef HAVE_VFORK_H
144 /* Define if you have the vprintf function.  */
145 #undef HAVE_VPRINTF
147 /* Define as __inline if that's what the C compiler calls it.  */
148 #undef inline
150 /* Define to `long' if <sys/types.h> doesn't define.  */
151 #undef off_t
153 /* Define to `int' if <sys/types.h> doesn't define.  */
154 #undef pid_t
156 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
157 #undef size_t
159 /* If using the C implementation of alloca, define if you know the
160    direction of stack growth for your system; otherwise it will be
161    automatically deduced at run-time.
162  STACK_DIRECTION > 0 => grows toward higher addresses
163  STACK_DIRECTION < 0 => grows toward lower addresses
164  STACK_DIRECTION = 0 => direction of growth unknown
165  */
166 #undef STACK_DIRECTION
168 /* Define if you have the ANSI C header files.  */
169 #undef STDC_HEADERS
171 /* Define if `sys_siglist' is declared by <signal.h>.  */
172 #undef SYS_SIGLIST_DECLARED
174 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
175 #undef TIME_WITH_SYS_TIME
177 /* Define vfork as fork if vfork does not work.  */
178 #undef vfork
180 /* Define if you have the __argz_count function.  */
181 #undef HAVE___ARGZ_COUNT
183 /* Define if you have the __argz_next function.  */
184 #undef HAVE___ARGZ_NEXT
186 /* Define if you have the __argz_stringify function.  */
187 #undef HAVE___ARGZ_STRINGIFY
189 /* Define if you have the atoll function.  */
190 #undef HAVE_ATOLL
192 /* Define if you have the atoq function.  */
193 #undef HAVE_ATOQ
195 /* Define if you have the bcmp function.  */
196 #undef HAVE_BCMP
198 /* Define if you have the bcopy function.  */
199 #undef HAVE_BCOPY
201 /* Define if you have the bsearch function.  */
202 #undef HAVE_BSEARCH
204 /* Define if you have the bzero function.  */
205 #undef HAVE_BZERO
207 /* Define if you have the dcgettext function.  */
208 #undef HAVE_DCGETTEXT
210 /* Define if you have the getcwd function.  */
211 #undef HAVE_GETCWD
213 /* Define if you have the getpagesize function.  */
214 #undef HAVE_GETPAGESIZE
216 /* Define if you have the getrlimit function.  */
217 #undef HAVE_GETRLIMIT
219 /* Define if you have the gettimeofday function.  */
220 #undef HAVE_GETTIMEOFDAY
222 /* Define if you have the index function.  */
223 #undef HAVE_INDEX
225 /* Define if you have the isascii function.  */
226 #undef HAVE_ISASCII
228 /* Define if you have the kill function.  */
229 #undef HAVE_KILL
231 /* Define if you have the munmap function.  */
232 #undef HAVE_MUNMAP
234 /* Define if you have the popen function.  */
235 #undef HAVE_POPEN
237 /* Define if you have the putenv function.  */
238 #undef HAVE_PUTENV
240 /* Define if you have the rindex function.  */
241 #undef HAVE_RINDEX
243 /* Define if you have the setenv function.  */
244 #undef HAVE_SETENV
246 /* Define if you have the setlocale function.  */
247 #undef HAVE_SETLOCALE
249 /* Define if you have the setrlimit function.  */
250 #undef HAVE_SETRLIMIT
252 /* Define if you have the stpcpy function.  */
253 #undef HAVE_STPCPY
255 /* Define if you have the strcasecmp function.  */
256 #undef HAVE_STRCASECMP
258 /* Define if you have the strchr function.  */
259 #undef HAVE_STRCHR
261 /* Define if you have the strdup function.  */
262 #undef HAVE_STRDUP
264 /* Define if you have the strerror function.  */
265 #undef HAVE_STRERROR
267 /* Define if you have the strsignal function.  */
268 #undef HAVE_STRSIGNAL
270 /* Define if you have the strtoul function.  */
271 #undef HAVE_STRTOUL
273 /* Define if you have the sysconf function.  */
274 #undef HAVE_SYSCONF
276 /* Define if you have the <argz.h> header file.  */
277 #undef HAVE_ARGZ_H
279 /* Define if you have the <fcntl.h> header file.  */
280 #undef HAVE_FCNTL_H
282 /* Define if you have the <limits.h> header file.  */
283 #undef HAVE_LIMITS_H
285 /* Define if you have the <locale.h> header file.  */
286 #undef HAVE_LOCALE_H
288 /* Define if you have the <malloc.h> header file.  */
289 #undef HAVE_MALLOC_H
291 /* Define if you have the <nl_types.h> header file.  */
292 #undef HAVE_NL_TYPES_H
294 /* Define if you have the <stab.h> header file.  */
295 #undef HAVE_STAB_H
297 /* Define if you have the <stddef.h> header file.  */
298 #undef HAVE_STDDEF_H
300 /* Define if you have the <stdlib.h> header file.  */
301 #undef HAVE_STDLIB_H
303 /* Define if you have the <string.h> header file.  */
304 #undef HAVE_STRING_H
306 /* Define if you have the <strings.h> header file.  */
307 #undef HAVE_STRINGS_H
309 /* Define if you have the <sys/file.h> header file.  */
310 #undef HAVE_SYS_FILE_H
312 /* Define if you have the <sys/param.h> header file.  */
313 #undef HAVE_SYS_PARAM_H
315 /* Define if you have the <sys/resource.h> header file.  */
316 #undef HAVE_SYS_RESOURCE_H
318 /* Define if you have the <sys/stat.h> header file.  */
319 #undef HAVE_SYS_STAT_H
321 /* Define if you have the <sys/time.h> header file.  */
322 #undef HAVE_SYS_TIME_H
324 /* Define if you have the <sys/times.h> header file.  */
325 #undef HAVE_SYS_TIMES_H
327 /* Define if you have the <sys/types.h> header file.  */
328 #undef HAVE_SYS_TYPES_H
330 /* Define if you have the <time.h> header file.  */
331 #undef HAVE_TIME_H
333 /* Define if you have the <unistd.h> header file.  */
334 #undef HAVE_UNISTD_H
336 /* Define if you have the i library (-li).  */
337 #undef HAVE_LIBI