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