131580a89Sskrll /* This file is automatically generated. DO NOT EDIT! */ 2*801f73adSchristos /* Generated from: NetBSD: mknative-binutils,v 1.16 2024/06/30 16:11:11 christos Exp */ 38005419bSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 431580a89Sskrll 560fbfc04Smrg /* config.h. Generated from config.in by configure. */ 631580a89Sskrll /* config.in. Generated from configure.ac by autoheader. */ 731580a89Sskrll 860fbfc04Smrg /* Define if building universal (internal helper macro) */ 960fbfc04Smrg /* #undef AC_APPLE_UNIVERSAL_BUILD */ 1060fbfc04Smrg 1131580a89Sskrll /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. 1231580a89Sskrll This function is required for alloca.c support on those systems. */ 1331580a89Sskrll /* #undef CRAY_STACKSEG_END */ 1431580a89Sskrll 1531580a89Sskrll /* Define to 1 if you have the <alloca.h> header file. */ 1631580a89Sskrll /* #undef HAVE_ALLOCA_H */ 1731580a89Sskrll 1831580a89Sskrll /* Define to 1 if you have the `asprintf' function. */ 1931580a89Sskrll #define HAVE_ASPRINTF 1 2031580a89Sskrll 2131580a89Sskrll /* Define to 1 if you have the `atexit' function. */ 2231580a89Sskrll #define HAVE_ATEXIT 1 2331580a89Sskrll 2431580a89Sskrll /* Define to 1 if you have the `basename' function. */ 2531580a89Sskrll #define HAVE_BASENAME 1 2631580a89Sskrll 2731580a89Sskrll /* Define to 1 if you have the `bcmp' function. */ 2831580a89Sskrll #define HAVE_BCMP 1 2931580a89Sskrll 3031580a89Sskrll /* Define to 1 if you have the `bcopy' function. */ 3131580a89Sskrll #define HAVE_BCOPY 1 3231580a89Sskrll 3331580a89Sskrll /* Define to 1 if you have the `bsearch' function. */ 3431580a89Sskrll #define HAVE_BSEARCH 1 3531580a89Sskrll 3631580a89Sskrll /* Define to 1 if you have the `bzero' function. */ 3731580a89Sskrll #define HAVE_BZERO 1 3831580a89Sskrll 3931580a89Sskrll /* Define to 1 if you have the `calloc' function. */ 4031580a89Sskrll #define HAVE_CALLOC 1 4131580a89Sskrll 4231580a89Sskrll /* Define to 1 if you have the `canonicalize_file_name' function. */ 4331580a89Sskrll /* #undef HAVE_CANONICALIZE_FILE_NAME */ 4431580a89Sskrll 4531580a89Sskrll /* Define to 1 if you have the `clock' function. */ 4631580a89Sskrll #define HAVE_CLOCK 1 4731580a89Sskrll 4831580a89Sskrll /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 4931580a89Sskrll don't. */ 5031580a89Sskrll #define HAVE_DECL_ASPRINTF 1 5131580a89Sskrll 5260fbfc04Smrg /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if 5360fbfc04Smrg you don't. */ 5431580a89Sskrll #define HAVE_DECL_BASENAME 0 5531580a89Sskrll 5631580a89Sskrll /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't. 5731580a89Sskrll */ 5831580a89Sskrll #define HAVE_DECL_CALLOC 1 5931580a89Sskrll 6031580a89Sskrll /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 6131580a89Sskrll #define HAVE_DECL_FFS 1 6231580a89Sskrll 6331580a89Sskrll /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 6431580a89Sskrll */ 6531580a89Sskrll #define HAVE_DECL_GETENV 1 6631580a89Sskrll 6731580a89Sskrll /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. 6831580a89Sskrll */ 6931580a89Sskrll #define HAVE_DECL_GETOPT 1 7031580a89Sskrll 7131580a89Sskrll /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. 7231580a89Sskrll */ 7331580a89Sskrll #define HAVE_DECL_MALLOC 1 7431580a89Sskrll 7531580a89Sskrll /* Define to 1 if you have the declaration of `realloc', and to 0 if you 7631580a89Sskrll don't. */ 7731580a89Sskrll #define HAVE_DECL_REALLOC 1 7831580a89Sskrll 7931580a89Sskrll /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. 8031580a89Sskrll */ 8131580a89Sskrll #define HAVE_DECL_SBRK 1 8231580a89Sskrll 8331580a89Sskrll /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 8431580a89Sskrll don't. */ 8531580a89Sskrll #define HAVE_DECL_SNPRINTF 1 8631580a89Sskrll 878005419bSchristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 888005419bSchristos don't. */ 898005419bSchristos #define HAVE_DECL_STRNLEN 1 908005419bSchristos 91f51ed01fSchristos /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't. 92f51ed01fSchristos */ 93f51ed01fSchristos #define HAVE_DECL_STRTOL 1 94f51ed01fSchristos 95f51ed01fSchristos /* Define to 1 if you have the declaration of `strtoll', and to 0 if you 96f51ed01fSchristos don't. */ 97f51ed01fSchristos #define HAVE_DECL_STRTOLL 1 98f51ed01fSchristos 99f51ed01fSchristos /* Define to 1 if you have the declaration of `strtoul', and to 0 if you 100f51ed01fSchristos don't. */ 101f51ed01fSchristos #define HAVE_DECL_STRTOUL 1 102f51ed01fSchristos 103f51ed01fSchristos /* Define to 1 if you have the declaration of `strtoull', and to 0 if you 104f51ed01fSchristos don't. */ 105f51ed01fSchristos #define HAVE_DECL_STRTOULL 1 106f51ed01fSchristos 10731580a89Sskrll /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you 10831580a89Sskrll don't. */ 10931580a89Sskrll #define HAVE_DECL_STRVERSCMP 0 11031580a89Sskrll 11131580a89Sskrll /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 11231580a89Sskrll don't. */ 11331580a89Sskrll #define HAVE_DECL_VASPRINTF 1 11431580a89Sskrll 11531580a89Sskrll /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 11631580a89Sskrll don't. */ 11731580a89Sskrll #define HAVE_DECL_VSNPRINTF 1 11831580a89Sskrll 11960fbfc04Smrg /* Define to 1 if you have the `dup3' function. */ 12060fbfc04Smrg #define HAVE_DUP3 1 12160fbfc04Smrg 12231580a89Sskrll /* Define to 1 if you have the <fcntl.h> header file. */ 12331580a89Sskrll #define HAVE_FCNTL_H 1 12431580a89Sskrll 12531580a89Sskrll /* Define to 1 if you have the `ffs' function. */ 12631580a89Sskrll #define HAVE_FFS 1 12731580a89Sskrll 12831580a89Sskrll /* Define to 1 if you have the `fork' function. */ 12931580a89Sskrll #define HAVE_FORK 1 13031580a89Sskrll 13131580a89Sskrll /* Define to 1 if you have the `getcwd' function. */ 13231580a89Sskrll #define HAVE_GETCWD 1 13331580a89Sskrll 13431580a89Sskrll /* Define to 1 if you have the `getpagesize' function. */ 13531580a89Sskrll #define HAVE_GETPAGESIZE 1 13631580a89Sskrll 1375dc4313eSmrg /* Define to 1 if you have the `getrlimit' function. */ 1385dc4313eSmrg #define HAVE_GETRLIMIT 1 1395dc4313eSmrg 14031580a89Sskrll /* Define to 1 if you have the `getrusage' function. */ 14131580a89Sskrll #define HAVE_GETRUSAGE 1 14231580a89Sskrll 14331580a89Sskrll /* Define to 1 if you have the `getsysinfo' function. */ 14431580a89Sskrll /* #undef HAVE_GETSYSINFO */ 14531580a89Sskrll 14631580a89Sskrll /* Define to 1 if you have the `gettimeofday' function. */ 14731580a89Sskrll #define HAVE_GETTIMEOFDAY 1 14831580a89Sskrll 14931580a89Sskrll /* Define to 1 if you have the `index' function. */ 15031580a89Sskrll #define HAVE_INDEX 1 15131580a89Sskrll 15231580a89Sskrll /* Define to 1 if you have the `insque' function. */ 15331580a89Sskrll #define HAVE_INSQUE 1 15431580a89Sskrll 15560fbfc04Smrg /* Define to 1 if the system has the type `intptr_t'. */ 15660fbfc04Smrg #define HAVE_INTPTR_T 1 15760fbfc04Smrg 15831580a89Sskrll /* Define to 1 if you have the <inttypes.h> header file. */ 15931580a89Sskrll #define HAVE_INTTYPES_H 1 16031580a89Sskrll 16131580a89Sskrll /* Define to 1 if you have the <limits.h> header file. */ 16231580a89Sskrll #define HAVE_LIMITS_H 1 16331580a89Sskrll 164f51ed01fSchristos /* Define if you have the `long long' type. */ 165f51ed01fSchristos #define HAVE_LONG_LONG 1 166f51ed01fSchristos 16731580a89Sskrll /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */ 16831580a89Sskrll /* #undef HAVE_MACHINE_HAL_SYSINFO_H */ 16931580a89Sskrll 17031580a89Sskrll /* Define to 1 if you have the <malloc.h> header file. */ 17131580a89Sskrll #define HAVE_MALLOC_H 1 17231580a89Sskrll 17331580a89Sskrll /* Define to 1 if you have the `memchr' function. */ 17431580a89Sskrll #define HAVE_MEMCHR 1 17531580a89Sskrll 17631580a89Sskrll /* Define to 1 if you have the `memcmp' function. */ 17731580a89Sskrll #define HAVE_MEMCMP 1 17831580a89Sskrll 17931580a89Sskrll /* Define to 1 if you have the `memcpy' function. */ 18031580a89Sskrll #define HAVE_MEMCPY 1 18131580a89Sskrll 18260fbfc04Smrg /* Define to 1 if you have the `memmem' function. */ 18360fbfc04Smrg #define HAVE_MEMMEM 1 18460fbfc04Smrg 18531580a89Sskrll /* Define to 1 if you have the `memmove' function. */ 18631580a89Sskrll #define HAVE_MEMMOVE 1 18731580a89Sskrll 18831580a89Sskrll /* Define to 1 if you have the <memory.h> header file. */ 18931580a89Sskrll #define HAVE_MEMORY_H 1 19031580a89Sskrll 19131580a89Sskrll /* Define to 1 if you have the `memset' function. */ 19231580a89Sskrll #define HAVE_MEMSET 1 19331580a89Sskrll 19431580a89Sskrll /* Define to 1 if you have the `mkstemps' function. */ 19567a23d99Smrg #define HAVE_MKSTEMPS 1 19631580a89Sskrll 19731580a89Sskrll /* Define to 1 if you have a working `mmap' system call. */ 19831580a89Sskrll #define HAVE_MMAP 1 19931580a89Sskrll 20031580a89Sskrll /* Define to 1 if you have the `on_exit' function. */ 20131580a89Sskrll /* #undef HAVE_ON_EXIT */ 20231580a89Sskrll 2031ddbc14eSchristos /* Define to 1 if you have the `pipe2' function. */ 2041ddbc14eSchristos #define HAVE_PIPE2 1 2051ddbc14eSchristos 206*801f73adSchristos /* Define to 1 if you have the `posix_spawn' function. */ 207*801f73adSchristos #define HAVE_POSIX_SPAWN 1 208*801f73adSchristos 209*801f73adSchristos /* Define to 1 if you have the `posix_spawnp' function. */ 210*801f73adSchristos #define HAVE_POSIX_SPAWNP 1 211*801f73adSchristos 21260fbfc04Smrg /* Define to 1 if you have the <process.h> header file. */ 21360fbfc04Smrg /* #undef HAVE_PROCESS_H */ 21460fbfc04Smrg 21531580a89Sskrll /* Define to 1 if you have the `psignal' function. */ 21631580a89Sskrll #define HAVE_PSIGNAL 1 21731580a89Sskrll 21831580a89Sskrll /* Define to 1 if you have the `pstat_getdynamic' function. */ 21931580a89Sskrll /* #undef HAVE_PSTAT_GETDYNAMIC */ 22031580a89Sskrll 22131580a89Sskrll /* Define to 1 if you have the `pstat_getstatic' function. */ 22231580a89Sskrll /* #undef HAVE_PSTAT_GETSTATIC */ 22331580a89Sskrll 22431580a89Sskrll /* Define to 1 if you have the `putenv' function. */ 22531580a89Sskrll #define HAVE_PUTENV 1 22631580a89Sskrll 22731580a89Sskrll /* Define to 1 if you have the `random' function. */ 22831580a89Sskrll #define HAVE_RANDOM 1 22931580a89Sskrll 23031580a89Sskrll /* Define to 1 if you have the `realpath' function. */ 23131580a89Sskrll #define HAVE_REALPATH 1 23231580a89Sskrll 23331580a89Sskrll /* Define to 1 if you have the `rename' function. */ 23431580a89Sskrll #define HAVE_RENAME 1 23531580a89Sskrll 23631580a89Sskrll /* Define to 1 if you have the `rindex' function. */ 23731580a89Sskrll #define HAVE_RINDEX 1 23831580a89Sskrll 23931580a89Sskrll /* Define to 1 if you have the `sbrk' function. */ 24031580a89Sskrll #define HAVE_SBRK 1 24131580a89Sskrll 24231580a89Sskrll /* Define to 1 if you have the `setenv' function. */ 24331580a89Sskrll #define HAVE_SETENV 1 24431580a89Sskrll 24560fbfc04Smrg /* Define to 1 if you have the `setproctitle' function. */ 24660fbfc04Smrg #define HAVE_SETPROCTITLE 1 24760fbfc04Smrg 2485dc4313eSmrg /* Define to 1 if you have the `setrlimit' function. */ 2495dc4313eSmrg #define HAVE_SETRLIMIT 1 2505dc4313eSmrg 25131580a89Sskrll /* Define to 1 if you have the `sigsetmask' function. */ 25231580a89Sskrll #define HAVE_SIGSETMASK 1 25331580a89Sskrll 25431580a89Sskrll /* Define to 1 if you have the `snprintf' function. */ 25531580a89Sskrll #define HAVE_SNPRINTF 1 25631580a89Sskrll 25760fbfc04Smrg /* Define to 1 if you have the `spawnve' function. */ 25860fbfc04Smrg /* #undef HAVE_SPAWNVE */ 25960fbfc04Smrg 26060fbfc04Smrg /* Define to 1 if you have the `spawnvpe' function. */ 26160fbfc04Smrg /* #undef HAVE_SPAWNVPE */ 26260fbfc04Smrg 263*801f73adSchristos /* Define to 1 if you have the <spawn.h> header file. */ 264*801f73adSchristos #define HAVE_SPAWN_H 1 265*801f73adSchristos 26631580a89Sskrll /* Define to 1 if you have the <stdint.h> header file. */ 26731580a89Sskrll #define HAVE_STDINT_H 1 26831580a89Sskrll 26931580a89Sskrll /* Define to 1 if you have the <stdio_ext.h> header file. */ 27031580a89Sskrll /* #undef HAVE_STDIO_EXT_H */ 27131580a89Sskrll 27231580a89Sskrll /* Define to 1 if you have the <stdlib.h> header file. */ 27331580a89Sskrll #define HAVE_STDLIB_H 1 27431580a89Sskrll 27531580a89Sskrll /* Define to 1 if you have the `stpcpy' function. */ 27631580a89Sskrll #define HAVE_STPCPY 1 27731580a89Sskrll 27831580a89Sskrll /* Define to 1 if you have the `stpncpy' function. */ 27931580a89Sskrll #define HAVE_STPNCPY 1 28031580a89Sskrll 28131580a89Sskrll /* Define to 1 if you have the `strcasecmp' function. */ 28231580a89Sskrll #define HAVE_STRCASECMP 1 28331580a89Sskrll 28431580a89Sskrll /* Define to 1 if you have the `strchr' function. */ 28531580a89Sskrll #define HAVE_STRCHR 1 28631580a89Sskrll 28731580a89Sskrll /* Define to 1 if you have the `strdup' function. */ 28831580a89Sskrll #define HAVE_STRDUP 1 28931580a89Sskrll 29031580a89Sskrll /* Define to 1 if you have the `strerror' function. */ 29131580a89Sskrll #define HAVE_STRERROR 1 29231580a89Sskrll 29331580a89Sskrll /* Define to 1 if you have the <strings.h> header file. */ 29431580a89Sskrll #define HAVE_STRINGS_H 1 29531580a89Sskrll 29631580a89Sskrll /* Define to 1 if you have the <string.h> header file. */ 29731580a89Sskrll #define HAVE_STRING_H 1 29831580a89Sskrll 29931580a89Sskrll /* Define to 1 if you have the `strncasecmp' function. */ 30031580a89Sskrll #define HAVE_STRNCASECMP 1 30131580a89Sskrll 30231580a89Sskrll /* Define to 1 if you have the `strndup' function. */ 30331580a89Sskrll #define HAVE_STRNDUP 1 30431580a89Sskrll 305f51ed01fSchristos /* Define to 1 if you have the `strnlen' function. */ 306f51ed01fSchristos #define HAVE_STRNLEN 1 307f51ed01fSchristos 30831580a89Sskrll /* Define to 1 if you have the `strrchr' function. */ 30931580a89Sskrll #define HAVE_STRRCHR 1 31031580a89Sskrll 31131580a89Sskrll /* Define to 1 if you have the `strsignal' function. */ 31231580a89Sskrll #define HAVE_STRSIGNAL 1 31331580a89Sskrll 31431580a89Sskrll /* Define to 1 if you have the `strstr' function. */ 31531580a89Sskrll #define HAVE_STRSTR 1 31631580a89Sskrll 31731580a89Sskrll /* Define to 1 if you have the `strtod' function. */ 31831580a89Sskrll #define HAVE_STRTOD 1 31931580a89Sskrll 32031580a89Sskrll /* Define to 1 if you have the `strtol' function. */ 32131580a89Sskrll #define HAVE_STRTOL 1 32231580a89Sskrll 323f51ed01fSchristos /* Define to 1 if you have the `strtoll' function. */ 324f51ed01fSchristos #define HAVE_STRTOLL 1 325f51ed01fSchristos 32631580a89Sskrll /* Define to 1 if you have the `strtoul' function. */ 32731580a89Sskrll #define HAVE_STRTOUL 1 32831580a89Sskrll 329f51ed01fSchristos /* Define to 1 if you have the `strtoull' function. */ 330f51ed01fSchristos #define HAVE_STRTOULL 1 331f51ed01fSchristos 33231580a89Sskrll /* Define to 1 if you have the `strverscmp' function. */ 33331580a89Sskrll /* #undef HAVE_STRVERSCMP */ 33431580a89Sskrll 33531580a89Sskrll /* Define to 1 if you have the `sysconf' function. */ 33631580a89Sskrll #define HAVE_SYSCONF 1 33731580a89Sskrll 33831580a89Sskrll /* Define to 1 if you have the `sysctl' function. */ 33931580a89Sskrll #define HAVE_SYSCTL 1 34031580a89Sskrll 34131580a89Sskrll /* Define to 1 if you have the `sysmp' function. */ 34231580a89Sskrll /* #undef HAVE_SYSMP */ 34331580a89Sskrll 34431580a89Sskrll /* Define if you have the sys_errlist variable. */ 34531580a89Sskrll #define HAVE_SYS_ERRLIST 1 34631580a89Sskrll 34731580a89Sskrll /* Define to 1 if you have the <sys/file.h> header file. */ 34831580a89Sskrll #define HAVE_SYS_FILE_H 1 34931580a89Sskrll 35031580a89Sskrll /* Define to 1 if you have the <sys/mman.h> header file. */ 35131580a89Sskrll #define HAVE_SYS_MMAN_H 1 35231580a89Sskrll 35331580a89Sskrll /* Define if you have the sys_nerr variable. */ 35431580a89Sskrll #define HAVE_SYS_NERR 1 35531580a89Sskrll 35631580a89Sskrll /* Define to 1 if you have the <sys/param.h> header file. */ 35731580a89Sskrll #define HAVE_SYS_PARAM_H 1 35831580a89Sskrll 3595dc4313eSmrg /* Define to 1 if you have the <sys/prctl.h> header file. */ 3605dc4313eSmrg /* #undef HAVE_SYS_PRCTL_H */ 3615dc4313eSmrg 36231580a89Sskrll /* Define to 1 if you have the <sys/pstat.h> header file. */ 36331580a89Sskrll /* #undef HAVE_SYS_PSTAT_H */ 36431580a89Sskrll 36531580a89Sskrll /* Define to 1 if you have the <sys/resource.h> header file. */ 36631580a89Sskrll #define HAVE_SYS_RESOURCE_H 1 36731580a89Sskrll 36831580a89Sskrll /* Define if you have the sys_siglist variable. */ 36931580a89Sskrll #define HAVE_SYS_SIGLIST 1 37031580a89Sskrll 37131580a89Sskrll /* Define to 1 if you have the <sys/stat.h> header file. */ 37231580a89Sskrll #define HAVE_SYS_STAT_H 1 37331580a89Sskrll 37431580a89Sskrll /* Define to 1 if you have the <sys/sysctl.h> header file. */ 37531580a89Sskrll #define HAVE_SYS_SYSCTL_H 1 37631580a89Sskrll 37731580a89Sskrll /* Define to 1 if you have the <sys/sysinfo.h> header file. */ 37831580a89Sskrll /* #undef HAVE_SYS_SYSINFO_H */ 37931580a89Sskrll 38031580a89Sskrll /* Define to 1 if you have the <sys/sysmp.h> header file. */ 38131580a89Sskrll /* #undef HAVE_SYS_SYSMP_H */ 38231580a89Sskrll 38331580a89Sskrll /* Define to 1 if you have the <sys/systemcfg.h> header file. */ 38431580a89Sskrll /* #undef HAVE_SYS_SYSTEMCFG_H */ 38531580a89Sskrll 38631580a89Sskrll /* Define to 1 if you have the <sys/table.h> header file. */ 38731580a89Sskrll /* #undef HAVE_SYS_TABLE_H */ 38831580a89Sskrll 38931580a89Sskrll /* Define to 1 if you have the <sys/time.h> header file. */ 39031580a89Sskrll #define HAVE_SYS_TIME_H 1 39131580a89Sskrll 39231580a89Sskrll /* Define to 1 if you have the <sys/types.h> header file. */ 39331580a89Sskrll #define HAVE_SYS_TYPES_H 1 39431580a89Sskrll 39531580a89Sskrll /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 39631580a89Sskrll #define HAVE_SYS_WAIT_H 1 39731580a89Sskrll 39831580a89Sskrll /* Define to 1 if you have the `table' function. */ 39931580a89Sskrll /* #undef HAVE_TABLE */ 40031580a89Sskrll 40131580a89Sskrll /* Define to 1 if you have the `times' function. */ 40231580a89Sskrll #define HAVE_TIMES 1 40331580a89Sskrll 40431580a89Sskrll /* Define to 1 if you have the <time.h> header file. */ 40531580a89Sskrll #define HAVE_TIME_H 1 40631580a89Sskrll 40731580a89Sskrll /* Define to 1 if you have the `tmpnam' function. */ 40831580a89Sskrll #define HAVE_TMPNAM 1 40931580a89Sskrll 41031580a89Sskrll /* Define if you have the \`uintptr_t' type. */ 41131580a89Sskrll #define HAVE_UINTPTR_T 1 41231580a89Sskrll 41331580a89Sskrll /* Define to 1 if you have the <unistd.h> header file. */ 41431580a89Sskrll #define HAVE_UNISTD_H 1 41531580a89Sskrll 41631580a89Sskrll /* Define to 1 if you have the `vasprintf' function. */ 41731580a89Sskrll #define HAVE_VASPRINTF 1 41831580a89Sskrll 41931580a89Sskrll /* Define to 1 if you have the `vfork' function. */ 42031580a89Sskrll #define HAVE_VFORK 1 42131580a89Sskrll 42231580a89Sskrll /* Define to 1 if you have the <vfork.h> header file. */ 42331580a89Sskrll /* #undef HAVE_VFORK_H */ 42431580a89Sskrll 42531580a89Sskrll /* Define to 1 if you have the `vfprintf' function. */ 42631580a89Sskrll #define HAVE_VFPRINTF 1 42731580a89Sskrll 42831580a89Sskrll /* Define to 1 if you have the `vprintf' function. */ 42931580a89Sskrll #define HAVE_VPRINTF 1 43031580a89Sskrll 43131580a89Sskrll /* Define to 1 if you have the `vsprintf' function. */ 43231580a89Sskrll #define HAVE_VSPRINTF 1 43331580a89Sskrll 43431580a89Sskrll /* Define to 1 if you have the `wait3' function. */ 43531580a89Sskrll #define HAVE_WAIT3 1 43631580a89Sskrll 43731580a89Sskrll /* Define to 1 if you have the `wait4' function. */ 43831580a89Sskrll #define HAVE_WAIT4 1 43931580a89Sskrll 44031580a89Sskrll /* Define to 1 if you have the `waitpid' function. */ 44131580a89Sskrll #define HAVE_WAITPID 1 44231580a89Sskrll 44331580a89Sskrll /* Define to 1 if `fork' works. */ 44431580a89Sskrll #define HAVE_WORKING_FORK 1 44531580a89Sskrll 44631580a89Sskrll /* Define to 1 if `vfork' works. */ 44731580a89Sskrll #define HAVE_WORKING_VFORK 1 44831580a89Sskrll 449*801f73adSchristos /* Define if you have x86 SHA1 HW acceleration support. */ 450*801f73adSchristos /* #undef HAVE_X86_SHA1_HW_SUPPORT */ 451*801f73adSchristos 45231580a89Sskrll /* Define to 1 if you have the `_doprnt' function. */ 45331580a89Sskrll /* #undef HAVE__DOPRNT */ 45431580a89Sskrll 45531580a89Sskrll /* Define if you have the _system_configuration variable. */ 45631580a89Sskrll /* #undef HAVE__SYSTEM_CONFIGURATION */ 45731580a89Sskrll 45831580a89Sskrll /* Define to 1 if you have the `__fsetlocking' function. */ 45931580a89Sskrll /* #undef HAVE___FSETLOCKING */ 46031580a89Sskrll 46131580a89Sskrll /* Define if canonicalize_file_name is not declared in system header files. */ 46231580a89Sskrll #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 46331580a89Sskrll 46431580a89Sskrll /* Define if errno must be declared even when <errno.h> is included. */ 46531580a89Sskrll /* #undef NEED_DECLARATION_ERRNO */ 46631580a89Sskrll 46731580a89Sskrll /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 46831580a89Sskrll /* #undef NO_MINUS_C_MINUS_O */ 46931580a89Sskrll 47031580a89Sskrll /* Define to the address where bug reports for this package should be sent. */ 47131580a89Sskrll #define PACKAGE_BUGREPORT "" 47231580a89Sskrll 47331580a89Sskrll /* Define to the full name of this package. */ 47431580a89Sskrll #define PACKAGE_NAME "" 47531580a89Sskrll 47631580a89Sskrll /* Define to the full name and version of this package. */ 47731580a89Sskrll #define PACKAGE_STRING "" 47831580a89Sskrll 47931580a89Sskrll /* Define to the one symbol short name of this package. */ 48031580a89Sskrll #define PACKAGE_TARNAME "" 48131580a89Sskrll 48260fbfc04Smrg /* Define to the home page for this package. */ 48360fbfc04Smrg #define PACKAGE_URL "" 48460fbfc04Smrg 48531580a89Sskrll /* Define to the version of this package. */ 48631580a89Sskrll #define PACKAGE_VERSION "" 48731580a89Sskrll 48860fbfc04Smrg /* The size of `int', as computed by sizeof. */ 48931580a89Sskrll #define SIZEOF_INT 4 49031580a89Sskrll 491f51ed01fSchristos /* The size of `long', as computed by sizeof. */ 492f51ed01fSchristos #define SIZEOF_LONG 4 493f51ed01fSchristos 494f51ed01fSchristos /* The size of `long long', as computed by sizeof. */ 495f51ed01fSchristos #define SIZEOF_LONG_LONG 8 496f51ed01fSchristos 497f51ed01fSchristos /* The size of `size_t', as computed by sizeof. */ 498f51ed01fSchristos #define SIZEOF_SIZE_T 4 499f51ed01fSchristos 50031580a89Sskrll /* Define if you know the direction of stack growth for your system; otherwise 50131580a89Sskrll it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows 50231580a89Sskrll toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses 50331580a89Sskrll STACK_DIRECTION = 0 => direction of growth unknown */ 50431580a89Sskrll #define STACK_DIRECTION 0 50531580a89Sskrll 50631580a89Sskrll /* Define to 1 if you have the ANSI C header files. */ 50731580a89Sskrll #define STDC_HEADERS 1 50831580a89Sskrll 50931580a89Sskrll /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 51031580a89Sskrll #define TIME_WITH_SYS_TIME 1 51131580a89Sskrll 51231580a89Sskrll /* Define to an unsigned 64-bit type available in the compiler. */ 51331580a89Sskrll #define UNSIGNED_64BIT_TYPE uint64_t 51431580a89Sskrll 515f51ed01fSchristos /* Enable extensions on AIX 3, Interix. */ 516f51ed01fSchristos #ifndef _ALL_SOURCE 517f51ed01fSchristos # define _ALL_SOURCE 1 518f51ed01fSchristos #endif 519f51ed01fSchristos /* Enable GNU extensions on systems that have them. */ 520f51ed01fSchristos #ifndef _GNU_SOURCE 521f51ed01fSchristos # define _GNU_SOURCE 1 522f51ed01fSchristos #endif 523f51ed01fSchristos /* Enable threading extensions on Solaris. */ 524f51ed01fSchristos #ifndef _POSIX_PTHREAD_SEMANTICS 525f51ed01fSchristos # define _POSIX_PTHREAD_SEMANTICS 1 526f51ed01fSchristos #endif 527f51ed01fSchristos /* Enable extensions on HP NonStop. */ 528f51ed01fSchristos #ifndef _TANDEM_SOURCE 529f51ed01fSchristos # define _TANDEM_SOURCE 1 530f51ed01fSchristos #endif 531f51ed01fSchristos /* Enable general extensions on Solaris. */ 532f51ed01fSchristos #ifndef __EXTENSIONS__ 533f51ed01fSchristos # define __EXTENSIONS__ 1 534f51ed01fSchristos #endif 535f51ed01fSchristos 536f51ed01fSchristos 53760fbfc04Smrg /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 53860fbfc04Smrg significant byte first (like Motorola and SPARC, unlike Intel). */ 53960fbfc04Smrg #if defined AC_APPLE_UNIVERSAL_BUILD 54060fbfc04Smrg # if defined __BIG_ENDIAN__ 54131580a89Sskrll # define WORDS_BIGENDIAN 1 54260fbfc04Smrg # endif 54360fbfc04Smrg #else 54460fbfc04Smrg # ifndef WORDS_BIGENDIAN 54560fbfc04Smrg # define WORDS_BIGENDIAN 1 54660fbfc04Smrg # endif 54760fbfc04Smrg #endif 54860fbfc04Smrg 5498005419bSchristos /* Enable large inode numbers on Mac OS X 10.5. */ 5508005419bSchristos #ifndef _DARWIN_USE_64_BIT_INODE 5518005419bSchristos # define _DARWIN_USE_64_BIT_INODE 1 5528005419bSchristos #endif 5538005419bSchristos 55460fbfc04Smrg /* Number of bits in a file offset, on hosts where this is settable. */ 55560fbfc04Smrg /* #undef _FILE_OFFSET_BITS */ 55660fbfc04Smrg 55760fbfc04Smrg /* Define for large files, on AIX-style hosts. */ 55860fbfc04Smrg /* #undef _LARGE_FILES */ 55931580a89Sskrll 560f51ed01fSchristos /* Define to 1 if on MINIX. */ 561f51ed01fSchristos /* #undef _MINIX */ 562f51ed01fSchristos 563f51ed01fSchristos /* Define to 2 if the system does not provide POSIX.1 features except with 564f51ed01fSchristos this defined. */ 565f51ed01fSchristos /* #undef _POSIX_1_SOURCE */ 566f51ed01fSchristos 567f51ed01fSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 568f51ed01fSchristos /* #undef _POSIX_SOURCE */ 569f51ed01fSchristos 57031580a89Sskrll /* Define to empty if `const' does not conform to ANSI C. */ 57131580a89Sskrll /* #undef const */ 57231580a89Sskrll 57331580a89Sskrll /* Define to `__inline__' or `__inline' if that's what the C compiler 57431580a89Sskrll calls it, or to nothing if 'inline' is not supported under any name. */ 57531580a89Sskrll #ifndef __cplusplus 57631580a89Sskrll /* #undef inline */ 57731580a89Sskrll #endif 57831580a89Sskrll 57960fbfc04Smrg /* Define to the type of a signed integer type wide enough to hold a pointer, 58060fbfc04Smrg if such a type exists, and if the system does not define it. */ 58160fbfc04Smrg /* #undef intptr_t */ 58260fbfc04Smrg 58331580a89Sskrll /* Define to `int' if <sys/types.h> does not define. */ 58431580a89Sskrll /* #undef pid_t */ 58531580a89Sskrll 58660fbfc04Smrg /* Define to `int' if <sys/types.h> does not define. */ 58760fbfc04Smrg /* #undef ssize_t */ 58860fbfc04Smrg 58960fbfc04Smrg /* Define to the type of an unsigned integer type wide enough to hold a 59060fbfc04Smrg pointer, if such a type exists, and if the system does not define it. */ 59131580a89Sskrll /* #undef uintptr_t */ 59231580a89Sskrll 59331580a89Sskrll /* Define as `fork' if `vfork' does not work. */ 59431580a89Sskrll /* #undef vfork */ 595