Initial import from FreeBSD RELENG_4:
[dragonfly.git] / gnu / usr.bin / cc / cc_tools / auto-host.h
1 /* $FreeBSD: src/gnu/usr.bin/cc/cc_tools/auto-host.h,v 1.2.2.1 2001/03/02 09:23:09 obrien Exp $ */
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 if using alloca.c.  */
132 /* #undef C_ALLOCA */
133
134 /* Define to empty if the keyword does not work.  */
135 /* #undef const */
136
137 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
138    This function is required for alloca.c support on those systems.  */
139 /* #undef CRAY_STACKSEG_END */
140
141 /* Define if you have alloca, as a function or macro.  */
142 #define HAVE_ALLOCA 1
143
144 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
145 /* #undef HAVE_ALLOCA_H */
146
147 /* Define if you don't have vprintf but do have _doprnt.  */
148 /* #undef HAVE_DOPRNT */
149
150 /* Define if you have a working `mmap' system call.  */
151 #define HAVE_MMAP 1
152
153 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
154 #define HAVE_SYS_WAIT_H 1
155
156 /* Define if you have <vfork.h>.  */
157 /* #undef HAVE_VFORK_H */
158
159 /* Define if you have the vprintf function.  */
160 #define HAVE_VPRINTF 1
161
162 /* Define as __inline if that's what the C compiler calls it.  */
163 /* #undef inline */
164
165 /* Define to `long' if <sys/types.h> doesn't define.  */
166 /* #undef off_t */
167
168 /* Define to `int' if <sys/types.h> doesn't define.  */
169 /* #undef pid_t */
170
171 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
172 /* #undef size_t */
173
174 /* If using the C implementation of alloca, define if you know the
175    direction of stack growth for your system; otherwise it will be
176    automatically deduced at run-time.
177  STACK_DIRECTION > 0 => grows toward higher addresses
178  STACK_DIRECTION < 0 => grows toward lower addresses
179  STACK_DIRECTION = 0 => direction of growth unknown
180  */
181 /* #undef STACK_DIRECTION */
182
183 /* Define if you have the ANSI C header files.  */
184 #define STDC_HEADERS 1
185
186 /* Define if `sys_siglist' is declared by <signal.h>.  */
187 #define SYS_SIGLIST_DECLARED 1
188
189 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
190 #define TIME_WITH_SYS_TIME 1
191
192 /* Define vfork as fork if vfork does not work.  */
193 /* #undef vfork */
194
195 /* Define if you have the __argz_count function.  */
196 /* #undef HAVE___ARGZ_COUNT */
197
198 /* Define if you have the __argz_next function.  */
199 /* #undef HAVE___ARGZ_NEXT */
200
201 /* Define if you have the __argz_stringify function.  */
202 /* #undef HAVE___ARGZ_STRINGIFY */
203
204 /* Define if you have the atoll function.  */
205 /* #undef HAVE_ATOLL */
206
207 /* Define if you have the atoq function.  */
208 /* #undef HAVE_ATOQ */
209
210 /* Define if you have the bcmp function.  */
211 #define HAVE_BCMP 1
212
213 /* Define if you have the bcopy function.  */
214 #define HAVE_BCOPY 1
215
216 /* Define if you have the bsearch function.  */
217 #define HAVE_BSEARCH 1
218
219 /* Define if you have the bzero function.  */
220 #define HAVE_BZERO 1
221
222 /* Define if you have the dcgettext function.  */
223 /* #undef HAVE_DCGETTEXT */
224
225 /* Define if you have the fputc_unlocked function.  */
226 /* #undef HAVE_FPUTC_UNLOCKED */
227
228 /* Define if you have the fputs_unlocked function.  */
229 /* #undef HAVE_FPUTS_UNLOCKED */
230
231 /* Define if you have the getcwd function.  */
232 #define HAVE_GETCWD 1
233
234 /* Define if you have the getpagesize function.  */
235 #define HAVE_GETPAGESIZE 1
236
237 /* Define if you have the getrlimit function.  */
238 #define HAVE_GETRLIMIT 1
239
240 /* Define if you have the gettimeofday function.  */
241 #define HAVE_GETTIMEOFDAY 1
242
243 /* Define if you have the index function.  */
244 #define HAVE_INDEX 1
245
246 /* Define if you have the isascii function.  */
247 #define HAVE_ISASCII 1
248
249 /* Define if you have the kill function.  */
250 #define HAVE_KILL 1
251
252 /* Define if you have the munmap function.  */
253 #define HAVE_MUNMAP 1
254
255 /* Define if you have the popen function.  */
256 #define HAVE_POPEN 1
257
258 /* Define if you have the putc_unlocked function.  */
259 /* #undef HAVE_PUTC_UNLOCKED */
260
261 /* Define if you have the putenv function.  */
262 #define HAVE_PUTENV 1
263
264 /* Define if you have the rindex function.  */
265 #define HAVE_RINDEX 1
266
267 /* Define if you have the setenv function.  */
268 #define HAVE_SETENV 1
269
270 /* Define if you have the setlocale function.  */
271 #define HAVE_SETLOCALE 1
272
273 /* Define if you have the setrlimit function.  */
274 #define HAVE_SETRLIMIT 1
275
276 /* Define if you have the stpcpy function.  */
277 /* #undef HAVE_STPCPY */
278
279 /* Define if you have the strcasecmp function.  */
280 #define HAVE_STRCASECMP 1
281
282 /* Define if you have the strchr function.  */
283 #define HAVE_STRCHR 1
284
285 /* Define if you have the strdup function.  */
286 #define HAVE_STRDUP 1
287
288 /* Define if you have the strerror function.  */
289 #define HAVE_STRERROR 1
290
291 /* Define if you have the strrchr function.  */
292 #define HAVE_STRRCHR 1
293
294 /* Define if you have the strsignal function.  */
295 #define HAVE_STRSIGNAL 1
296
297 /* Define if you have the strtoul function.  */
298 #define HAVE_STRTOUL 1
299
300 /* Define if you have the sysconf function.  */
301 #define HAVE_SYSCONF 1
302
303 /* Define if you have the <argz.h> header file.  */
304 /* #undef HAVE_ARGZ_H */
305
306 /* Define if you have the <direct.h> header file.  */
307 /* #undef HAVE_DIRECT_H */
308
309 /* Define if you have the <fcntl.h> header file.  */
310 #define HAVE_FCNTL_H 1
311
312 /* Define if you have the <limits.h> header file.  */
313 #define HAVE_LIMITS_H 1
314
315 /* Define if you have the <locale.h> header file.  */
316 #define HAVE_LOCALE_H 1
317
318 /* Define if you have the <malloc.h> header file.  */
319 /* #undef HAVE_MALLOC_H */
320
321 /* Define if you have the <nl_types.h> header file.  */
322 #define HAVE_NL_TYPES_H 1
323
324 /* Define if you have the <stab.h> header file.  */
325 #define HAVE_STAB_H 1
326
327 /* Define if you have the <stddef.h> header file.  */
328 #define HAVE_STDDEF_H 1
329
330 /* Define if you have the <stdlib.h> header file.  */
331 #define HAVE_STDLIB_H 1
332
333 /* Define if you have the <string.h> header file.  */
334 #define HAVE_STRING_H 1
335
336 /* Define if you have the <strings.h> header file.  */
337 #define HAVE_STRINGS_H 1
338
339 /* Define if you have the <sys/file.h> header file.  */
340 #define HAVE_SYS_FILE_H 1
341
342 /* Define if you have the <sys/param.h> header file.  */
343 #define HAVE_SYS_PARAM_H 1
344
345 /* Define if you have the <sys/resource.h> header file.  */
346 #define HAVE_SYS_RESOURCE_H 1
347
348 /* Define if you have the <sys/stat.h> header file.  */
349 #define HAVE_SYS_STAT_H 1
350
351 /* Define if you have the <sys/time.h> header file.  */
352 #define HAVE_SYS_TIME_H 1
353
354 /* Define if you have the <sys/times.h> header file.  */
355 #define HAVE_SYS_TIMES_H 1
356
357 /* Define if you have the <time.h> header file.  */
358 #define HAVE_TIME_H 1
359
360 /* Define if you have the <unistd.h> header file.  */
361 #define HAVE_UNISTD_H 1
362
363 /* Define if you have the i library (-li).  */
364 /* #undef HAVE_LIBI */