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