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