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