auto-host.h revision 52914
1/* $FreeBSD: head/gnu/usr.bin/cc/cc_tools/auto-host.h 52914 1999-11-06 05:57:53Z obrien $ */
2
3/* auto-host.h.  Generated automatically by configure.  */
4/* config.in.  Generated automatically from configure.in by autoheader.  */
5
6/* Define if you can safely include both <string.h> and <strings.h>.  */
7#define STRING_WITH_STRINGS 1
8
9/* Define if printf supports "%p".  */
10#define HAVE_PRINTF_PTR 1
11
12/* Define if you want expensive run-time checks. */
13/* #undef ENABLE_CHECKING */
14
15/* Define to 1 if NLS is requested.  */
16/* #undef ENABLE_NLS */
17
18/* Define as 1 if you have catgets and don't want to use GNU gettext.  */
19/* #undef HAVE_CATGETS */
20
21/* Define as 1 if you have gettext and don't want to use GNU gettext.  */
22/* #undef HAVE_GETTEXT */
23
24/* Define if your cpp understands the stringify operator.  */
25#define HAVE_CPP_STRINGIFY 1
26
27/* Define if your compiler understands volatile.  */
28#define HAVE_VOLATILE 1
29
30/* Define if your assembler supports specifying the maximum number
31   of bytes to skip when using the GAS .p2align command. */
32/* #undef HAVE_GAS_MAX_SKIP_P2ALIGN */
33
34/* Define if your assembler supports .balign and .p2align.  */
35/* #undef HAVE_GAS_BALIGN_AND_P2ALIGN */
36
37/* Define if your assembler supports .subsection and .subsection -1 starts
38   emitting at the beginning of your section */
39/* #undef HAVE_GAS_SUBSECTION_ORDERING */
40
41/* Define if your assembler uses the old HImode fild and fist notation.  */
42/* #undef HAVE_GAS_FILDS_FISTS */
43
44/* Define if you have a working <inttypes.h> header file.  */
45/* #undef HAVE_INTTYPES_H */
46
47/* Define if your locale.h file contains LC_MESSAGES.  */
48#define HAVE_LC_MESSAGES 1
49
50/* Whether malloc must be declared even if <stdlib.h> is included.  */
51/* #undef NEED_DECLARATION_MALLOC */
52
53/* Whether realloc must be declared even if <stdlib.h> is included.  */
54/* #undef NEED_DECLARATION_REALLOC */
55
56/* Whether calloc must be declared even if <stdlib.h> is included.  */
57/* #undef NEED_DECLARATION_CALLOC */
58
59/* Whether free must be declared even if <stdlib.h> is included.  */
60/* #undef NEED_DECLARATION_FREE */
61
62/* Whether bcopy must be declared even if <string.h> is included.  */
63/* #undef NEED_DECLARATION_BCOPY */
64
65/* Whether bcmp must be declared even if <string.h> is included.  */
66/* #undef NEED_DECLARATION_BCMP */
67
68/* Whether bzero must be declared even if <string.h> is included.  */
69/* #undef NEED_DECLARATION_BZERO */
70
71/* Whether index must be declared even if <string.h> is included.  */
72/* #undef NEED_DECLARATION_INDEX */
73
74/* Whether rindex must be declared even if <string.h> is included.  */
75/* #undef NEED_DECLARATION_RINDEX */
76
77/* Whether getenv must be declared even if <stdlib.h> is included.  */
78/* #undef NEED_DECLARATION_GETENV */
79
80/* Whether atol must be declared even if <stdlib.h> is included.  */
81/* #undef NEED_DECLARATION_ATOL */
82
83/* Whether atof must be declared even if <stdlib.h> is included.  */
84/* #undef NEED_DECLARATION_ATOF */
85
86/* Whether sbrk must be declared even if <stdlib.h> is included.  */
87/* #undef NEED_DECLARATION_SBRK */
88
89/* Whether abort must be declared even if <stdlib.h> is included.  */
90/* #undef NEED_DECLARATION_ABORT */
91
92/* Whether strerror must be declared even if <string.h> is included.  */
93/* #undef NEED_DECLARATION_STRERROR */
94
95/* Whether strsignal must be declared even if <string.h> is included.  */
96/* #undef NEED_DECLARATION_STRSIGNAL */
97
98/* Whether strstr must be declared even if <string.h> is included.  */
99/* #undef NEED_DECLARATION_STRSTR */
100
101/* Whether getcwd must be declared even if <unistd.h> is included.  */
102/* #undef NEED_DECLARATION_GETCWD */
103
104/* Whether getwd must be declared even if <unistd.h> is included.  */
105/* #undef NEED_DECLARATION_GETWD */
106
107/* Whether getrlimit must be declared even if <sys/resource.h> is included.  */
108#define NEED_DECLARATION_GETRLIMIT 1
109
110/* Whether setrlimit must be declared even if <sys/resource.h> is included.  */
111#define NEED_DECLARATION_SETRLIMIT 1
112
113/* Whether putc_unlocked must be declared even if <stdio.h> is included.  */
114#define NEED_DECLARATION_PUTC_UNLOCKED 1
115
116/* Whether fputs_unlocked must be declared even if <stdio.h> is included.  */
117#define NEED_DECLARATION_FPUTS_UNLOCKED 1
118
119/* Define to enable the use of a default assembler. */
120/* #undef DEFAULT_ASSEMBLER */
121
122/* Define to enable the use of a default linker. */
123/* #undef DEFAULT_LINKER */
124
125/* Define if host mkdir takes a single argument. */
126/* #undef MKDIR_TAKES_ONE_ARG */
127
128/* Define to the name of the distribution.  */
129#define PACKAGE "gcc"
130
131/* Define to the version of the distribution.  */
132#define VERSION "2.95.2"
133
134/* Define if using alloca.c.  */
135/* #undef C_ALLOCA */
136
137/* Define to empty if the keyword does not work.  */
138/* #undef const */
139
140/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
141   This function is required for alloca.c support on those systems.  */
142/* #undef CRAY_STACKSEG_END */
143
144/* Define if you have alloca, as a function or macro.  */
145#define HAVE_ALLOCA 1
146
147/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
148/* #undef HAVE_ALLOCA_H */
149
150/* Define if you don't have vprintf but do have _doprnt.  */
151/* #undef HAVE_DOPRNT */
152
153/* Define if you have a working `mmap' system call.  */
154#define HAVE_MMAP 1
155
156/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
157#define HAVE_SYS_WAIT_H 1
158
159/* Define if you have <vfork.h>.  */
160/* #undef HAVE_VFORK_H */
161
162/* Define if you have the vprintf function.  */
163#define HAVE_VPRINTF 1
164
165/* Define as __inline if that's what the C compiler calls it.  */
166/* #undef inline */
167
168/* Define to `long' if <sys/types.h> doesn't define.  */
169/* #undef off_t */
170
171/* Define to `int' if <sys/types.h> doesn't define.  */
172/* #undef pid_t */
173
174/* Define to `unsigned' if <sys/types.h> doesn't define.  */
175/* #undef size_t */
176
177/* If using the C implementation of alloca, define if you know the
178   direction of stack growth for your system; otherwise it will be
179   automatically deduced at run-time.
180 STACK_DIRECTION > 0 => grows toward higher addresses
181 STACK_DIRECTION < 0 => grows toward lower addresses
182 STACK_DIRECTION = 0 => direction of growth unknown
183 */
184/* #undef STACK_DIRECTION */
185
186/* Define if you have the ANSI C header files.  */
187#define STDC_HEADERS 1
188
189/* Define if `sys_siglist' is declared by <signal.h>.  */
190#define SYS_SIGLIST_DECLARED 1
191
192/* Define if you can safely include both <sys/time.h> and <time.h>.  */
193#define TIME_WITH_SYS_TIME 1
194
195/* Define vfork as fork if vfork does not work.  */
196/* #undef vfork */
197
198/* Define if you have the __argz_count function.  */
199/* #undef HAVE___ARGZ_COUNT */
200
201/* Define if you have the __argz_next function.  */
202/* #undef HAVE___ARGZ_NEXT */
203
204/* Define if you have the __argz_stringify function.  */
205/* #undef HAVE___ARGZ_STRINGIFY */
206
207/* Define if you have the atoll function.  */
208/* #undef HAVE_ATOLL */
209
210/* Define if you have the atoq function.  */
211/* #undef HAVE_ATOQ */
212
213/* Define if you have the bcmp function.  */
214#define HAVE_BCMP 1
215
216/* Define if you have the bcopy function.  */
217#define HAVE_BCOPY 1
218
219/* Define if you have the bsearch function.  */
220#define HAVE_BSEARCH 1
221
222/* Define if you have the bzero function.  */
223#define HAVE_BZERO 1
224
225/* Define if you have the dcgettext function.  */
226/* #undef HAVE_DCGETTEXT */
227
228/* Define if you have the fputc_unlocked function.  */
229/* #undef HAVE_FPUTC_UNLOCKED */
230
231/* Define if you have the fputs_unlocked function.  */
232/* #undef HAVE_FPUTS_UNLOCKED */
233
234/* Define if you have the getcwd function.  */
235#define HAVE_GETCWD 1
236
237/* Define if you have the getpagesize function.  */
238#define HAVE_GETPAGESIZE 1
239
240/* Define if you have the getrlimit function.  */
241#define HAVE_GETRLIMIT 1
242
243/* Define if you have the gettimeofday function.  */
244#define HAVE_GETTIMEOFDAY 1
245
246/* Define if you have the index function.  */
247#define HAVE_INDEX 1
248
249/* Define if you have the isascii function.  */
250#define HAVE_ISASCII 1
251
252/* Define if you have the kill function.  */
253#define HAVE_KILL 1
254
255/* Define if you have the munmap function.  */
256#define HAVE_MUNMAP 1
257
258/* Define if you have the popen function.  */
259#define HAVE_POPEN 1
260
261/* Define if you have the putc_unlocked function.  */
262/* #undef HAVE_PUTC_UNLOCKED */
263
264/* Define if you have the putenv function.  */
265#define HAVE_PUTENV 1
266
267/* Define if you have the rindex function.  */
268#define HAVE_RINDEX 1
269
270/* Define if you have the setenv function.  */
271#define HAVE_SETENV 1
272
273/* Define if you have the setlocale function.  */
274#define HAVE_SETLOCALE 1
275
276/* Define if you have the setrlimit function.  */
277#define HAVE_SETRLIMIT 1
278
279/* Define if you have the stpcpy function.  */
280/* #undef HAVE_STPCPY */
281
282/* Define if you have the strcasecmp function.  */
283#define HAVE_STRCASECMP 1
284
285/* Define if you have the strchr function.  */
286#define HAVE_STRCHR 1
287
288/* Define if you have the strdup function.  */
289#define HAVE_STRDUP 1
290
291/* Define if you have the strerror function.  */
292#define HAVE_STRERROR 1
293
294/* Define if you have the strrchr function.  */
295#define HAVE_STRRCHR 1
296
297/* Define if you have the strsignal function.  */
298#define HAVE_STRSIGNAL 1
299
300/* Define if you have the strtoul function.  */
301#define HAVE_STRTOUL 1
302
303/* Define if you have the sysconf function.  */
304#define HAVE_SYSCONF 1
305
306/* Define if you have the <argz.h> header file.  */
307/* #undef HAVE_ARGZ_H */
308
309/* Define if you have the <direct.h> header file.  */
310/* #undef HAVE_DIRECT_H */
311
312/* Define if you have the <fcntl.h> header file.  */
313#define HAVE_FCNTL_H 1
314
315/* Define if you have the <limits.h> header file.  */
316#define HAVE_LIMITS_H 1
317
318/* Define if you have the <locale.h> header file.  */
319#define HAVE_LOCALE_H 1
320
321/* Define if you have the <malloc.h> header file.  */
322/* #undef HAVE_MALLOC_H */
323
324/* Define if you have the <nl_types.h> header file.  */
325#define HAVE_NL_TYPES_H 1
326
327/* Define if you have the <stab.h> header file.  */
328#define HAVE_STAB_H 1
329
330/* Define if you have the <stddef.h> header file.  */
331#define HAVE_STDDEF_H 1
332
333/* Define if you have the <stdlib.h> header file.  */
334#define HAVE_STDLIB_H 1
335
336/* Define if you have the <string.h> header file.  */
337#define HAVE_STRING_H 1
338
339/* Define if you have the <strings.h> header file.  */
340#define HAVE_STRINGS_H 1
341
342/* Define if you have the <sys/file.h> header file.  */
343#define HAVE_SYS_FILE_H 1
344
345/* Define if you have the <sys/param.h> header file.  */
346#define HAVE_SYS_PARAM_H 1
347
348/* Define if you have the <sys/resource.h> header file.  */
349#define HAVE_SYS_RESOURCE_H 1
350
351/* Define if you have the <sys/stat.h> header file.  */
352#define HAVE_SYS_STAT_H 1
353
354/* Define if you have the <sys/time.h> header file.  */
355#define HAVE_SYS_TIME_H 1
356
357/* Define if you have the <sys/times.h> header file.  */
358#define HAVE_SYS_TIMES_H 1
359
360/* Define if you have the <time.h> header file.  */
361#define HAVE_TIME_H 1
362
363/* Define if you have the <unistd.h> header file.  */
364#define HAVE_UNISTD_H 1
365
366/* Define if you have the i library (-li).  */
367/* #undef HAVE_LIBI */
368