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