11d55ef4fSmatt /* This file is automatically generated.  DO NOT EDIT! */
2*61777bd4Schristos /* Generated from: NetBSD: mknative-binutils,v 1.13 2020/04/04 01:34:53 christos Exp  */
3b129d510Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
41d55ef4fSmatt 
51d55ef4fSmatt /* config.h.  Generated from config.in by configure.  */
61d55ef4fSmatt /* config.in.  Generated from configure.ac by autoheader.  */
71d55ef4fSmatt 
81d55ef4fSmatt /* Define if building universal (internal helper macro) */
91d55ef4fSmatt /* #undef AC_APPLE_UNIVERSAL_BUILD */
101d55ef4fSmatt 
111d55ef4fSmatt /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
121d55ef4fSmatt    This function is required for alloca.c support on those systems. */
131d55ef4fSmatt /* #undef CRAY_STACKSEG_END */
141d55ef4fSmatt 
151d55ef4fSmatt /* Define to 1 if you have the <alloca.h> header file. */
161d55ef4fSmatt /* #undef HAVE_ALLOCA_H */
171d55ef4fSmatt 
181d55ef4fSmatt /* Define to 1 if you have the `asprintf' function. */
191d55ef4fSmatt #define HAVE_ASPRINTF 1
201d55ef4fSmatt 
211d55ef4fSmatt /* Define to 1 if you have the `atexit' function. */
221d55ef4fSmatt #define HAVE_ATEXIT 1
231d55ef4fSmatt 
241d55ef4fSmatt /* Define to 1 if you have the `basename' function. */
251d55ef4fSmatt #define HAVE_BASENAME 1
261d55ef4fSmatt 
271d55ef4fSmatt /* Define to 1 if you have the `bcmp' function. */
281d55ef4fSmatt #define HAVE_BCMP 1
291d55ef4fSmatt 
301d55ef4fSmatt /* Define to 1 if you have the `bcopy' function. */
311d55ef4fSmatt #define HAVE_BCOPY 1
321d55ef4fSmatt 
331d55ef4fSmatt /* Define to 1 if you have the `bsearch' function. */
341d55ef4fSmatt #define HAVE_BSEARCH 1
351d55ef4fSmatt 
361d55ef4fSmatt /* Define to 1 if you have the `bzero' function. */
371d55ef4fSmatt #define HAVE_BZERO 1
381d55ef4fSmatt 
391d55ef4fSmatt /* Define to 1 if you have the `calloc' function. */
401d55ef4fSmatt #define HAVE_CALLOC 1
411d55ef4fSmatt 
421d55ef4fSmatt /* Define to 1 if you have the `canonicalize_file_name' function. */
431d55ef4fSmatt /* #undef HAVE_CANONICALIZE_FILE_NAME */
441d55ef4fSmatt 
451d55ef4fSmatt /* Define to 1 if you have the `clock' function. */
461d55ef4fSmatt #define HAVE_CLOCK 1
471d55ef4fSmatt 
481d55ef4fSmatt /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
491d55ef4fSmatt    don't. */
501d55ef4fSmatt #define HAVE_DECL_ASPRINTF 1
511d55ef4fSmatt 
521d55ef4fSmatt /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
531d55ef4fSmatt    you don't. */
541d55ef4fSmatt #define HAVE_DECL_BASENAME 0
551d55ef4fSmatt 
561d55ef4fSmatt /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
571d55ef4fSmatt    */
581d55ef4fSmatt #define HAVE_DECL_CALLOC 1
591d55ef4fSmatt 
601d55ef4fSmatt /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
611d55ef4fSmatt #define HAVE_DECL_FFS 1
621d55ef4fSmatt 
631d55ef4fSmatt /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
641d55ef4fSmatt    */
651d55ef4fSmatt #define HAVE_DECL_GETENV 1
661d55ef4fSmatt 
671d55ef4fSmatt /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
681d55ef4fSmatt    */
691d55ef4fSmatt #define HAVE_DECL_GETOPT 1
701d55ef4fSmatt 
711d55ef4fSmatt /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
721d55ef4fSmatt    */
731d55ef4fSmatt #define HAVE_DECL_MALLOC 1
741d55ef4fSmatt 
751d55ef4fSmatt /* Define to 1 if you have the declaration of `realloc', and to 0 if you
761d55ef4fSmatt    don't. */
771d55ef4fSmatt #define HAVE_DECL_REALLOC 1
781d55ef4fSmatt 
791d55ef4fSmatt /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
801d55ef4fSmatt    */
811d55ef4fSmatt #define HAVE_DECL_SBRK 1
821d55ef4fSmatt 
831d55ef4fSmatt /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
841d55ef4fSmatt    don't. */
851d55ef4fSmatt #define HAVE_DECL_SNPRINTF 1
861d55ef4fSmatt 
87b129d510Schristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
88b129d510Schristos    don't. */
89b129d510Schristos #define HAVE_DECL_STRNLEN 1
90b129d510Schristos 
9133c3c5a6Schristos /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
9233c3c5a6Schristos    */
9333c3c5a6Schristos #define HAVE_DECL_STRTOL 1
9433c3c5a6Schristos 
9533c3c5a6Schristos /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
9633c3c5a6Schristos    don't. */
9733c3c5a6Schristos #define HAVE_DECL_STRTOLL 1
9833c3c5a6Schristos 
9933c3c5a6Schristos /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
10033c3c5a6Schristos    don't. */
10133c3c5a6Schristos #define HAVE_DECL_STRTOUL 1
10233c3c5a6Schristos 
10333c3c5a6Schristos /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
10433c3c5a6Schristos    don't. */
10533c3c5a6Schristos #define HAVE_DECL_STRTOULL 1
10633c3c5a6Schristos 
1071d55ef4fSmatt /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
1081d55ef4fSmatt    don't. */
1091d55ef4fSmatt #define HAVE_DECL_STRVERSCMP 0
1101d55ef4fSmatt 
1111d55ef4fSmatt /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
1121d55ef4fSmatt    don't. */
1131d55ef4fSmatt #define HAVE_DECL_VASPRINTF 1
1141d55ef4fSmatt 
1151d55ef4fSmatt /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
1161d55ef4fSmatt    don't. */
1171d55ef4fSmatt #define HAVE_DECL_VSNPRINTF 1
1181d55ef4fSmatt 
1191d55ef4fSmatt /* Define to 1 if you have the `dup3' function. */
1201d55ef4fSmatt #define HAVE_DUP3 1
1211d55ef4fSmatt 
1221d55ef4fSmatt /* Define to 1 if you have the <fcntl.h> header file. */
1231d55ef4fSmatt #define HAVE_FCNTL_H 1
1241d55ef4fSmatt 
1251d55ef4fSmatt /* Define to 1 if you have the `ffs' function. */
1261d55ef4fSmatt #define HAVE_FFS 1
1271d55ef4fSmatt 
1281d55ef4fSmatt /* Define to 1 if you have the `fork' function. */
1291d55ef4fSmatt #define HAVE_FORK 1
1301d55ef4fSmatt 
1311d55ef4fSmatt /* Define to 1 if you have the `getcwd' function. */
1321d55ef4fSmatt #define HAVE_GETCWD 1
1331d55ef4fSmatt 
1341d55ef4fSmatt /* Define to 1 if you have the `getpagesize' function. */
1351d55ef4fSmatt #define HAVE_GETPAGESIZE 1
1361d55ef4fSmatt 
1372c8063a4Sskrll /* Define to 1 if you have the `getrlimit' function. */
1382c8063a4Sskrll #define HAVE_GETRLIMIT 1
1392c8063a4Sskrll 
1401d55ef4fSmatt /* Define to 1 if you have the `getrusage' function. */
1411d55ef4fSmatt #define HAVE_GETRUSAGE 1
1421d55ef4fSmatt 
1431d55ef4fSmatt /* Define to 1 if you have the `getsysinfo' function. */
1441d55ef4fSmatt /* #undef HAVE_GETSYSINFO */
1451d55ef4fSmatt 
1461d55ef4fSmatt /* Define to 1 if you have the `gettimeofday' function. */
1471d55ef4fSmatt #define HAVE_GETTIMEOFDAY 1
1481d55ef4fSmatt 
1491d55ef4fSmatt /* Define to 1 if you have the `index' function. */
1501d55ef4fSmatt #define HAVE_INDEX 1
1511d55ef4fSmatt 
1521d55ef4fSmatt /* Define to 1 if you have the `insque' function. */
1531d55ef4fSmatt #define HAVE_INSQUE 1
1541d55ef4fSmatt 
1551d55ef4fSmatt /* Define to 1 if the system has the type `intptr_t'. */
1561d55ef4fSmatt #define HAVE_INTPTR_T 1
1571d55ef4fSmatt 
1581d55ef4fSmatt /* Define to 1 if you have the <inttypes.h> header file. */
1591d55ef4fSmatt #define HAVE_INTTYPES_H 1
1601d55ef4fSmatt 
1611d55ef4fSmatt /* Define to 1 if you have the <limits.h> header file. */
1621d55ef4fSmatt #define HAVE_LIMITS_H 1
1631d55ef4fSmatt 
16433c3c5a6Schristos /* Define if you have the `long long' type. */
16533c3c5a6Schristos #define HAVE_LONG_LONG 1
16633c3c5a6Schristos 
1671d55ef4fSmatt /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
1681d55ef4fSmatt /* #undef HAVE_MACHINE_HAL_SYSINFO_H */
1691d55ef4fSmatt 
1701d55ef4fSmatt /* Define to 1 if you have the <malloc.h> header file. */
1711d55ef4fSmatt #define HAVE_MALLOC_H 1
1721d55ef4fSmatt 
1731d55ef4fSmatt /* Define to 1 if you have the `memchr' function. */
1741d55ef4fSmatt #define HAVE_MEMCHR 1
1751d55ef4fSmatt 
1761d55ef4fSmatt /* Define to 1 if you have the `memcmp' function. */
1771d55ef4fSmatt #define HAVE_MEMCMP 1
1781d55ef4fSmatt 
1791d55ef4fSmatt /* Define to 1 if you have the `memcpy' function. */
1801d55ef4fSmatt #define HAVE_MEMCPY 1
1811d55ef4fSmatt 
1821d55ef4fSmatt /* Define to 1 if you have the `memmem' function. */
1831d55ef4fSmatt #define HAVE_MEMMEM 1
1841d55ef4fSmatt 
1851d55ef4fSmatt /* Define to 1 if you have the `memmove' function. */
1861d55ef4fSmatt #define HAVE_MEMMOVE 1
1871d55ef4fSmatt 
1881d55ef4fSmatt /* Define to 1 if you have the <memory.h> header file. */
1891d55ef4fSmatt #define HAVE_MEMORY_H 1
1901d55ef4fSmatt 
1911d55ef4fSmatt /* Define to 1 if you have the `memset' function. */
1921d55ef4fSmatt #define HAVE_MEMSET 1
1931d55ef4fSmatt 
1941d55ef4fSmatt /* Define to 1 if you have the `mkstemps' function. */
19533c3c5a6Schristos #define HAVE_MKSTEMPS 1
1961d55ef4fSmatt 
1971d55ef4fSmatt /* Define to 1 if you have a working `mmap' system call. */
1981d55ef4fSmatt #define HAVE_MMAP 1
1991d55ef4fSmatt 
2001d55ef4fSmatt /* Define to 1 if you have the `on_exit' function. */
2011d55ef4fSmatt /* #undef HAVE_ON_EXIT */
2021d55ef4fSmatt 
203*61777bd4Schristos /* Define to 1 if you have the `pipe2' function. */
204*61777bd4Schristos #define HAVE_PIPE2 1
205*61777bd4Schristos 
2061d55ef4fSmatt /* Define to 1 if you have the <process.h> header file. */
2071d55ef4fSmatt /* #undef HAVE_PROCESS_H */
2081d55ef4fSmatt 
2091d55ef4fSmatt /* Define to 1 if you have the `psignal' function. */
2101d55ef4fSmatt #define HAVE_PSIGNAL 1
2111d55ef4fSmatt 
2121d55ef4fSmatt /* Define to 1 if you have the `pstat_getdynamic' function. */
2131d55ef4fSmatt /* #undef HAVE_PSTAT_GETDYNAMIC */
2141d55ef4fSmatt 
2151d55ef4fSmatt /* Define to 1 if you have the `pstat_getstatic' function. */
2161d55ef4fSmatt /* #undef HAVE_PSTAT_GETSTATIC */
2171d55ef4fSmatt 
2181d55ef4fSmatt /* Define to 1 if you have the `putenv' function. */
2191d55ef4fSmatt #define HAVE_PUTENV 1
2201d55ef4fSmatt 
2211d55ef4fSmatt /* Define to 1 if you have the `random' function. */
2221d55ef4fSmatt #define HAVE_RANDOM 1
2231d55ef4fSmatt 
2241d55ef4fSmatt /* Define to 1 if you have the `realpath' function. */
2251d55ef4fSmatt #define HAVE_REALPATH 1
2261d55ef4fSmatt 
2271d55ef4fSmatt /* Define to 1 if you have the `rename' function. */
2281d55ef4fSmatt #define HAVE_RENAME 1
2291d55ef4fSmatt 
2301d55ef4fSmatt /* Define to 1 if you have the `rindex' function. */
2311d55ef4fSmatt #define HAVE_RINDEX 1
2321d55ef4fSmatt 
2331d55ef4fSmatt /* Define to 1 if you have the `sbrk' function. */
2341d55ef4fSmatt #define HAVE_SBRK 1
2351d55ef4fSmatt 
2361d55ef4fSmatt /* Define to 1 if you have the `setenv' function. */
2371d55ef4fSmatt #define HAVE_SETENV 1
2381d55ef4fSmatt 
2391d55ef4fSmatt /* Define to 1 if you have the `setproctitle' function. */
2401d55ef4fSmatt #define HAVE_SETPROCTITLE 1
2411d55ef4fSmatt 
2422c8063a4Sskrll /* Define to 1 if you have the `setrlimit' function. */
2432c8063a4Sskrll #define HAVE_SETRLIMIT 1
2442c8063a4Sskrll 
2451d55ef4fSmatt /* Define to 1 if you have the `sigsetmask' function. */
2461d55ef4fSmatt #define HAVE_SIGSETMASK 1
2471d55ef4fSmatt 
2481d55ef4fSmatt /* Define to 1 if you have the `snprintf' function. */
2491d55ef4fSmatt #define HAVE_SNPRINTF 1
2501d55ef4fSmatt 
2511d55ef4fSmatt /* Define to 1 if you have the `spawnve' function. */
2521d55ef4fSmatt /* #undef HAVE_SPAWNVE */
2531d55ef4fSmatt 
2541d55ef4fSmatt /* Define to 1 if you have the `spawnvpe' function. */
2551d55ef4fSmatt /* #undef HAVE_SPAWNVPE */
2561d55ef4fSmatt 
2571d55ef4fSmatt /* Define to 1 if you have the <stdint.h> header file. */
2581d55ef4fSmatt #define HAVE_STDINT_H 1
2591d55ef4fSmatt 
2601d55ef4fSmatt /* Define to 1 if you have the <stdio_ext.h> header file. */
2611d55ef4fSmatt /* #undef HAVE_STDIO_EXT_H */
2621d55ef4fSmatt 
2631d55ef4fSmatt /* Define to 1 if you have the <stdlib.h> header file. */
2641d55ef4fSmatt #define HAVE_STDLIB_H 1
2651d55ef4fSmatt 
2661d55ef4fSmatt /* Define to 1 if you have the `stpcpy' function. */
2671d55ef4fSmatt #define HAVE_STPCPY 1
2681d55ef4fSmatt 
2691d55ef4fSmatt /* Define to 1 if you have the `stpncpy' function. */
2701d55ef4fSmatt #define HAVE_STPNCPY 1
2711d55ef4fSmatt 
2721d55ef4fSmatt /* Define to 1 if you have the `strcasecmp' function. */
2731d55ef4fSmatt #define HAVE_STRCASECMP 1
2741d55ef4fSmatt 
2751d55ef4fSmatt /* Define to 1 if you have the `strchr' function. */
2761d55ef4fSmatt #define HAVE_STRCHR 1
2771d55ef4fSmatt 
2781d55ef4fSmatt /* Define to 1 if you have the `strdup' function. */
2791d55ef4fSmatt #define HAVE_STRDUP 1
2801d55ef4fSmatt 
2811d55ef4fSmatt /* Define to 1 if you have the `strerror' function. */
2821d55ef4fSmatt #define HAVE_STRERROR 1
2831d55ef4fSmatt 
2841d55ef4fSmatt /* Define to 1 if you have the <strings.h> header file. */
2851d55ef4fSmatt #define HAVE_STRINGS_H 1
2861d55ef4fSmatt 
2871d55ef4fSmatt /* Define to 1 if you have the <string.h> header file. */
2881d55ef4fSmatt #define HAVE_STRING_H 1
2891d55ef4fSmatt 
2901d55ef4fSmatt /* Define to 1 if you have the `strncasecmp' function. */
2911d55ef4fSmatt #define HAVE_STRNCASECMP 1
2921d55ef4fSmatt 
2931d55ef4fSmatt /* Define to 1 if you have the `strndup' function. */
2941d55ef4fSmatt #define HAVE_STRNDUP 1
2951d55ef4fSmatt 
29633c3c5a6Schristos /* Define to 1 if you have the `strnlen' function. */
29733c3c5a6Schristos #define HAVE_STRNLEN 1
29833c3c5a6Schristos 
2991d55ef4fSmatt /* Define to 1 if you have the `strrchr' function. */
3001d55ef4fSmatt #define HAVE_STRRCHR 1
3011d55ef4fSmatt 
3021d55ef4fSmatt /* Define to 1 if you have the `strsignal' function. */
3031d55ef4fSmatt #define HAVE_STRSIGNAL 1
3041d55ef4fSmatt 
3051d55ef4fSmatt /* Define to 1 if you have the `strstr' function. */
3061d55ef4fSmatt #define HAVE_STRSTR 1
3071d55ef4fSmatt 
3081d55ef4fSmatt /* Define to 1 if you have the `strtod' function. */
3091d55ef4fSmatt #define HAVE_STRTOD 1
3101d55ef4fSmatt 
3111d55ef4fSmatt /* Define to 1 if you have the `strtol' function. */
3121d55ef4fSmatt #define HAVE_STRTOL 1
3131d55ef4fSmatt 
31433c3c5a6Schristos /* Define to 1 if you have the `strtoll' function. */
31533c3c5a6Schristos #define HAVE_STRTOLL 1
31633c3c5a6Schristos 
3171d55ef4fSmatt /* Define to 1 if you have the `strtoul' function. */
3181d55ef4fSmatt #define HAVE_STRTOUL 1
3191d55ef4fSmatt 
32033c3c5a6Schristos /* Define to 1 if you have the `strtoull' function. */
32133c3c5a6Schristos #define HAVE_STRTOULL 1
32233c3c5a6Schristos 
3231d55ef4fSmatt /* Define to 1 if you have the `strverscmp' function. */
3241d55ef4fSmatt /* #undef HAVE_STRVERSCMP */
3251d55ef4fSmatt 
3261d55ef4fSmatt /* Define to 1 if you have the `sysconf' function. */
3271d55ef4fSmatt #define HAVE_SYSCONF 1
3281d55ef4fSmatt 
3291d55ef4fSmatt /* Define to 1 if you have the `sysctl' function. */
3301d55ef4fSmatt #define HAVE_SYSCTL 1
3311d55ef4fSmatt 
3321d55ef4fSmatt /* Define to 1 if you have the `sysmp' function. */
3331d55ef4fSmatt /* #undef HAVE_SYSMP */
3341d55ef4fSmatt 
3351d55ef4fSmatt /* Define if you have the sys_errlist variable. */
3361d55ef4fSmatt #define HAVE_SYS_ERRLIST 1
3371d55ef4fSmatt 
3381d55ef4fSmatt /* Define to 1 if you have the <sys/file.h> header file. */
3391d55ef4fSmatt #define HAVE_SYS_FILE_H 1
3401d55ef4fSmatt 
3411d55ef4fSmatt /* Define to 1 if you have the <sys/mman.h> header file. */
3421d55ef4fSmatt #define HAVE_SYS_MMAN_H 1
3431d55ef4fSmatt 
3441d55ef4fSmatt /* Define if you have the sys_nerr variable. */
3451d55ef4fSmatt #define HAVE_SYS_NERR 1
3461d55ef4fSmatt 
3471d55ef4fSmatt /* Define to 1 if you have the <sys/param.h> header file. */
3481d55ef4fSmatt #define HAVE_SYS_PARAM_H 1
3491d55ef4fSmatt 
3502c8063a4Sskrll /* Define to 1 if you have the <sys/prctl.h> header file. */
3512c8063a4Sskrll /* #undef HAVE_SYS_PRCTL_H */
3522c8063a4Sskrll 
3531d55ef4fSmatt /* Define to 1 if you have the <sys/pstat.h> header file. */
3541d55ef4fSmatt /* #undef HAVE_SYS_PSTAT_H */
3551d55ef4fSmatt 
3561d55ef4fSmatt /* Define to 1 if you have the <sys/resource.h> header file. */
3571d55ef4fSmatt #define HAVE_SYS_RESOURCE_H 1
3581d55ef4fSmatt 
3591d55ef4fSmatt /* Define if you have the sys_siglist variable. */
3601d55ef4fSmatt #define HAVE_SYS_SIGLIST 1
3611d55ef4fSmatt 
3621d55ef4fSmatt /* Define to 1 if you have the <sys/stat.h> header file. */
3631d55ef4fSmatt #define HAVE_SYS_STAT_H 1
3641d55ef4fSmatt 
3651d55ef4fSmatt /* Define to 1 if you have the <sys/sysctl.h> header file. */
3661d55ef4fSmatt #define HAVE_SYS_SYSCTL_H 1
3671d55ef4fSmatt 
3681d55ef4fSmatt /* Define to 1 if you have the <sys/sysinfo.h> header file. */
3691d55ef4fSmatt /* #undef HAVE_SYS_SYSINFO_H */
3701d55ef4fSmatt 
3711d55ef4fSmatt /* Define to 1 if you have the <sys/sysmp.h> header file. */
3721d55ef4fSmatt /* #undef HAVE_SYS_SYSMP_H */
3731d55ef4fSmatt 
3741d55ef4fSmatt /* Define to 1 if you have the <sys/systemcfg.h> header file. */
3751d55ef4fSmatt /* #undef HAVE_SYS_SYSTEMCFG_H */
3761d55ef4fSmatt 
3771d55ef4fSmatt /* Define to 1 if you have the <sys/table.h> header file. */
3781d55ef4fSmatt /* #undef HAVE_SYS_TABLE_H */
3791d55ef4fSmatt 
3801d55ef4fSmatt /* Define to 1 if you have the <sys/time.h> header file. */
3811d55ef4fSmatt #define HAVE_SYS_TIME_H 1
3821d55ef4fSmatt 
3831d55ef4fSmatt /* Define to 1 if you have the <sys/types.h> header file. */
3841d55ef4fSmatt #define HAVE_SYS_TYPES_H 1
3851d55ef4fSmatt 
3861d55ef4fSmatt /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
3871d55ef4fSmatt #define HAVE_SYS_WAIT_H 1
3881d55ef4fSmatt 
3891d55ef4fSmatt /* Define to 1 if you have the `table' function. */
3901d55ef4fSmatt /* #undef HAVE_TABLE */
3911d55ef4fSmatt 
3921d55ef4fSmatt /* Define to 1 if you have the `times' function. */
3931d55ef4fSmatt #define HAVE_TIMES 1
3941d55ef4fSmatt 
3951d55ef4fSmatt /* Define to 1 if you have the <time.h> header file. */
3961d55ef4fSmatt #define HAVE_TIME_H 1
3971d55ef4fSmatt 
3981d55ef4fSmatt /* Define to 1 if you have the `tmpnam' function. */
3991d55ef4fSmatt #define HAVE_TMPNAM 1
4001d55ef4fSmatt 
4011d55ef4fSmatt /* Define if you have the \`uintptr_t' type. */
4021d55ef4fSmatt #define HAVE_UINTPTR_T 1
4031d55ef4fSmatt 
4041d55ef4fSmatt /* Define to 1 if you have the <unistd.h> header file. */
4051d55ef4fSmatt #define HAVE_UNISTD_H 1
4061d55ef4fSmatt 
4071d55ef4fSmatt /* Define to 1 if you have the `vasprintf' function. */
4081d55ef4fSmatt #define HAVE_VASPRINTF 1
4091d55ef4fSmatt 
4101d55ef4fSmatt /* Define to 1 if you have the `vfork' function. */
4111d55ef4fSmatt #define HAVE_VFORK 1
4121d55ef4fSmatt 
4131d55ef4fSmatt /* Define to 1 if you have the <vfork.h> header file. */
4141d55ef4fSmatt /* #undef HAVE_VFORK_H */
4151d55ef4fSmatt 
4161d55ef4fSmatt /* Define to 1 if you have the `vfprintf' function. */
4171d55ef4fSmatt #define HAVE_VFPRINTF 1
4181d55ef4fSmatt 
4191d55ef4fSmatt /* Define to 1 if you have the `vprintf' function. */
4201d55ef4fSmatt #define HAVE_VPRINTF 1
4211d55ef4fSmatt 
4221d55ef4fSmatt /* Define to 1 if you have the `vsprintf' function. */
4231d55ef4fSmatt #define HAVE_VSPRINTF 1
4241d55ef4fSmatt 
4251d55ef4fSmatt /* Define to 1 if you have the `wait3' function. */
4261d55ef4fSmatt #define HAVE_WAIT3 1
4271d55ef4fSmatt 
4281d55ef4fSmatt /* Define to 1 if you have the `wait4' function. */
4291d55ef4fSmatt #define HAVE_WAIT4 1
4301d55ef4fSmatt 
4311d55ef4fSmatt /* Define to 1 if you have the `waitpid' function. */
4321d55ef4fSmatt #define HAVE_WAITPID 1
4331d55ef4fSmatt 
4341d55ef4fSmatt /* Define to 1 if `fork' works. */
4351d55ef4fSmatt #define HAVE_WORKING_FORK 1
4361d55ef4fSmatt 
4371d55ef4fSmatt /* Define to 1 if `vfork' works. */
4381d55ef4fSmatt #define HAVE_WORKING_VFORK 1
4391d55ef4fSmatt 
4401d55ef4fSmatt /* Define to 1 if you have the `_doprnt' function. */
4411d55ef4fSmatt /* #undef HAVE__DOPRNT */
4421d55ef4fSmatt 
4431d55ef4fSmatt /* Define if you have the _system_configuration variable. */
4441d55ef4fSmatt /* #undef HAVE__SYSTEM_CONFIGURATION */
4451d55ef4fSmatt 
4461d55ef4fSmatt /* Define to 1 if you have the `__fsetlocking' function. */
4471d55ef4fSmatt /* #undef HAVE___FSETLOCKING */
4481d55ef4fSmatt 
4491d55ef4fSmatt /* Define if canonicalize_file_name is not declared in system header files. */
4501d55ef4fSmatt #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
4511d55ef4fSmatt 
4521d55ef4fSmatt /* Define if errno must be declared even when <errno.h> is included. */
4531d55ef4fSmatt /* #undef NEED_DECLARATION_ERRNO */
4541d55ef4fSmatt 
4551d55ef4fSmatt /* Define to 1 if your C compiler doesn't accept -c and -o together. */
4561d55ef4fSmatt /* #undef NO_MINUS_C_MINUS_O */
4571d55ef4fSmatt 
4581d55ef4fSmatt /* Define to the address where bug reports for this package should be sent. */
4591d55ef4fSmatt #define PACKAGE_BUGREPORT ""
4601d55ef4fSmatt 
4611d55ef4fSmatt /* Define to the full name of this package. */
4621d55ef4fSmatt #define PACKAGE_NAME ""
4631d55ef4fSmatt 
4641d55ef4fSmatt /* Define to the full name and version of this package. */
4651d55ef4fSmatt #define PACKAGE_STRING ""
4661d55ef4fSmatt 
4671d55ef4fSmatt /* Define to the one symbol short name of this package. */
4681d55ef4fSmatt #define PACKAGE_TARNAME ""
4691d55ef4fSmatt 
4701d55ef4fSmatt /* Define to the home page for this package. */
4711d55ef4fSmatt #define PACKAGE_URL ""
4721d55ef4fSmatt 
4731d55ef4fSmatt /* Define to the version of this package. */
4741d55ef4fSmatt #define PACKAGE_VERSION ""
4751d55ef4fSmatt 
4761d55ef4fSmatt /* The size of `int', as computed by sizeof. */
4771d55ef4fSmatt #define SIZEOF_INT 4
4781d55ef4fSmatt 
47933c3c5a6Schristos /* The size of `long', as computed by sizeof. */
48033c3c5a6Schristos #define SIZEOF_LONG 4
48133c3c5a6Schristos 
48233c3c5a6Schristos /* The size of `long long', as computed by sizeof. */
48333c3c5a6Schristos #define SIZEOF_LONG_LONG 8
48433c3c5a6Schristos 
48533c3c5a6Schristos /* The size of `size_t', as computed by sizeof. */
48633c3c5a6Schristos #define SIZEOF_SIZE_T 4
48733c3c5a6Schristos 
4881d55ef4fSmatt /* Define if you know the direction of stack growth for your system; otherwise
4891d55ef4fSmatt    it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
4901d55ef4fSmatt    toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
4911d55ef4fSmatt    STACK_DIRECTION = 0 => direction of growth unknown */
4921d55ef4fSmatt #define STACK_DIRECTION 0
4931d55ef4fSmatt 
4941d55ef4fSmatt /* Define to 1 if you have the ANSI C header files. */
4951d55ef4fSmatt #define STDC_HEADERS 1
4961d55ef4fSmatt 
4971d55ef4fSmatt /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
4981d55ef4fSmatt #define TIME_WITH_SYS_TIME 1
4991d55ef4fSmatt 
5001d55ef4fSmatt /* Define to an unsigned 64-bit type available in the compiler. */
5011d55ef4fSmatt #define UNSIGNED_64BIT_TYPE uint64_t
5021d55ef4fSmatt 
50333c3c5a6Schristos /* Enable extensions on AIX 3, Interix.  */
50433c3c5a6Schristos #ifndef _ALL_SOURCE
50533c3c5a6Schristos # define _ALL_SOURCE 1
50633c3c5a6Schristos #endif
50733c3c5a6Schristos /* Enable GNU extensions on systems that have them.  */
50833c3c5a6Schristos #ifndef _GNU_SOURCE
50933c3c5a6Schristos # define _GNU_SOURCE 1
51033c3c5a6Schristos #endif
51133c3c5a6Schristos /* Enable threading extensions on Solaris.  */
51233c3c5a6Schristos #ifndef _POSIX_PTHREAD_SEMANTICS
51333c3c5a6Schristos # define _POSIX_PTHREAD_SEMANTICS 1
51433c3c5a6Schristos #endif
51533c3c5a6Schristos /* Enable extensions on HP NonStop.  */
51633c3c5a6Schristos #ifndef _TANDEM_SOURCE
51733c3c5a6Schristos # define _TANDEM_SOURCE 1
51833c3c5a6Schristos #endif
51933c3c5a6Schristos /* Enable general extensions on Solaris.  */
52033c3c5a6Schristos #ifndef __EXTENSIONS__
52133c3c5a6Schristos # define __EXTENSIONS__ 1
52233c3c5a6Schristos #endif
52333c3c5a6Schristos 
52433c3c5a6Schristos 
5251d55ef4fSmatt /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
5261d55ef4fSmatt    significant byte first (like Motorola and SPARC, unlike Intel). */
5271d55ef4fSmatt #if defined AC_APPLE_UNIVERSAL_BUILD
5281d55ef4fSmatt # if defined __BIG_ENDIAN__
5291d55ef4fSmatt #  define WORDS_BIGENDIAN 1
5301d55ef4fSmatt # endif
5311d55ef4fSmatt #else
5321d55ef4fSmatt # ifndef WORDS_BIGENDIAN
5331d55ef4fSmatt /* #  undef WORDS_BIGENDIAN */
5341d55ef4fSmatt # endif
5351d55ef4fSmatt #endif
5361d55ef4fSmatt 
537b129d510Schristos /* Enable large inode numbers on Mac OS X 10.5.  */
538b129d510Schristos #ifndef _DARWIN_USE_64_BIT_INODE
539b129d510Schristos # define _DARWIN_USE_64_BIT_INODE 1
540b129d510Schristos #endif
541b129d510Schristos 
5421d55ef4fSmatt /* Number of bits in a file offset, on hosts where this is settable. */
5431d55ef4fSmatt /* #undef _FILE_OFFSET_BITS */
5441d55ef4fSmatt 
5451d55ef4fSmatt /* Define for large files, on AIX-style hosts. */
5461d55ef4fSmatt /* #undef _LARGE_FILES */
5471d55ef4fSmatt 
54833c3c5a6Schristos /* Define to 1 if on MINIX. */
54933c3c5a6Schristos /* #undef _MINIX */
55033c3c5a6Schristos 
55133c3c5a6Schristos /* Define to 2 if the system does not provide POSIX.1 features except with
55233c3c5a6Schristos    this defined. */
55333c3c5a6Schristos /* #undef _POSIX_1_SOURCE */
55433c3c5a6Schristos 
55533c3c5a6Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */
55633c3c5a6Schristos /* #undef _POSIX_SOURCE */
55733c3c5a6Schristos 
5581d55ef4fSmatt /* Define to empty if `const' does not conform to ANSI C. */
5591d55ef4fSmatt /* #undef const */
5601d55ef4fSmatt 
5611d55ef4fSmatt /* Define to `__inline__' or `__inline' if that's what the C compiler
5621d55ef4fSmatt    calls it, or to nothing if 'inline' is not supported under any name.  */
5631d55ef4fSmatt #ifndef __cplusplus
5641d55ef4fSmatt /* #undef inline */
5651d55ef4fSmatt #endif
5661d55ef4fSmatt 
5671d55ef4fSmatt /* Define to the type of a signed integer type wide enough to hold a pointer,
5681d55ef4fSmatt    if such a type exists, and if the system does not define it. */
5691d55ef4fSmatt /* #undef intptr_t */
5701d55ef4fSmatt 
5711d55ef4fSmatt /* Define to `int' if <sys/types.h> does not define. */
5721d55ef4fSmatt /* #undef pid_t */
5731d55ef4fSmatt 
5741d55ef4fSmatt /* Define to `int' if <sys/types.h> does not define. */
5751d55ef4fSmatt /* #undef ssize_t */
5761d55ef4fSmatt 
5771d55ef4fSmatt /* Define to the type of an unsigned integer type wide enough to hold a
5781d55ef4fSmatt    pointer, if such a type exists, and if the system does not define it. */
5791d55ef4fSmatt /* #undef uintptr_t */
5801d55ef4fSmatt 
5811d55ef4fSmatt /* Define as `fork' if `vfork' does not work. */
5821d55ef4fSmatt /* #undef vfork */
583