xref: /netbsd-src/external/gpl3/gcc/lib/libiberty/arch/vax/config.h (revision dec7c72467282c8644bc0dade5c97c29ffd15278)
1d71012a9Smrg /* This file is automatically generated.  DO NOT EDIT! */
2*dec7c724Smrg /* Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp  */
341cead3cSmrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4d71012a9Smrg 
5d71012a9Smrg /* config.h.  Generated from config.in by configure.  */
6d71012a9Smrg /* config.in.  Generated from configure.ac by autoheader.  */
7d71012a9Smrg 
8d71012a9Smrg /* Define if building universal (internal helper macro) */
9d71012a9Smrg /* #undef AC_APPLE_UNIVERSAL_BUILD */
10d71012a9Smrg 
11d71012a9Smrg /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
12d71012a9Smrg    This function is required for alloca.c support on those systems. */
13d71012a9Smrg /* #undef CRAY_STACKSEG_END */
14d71012a9Smrg 
15d71012a9Smrg /* Define to 1 if you have the <alloca.h> header file. */
16d71012a9Smrg /* #undef HAVE_ALLOCA_H */
17d71012a9Smrg 
18d71012a9Smrg /* Define to 1 if you have the `asprintf' function. */
19d71012a9Smrg #define HAVE_ASPRINTF 1
20d71012a9Smrg 
21d71012a9Smrg /* Define to 1 if you have the `atexit' function. */
22d71012a9Smrg #define HAVE_ATEXIT 1
23d71012a9Smrg 
24d71012a9Smrg /* Define to 1 if you have the `basename' function. */
25d71012a9Smrg #define HAVE_BASENAME 1
26d71012a9Smrg 
27d71012a9Smrg /* Define to 1 if you have the `bcmp' function. */
28d71012a9Smrg #define HAVE_BCMP 1
29d71012a9Smrg 
30d71012a9Smrg /* Define to 1 if you have the `bcopy' function. */
31d71012a9Smrg #define HAVE_BCOPY 1
32d71012a9Smrg 
33d71012a9Smrg /* Define to 1 if you have the `bsearch' function. */
34d71012a9Smrg #define HAVE_BSEARCH 1
35d71012a9Smrg 
36d71012a9Smrg /* Define to 1 if you have the `bzero' function. */
37d71012a9Smrg #define HAVE_BZERO 1
38d71012a9Smrg 
39d71012a9Smrg /* Define to 1 if you have the `calloc' function. */
40d71012a9Smrg #define HAVE_CALLOC 1
41d71012a9Smrg 
42d71012a9Smrg /* Define to 1 if you have the `canonicalize_file_name' function. */
43d71012a9Smrg /* #undef HAVE_CANONICALIZE_FILE_NAME */
44d71012a9Smrg 
45d71012a9Smrg /* Define to 1 if you have the `clock' function. */
46d71012a9Smrg #define HAVE_CLOCK 1
47d71012a9Smrg 
48d71012a9Smrg /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
49d71012a9Smrg    don't. */
50d71012a9Smrg #define HAVE_DECL_ASPRINTF 1
51d71012a9Smrg 
5249d8c9ecSmrg /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
5349d8c9ecSmrg    you don't. */
54d71012a9Smrg #define HAVE_DECL_BASENAME 0
55d71012a9Smrg 
56d71012a9Smrg /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
57d71012a9Smrg    */
58d71012a9Smrg #define HAVE_DECL_CALLOC 1
59d71012a9Smrg 
60d71012a9Smrg /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
61d71012a9Smrg #define HAVE_DECL_FFS 1
62d71012a9Smrg 
63d71012a9Smrg /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
64d71012a9Smrg    */
65d71012a9Smrg #define HAVE_DECL_GETENV 1
66d71012a9Smrg 
67d71012a9Smrg /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
68d71012a9Smrg    */
69d71012a9Smrg #define HAVE_DECL_GETOPT 1
70d71012a9Smrg 
71d71012a9Smrg /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
72d71012a9Smrg    */
73d71012a9Smrg #define HAVE_DECL_MALLOC 1
74d71012a9Smrg 
75d71012a9Smrg /* Define to 1 if you have the declaration of `realloc', and to 0 if you
76d71012a9Smrg    don't. */
77d71012a9Smrg #define HAVE_DECL_REALLOC 1
78d71012a9Smrg 
79d71012a9Smrg /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
80d71012a9Smrg    */
81d71012a9Smrg #define HAVE_DECL_SBRK 1
82d71012a9Smrg 
83d71012a9Smrg /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
84d71012a9Smrg    don't. */
85d71012a9Smrg #define HAVE_DECL_SNPRINTF 1
86d71012a9Smrg 
8741cead3cSmrg /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
8841cead3cSmrg    don't. */
8941cead3cSmrg #define HAVE_DECL_STRNLEN 1
9041cead3cSmrg 
9173357d78Schristos /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
9273357d78Schristos    */
9373357d78Schristos #define HAVE_DECL_STRTOL 1
9473357d78Schristos 
9573357d78Schristos /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
9673357d78Schristos    don't. */
9773357d78Schristos #define HAVE_DECL_STRTOLL 1
9873357d78Schristos 
9973357d78Schristos /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
10073357d78Schristos    don't. */
10173357d78Schristos #define HAVE_DECL_STRTOUL 1
10273357d78Schristos 
10373357d78Schristos /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
10473357d78Schristos    don't. */
10573357d78Schristos #define HAVE_DECL_STRTOULL 1
10673357d78Schristos 
107d71012a9Smrg /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
108d71012a9Smrg    don't. */
109d71012a9Smrg #define HAVE_DECL_STRVERSCMP 0
110d71012a9Smrg 
111d71012a9Smrg /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
112d71012a9Smrg    don't. */
113d71012a9Smrg #define HAVE_DECL_VASPRINTF 1
114d71012a9Smrg 
115d71012a9Smrg /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
116d71012a9Smrg    don't. */
117d71012a9Smrg #define HAVE_DECL_VSNPRINTF 1
118d71012a9Smrg 
11949d8c9ecSmrg /* Define to 1 if you have the `dup3' function. */
12049d8c9ecSmrg #define HAVE_DUP3 1
12149d8c9ecSmrg 
122d71012a9Smrg /* Define to 1 if you have the <fcntl.h> header file. */
123d71012a9Smrg #define HAVE_FCNTL_H 1
124d71012a9Smrg 
125d71012a9Smrg /* Define to 1 if you have the `ffs' function. */
126d71012a9Smrg #define HAVE_FFS 1
127d71012a9Smrg 
128d71012a9Smrg /* Define to 1 if you have the `fork' function. */
129d71012a9Smrg #define HAVE_FORK 1
130d71012a9Smrg 
131d71012a9Smrg /* Define to 1 if you have the `getcwd' function. */
132d71012a9Smrg #define HAVE_GETCWD 1
133d71012a9Smrg 
134d71012a9Smrg /* Define to 1 if you have the `getpagesize' function. */
135d71012a9Smrg #define HAVE_GETPAGESIZE 1
136d71012a9Smrg 
13749d8c9ecSmrg /* Define to 1 if you have the `getrlimit' function. */
13849d8c9ecSmrg #define HAVE_GETRLIMIT 1
13949d8c9ecSmrg 
140d71012a9Smrg /* Define to 1 if you have the `getrusage' function. */
141d71012a9Smrg #define HAVE_GETRUSAGE 1
142d71012a9Smrg 
143d71012a9Smrg /* Define to 1 if you have the `getsysinfo' function. */
144d71012a9Smrg /* #undef HAVE_GETSYSINFO */
145d71012a9Smrg 
146d71012a9Smrg /* Define to 1 if you have the `gettimeofday' function. */
147d71012a9Smrg #define HAVE_GETTIMEOFDAY 1
148d71012a9Smrg 
149d71012a9Smrg /* Define to 1 if you have the `index' function. */
150d71012a9Smrg #define HAVE_INDEX 1
151d71012a9Smrg 
152d71012a9Smrg /* Define to 1 if you have the `insque' function. */
153d71012a9Smrg #define HAVE_INSQUE 1
154d71012a9Smrg 
155d71012a9Smrg /* Define to 1 if the system has the type `intptr_t'. */
156d71012a9Smrg #define HAVE_INTPTR_T 1
157d71012a9Smrg 
158d71012a9Smrg /* Define to 1 if you have the <inttypes.h> header file. */
159d71012a9Smrg #define HAVE_INTTYPES_H 1
160d71012a9Smrg 
161d71012a9Smrg /* Define to 1 if you have the <limits.h> header file. */
162d71012a9Smrg #define HAVE_LIMITS_H 1
163d71012a9Smrg 
16473357d78Schristos /* Define if you have the `long long' type. */
16573357d78Schristos #define HAVE_LONG_LONG 1
16673357d78Schristos 
167d71012a9Smrg /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
168d71012a9Smrg /* #undef HAVE_MACHINE_HAL_SYSINFO_H */
169d71012a9Smrg 
170d71012a9Smrg /* Define to 1 if you have the <malloc.h> header file. */
171d71012a9Smrg #define HAVE_MALLOC_H 1
172d71012a9Smrg 
173d71012a9Smrg /* Define to 1 if you have the `memchr' function. */
174d71012a9Smrg #define HAVE_MEMCHR 1
175d71012a9Smrg 
176d71012a9Smrg /* Define to 1 if you have the `memcmp' function. */
177d71012a9Smrg #define HAVE_MEMCMP 1
178d71012a9Smrg 
179d71012a9Smrg /* Define to 1 if you have the `memcpy' function. */
180d71012a9Smrg #define HAVE_MEMCPY 1
181d71012a9Smrg 
182d71012a9Smrg /* Define to 1 if you have the `memmem' function. */
183d71012a9Smrg #define HAVE_MEMMEM 1
184d71012a9Smrg 
185d71012a9Smrg /* Define to 1 if you have the `memmove' function. */
186d71012a9Smrg #define HAVE_MEMMOVE 1
187d71012a9Smrg 
188d71012a9Smrg /* Define to 1 if you have the <memory.h> header file. */
189d71012a9Smrg #define HAVE_MEMORY_H 1
190d71012a9Smrg 
191d71012a9Smrg /* Define to 1 if you have the `memset' function. */
192d71012a9Smrg #define HAVE_MEMSET 1
193d71012a9Smrg 
194d71012a9Smrg /* Define to 1 if you have the `mkstemps' function. */
195975cc27cSmrg #define HAVE_MKSTEMPS 1
196d71012a9Smrg 
197d71012a9Smrg /* Define to 1 if you have a working `mmap' system call. */
198d71012a9Smrg #define HAVE_MMAP 1
199d71012a9Smrg 
200d71012a9Smrg /* Define to 1 if you have the `on_exit' function. */
201d71012a9Smrg /* #undef HAVE_ON_EXIT */
202d71012a9Smrg 
203*dec7c724Smrg /* Define to 1 if you have the `pipe2' function. */
204*dec7c724Smrg #define HAVE_PIPE2 1
205*dec7c724Smrg 
20649d8c9ecSmrg /* Define to 1 if you have the <process.h> header file. */
20749d8c9ecSmrg /* #undef HAVE_PROCESS_H */
20849d8c9ecSmrg 
209d71012a9Smrg /* Define to 1 if you have the `psignal' function. */
210d71012a9Smrg #define HAVE_PSIGNAL 1
211d71012a9Smrg 
212d71012a9Smrg /* Define to 1 if you have the `pstat_getdynamic' function. */
213d71012a9Smrg /* #undef HAVE_PSTAT_GETDYNAMIC */
214d71012a9Smrg 
215d71012a9Smrg /* Define to 1 if you have the `pstat_getstatic' function. */
216d71012a9Smrg /* #undef HAVE_PSTAT_GETSTATIC */
217d71012a9Smrg 
218d71012a9Smrg /* Define to 1 if you have the `putenv' function. */
219d71012a9Smrg #define HAVE_PUTENV 1
220d71012a9Smrg 
221d71012a9Smrg /* Define to 1 if you have the `random' function. */
222d71012a9Smrg #define HAVE_RANDOM 1
223d71012a9Smrg 
224d71012a9Smrg /* Define to 1 if you have the `realpath' function. */
225d71012a9Smrg #define HAVE_REALPATH 1
226d71012a9Smrg 
227d71012a9Smrg /* Define to 1 if you have the `rename' function. */
228d71012a9Smrg #define HAVE_RENAME 1
229d71012a9Smrg 
230d71012a9Smrg /* Define to 1 if you have the `rindex' function. */
231d71012a9Smrg #define HAVE_RINDEX 1
232d71012a9Smrg 
233d71012a9Smrg /* Define to 1 if you have the `sbrk' function. */
234d71012a9Smrg #define HAVE_SBRK 1
235d71012a9Smrg 
236d71012a9Smrg /* Define to 1 if you have the `setenv' function. */
237d71012a9Smrg #define HAVE_SETENV 1
238d71012a9Smrg 
23949d8c9ecSmrg /* Define to 1 if you have the `setproctitle' function. */
24049d8c9ecSmrg #define HAVE_SETPROCTITLE 1
24149d8c9ecSmrg 
24249d8c9ecSmrg /* Define to 1 if you have the `setrlimit' function. */
24349d8c9ecSmrg #define HAVE_SETRLIMIT 1
24449d8c9ecSmrg 
245d71012a9Smrg /* Define to 1 if you have the `sigsetmask' function. */
246d71012a9Smrg #define HAVE_SIGSETMASK 1
247d71012a9Smrg 
248d71012a9Smrg /* Define to 1 if you have the `snprintf' function. */
249d71012a9Smrg #define HAVE_SNPRINTF 1
250d71012a9Smrg 
25149d8c9ecSmrg /* Define to 1 if you have the `spawnve' function. */
25249d8c9ecSmrg /* #undef HAVE_SPAWNVE */
25349d8c9ecSmrg 
25449d8c9ecSmrg /* Define to 1 if you have the `spawnvpe' function. */
25549d8c9ecSmrg /* #undef HAVE_SPAWNVPE */
25649d8c9ecSmrg 
257d71012a9Smrg /* Define to 1 if you have the <stdint.h> header file. */
258d71012a9Smrg #define HAVE_STDINT_H 1
259d71012a9Smrg 
260d71012a9Smrg /* Define to 1 if you have the <stdio_ext.h> header file. */
261d71012a9Smrg /* #undef HAVE_STDIO_EXT_H */
262d71012a9Smrg 
263d71012a9Smrg /* Define to 1 if you have the <stdlib.h> header file. */
264d71012a9Smrg #define HAVE_STDLIB_H 1
265d71012a9Smrg 
266d71012a9Smrg /* Define to 1 if you have the `stpcpy' function. */
267d71012a9Smrg #define HAVE_STPCPY 1
268d71012a9Smrg 
269d71012a9Smrg /* Define to 1 if you have the `stpncpy' function. */
270d71012a9Smrg #define HAVE_STPNCPY 1
271d71012a9Smrg 
272d71012a9Smrg /* Define to 1 if you have the `strcasecmp' function. */
273d71012a9Smrg #define HAVE_STRCASECMP 1
274d71012a9Smrg 
275d71012a9Smrg /* Define to 1 if you have the `strchr' function. */
276d71012a9Smrg #define HAVE_STRCHR 1
277d71012a9Smrg 
278d71012a9Smrg /* Define to 1 if you have the `strdup' function. */
279d71012a9Smrg #define HAVE_STRDUP 1
280d71012a9Smrg 
281d71012a9Smrg /* Define to 1 if you have the `strerror' function. */
282d71012a9Smrg #define HAVE_STRERROR 1
283d71012a9Smrg 
284d71012a9Smrg /* Define to 1 if you have the <strings.h> header file. */
285d71012a9Smrg #define HAVE_STRINGS_H 1
286d71012a9Smrg 
287d71012a9Smrg /* Define to 1 if you have the <string.h> header file. */
288d71012a9Smrg #define HAVE_STRING_H 1
289d71012a9Smrg 
290d71012a9Smrg /* Define to 1 if you have the `strncasecmp' function. */
291d71012a9Smrg #define HAVE_STRNCASECMP 1
292d71012a9Smrg 
293d71012a9Smrg /* Define to 1 if you have the `strndup' function. */
294d71012a9Smrg #define HAVE_STRNDUP 1
295d71012a9Smrg 
29649d8c9ecSmrg /* Define to 1 if you have the `strnlen' function. */
29749d8c9ecSmrg #define HAVE_STRNLEN 1
29849d8c9ecSmrg 
299d71012a9Smrg /* Define to 1 if you have the `strrchr' function. */
300d71012a9Smrg #define HAVE_STRRCHR 1
301d71012a9Smrg 
302d71012a9Smrg /* Define to 1 if you have the `strsignal' function. */
303d71012a9Smrg #define HAVE_STRSIGNAL 1
304d71012a9Smrg 
305d71012a9Smrg /* Define to 1 if you have the `strstr' function. */
306d71012a9Smrg #define HAVE_STRSTR 1
307d71012a9Smrg 
308d71012a9Smrg /* Define to 1 if you have the `strtod' function. */
309d71012a9Smrg #define HAVE_STRTOD 1
310d71012a9Smrg 
311d71012a9Smrg /* Define to 1 if you have the `strtol' function. */
312d71012a9Smrg #define HAVE_STRTOL 1
313d71012a9Smrg 
31473357d78Schristos /* Define to 1 if you have the `strtoll' function. */
31573357d78Schristos #define HAVE_STRTOLL 1
31673357d78Schristos 
317d71012a9Smrg /* Define to 1 if you have the `strtoul' function. */
318d71012a9Smrg #define HAVE_STRTOUL 1
319d71012a9Smrg 
32073357d78Schristos /* Define to 1 if you have the `strtoull' function. */
32173357d78Schristos #define HAVE_STRTOULL 1
32273357d78Schristos 
323d71012a9Smrg /* Define to 1 if you have the `strverscmp' function. */
324d71012a9Smrg /* #undef HAVE_STRVERSCMP */
325d71012a9Smrg 
326d71012a9Smrg /* Define to 1 if you have the `sysconf' function. */
327d71012a9Smrg #define HAVE_SYSCONF 1
328d71012a9Smrg 
329d71012a9Smrg /* Define to 1 if you have the `sysctl' function. */
330d71012a9Smrg #define HAVE_SYSCTL 1
331d71012a9Smrg 
332d71012a9Smrg /* Define to 1 if you have the `sysmp' function. */
333d71012a9Smrg /* #undef HAVE_SYSMP */
334d71012a9Smrg 
335d71012a9Smrg /* Define if you have the sys_errlist variable. */
336d71012a9Smrg #define HAVE_SYS_ERRLIST 1
337d71012a9Smrg 
338d71012a9Smrg /* Define to 1 if you have the <sys/file.h> header file. */
339d71012a9Smrg #define HAVE_SYS_FILE_H 1
340d71012a9Smrg 
341d71012a9Smrg /* Define to 1 if you have the <sys/mman.h> header file. */
342d71012a9Smrg #define HAVE_SYS_MMAN_H 1
343d71012a9Smrg 
344d71012a9Smrg /* Define if you have the sys_nerr variable. */
345d71012a9Smrg #define HAVE_SYS_NERR 1
346d71012a9Smrg 
347d71012a9Smrg /* Define to 1 if you have the <sys/param.h> header file. */
348d71012a9Smrg #define HAVE_SYS_PARAM_H 1
349d71012a9Smrg 
35049d8c9ecSmrg /* Define to 1 if you have the <sys/prctl.h> header file. */
35149d8c9ecSmrg /* #undef HAVE_SYS_PRCTL_H */
35249d8c9ecSmrg 
353d71012a9Smrg /* Define to 1 if you have the <sys/pstat.h> header file. */
354d71012a9Smrg /* #undef HAVE_SYS_PSTAT_H */
355d71012a9Smrg 
356d71012a9Smrg /* Define to 1 if you have the <sys/resource.h> header file. */
357d71012a9Smrg #define HAVE_SYS_RESOURCE_H 1
358d71012a9Smrg 
359d71012a9Smrg /* Define if you have the sys_siglist variable. */
360d71012a9Smrg #define HAVE_SYS_SIGLIST 1
361d71012a9Smrg 
362d71012a9Smrg /* Define to 1 if you have the <sys/stat.h> header file. */
363d71012a9Smrg #define HAVE_SYS_STAT_H 1
364d71012a9Smrg 
365d71012a9Smrg /* Define to 1 if you have the <sys/sysctl.h> header file. */
366d71012a9Smrg #define HAVE_SYS_SYSCTL_H 1
367d71012a9Smrg 
368d71012a9Smrg /* Define to 1 if you have the <sys/sysinfo.h> header file. */
369d71012a9Smrg /* #undef HAVE_SYS_SYSINFO_H */
370d71012a9Smrg 
371d71012a9Smrg /* Define to 1 if you have the <sys/sysmp.h> header file. */
372d71012a9Smrg /* #undef HAVE_SYS_SYSMP_H */
373d71012a9Smrg 
374d71012a9Smrg /* Define to 1 if you have the <sys/systemcfg.h> header file. */
375d71012a9Smrg /* #undef HAVE_SYS_SYSTEMCFG_H */
376d71012a9Smrg 
377d71012a9Smrg /* Define to 1 if you have the <sys/table.h> header file. */
378d71012a9Smrg /* #undef HAVE_SYS_TABLE_H */
379d71012a9Smrg 
380d71012a9Smrg /* Define to 1 if you have the <sys/time.h> header file. */
381d71012a9Smrg #define HAVE_SYS_TIME_H 1
382d71012a9Smrg 
383d71012a9Smrg /* Define to 1 if you have the <sys/types.h> header file. */
384d71012a9Smrg #define HAVE_SYS_TYPES_H 1
385d71012a9Smrg 
386d71012a9Smrg /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
387d71012a9Smrg #define HAVE_SYS_WAIT_H 1
388d71012a9Smrg 
389d71012a9Smrg /* Define to 1 if you have the `table' function. */
390d71012a9Smrg /* #undef HAVE_TABLE */
391d71012a9Smrg 
392d71012a9Smrg /* Define to 1 if you have the `times' function. */
393d71012a9Smrg #define HAVE_TIMES 1
394d71012a9Smrg 
395d71012a9Smrg /* Define to 1 if you have the <time.h> header file. */
396d71012a9Smrg #define HAVE_TIME_H 1
397d71012a9Smrg 
398d71012a9Smrg /* Define to 1 if you have the `tmpnam' function. */
399d71012a9Smrg #define HAVE_TMPNAM 1
400d71012a9Smrg 
401d71012a9Smrg /* Define if you have the \`uintptr_t' type. */
402d71012a9Smrg #define HAVE_UINTPTR_T 1
403d71012a9Smrg 
404d71012a9Smrg /* Define to 1 if you have the <unistd.h> header file. */
405d71012a9Smrg #define HAVE_UNISTD_H 1
406d71012a9Smrg 
407d71012a9Smrg /* Define to 1 if you have the `vasprintf' function. */
408d71012a9Smrg #define HAVE_VASPRINTF 1
409d71012a9Smrg 
410d71012a9Smrg /* Define to 1 if you have the `vfork' function. */
411d71012a9Smrg #define HAVE_VFORK 1
412d71012a9Smrg 
413d71012a9Smrg /* Define to 1 if you have the <vfork.h> header file. */
414d71012a9Smrg /* #undef HAVE_VFORK_H */
415d71012a9Smrg 
416d71012a9Smrg /* Define to 1 if you have the `vfprintf' function. */
417d71012a9Smrg #define HAVE_VFPRINTF 1
418d71012a9Smrg 
419d71012a9Smrg /* Define to 1 if you have the `vprintf' function. */
420d71012a9Smrg #define HAVE_VPRINTF 1
421d71012a9Smrg 
422d71012a9Smrg /* Define to 1 if you have the `vsprintf' function. */
423d71012a9Smrg #define HAVE_VSPRINTF 1
424d71012a9Smrg 
425d71012a9Smrg /* Define to 1 if you have the `wait3' function. */
426d71012a9Smrg #define HAVE_WAIT3 1
427d71012a9Smrg 
428d71012a9Smrg /* Define to 1 if you have the `wait4' function. */
429d71012a9Smrg #define HAVE_WAIT4 1
430d71012a9Smrg 
431d71012a9Smrg /* Define to 1 if you have the `waitpid' function. */
432d71012a9Smrg #define HAVE_WAITPID 1
433d71012a9Smrg 
434d71012a9Smrg /* Define to 1 if `fork' works. */
435d71012a9Smrg #define HAVE_WORKING_FORK 1
436d71012a9Smrg 
437d71012a9Smrg /* Define to 1 if `vfork' works. */
438d71012a9Smrg #define HAVE_WORKING_VFORK 1
439d71012a9Smrg 
440d71012a9Smrg /* Define to 1 if you have the `_doprnt' function. */
441d71012a9Smrg /* #undef HAVE__DOPRNT */
442d71012a9Smrg 
443d71012a9Smrg /* Define if you have the _system_configuration variable. */
444d71012a9Smrg /* #undef HAVE__SYSTEM_CONFIGURATION */
445d71012a9Smrg 
446d71012a9Smrg /* Define to 1 if you have the `__fsetlocking' function. */
447d71012a9Smrg /* #undef HAVE___FSETLOCKING */
448d71012a9Smrg 
449d71012a9Smrg /* Define if canonicalize_file_name is not declared in system header files. */
450d71012a9Smrg #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
451d71012a9Smrg 
452d71012a9Smrg /* Define if errno must be declared even when <errno.h> is included. */
453d71012a9Smrg /* #undef NEED_DECLARATION_ERRNO */
454d71012a9Smrg 
455d71012a9Smrg /* Define to 1 if your C compiler doesn't accept -c and -o together. */
456d71012a9Smrg /* #undef NO_MINUS_C_MINUS_O */
457d71012a9Smrg 
458d71012a9Smrg /* Define to the address where bug reports for this package should be sent. */
459d71012a9Smrg #define PACKAGE_BUGREPORT ""
460d71012a9Smrg 
461d71012a9Smrg /* Define to the full name of this package. */
462d71012a9Smrg #define PACKAGE_NAME ""
463d71012a9Smrg 
464d71012a9Smrg /* Define to the full name and version of this package. */
465d71012a9Smrg #define PACKAGE_STRING ""
466d71012a9Smrg 
467d71012a9Smrg /* Define to the one symbol short name of this package. */
468d71012a9Smrg #define PACKAGE_TARNAME ""
469d71012a9Smrg 
470d71012a9Smrg /* Define to the home page for this package. */
471d71012a9Smrg #define PACKAGE_URL ""
472d71012a9Smrg 
473d71012a9Smrg /* Define to the version of this package. */
474d71012a9Smrg #define PACKAGE_VERSION ""
475d71012a9Smrg 
476d71012a9Smrg /* The size of `int', as computed by sizeof. */
477d71012a9Smrg #define SIZEOF_INT 4
478d71012a9Smrg 
47973357d78Schristos /* The size of `long', as computed by sizeof. */
48073357d78Schristos #define SIZEOF_LONG 4
48173357d78Schristos 
48273357d78Schristos /* The size of `long long', as computed by sizeof. */
48373357d78Schristos #define SIZEOF_LONG_LONG 8
48473357d78Schristos 
485d79d5e15Smrg /* The size of `size_t', as computed by sizeof. */
486d79d5e15Smrg #define SIZEOF_SIZE_T 4
487d79d5e15Smrg 
488d71012a9Smrg /* Define if you know the direction of stack growth for your system; otherwise
489d71012a9Smrg    it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
490d71012a9Smrg    toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
491d71012a9Smrg    STACK_DIRECTION = 0 => direction of growth unknown */
492d71012a9Smrg #define STACK_DIRECTION 0
493d71012a9Smrg 
494d71012a9Smrg /* Define to 1 if you have the ANSI C header files. */
495d71012a9Smrg #define STDC_HEADERS 1
496d71012a9Smrg 
497d71012a9Smrg /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
498d71012a9Smrg #define TIME_WITH_SYS_TIME 1
499d71012a9Smrg 
500d71012a9Smrg /* Define to an unsigned 64-bit type available in the compiler. */
501d71012a9Smrg #define UNSIGNED_64BIT_TYPE uint64_t
502d71012a9Smrg 
503ed02bbe8Smrg /* Enable extensions on AIX 3, Interix.  */
504ed02bbe8Smrg #ifndef _ALL_SOURCE
505ed02bbe8Smrg # define _ALL_SOURCE 1
506ed02bbe8Smrg #endif
507ed02bbe8Smrg /* Enable GNU extensions on systems that have them.  */
508ed02bbe8Smrg #ifndef _GNU_SOURCE
509ed02bbe8Smrg # define _GNU_SOURCE 1
510ed02bbe8Smrg #endif
511ed02bbe8Smrg /* Enable threading extensions on Solaris.  */
512ed02bbe8Smrg #ifndef _POSIX_PTHREAD_SEMANTICS
513ed02bbe8Smrg # define _POSIX_PTHREAD_SEMANTICS 1
514ed02bbe8Smrg #endif
515ed02bbe8Smrg /* Enable extensions on HP NonStop.  */
516ed02bbe8Smrg #ifndef _TANDEM_SOURCE
517ed02bbe8Smrg # define _TANDEM_SOURCE 1
518ed02bbe8Smrg #endif
519ed02bbe8Smrg /* Enable general extensions on Solaris.  */
520ed02bbe8Smrg #ifndef __EXTENSIONS__
521ed02bbe8Smrg # define __EXTENSIONS__ 1
522ed02bbe8Smrg #endif
523ed02bbe8Smrg 
524ed02bbe8Smrg 
525d71012a9Smrg /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
526d71012a9Smrg    significant byte first (like Motorola and SPARC, unlike Intel). */
527d71012a9Smrg #if defined AC_APPLE_UNIVERSAL_BUILD
528d71012a9Smrg # if defined __BIG_ENDIAN__
529d71012a9Smrg #  define WORDS_BIGENDIAN 1
530d71012a9Smrg # endif
531d71012a9Smrg #else
532d71012a9Smrg # ifndef WORDS_BIGENDIAN
533d71012a9Smrg /* #  undef WORDS_BIGENDIAN */
534d71012a9Smrg # endif
535d71012a9Smrg #endif
536d71012a9Smrg 
537*dec7c724Smrg /* Enable large inode numbers on Mac OS X 10.5.  */
538*dec7c724Smrg #ifndef _DARWIN_USE_64_BIT_INODE
539*dec7c724Smrg # define _DARWIN_USE_64_BIT_INODE 1
540*dec7c724Smrg #endif
541*dec7c724Smrg 
542d71012a9Smrg /* Number of bits in a file offset, on hosts where this is settable. */
543d71012a9Smrg /* #undef _FILE_OFFSET_BITS */
544d71012a9Smrg 
545d71012a9Smrg /* Define for large files, on AIX-style hosts. */
546d71012a9Smrg /* #undef _LARGE_FILES */
547d71012a9Smrg 
548ed02bbe8Smrg /* Define to 1 if on MINIX. */
549ed02bbe8Smrg /* #undef _MINIX */
550ed02bbe8Smrg 
551ed02bbe8Smrg /* Define to 2 if the system does not provide POSIX.1 features except with
552ed02bbe8Smrg    this defined. */
553ed02bbe8Smrg /* #undef _POSIX_1_SOURCE */
554ed02bbe8Smrg 
555ed02bbe8Smrg /* Define to 1 if you need to in order for `stat' and other things to work. */
556ed02bbe8Smrg /* #undef _POSIX_SOURCE */
557ed02bbe8Smrg 
558d71012a9Smrg /* Define to empty if `const' does not conform to ANSI C. */
559d71012a9Smrg /* #undef const */
560d71012a9Smrg 
561d71012a9Smrg /* Define to `__inline__' or `__inline' if that's what the C compiler
562d71012a9Smrg    calls it, or to nothing if 'inline' is not supported under any name.  */
563d71012a9Smrg #ifndef __cplusplus
564d71012a9Smrg /* #undef inline */
565d71012a9Smrg #endif
566d71012a9Smrg 
567d71012a9Smrg /* Define to the type of a signed integer type wide enough to hold a pointer,
568d71012a9Smrg    if such a type exists, and if the system does not define it. */
569d71012a9Smrg /* #undef intptr_t */
570d71012a9Smrg 
571d71012a9Smrg /* Define to `int' if <sys/types.h> does not define. */
572d71012a9Smrg /* #undef pid_t */
573d71012a9Smrg 
57449d8c9ecSmrg /* Define to `int' if <sys/types.h> does not define. */
57549d8c9ecSmrg /* #undef ssize_t */
57649d8c9ecSmrg 
577d71012a9Smrg /* Define to the type of an unsigned integer type wide enough to hold a
578d71012a9Smrg    pointer, if such a type exists, and if the system does not define it. */
579d71012a9Smrg /* #undef uintptr_t */
580d71012a9Smrg 
581d71012a9Smrg /* Define as `fork' if `vfork' does not work. */
582d71012a9Smrg /* #undef vfork */
583