xref: /netbsd-src/external/gpl3/gcc.old/lib/libiberty/arch/or1k/config.h (revision 36ac495d2b3ea2b9d96377b2143ebfedac224b92)
1*36ac495dSmrg /* This file is automatically generated.  DO NOT EDIT! */
2*36ac495dSmrg /* Generated from: NetBSD: mknative-gcc,v 1.79 2014/05/29 16:27:50 skrll Exp  */
3*36ac495dSmrg /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
4*36ac495dSmrg 
5*36ac495dSmrg /* config.h.  Generated from config.in by configure.  */
6*36ac495dSmrg /* config.in.  Generated from configure.ac by autoheader.  */
7*36ac495dSmrg 
8*36ac495dSmrg /* Define if building universal (internal helper macro) */
9*36ac495dSmrg /* #undef AC_APPLE_UNIVERSAL_BUILD */
10*36ac495dSmrg 
11*36ac495dSmrg /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
12*36ac495dSmrg    This function is required for alloca.c support on those systems. */
13*36ac495dSmrg /* #undef CRAY_STACKSEG_END */
14*36ac495dSmrg 
15*36ac495dSmrg /* Define to 1 if you have the <alloca.h> header file. */
16*36ac495dSmrg /* #undef HAVE_ALLOCA_H */
17*36ac495dSmrg 
18*36ac495dSmrg /* Define to 1 if you have the `asprintf' function. */
19*36ac495dSmrg #define HAVE_ASPRINTF 1
20*36ac495dSmrg 
21*36ac495dSmrg /* Define to 1 if you have the `atexit' function. */
22*36ac495dSmrg #define HAVE_ATEXIT 1
23*36ac495dSmrg 
24*36ac495dSmrg /* Define to 1 if you have the `basename' function. */
25*36ac495dSmrg #define HAVE_BASENAME 1
26*36ac495dSmrg 
27*36ac495dSmrg /* Define to 1 if you have the `bcmp' function. */
28*36ac495dSmrg #define HAVE_BCMP 1
29*36ac495dSmrg 
30*36ac495dSmrg /* Define to 1 if you have the `bcopy' function. */
31*36ac495dSmrg #define HAVE_BCOPY 1
32*36ac495dSmrg 
33*36ac495dSmrg /* Define to 1 if you have the `bsearch' function. */
34*36ac495dSmrg #define HAVE_BSEARCH 1
35*36ac495dSmrg 
36*36ac495dSmrg /* Define to 1 if you have the `bzero' function. */
37*36ac495dSmrg #define HAVE_BZERO 1
38*36ac495dSmrg 
39*36ac495dSmrg /* Define to 1 if you have the `calloc' function. */
40*36ac495dSmrg #define HAVE_CALLOC 1
41*36ac495dSmrg 
42*36ac495dSmrg /* Define to 1 if you have the `canonicalize_file_name' function. */
43*36ac495dSmrg /* #undef HAVE_CANONICALIZE_FILE_NAME */
44*36ac495dSmrg 
45*36ac495dSmrg /* Define to 1 if you have the `clock' function. */
46*36ac495dSmrg #define HAVE_CLOCK 1
47*36ac495dSmrg 
48*36ac495dSmrg /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
49*36ac495dSmrg    don't. */
50*36ac495dSmrg #define HAVE_DECL_ASPRINTF 1
51*36ac495dSmrg 
52*36ac495dSmrg /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
53*36ac495dSmrg    you don't. */
54*36ac495dSmrg #define HAVE_DECL_BASENAME 0
55*36ac495dSmrg 
56*36ac495dSmrg /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
57*36ac495dSmrg    */
58*36ac495dSmrg #define HAVE_DECL_CALLOC 1
59*36ac495dSmrg 
60*36ac495dSmrg /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
61*36ac495dSmrg #define HAVE_DECL_FFS 1
62*36ac495dSmrg 
63*36ac495dSmrg /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
64*36ac495dSmrg    */
65*36ac495dSmrg #define HAVE_DECL_GETENV 1
66*36ac495dSmrg 
67*36ac495dSmrg /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
68*36ac495dSmrg    */
69*36ac495dSmrg #define HAVE_DECL_GETOPT 1
70*36ac495dSmrg 
71*36ac495dSmrg /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
72*36ac495dSmrg    */
73*36ac495dSmrg #define HAVE_DECL_MALLOC 1
74*36ac495dSmrg 
75*36ac495dSmrg /* Define to 1 if you have the declaration of `realloc', and to 0 if you
76*36ac495dSmrg    don't. */
77*36ac495dSmrg #define HAVE_DECL_REALLOC 1
78*36ac495dSmrg 
79*36ac495dSmrg /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
80*36ac495dSmrg    */
81*36ac495dSmrg #define HAVE_DECL_SBRK 1
82*36ac495dSmrg 
83*36ac495dSmrg /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
84*36ac495dSmrg    don't. */
85*36ac495dSmrg #define HAVE_DECL_SNPRINTF 1
86*36ac495dSmrg 
87*36ac495dSmrg /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
88*36ac495dSmrg    don't. */
89*36ac495dSmrg #define HAVE_DECL_STRVERSCMP 0
90*36ac495dSmrg 
91*36ac495dSmrg /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
92*36ac495dSmrg    don't. */
93*36ac495dSmrg #define HAVE_DECL_VASPRINTF 1
94*36ac495dSmrg 
95*36ac495dSmrg /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
96*36ac495dSmrg    don't. */
97*36ac495dSmrg #define HAVE_DECL_VSNPRINTF 1
98*36ac495dSmrg 
99*36ac495dSmrg /* Define to 1 if you have the `dup3' function. */
100*36ac495dSmrg #define HAVE_DUP3 1
101*36ac495dSmrg 
102*36ac495dSmrg /* Define to 1 if you have the <fcntl.h> header file. */
103*36ac495dSmrg #define HAVE_FCNTL_H 1
104*36ac495dSmrg 
105*36ac495dSmrg /* Define to 1 if you have the `ffs' function. */
106*36ac495dSmrg #define HAVE_FFS 1
107*36ac495dSmrg 
108*36ac495dSmrg /* Define to 1 if you have the `fork' function. */
109*36ac495dSmrg #define HAVE_FORK 1
110*36ac495dSmrg 
111*36ac495dSmrg /* Define to 1 if you have the `getcwd' function. */
112*36ac495dSmrg #define HAVE_GETCWD 1
113*36ac495dSmrg 
114*36ac495dSmrg /* Define to 1 if you have the `getpagesize' function. */
115*36ac495dSmrg #define HAVE_GETPAGESIZE 1
116*36ac495dSmrg 
117*36ac495dSmrg /* Define to 1 if you have the `getrlimit' function. */
118*36ac495dSmrg #define HAVE_GETRLIMIT 1
119*36ac495dSmrg 
120*36ac495dSmrg /* Define to 1 if you have the `getrusage' function. */
121*36ac495dSmrg #define HAVE_GETRUSAGE 1
122*36ac495dSmrg 
123*36ac495dSmrg /* Define to 1 if you have the `getsysinfo' function. */
124*36ac495dSmrg /* #undef HAVE_GETSYSINFO */
125*36ac495dSmrg 
126*36ac495dSmrg /* Define to 1 if you have the `gettimeofday' function. */
127*36ac495dSmrg #define HAVE_GETTIMEOFDAY 1
128*36ac495dSmrg 
129*36ac495dSmrg /* Define to 1 if you have the `index' function. */
130*36ac495dSmrg #define HAVE_INDEX 1
131*36ac495dSmrg 
132*36ac495dSmrg /* Define to 1 if you have the `insque' function. */
133*36ac495dSmrg #define HAVE_INSQUE 1
134*36ac495dSmrg 
135*36ac495dSmrg /* Define to 1 if the system has the type `intptr_t'. */
136*36ac495dSmrg #define HAVE_INTPTR_T 1
137*36ac495dSmrg 
138*36ac495dSmrg /* Define to 1 if you have the <inttypes.h> header file. */
139*36ac495dSmrg #define HAVE_INTTYPES_H 1
140*36ac495dSmrg 
141*36ac495dSmrg /* Define to 1 if you have the <limits.h> header file. */
142*36ac495dSmrg #define HAVE_LIMITS_H 1
143*36ac495dSmrg 
144*36ac495dSmrg /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
145*36ac495dSmrg /* #undef HAVE_MACHINE_HAL_SYSINFO_H */
146*36ac495dSmrg 
147*36ac495dSmrg /* Define to 1 if you have the <malloc.h> header file. */
148*36ac495dSmrg #define HAVE_MALLOC_H 1
149*36ac495dSmrg 
150*36ac495dSmrg /* Define to 1 if you have the `memchr' function. */
151*36ac495dSmrg #define HAVE_MEMCHR 1
152*36ac495dSmrg 
153*36ac495dSmrg /* Define to 1 if you have the `memcmp' function. */
154*36ac495dSmrg #define HAVE_MEMCMP 1
155*36ac495dSmrg 
156*36ac495dSmrg /* Define to 1 if you have the `memcpy' function. */
157*36ac495dSmrg #define HAVE_MEMCPY 1
158*36ac495dSmrg 
159*36ac495dSmrg /* Define to 1 if you have the `memmem' function. */
160*36ac495dSmrg #define HAVE_MEMMEM 1
161*36ac495dSmrg 
162*36ac495dSmrg /* Define to 1 if you have the `memmove' function. */
163*36ac495dSmrg #define HAVE_MEMMOVE 1
164*36ac495dSmrg 
165*36ac495dSmrg /* Define to 1 if you have the <memory.h> header file. */
166*36ac495dSmrg #define HAVE_MEMORY_H 1
167*36ac495dSmrg 
168*36ac495dSmrg /* Define to 1 if you have the `memset' function. */
169*36ac495dSmrg #define HAVE_MEMSET 1
170*36ac495dSmrg 
171*36ac495dSmrg /* Define to 1 if you have the `mkstemps' function. */
172*36ac495dSmrg #define HAVE_MKSTEMPS 1
173*36ac495dSmrg 
174*36ac495dSmrg /* Define to 1 if you have a working `mmap' system call. */
175*36ac495dSmrg #define HAVE_MMAP 1
176*36ac495dSmrg 
177*36ac495dSmrg /* Define to 1 if you have the `on_exit' function. */
178*36ac495dSmrg /* #undef HAVE_ON_EXIT */
179*36ac495dSmrg 
180*36ac495dSmrg /* Define to 1 if you have the <process.h> header file. */
181*36ac495dSmrg /* #undef HAVE_PROCESS_H */
182*36ac495dSmrg 
183*36ac495dSmrg /* Define to 1 if you have the `psignal' function. */
184*36ac495dSmrg #define HAVE_PSIGNAL 1
185*36ac495dSmrg 
186*36ac495dSmrg /* Define to 1 if you have the `pstat_getdynamic' function. */
187*36ac495dSmrg /* #undef HAVE_PSTAT_GETDYNAMIC */
188*36ac495dSmrg 
189*36ac495dSmrg /* Define to 1 if you have the `pstat_getstatic' function. */
190*36ac495dSmrg /* #undef HAVE_PSTAT_GETSTATIC */
191*36ac495dSmrg 
192*36ac495dSmrg /* Define to 1 if you have the `putenv' function. */
193*36ac495dSmrg #define HAVE_PUTENV 1
194*36ac495dSmrg 
195*36ac495dSmrg /* Define to 1 if you have the `random' function. */
196*36ac495dSmrg #define HAVE_RANDOM 1
197*36ac495dSmrg 
198*36ac495dSmrg /* Define to 1 if you have the `realpath' function. */
199*36ac495dSmrg #define HAVE_REALPATH 1
200*36ac495dSmrg 
201*36ac495dSmrg /* Define to 1 if you have the `rename' function. */
202*36ac495dSmrg #define HAVE_RENAME 1
203*36ac495dSmrg 
204*36ac495dSmrg /* Define to 1 if you have the `rindex' function. */
205*36ac495dSmrg #define HAVE_RINDEX 1
206*36ac495dSmrg 
207*36ac495dSmrg /* Define to 1 if you have the `sbrk' function. */
208*36ac495dSmrg #define HAVE_SBRK 1
209*36ac495dSmrg 
210*36ac495dSmrg /* Define to 1 if you have the `setenv' function. */
211*36ac495dSmrg #define HAVE_SETENV 1
212*36ac495dSmrg 
213*36ac495dSmrg /* Define to 1 if you have the `setproctitle' function. */
214*36ac495dSmrg #define HAVE_SETPROCTITLE 1
215*36ac495dSmrg 
216*36ac495dSmrg /* Define to 1 if you have the `setrlimit' function. */
217*36ac495dSmrg #define HAVE_SETRLIMIT 1
218*36ac495dSmrg 
219*36ac495dSmrg /* Define to 1 if you have the `sigsetmask' function. */
220*36ac495dSmrg #define HAVE_SIGSETMASK 1
221*36ac495dSmrg 
222*36ac495dSmrg /* Define to 1 if you have the `snprintf' function. */
223*36ac495dSmrg #define HAVE_SNPRINTF 1
224*36ac495dSmrg 
225*36ac495dSmrg /* Define to 1 if you have the `spawnve' function. */
226*36ac495dSmrg /* #undef HAVE_SPAWNVE */
227*36ac495dSmrg 
228*36ac495dSmrg /* Define to 1 if you have the `spawnvpe' function. */
229*36ac495dSmrg /* #undef HAVE_SPAWNVPE */
230*36ac495dSmrg 
231*36ac495dSmrg /* Define to 1 if you have the <stdint.h> header file. */
232*36ac495dSmrg #define HAVE_STDINT_H 1
233*36ac495dSmrg 
234*36ac495dSmrg /* Define to 1 if you have the <stdio_ext.h> header file. */
235*36ac495dSmrg /* #undef HAVE_STDIO_EXT_H */
236*36ac495dSmrg 
237*36ac495dSmrg /* Define to 1 if you have the <stdlib.h> header file. */
238*36ac495dSmrg #define HAVE_STDLIB_H 1
239*36ac495dSmrg 
240*36ac495dSmrg /* Define to 1 if you have the `stpcpy' function. */
241*36ac495dSmrg #define HAVE_STPCPY 1
242*36ac495dSmrg 
243*36ac495dSmrg /* Define to 1 if you have the `stpncpy' function. */
244*36ac495dSmrg #define HAVE_STPNCPY 1
245*36ac495dSmrg 
246*36ac495dSmrg /* Define to 1 if you have the `strcasecmp' function. */
247*36ac495dSmrg #define HAVE_STRCASECMP 1
248*36ac495dSmrg 
249*36ac495dSmrg /* Define to 1 if you have the `strchr' function. */
250*36ac495dSmrg #define HAVE_STRCHR 1
251*36ac495dSmrg 
252*36ac495dSmrg /* Define to 1 if you have the `strdup' function. */
253*36ac495dSmrg #define HAVE_STRDUP 1
254*36ac495dSmrg 
255*36ac495dSmrg /* Define to 1 if you have the `strerror' function. */
256*36ac495dSmrg #define HAVE_STRERROR 1
257*36ac495dSmrg 
258*36ac495dSmrg /* Define to 1 if you have the <strings.h> header file. */
259*36ac495dSmrg #define HAVE_STRINGS_H 1
260*36ac495dSmrg 
261*36ac495dSmrg /* Define to 1 if you have the <string.h> header file. */
262*36ac495dSmrg #define HAVE_STRING_H 1
263*36ac495dSmrg 
264*36ac495dSmrg /* Define to 1 if you have the `strncasecmp' function. */
265*36ac495dSmrg #define HAVE_STRNCASECMP 1
266*36ac495dSmrg 
267*36ac495dSmrg /* Define to 1 if you have the `strndup' function. */
268*36ac495dSmrg #define HAVE_STRNDUP 1
269*36ac495dSmrg 
270*36ac495dSmrg /* Define to 1 if you have the `strnlen' function. */
271*36ac495dSmrg #define HAVE_STRNLEN 1
272*36ac495dSmrg 
273*36ac495dSmrg /* Define to 1 if you have the `strrchr' function. */
274*36ac495dSmrg #define HAVE_STRRCHR 1
275*36ac495dSmrg 
276*36ac495dSmrg /* Define to 1 if you have the `strsignal' function. */
277*36ac495dSmrg #define HAVE_STRSIGNAL 1
278*36ac495dSmrg 
279*36ac495dSmrg /* Define to 1 if you have the `strstr' function. */
280*36ac495dSmrg #define HAVE_STRSTR 1
281*36ac495dSmrg 
282*36ac495dSmrg /* Define to 1 if you have the `strtod' function. */
283*36ac495dSmrg #define HAVE_STRTOD 1
284*36ac495dSmrg 
285*36ac495dSmrg /* Define to 1 if you have the `strtol' function. */
286*36ac495dSmrg #define HAVE_STRTOL 1
287*36ac495dSmrg 
288*36ac495dSmrg /* Define to 1 if you have the `strtoul' function. */
289*36ac495dSmrg #define HAVE_STRTOUL 1
290*36ac495dSmrg 
291*36ac495dSmrg /* Define to 1 if you have the `strverscmp' function. */
292*36ac495dSmrg /* #undef HAVE_STRVERSCMP */
293*36ac495dSmrg 
294*36ac495dSmrg /* Define to 1 if you have the `sysconf' function. */
295*36ac495dSmrg #define HAVE_SYSCONF 1
296*36ac495dSmrg 
297*36ac495dSmrg /* Define to 1 if you have the `sysctl' function. */
298*36ac495dSmrg #define HAVE_SYSCTL 1
299*36ac495dSmrg 
300*36ac495dSmrg /* Define to 1 if you have the `sysmp' function. */
301*36ac495dSmrg /* #undef HAVE_SYSMP */
302*36ac495dSmrg 
303*36ac495dSmrg /* Define if you have the sys_errlist variable. */
304*36ac495dSmrg #define HAVE_SYS_ERRLIST 1
305*36ac495dSmrg 
306*36ac495dSmrg /* Define to 1 if you have the <sys/file.h> header file. */
307*36ac495dSmrg #define HAVE_SYS_FILE_H 1
308*36ac495dSmrg 
309*36ac495dSmrg /* Define to 1 if you have the <sys/mman.h> header file. */
310*36ac495dSmrg #define HAVE_SYS_MMAN_H 1
311*36ac495dSmrg 
312*36ac495dSmrg /* Define if you have the sys_nerr variable. */
313*36ac495dSmrg #define HAVE_SYS_NERR 1
314*36ac495dSmrg 
315*36ac495dSmrg /* Define to 1 if you have the <sys/param.h> header file. */
316*36ac495dSmrg #define HAVE_SYS_PARAM_H 1
317*36ac495dSmrg 
318*36ac495dSmrg /* Define to 1 if you have the <sys/prctl.h> header file. */
319*36ac495dSmrg /* #undef HAVE_SYS_PRCTL_H */
320*36ac495dSmrg 
321*36ac495dSmrg /* Define to 1 if you have the <sys/pstat.h> header file. */
322*36ac495dSmrg /* #undef HAVE_SYS_PSTAT_H */
323*36ac495dSmrg 
324*36ac495dSmrg /* Define to 1 if you have the <sys/resource.h> header file. */
325*36ac495dSmrg #define HAVE_SYS_RESOURCE_H 1
326*36ac495dSmrg 
327*36ac495dSmrg /* Define if you have the sys_siglist variable. */
328*36ac495dSmrg #define HAVE_SYS_SIGLIST 1
329*36ac495dSmrg 
330*36ac495dSmrg /* Define to 1 if you have the <sys/stat.h> header file. */
331*36ac495dSmrg #define HAVE_SYS_STAT_H 1
332*36ac495dSmrg 
333*36ac495dSmrg /* Define to 1 if you have the <sys/sysctl.h> header file. */
334*36ac495dSmrg #define HAVE_SYS_SYSCTL_H 1
335*36ac495dSmrg 
336*36ac495dSmrg /* Define to 1 if you have the <sys/sysinfo.h> header file. */
337*36ac495dSmrg /* #undef HAVE_SYS_SYSINFO_H */
338*36ac495dSmrg 
339*36ac495dSmrg /* Define to 1 if you have the <sys/sysmp.h> header file. */
340*36ac495dSmrg /* #undef HAVE_SYS_SYSMP_H */
341*36ac495dSmrg 
342*36ac495dSmrg /* Define to 1 if you have the <sys/systemcfg.h> header file. */
343*36ac495dSmrg /* #undef HAVE_SYS_SYSTEMCFG_H */
344*36ac495dSmrg 
345*36ac495dSmrg /* Define to 1 if you have the <sys/table.h> header file. */
346*36ac495dSmrg /* #undef HAVE_SYS_TABLE_H */
347*36ac495dSmrg 
348*36ac495dSmrg /* Define to 1 if you have the <sys/time.h> header file. */
349*36ac495dSmrg #define HAVE_SYS_TIME_H 1
350*36ac495dSmrg 
351*36ac495dSmrg /* Define to 1 if you have the <sys/types.h> header file. */
352*36ac495dSmrg #define HAVE_SYS_TYPES_H 1
353*36ac495dSmrg 
354*36ac495dSmrg /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
355*36ac495dSmrg #define HAVE_SYS_WAIT_H 1
356*36ac495dSmrg 
357*36ac495dSmrg /* Define to 1 if you have the `table' function. */
358*36ac495dSmrg /* #undef HAVE_TABLE */
359*36ac495dSmrg 
360*36ac495dSmrg /* Define to 1 if you have the `times' function. */
361*36ac495dSmrg #define HAVE_TIMES 1
362*36ac495dSmrg 
363*36ac495dSmrg /* Define to 1 if you have the <time.h> header file. */
364*36ac495dSmrg #define HAVE_TIME_H 1
365*36ac495dSmrg 
366*36ac495dSmrg /* Define to 1 if you have the `tmpnam' function. */
367*36ac495dSmrg #define HAVE_TMPNAM 1
368*36ac495dSmrg 
369*36ac495dSmrg /* Define if you have the \`uintptr_t' type. */
370*36ac495dSmrg #define HAVE_UINTPTR_T 1
371*36ac495dSmrg 
372*36ac495dSmrg /* Define to 1 if you have the <unistd.h> header file. */
373*36ac495dSmrg #define HAVE_UNISTD_H 1
374*36ac495dSmrg 
375*36ac495dSmrg /* Define to 1 if you have the `vasprintf' function. */
376*36ac495dSmrg #define HAVE_VASPRINTF 1
377*36ac495dSmrg 
378*36ac495dSmrg /* Define to 1 if you have the `vfork' function. */
379*36ac495dSmrg /* #undef HAVE_VFORK */
380*36ac495dSmrg 
381*36ac495dSmrg /* Define to 1 if you have the <vfork.h> header file. */
382*36ac495dSmrg /* #undef HAVE_VFORK_H */
383*36ac495dSmrg 
384*36ac495dSmrg /* Define to 1 if you have the `vfprintf' function. */
385*36ac495dSmrg #define HAVE_VFPRINTF 1
386*36ac495dSmrg 
387*36ac495dSmrg /* Define to 1 if you have the `vprintf' function. */
388*36ac495dSmrg #define HAVE_VPRINTF 1
389*36ac495dSmrg 
390*36ac495dSmrg /* Define to 1 if you have the `vsprintf' function. */
391*36ac495dSmrg #define HAVE_VSPRINTF 1
392*36ac495dSmrg 
393*36ac495dSmrg /* Define to 1 if you have the `wait3' function. */
394*36ac495dSmrg #define HAVE_WAIT3 1
395*36ac495dSmrg 
396*36ac495dSmrg /* Define to 1 if you have the `wait4' function. */
397*36ac495dSmrg #define HAVE_WAIT4 1
398*36ac495dSmrg 
399*36ac495dSmrg /* Define to 1 if you have the `waitpid' function. */
400*36ac495dSmrg #define HAVE_WAITPID 1
401*36ac495dSmrg 
402*36ac495dSmrg /* Define to 1 if `fork' works. */
403*36ac495dSmrg #define HAVE_WORKING_FORK 1
404*36ac495dSmrg 
405*36ac495dSmrg /* Define to 1 if `vfork' works. */
406*36ac495dSmrg /* #undef HAVE_WORKING_VFORK */
407*36ac495dSmrg 
408*36ac495dSmrg /* Define to 1 if you have the `_doprnt' function. */
409*36ac495dSmrg /* #undef HAVE__DOPRNT */
410*36ac495dSmrg 
411*36ac495dSmrg /* Define if you have the _system_configuration variable. */
412*36ac495dSmrg /* #undef HAVE__SYSTEM_CONFIGURATION */
413*36ac495dSmrg 
414*36ac495dSmrg /* Define to 1 if you have the `__fsetlocking' function. */
415*36ac495dSmrg /* #undef HAVE___FSETLOCKING */
416*36ac495dSmrg 
417*36ac495dSmrg /* Define if canonicalize_file_name is not declared in system header files. */
418*36ac495dSmrg #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
419*36ac495dSmrg 
420*36ac495dSmrg /* Define if errno must be declared even when <errno.h> is included. */
421*36ac495dSmrg /* #undef NEED_DECLARATION_ERRNO */
422*36ac495dSmrg 
423*36ac495dSmrg /* Define to 1 if your C compiler doesn't accept -c and -o together. */
424*36ac495dSmrg /* #undef NO_MINUS_C_MINUS_O */
425*36ac495dSmrg 
426*36ac495dSmrg /* Define to the address where bug reports for this package should be sent. */
427*36ac495dSmrg #define PACKAGE_BUGREPORT ""
428*36ac495dSmrg 
429*36ac495dSmrg /* Define to the full name of this package. */
430*36ac495dSmrg #define PACKAGE_NAME ""
431*36ac495dSmrg 
432*36ac495dSmrg /* Define to the full name and version of this package. */
433*36ac495dSmrg #define PACKAGE_STRING ""
434*36ac495dSmrg 
435*36ac495dSmrg /* Define to the one symbol short name of this package. */
436*36ac495dSmrg #define PACKAGE_TARNAME ""
437*36ac495dSmrg 
438*36ac495dSmrg /* Define to the home page for this package. */
439*36ac495dSmrg #define PACKAGE_URL ""
440*36ac495dSmrg 
441*36ac495dSmrg /* Define to the version of this package. */
442*36ac495dSmrg #define PACKAGE_VERSION ""
443*36ac495dSmrg 
444*36ac495dSmrg /* The size of `int', as computed by sizeof. */
445*36ac495dSmrg #define SIZEOF_INT 4
446*36ac495dSmrg 
447*36ac495dSmrg /* Define if you know the direction of stack growth for your system; otherwise
448*36ac495dSmrg    it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
449*36ac495dSmrg    toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
450*36ac495dSmrg    STACK_DIRECTION = 0 => direction of growth unknown */
451*36ac495dSmrg #define STACK_DIRECTION 0
452*36ac495dSmrg 
453*36ac495dSmrg /* Define to 1 if you have the ANSI C header files. */
454*36ac495dSmrg #define STDC_HEADERS 1
455*36ac495dSmrg 
456*36ac495dSmrg /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
457*36ac495dSmrg #define TIME_WITH_SYS_TIME 1
458*36ac495dSmrg 
459*36ac495dSmrg /* Define to an unsigned 64-bit type available in the compiler. */
460*36ac495dSmrg #define UNSIGNED_64BIT_TYPE uint64_t
461*36ac495dSmrg 
462*36ac495dSmrg /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
463*36ac495dSmrg    significant byte first (like Motorola and SPARC, unlike Intel). */
464*36ac495dSmrg #if defined AC_APPLE_UNIVERSAL_BUILD
465*36ac495dSmrg # if defined __BIG_ENDIAN__
466*36ac495dSmrg #  define WORDS_BIGENDIAN 1
467*36ac495dSmrg # endif
468*36ac495dSmrg #else
469*36ac495dSmrg # ifndef WORDS_BIGENDIAN
470*36ac495dSmrg #  define WORDS_BIGENDIAN 1
471*36ac495dSmrg # endif
472*36ac495dSmrg #endif
473*36ac495dSmrg 
474*36ac495dSmrg /* Number of bits in a file offset, on hosts where this is settable. */
475*36ac495dSmrg /* #undef _FILE_OFFSET_BITS */
476*36ac495dSmrg 
477*36ac495dSmrg /* Define for large files, on AIX-style hosts. */
478*36ac495dSmrg /* #undef _LARGE_FILES */
479*36ac495dSmrg 
480*36ac495dSmrg /* Define to empty if `const' does not conform to ANSI C. */
481*36ac495dSmrg /* #undef const */
482*36ac495dSmrg 
483*36ac495dSmrg /* Define to `__inline__' or `__inline' if that's what the C compiler
484*36ac495dSmrg    calls it, or to nothing if 'inline' is not supported under any name.  */
485*36ac495dSmrg #ifndef __cplusplus
486*36ac495dSmrg /* #undef inline */
487*36ac495dSmrg #endif
488*36ac495dSmrg 
489*36ac495dSmrg /* Define to the type of a signed integer type wide enough to hold a pointer,
490*36ac495dSmrg    if such a type exists, and if the system does not define it. */
491*36ac495dSmrg /* #undef intptr_t */
492*36ac495dSmrg 
493*36ac495dSmrg /* Define to `int' if <sys/types.h> does not define. */
494*36ac495dSmrg /* #undef pid_t */
495*36ac495dSmrg 
496*36ac495dSmrg /* Define to `int' if <sys/types.h> does not define. */
497*36ac495dSmrg /* #undef ssize_t */
498*36ac495dSmrg 
499*36ac495dSmrg /* Define to the type of an unsigned integer type wide enough to hold a
500*36ac495dSmrg    pointer, if such a type exists, and if the system does not define it. */
501*36ac495dSmrg /* #undef uintptr_t */
502*36ac495dSmrg 
503*36ac495dSmrg /* Define as `fork' if `vfork' does not work. */
504*36ac495dSmrg #define vfork fork
505