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