xref: /netbsd-src/external/gpl3/gcc/lib/libiberty/arch/mips64eb/config.h (revision 3d883ed1cc38f521a2919da7fac460e45d7c4d20)
1748830d1Smrg /* This file is automatically generated.  DO NOT EDIT! */
2*3d883ed1Smrg /* 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  */
4748830d1Smrg 
5748830d1Smrg /* config.h.  Generated from config.in by configure.  */
6748830d1Smrg /* config.in.  Generated from configure.ac by autoheader.  */
7748830d1Smrg 
8748830d1Smrg /* Define if building universal (internal helper macro) */
9748830d1Smrg /* #undef AC_APPLE_UNIVERSAL_BUILD */
10748830d1Smrg 
11748830d1Smrg /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
12748830d1Smrg    This function is required for alloca.c support on those systems. */
13748830d1Smrg /* #undef CRAY_STACKSEG_END */
14748830d1Smrg 
15748830d1Smrg /* Define to 1 if you have the <alloca.h> header file. */
16748830d1Smrg /* #undef HAVE_ALLOCA_H */
17748830d1Smrg 
18748830d1Smrg /* Define to 1 if you have the `asprintf' function. */
19748830d1Smrg #define HAVE_ASPRINTF 1
20748830d1Smrg 
21748830d1Smrg /* Define to 1 if you have the `atexit' function. */
22748830d1Smrg #define HAVE_ATEXIT 1
23748830d1Smrg 
24748830d1Smrg /* Define to 1 if you have the `basename' function. */
25748830d1Smrg #define HAVE_BASENAME 1
26748830d1Smrg 
27748830d1Smrg /* Define to 1 if you have the `bcmp' function. */
28748830d1Smrg #define HAVE_BCMP 1
29748830d1Smrg 
30748830d1Smrg /* Define to 1 if you have the `bcopy' function. */
31748830d1Smrg #define HAVE_BCOPY 1
32748830d1Smrg 
33748830d1Smrg /* Define to 1 if you have the `bsearch' function. */
34748830d1Smrg #define HAVE_BSEARCH 1
35748830d1Smrg 
36748830d1Smrg /* Define to 1 if you have the `bzero' function. */
37748830d1Smrg #define HAVE_BZERO 1
38748830d1Smrg 
39748830d1Smrg /* Define to 1 if you have the `calloc' function. */
40748830d1Smrg #define HAVE_CALLOC 1
41748830d1Smrg 
42748830d1Smrg /* Define to 1 if you have the `canonicalize_file_name' function. */
43748830d1Smrg /* #undef HAVE_CANONICALIZE_FILE_NAME */
44748830d1Smrg 
45748830d1Smrg /* Define to 1 if you have the `clock' function. */
46748830d1Smrg #define HAVE_CLOCK 1
47748830d1Smrg 
48748830d1Smrg /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
49748830d1Smrg    don't. */
50748830d1Smrg #define HAVE_DECL_ASPRINTF 1
51748830d1Smrg 
5249d8c9ecSmrg /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
5349d8c9ecSmrg    you don't. */
54748830d1Smrg #define HAVE_DECL_BASENAME 0
55748830d1Smrg 
56748830d1Smrg /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
57748830d1Smrg    */
58748830d1Smrg #define HAVE_DECL_CALLOC 1
59748830d1Smrg 
60748830d1Smrg /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
61748830d1Smrg #define HAVE_DECL_FFS 1
62748830d1Smrg 
63748830d1Smrg /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
64748830d1Smrg    */
65748830d1Smrg #define HAVE_DECL_GETENV 1
66748830d1Smrg 
67748830d1Smrg /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
68748830d1Smrg    */
69748830d1Smrg #define HAVE_DECL_GETOPT 1
70748830d1Smrg 
71748830d1Smrg /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
72748830d1Smrg    */
73748830d1Smrg #define HAVE_DECL_MALLOC 1
74748830d1Smrg 
75748830d1Smrg /* Define to 1 if you have the declaration of `realloc', and to 0 if you
76748830d1Smrg    don't. */
77748830d1Smrg #define HAVE_DECL_REALLOC 1
78748830d1Smrg 
79748830d1Smrg /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
80748830d1Smrg    */
81748830d1Smrg #define HAVE_DECL_SBRK 1
82748830d1Smrg 
83748830d1Smrg /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
84748830d1Smrg    don't. */
85748830d1Smrg #define HAVE_DECL_SNPRINTF 1
86748830d1Smrg 
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 
9132934a1fSmrg /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
9232934a1fSmrg    */
9332934a1fSmrg #define HAVE_DECL_STRTOL 1
9432934a1fSmrg 
9532934a1fSmrg /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
9632934a1fSmrg    don't. */
9732934a1fSmrg #define HAVE_DECL_STRTOLL 1
9832934a1fSmrg 
9932934a1fSmrg /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
10032934a1fSmrg    don't. */
10132934a1fSmrg #define HAVE_DECL_STRTOUL 1
10232934a1fSmrg 
10332934a1fSmrg /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
10432934a1fSmrg    don't. */
10532934a1fSmrg #define HAVE_DECL_STRTOULL 1
10632934a1fSmrg 
107748830d1Smrg /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
108748830d1Smrg    don't. */
109748830d1Smrg #define HAVE_DECL_STRVERSCMP 0
110748830d1Smrg 
111748830d1Smrg /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
112748830d1Smrg    don't. */
113748830d1Smrg #define HAVE_DECL_VASPRINTF 1
114748830d1Smrg 
115748830d1Smrg /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
116748830d1Smrg    don't. */
117748830d1Smrg #define HAVE_DECL_VSNPRINTF 1
118748830d1Smrg 
11949d8c9ecSmrg /* Define to 1 if you have the `dup3' function. */
12049d8c9ecSmrg #define HAVE_DUP3 1
12149d8c9ecSmrg 
122748830d1Smrg /* Define to 1 if you have the <fcntl.h> header file. */
123748830d1Smrg #define HAVE_FCNTL_H 1
124748830d1Smrg 
125748830d1Smrg /* Define to 1 if you have the `ffs' function. */
126748830d1Smrg #define HAVE_FFS 1
127748830d1Smrg 
128748830d1Smrg /* Define to 1 if you have the `fork' function. */
129748830d1Smrg #define HAVE_FORK 1
130748830d1Smrg 
131748830d1Smrg /* Define to 1 if you have the `getcwd' function. */
132748830d1Smrg #define HAVE_GETCWD 1
133748830d1Smrg 
134748830d1Smrg /* Define to 1 if you have the `getpagesize' function. */
135748830d1Smrg #define HAVE_GETPAGESIZE 1
136748830d1Smrg 
13749d8c9ecSmrg /* Define to 1 if you have the `getrlimit' function. */
13849d8c9ecSmrg #define HAVE_GETRLIMIT 1
13949d8c9ecSmrg 
140748830d1Smrg /* Define to 1 if you have the `getrusage' function. */
141748830d1Smrg #define HAVE_GETRUSAGE 1
142748830d1Smrg 
143748830d1Smrg /* Define to 1 if you have the `getsysinfo' function. */
144748830d1Smrg /* #undef HAVE_GETSYSINFO */
145748830d1Smrg 
146748830d1Smrg /* Define to 1 if you have the `gettimeofday' function. */
147748830d1Smrg #define HAVE_GETTIMEOFDAY 1
148748830d1Smrg 
149748830d1Smrg /* Define to 1 if you have the `index' function. */
150748830d1Smrg #define HAVE_INDEX 1
151748830d1Smrg 
152748830d1Smrg /* Define to 1 if you have the `insque' function. */
153748830d1Smrg #define HAVE_INSQUE 1
154748830d1Smrg 
155748830d1Smrg /* Define to 1 if the system has the type `intptr_t'. */
156748830d1Smrg #define HAVE_INTPTR_T 1
157748830d1Smrg 
158748830d1Smrg /* Define to 1 if you have the <inttypes.h> header file. */
159748830d1Smrg #define HAVE_INTTYPES_H 1
160748830d1Smrg 
161748830d1Smrg /* Define to 1 if you have the <limits.h> header file. */
162748830d1Smrg #define HAVE_LIMITS_H 1
163748830d1Smrg 
16432934a1fSmrg /* Define if you have the `long long' type. */
16532934a1fSmrg #define HAVE_LONG_LONG 1
16632934a1fSmrg 
167748830d1Smrg /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
168748830d1Smrg /* #undef HAVE_MACHINE_HAL_SYSINFO_H */
169748830d1Smrg 
170748830d1Smrg /* Define to 1 if you have the <malloc.h> header file. */
171748830d1Smrg #define HAVE_MALLOC_H 1
172748830d1Smrg 
173748830d1Smrg /* Define to 1 if you have the `memchr' function. */
174748830d1Smrg #define HAVE_MEMCHR 1
175748830d1Smrg 
176748830d1Smrg /* Define to 1 if you have the `memcmp' function. */
177748830d1Smrg #define HAVE_MEMCMP 1
178748830d1Smrg 
179748830d1Smrg /* Define to 1 if you have the `memcpy' function. */
180748830d1Smrg #define HAVE_MEMCPY 1
181748830d1Smrg 
182748830d1Smrg /* Define to 1 if you have the `memmem' function. */
183748830d1Smrg #define HAVE_MEMMEM 1
184748830d1Smrg 
185748830d1Smrg /* Define to 1 if you have the `memmove' function. */
186748830d1Smrg #define HAVE_MEMMOVE 1
187748830d1Smrg 
188748830d1Smrg /* Define to 1 if you have the <memory.h> header file. */
189748830d1Smrg #define HAVE_MEMORY_H 1
190748830d1Smrg 
191748830d1Smrg /* Define to 1 if you have the `memset' function. */
192748830d1Smrg #define HAVE_MEMSET 1
193748830d1Smrg 
194748830d1Smrg /* Define to 1 if you have the `mkstemps' function. */
195d1eae540Smrg #define HAVE_MKSTEMPS 1
196748830d1Smrg 
197748830d1Smrg /* Define to 1 if you have a working `mmap' system call. */
198748830d1Smrg #define HAVE_MMAP 1
199748830d1Smrg 
200748830d1Smrg /* Define to 1 if you have the `on_exit' function. */
201748830d1Smrg /* #undef HAVE_ON_EXIT */
202748830d1Smrg 
203*3d883ed1Smrg /* Define to 1 if you have the `pipe2' function. */
204*3d883ed1Smrg #define HAVE_PIPE2 1
205*3d883ed1Smrg 
20649d8c9ecSmrg /* Define to 1 if you have the <process.h> header file. */
20749d8c9ecSmrg /* #undef HAVE_PROCESS_H */
20849d8c9ecSmrg 
209748830d1Smrg /* Define to 1 if you have the `psignal' function. */
210748830d1Smrg #define HAVE_PSIGNAL 1
211748830d1Smrg 
212748830d1Smrg /* Define to 1 if you have the `pstat_getdynamic' function. */
213748830d1Smrg /* #undef HAVE_PSTAT_GETDYNAMIC */
214748830d1Smrg 
215748830d1Smrg /* Define to 1 if you have the `pstat_getstatic' function. */
216748830d1Smrg /* #undef HAVE_PSTAT_GETSTATIC */
217748830d1Smrg 
218748830d1Smrg /* Define to 1 if you have the `putenv' function. */
219748830d1Smrg #define HAVE_PUTENV 1
220748830d1Smrg 
221748830d1Smrg /* Define to 1 if you have the `random' function. */
222748830d1Smrg #define HAVE_RANDOM 1
223748830d1Smrg 
224748830d1Smrg /* Define to 1 if you have the `realpath' function. */
225748830d1Smrg #define HAVE_REALPATH 1
226748830d1Smrg 
227748830d1Smrg /* Define to 1 if you have the `rename' function. */
228748830d1Smrg #define HAVE_RENAME 1
229748830d1Smrg 
230748830d1Smrg /* Define to 1 if you have the `rindex' function. */
231748830d1Smrg #define HAVE_RINDEX 1
232748830d1Smrg 
233748830d1Smrg /* Define to 1 if you have the `sbrk' function. */
234748830d1Smrg #define HAVE_SBRK 1
235748830d1Smrg 
236748830d1Smrg /* Define to 1 if you have the `setenv' function. */
237748830d1Smrg #define HAVE_SETENV 1
238748830d1Smrg 
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 
245748830d1Smrg /* Define to 1 if you have the `sigsetmask' function. */
246748830d1Smrg #define HAVE_SIGSETMASK 1
247748830d1Smrg 
248748830d1Smrg /* Define to 1 if you have the `snprintf' function. */
249748830d1Smrg #define HAVE_SNPRINTF 1
250748830d1Smrg 
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 
257748830d1Smrg /* Define to 1 if you have the <stdint.h> header file. */
258748830d1Smrg #define HAVE_STDINT_H 1
259748830d1Smrg 
260748830d1Smrg /* Define to 1 if you have the <stdio_ext.h> header file. */
261748830d1Smrg /* #undef HAVE_STDIO_EXT_H */
262748830d1Smrg 
263748830d1Smrg /* Define to 1 if you have the <stdlib.h> header file. */
264748830d1Smrg #define HAVE_STDLIB_H 1
265748830d1Smrg 
266748830d1Smrg /* Define to 1 if you have the `stpcpy' function. */
267748830d1Smrg #define HAVE_STPCPY 1
268748830d1Smrg 
269748830d1Smrg /* Define to 1 if you have the `stpncpy' function. */
270748830d1Smrg #define HAVE_STPNCPY 1
271748830d1Smrg 
272748830d1Smrg /* Define to 1 if you have the `strcasecmp' function. */
273748830d1Smrg #define HAVE_STRCASECMP 1
274748830d1Smrg 
275748830d1Smrg /* Define to 1 if you have the `strchr' function. */
276748830d1Smrg #define HAVE_STRCHR 1
277748830d1Smrg 
278748830d1Smrg /* Define to 1 if you have the `strdup' function. */
279748830d1Smrg #define HAVE_STRDUP 1
280748830d1Smrg 
281748830d1Smrg /* Define to 1 if you have the `strerror' function. */
282748830d1Smrg #define HAVE_STRERROR 1
283748830d1Smrg 
284748830d1Smrg /* Define to 1 if you have the <strings.h> header file. */
285748830d1Smrg #define HAVE_STRINGS_H 1
286748830d1Smrg 
287748830d1Smrg /* Define to 1 if you have the <string.h> header file. */
288748830d1Smrg #define HAVE_STRING_H 1
289748830d1Smrg 
290748830d1Smrg /* Define to 1 if you have the `strncasecmp' function. */
291748830d1Smrg #define HAVE_STRNCASECMP 1
292748830d1Smrg 
293748830d1Smrg /* Define to 1 if you have the `strndup' function. */
294748830d1Smrg #define HAVE_STRNDUP 1
295748830d1Smrg 
29649d8c9ecSmrg /* Define to 1 if you have the `strnlen' function. */
29749d8c9ecSmrg #define HAVE_STRNLEN 1
29849d8c9ecSmrg 
299748830d1Smrg /* Define to 1 if you have the `strrchr' function. */
300748830d1Smrg #define HAVE_STRRCHR 1
301748830d1Smrg 
302748830d1Smrg /* Define to 1 if you have the `strsignal' function. */
303748830d1Smrg #define HAVE_STRSIGNAL 1
304748830d1Smrg 
305748830d1Smrg /* Define to 1 if you have the `strstr' function. */
306748830d1Smrg #define HAVE_STRSTR 1
307748830d1Smrg 
308748830d1Smrg /* Define to 1 if you have the `strtod' function. */
309748830d1Smrg #define HAVE_STRTOD 1
310748830d1Smrg 
311748830d1Smrg /* Define to 1 if you have the `strtol' function. */
312748830d1Smrg #define HAVE_STRTOL 1
313748830d1Smrg 
31432934a1fSmrg /* Define to 1 if you have the `strtoll' function. */
31532934a1fSmrg #define HAVE_STRTOLL 1
31632934a1fSmrg 
317748830d1Smrg /* Define to 1 if you have the `strtoul' function. */
318748830d1Smrg #define HAVE_STRTOUL 1
319748830d1Smrg 
32032934a1fSmrg /* Define to 1 if you have the `strtoull' function. */
32132934a1fSmrg #define HAVE_STRTOULL 1
32232934a1fSmrg 
323748830d1Smrg /* Define to 1 if you have the `strverscmp' function. */
324748830d1Smrg /* #undef HAVE_STRVERSCMP */
325748830d1Smrg 
326748830d1Smrg /* Define to 1 if you have the `sysconf' function. */
327748830d1Smrg #define HAVE_SYSCONF 1
328748830d1Smrg 
329748830d1Smrg /* Define to 1 if you have the `sysctl' function. */
330748830d1Smrg #define HAVE_SYSCTL 1
331748830d1Smrg 
332748830d1Smrg /* Define to 1 if you have the `sysmp' function. */
333748830d1Smrg /* #undef HAVE_SYSMP */
334748830d1Smrg 
335748830d1Smrg /* Define if you have the sys_errlist variable. */
336748830d1Smrg #define HAVE_SYS_ERRLIST 1
337748830d1Smrg 
338748830d1Smrg /* Define to 1 if you have the <sys/file.h> header file. */
339748830d1Smrg #define HAVE_SYS_FILE_H 1
340748830d1Smrg 
341748830d1Smrg /* Define to 1 if you have the <sys/mman.h> header file. */
342748830d1Smrg #define HAVE_SYS_MMAN_H 1
343748830d1Smrg 
344748830d1Smrg /* Define if you have the sys_nerr variable. */
345748830d1Smrg #define HAVE_SYS_NERR 1
346748830d1Smrg 
347748830d1Smrg /* Define to 1 if you have the <sys/param.h> header file. */
348748830d1Smrg #define HAVE_SYS_PARAM_H 1
349748830d1Smrg 
35049d8c9ecSmrg /* Define to 1 if you have the <sys/prctl.h> header file. */
35149d8c9ecSmrg /* #undef HAVE_SYS_PRCTL_H */
35249d8c9ecSmrg 
353748830d1Smrg /* Define to 1 if you have the <sys/pstat.h> header file. */
354748830d1Smrg /* #undef HAVE_SYS_PSTAT_H */
355748830d1Smrg 
356748830d1Smrg /* Define to 1 if you have the <sys/resource.h> header file. */
357748830d1Smrg #define HAVE_SYS_RESOURCE_H 1
358748830d1Smrg 
359748830d1Smrg /* Define if you have the sys_siglist variable. */
360748830d1Smrg #define HAVE_SYS_SIGLIST 1
361748830d1Smrg 
362748830d1Smrg /* Define to 1 if you have the <sys/stat.h> header file. */
363748830d1Smrg #define HAVE_SYS_STAT_H 1
364748830d1Smrg 
365748830d1Smrg /* Define to 1 if you have the <sys/sysctl.h> header file. */
366748830d1Smrg #define HAVE_SYS_SYSCTL_H 1
367748830d1Smrg 
368748830d1Smrg /* Define to 1 if you have the <sys/sysinfo.h> header file. */
369748830d1Smrg /* #undef HAVE_SYS_SYSINFO_H */
370748830d1Smrg 
371748830d1Smrg /* Define to 1 if you have the <sys/sysmp.h> header file. */
372748830d1Smrg /* #undef HAVE_SYS_SYSMP_H */
373748830d1Smrg 
374748830d1Smrg /* Define to 1 if you have the <sys/systemcfg.h> header file. */
375748830d1Smrg /* #undef HAVE_SYS_SYSTEMCFG_H */
376748830d1Smrg 
377748830d1Smrg /* Define to 1 if you have the <sys/table.h> header file. */
378748830d1Smrg /* #undef HAVE_SYS_TABLE_H */
379748830d1Smrg 
380748830d1Smrg /* Define to 1 if you have the <sys/time.h> header file. */
381748830d1Smrg #define HAVE_SYS_TIME_H 1
382748830d1Smrg 
383748830d1Smrg /* Define to 1 if you have the <sys/types.h> header file. */
384748830d1Smrg #define HAVE_SYS_TYPES_H 1
385748830d1Smrg 
386748830d1Smrg /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
387748830d1Smrg #define HAVE_SYS_WAIT_H 1
388748830d1Smrg 
389748830d1Smrg /* Define to 1 if you have the `table' function. */
390748830d1Smrg /* #undef HAVE_TABLE */
391748830d1Smrg 
392748830d1Smrg /* Define to 1 if you have the `times' function. */
393748830d1Smrg #define HAVE_TIMES 1
394748830d1Smrg 
395748830d1Smrg /* Define to 1 if you have the <time.h> header file. */
396748830d1Smrg #define HAVE_TIME_H 1
397748830d1Smrg 
398748830d1Smrg /* Define to 1 if you have the `tmpnam' function. */
399748830d1Smrg #define HAVE_TMPNAM 1
400748830d1Smrg 
401748830d1Smrg /* Define if you have the \`uintptr_t' type. */
402748830d1Smrg #define HAVE_UINTPTR_T 1
403748830d1Smrg 
404748830d1Smrg /* Define to 1 if you have the <unistd.h> header file. */
405748830d1Smrg #define HAVE_UNISTD_H 1
406748830d1Smrg 
407748830d1Smrg /* Define to 1 if you have the `vasprintf' function. */
408748830d1Smrg #define HAVE_VASPRINTF 1
409748830d1Smrg 
410748830d1Smrg /* Define to 1 if you have the `vfork' function. */
411748830d1Smrg #define HAVE_VFORK 1
412748830d1Smrg 
413748830d1Smrg /* Define to 1 if you have the <vfork.h> header file. */
414748830d1Smrg /* #undef HAVE_VFORK_H */
415748830d1Smrg 
416748830d1Smrg /* Define to 1 if you have the `vfprintf' function. */
417748830d1Smrg #define HAVE_VFPRINTF 1
418748830d1Smrg 
419748830d1Smrg /* Define to 1 if you have the `vprintf' function. */
420748830d1Smrg #define HAVE_VPRINTF 1
421748830d1Smrg 
422748830d1Smrg /* Define to 1 if you have the `vsprintf' function. */
423748830d1Smrg #define HAVE_VSPRINTF 1
424748830d1Smrg 
425748830d1Smrg /* Define to 1 if you have the `wait3' function. */
426748830d1Smrg #define HAVE_WAIT3 1
427748830d1Smrg 
428748830d1Smrg /* Define to 1 if you have the `wait4' function. */
429748830d1Smrg #define HAVE_WAIT4 1
430748830d1Smrg 
431748830d1Smrg /* Define to 1 if you have the `waitpid' function. */
432748830d1Smrg #define HAVE_WAITPID 1
433748830d1Smrg 
434748830d1Smrg /* Define to 1 if `fork' works. */
435748830d1Smrg #define HAVE_WORKING_FORK 1
436748830d1Smrg 
437748830d1Smrg /* Define to 1 if `vfork' works. */
438748830d1Smrg #define HAVE_WORKING_VFORK 1
439748830d1Smrg 
440748830d1Smrg /* Define to 1 if you have the `_doprnt' function. */
441748830d1Smrg /* #undef HAVE__DOPRNT */
442748830d1Smrg 
443748830d1Smrg /* Define if you have the _system_configuration variable. */
444748830d1Smrg /* #undef HAVE__SYSTEM_CONFIGURATION */
445748830d1Smrg 
446748830d1Smrg /* Define to 1 if you have the `__fsetlocking' function. */
447748830d1Smrg /* #undef HAVE___FSETLOCKING */
448748830d1Smrg 
449748830d1Smrg /* Define if canonicalize_file_name is not declared in system header files. */
450748830d1Smrg #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
451748830d1Smrg 
452748830d1Smrg /* Define if errno must be declared even when <errno.h> is included. */
453748830d1Smrg /* #undef NEED_DECLARATION_ERRNO */
454748830d1Smrg 
455748830d1Smrg /* Define to 1 if your C compiler doesn't accept -c and -o together. */
456748830d1Smrg /* #undef NO_MINUS_C_MINUS_O */
457748830d1Smrg 
458748830d1Smrg /* Define to the address where bug reports for this package should be sent. */
459748830d1Smrg #define PACKAGE_BUGREPORT ""
460748830d1Smrg 
461748830d1Smrg /* Define to the full name of this package. */
462748830d1Smrg #define PACKAGE_NAME ""
463748830d1Smrg 
464748830d1Smrg /* Define to the full name and version of this package. */
465748830d1Smrg #define PACKAGE_STRING ""
466748830d1Smrg 
467748830d1Smrg /* Define to the one symbol short name of this package. */
468748830d1Smrg #define PACKAGE_TARNAME ""
469748830d1Smrg 
470748830d1Smrg /* Define to the home page for this package. */
471748830d1Smrg #define PACKAGE_URL ""
472748830d1Smrg 
473748830d1Smrg /* Define to the version of this package. */
474748830d1Smrg #define PACKAGE_VERSION ""
475748830d1Smrg 
476748830d1Smrg /* The size of `int', as computed by sizeof. */
477748830d1Smrg #define SIZEOF_INT 4
478748830d1Smrg 
47932934a1fSmrg /* The size of `long', as computed by sizeof. */
48032934a1fSmrg #define SIZEOF_LONG 4
48132934a1fSmrg 
48232934a1fSmrg /* The size of `long long', as computed by sizeof. */
48332934a1fSmrg #define SIZEOF_LONG_LONG 8
48432934a1fSmrg 
4853d95d378Smrg /* The size of `size_t', as computed by sizeof. */
4863d95d378Smrg #define SIZEOF_SIZE_T 4
4873d95d378Smrg 
488748830d1Smrg /* Define if you know the direction of stack growth for your system; otherwise
489748830d1Smrg    it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
490748830d1Smrg    toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
491748830d1Smrg    STACK_DIRECTION = 0 => direction of growth unknown */
492748830d1Smrg #define STACK_DIRECTION 0
493748830d1Smrg 
494748830d1Smrg /* Define to 1 if you have the ANSI C header files. */
495748830d1Smrg #define STDC_HEADERS 1
496748830d1Smrg 
497748830d1Smrg /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
498748830d1Smrg #define TIME_WITH_SYS_TIME 1
499748830d1Smrg 
500748830d1Smrg /* Define to an unsigned 64-bit type available in the compiler. */
501748830d1Smrg #define UNSIGNED_64BIT_TYPE uint64_t
502748830d1Smrg 
503bc64ec48Smrg /* Enable extensions on AIX 3, Interix.  */
504bc64ec48Smrg #ifndef _ALL_SOURCE
505bc64ec48Smrg # define _ALL_SOURCE 1
506bc64ec48Smrg #endif
507bc64ec48Smrg /* Enable GNU extensions on systems that have them.  */
508bc64ec48Smrg #ifndef _GNU_SOURCE
509bc64ec48Smrg # define _GNU_SOURCE 1
510bc64ec48Smrg #endif
511bc64ec48Smrg /* Enable threading extensions on Solaris.  */
512bc64ec48Smrg #ifndef _POSIX_PTHREAD_SEMANTICS
513bc64ec48Smrg # define _POSIX_PTHREAD_SEMANTICS 1
514bc64ec48Smrg #endif
515bc64ec48Smrg /* Enable extensions on HP NonStop.  */
516bc64ec48Smrg #ifndef _TANDEM_SOURCE
517bc64ec48Smrg # define _TANDEM_SOURCE 1
518bc64ec48Smrg #endif
519bc64ec48Smrg /* Enable general extensions on Solaris.  */
520bc64ec48Smrg #ifndef __EXTENSIONS__
521bc64ec48Smrg # define __EXTENSIONS__ 1
522bc64ec48Smrg #endif
523bc64ec48Smrg 
524bc64ec48Smrg 
525748830d1Smrg /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
526748830d1Smrg    significant byte first (like Motorola and SPARC, unlike Intel). */
527748830d1Smrg #if defined AC_APPLE_UNIVERSAL_BUILD
528748830d1Smrg # if defined __BIG_ENDIAN__
529748830d1Smrg #  define WORDS_BIGENDIAN 1
530748830d1Smrg # endif
531748830d1Smrg #else
532748830d1Smrg # ifndef WORDS_BIGENDIAN
533748830d1Smrg #  define WORDS_BIGENDIAN 1
534748830d1Smrg # endif
535748830d1Smrg #endif
536748830d1Smrg 
537*3d883ed1Smrg /* Enable large inode numbers on Mac OS X 10.5.  */
538*3d883ed1Smrg #ifndef _DARWIN_USE_64_BIT_INODE
539*3d883ed1Smrg # define _DARWIN_USE_64_BIT_INODE 1
540*3d883ed1Smrg #endif
541*3d883ed1Smrg 
542748830d1Smrg /* Number of bits in a file offset, on hosts where this is settable. */
543748830d1Smrg /* #undef _FILE_OFFSET_BITS */
544748830d1Smrg 
545748830d1Smrg /* Define for large files, on AIX-style hosts. */
546748830d1Smrg /* #undef _LARGE_FILES */
547748830d1Smrg 
548bc64ec48Smrg /* Define to 1 if on MINIX. */
549bc64ec48Smrg /* #undef _MINIX */
550bc64ec48Smrg 
551bc64ec48Smrg /* Define to 2 if the system does not provide POSIX.1 features except with
552bc64ec48Smrg    this defined. */
553bc64ec48Smrg /* #undef _POSIX_1_SOURCE */
554bc64ec48Smrg 
555bc64ec48Smrg /* Define to 1 if you need to in order for `stat' and other things to work. */
556bc64ec48Smrg /* #undef _POSIX_SOURCE */
557bc64ec48Smrg 
558748830d1Smrg /* Define to empty if `const' does not conform to ANSI C. */
559748830d1Smrg /* #undef const */
560748830d1Smrg 
561748830d1Smrg /* Define to `__inline__' or `__inline' if that's what the C compiler
562748830d1Smrg    calls it, or to nothing if 'inline' is not supported under any name.  */
563748830d1Smrg #ifndef __cplusplus
564748830d1Smrg /* #undef inline */
565748830d1Smrg #endif
566748830d1Smrg 
567748830d1Smrg /* Define to the type of a signed integer type wide enough to hold a pointer,
568748830d1Smrg    if such a type exists, and if the system does not define it. */
569748830d1Smrg /* #undef intptr_t */
570748830d1Smrg 
571748830d1Smrg /* Define to `int' if <sys/types.h> does not define. */
572748830d1Smrg /* #undef pid_t */
573748830d1Smrg 
57449d8c9ecSmrg /* Define to `int' if <sys/types.h> does not define. */
57549d8c9ecSmrg /* #undef ssize_t */
57649d8c9ecSmrg 
577748830d1Smrg /* Define to the type of an unsigned integer type wide enough to hold a
578748830d1Smrg    pointer, if such a type exists, and if the system does not define it. */
579748830d1Smrg /* #undef uintptr_t */
580748830d1Smrg 
581748830d1Smrg /* Define as `fork' if `vfork' does not work. */
582748830d1Smrg /* #undef vfork */
583