162f0adc4Smrg /* This file is automatically generated. DO NOT EDIT! */ 2*dec7c724Smrg /* Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp */ 341cead3cSmrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 462f0adc4Smrg 562f0adc4Smrg /* config.h. Generated from config.in by configure. */ 662f0adc4Smrg /* config.in. Generated from configure.ac by autoheader. */ 762f0adc4Smrg 862f0adc4Smrg /* Define if building universal (internal helper macro) */ 962f0adc4Smrg /* #undef AC_APPLE_UNIVERSAL_BUILD */ 1062f0adc4Smrg 1162f0adc4Smrg /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. 1262f0adc4Smrg This function is required for alloca.c support on those systems. */ 1362f0adc4Smrg /* #undef CRAY_STACKSEG_END */ 1462f0adc4Smrg 1562f0adc4Smrg /* Define to 1 if you have the <alloca.h> header file. */ 1662f0adc4Smrg /* #undef HAVE_ALLOCA_H */ 1762f0adc4Smrg 1862f0adc4Smrg /* Define to 1 if you have the `asprintf' function. */ 1962f0adc4Smrg #define HAVE_ASPRINTF 1 2062f0adc4Smrg 2162f0adc4Smrg /* Define to 1 if you have the `atexit' function. */ 2262f0adc4Smrg #define HAVE_ATEXIT 1 2362f0adc4Smrg 2462f0adc4Smrg /* Define to 1 if you have the `basename' function. */ 2562f0adc4Smrg #define HAVE_BASENAME 1 2662f0adc4Smrg 2762f0adc4Smrg /* Define to 1 if you have the `bcmp' function. */ 2862f0adc4Smrg #define HAVE_BCMP 1 2962f0adc4Smrg 3062f0adc4Smrg /* Define to 1 if you have the `bcopy' function. */ 3162f0adc4Smrg #define HAVE_BCOPY 1 3262f0adc4Smrg 3362f0adc4Smrg /* Define to 1 if you have the `bsearch' function. */ 3462f0adc4Smrg #define HAVE_BSEARCH 1 3562f0adc4Smrg 3662f0adc4Smrg /* Define to 1 if you have the `bzero' function. */ 3762f0adc4Smrg #define HAVE_BZERO 1 3862f0adc4Smrg 3962f0adc4Smrg /* Define to 1 if you have the `calloc' function. */ 4062f0adc4Smrg #define HAVE_CALLOC 1 4162f0adc4Smrg 4262f0adc4Smrg /* Define to 1 if you have the `canonicalize_file_name' function. */ 4362f0adc4Smrg /* #undef HAVE_CANONICALIZE_FILE_NAME */ 4462f0adc4Smrg 4562f0adc4Smrg /* Define to 1 if you have the `clock' function. */ 4662f0adc4Smrg #define HAVE_CLOCK 1 4762f0adc4Smrg 4862f0adc4Smrg /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 4962f0adc4Smrg don't. */ 5062f0adc4Smrg #define HAVE_DECL_ASPRINTF 1 5162f0adc4Smrg 5249d8c9ecSmrg /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if 5349d8c9ecSmrg you don't. */ 5462f0adc4Smrg #define HAVE_DECL_BASENAME 0 5562f0adc4Smrg 5662f0adc4Smrg /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't. 5762f0adc4Smrg */ 5862f0adc4Smrg #define HAVE_DECL_CALLOC 1 5962f0adc4Smrg 6062f0adc4Smrg /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 6162f0adc4Smrg #define HAVE_DECL_FFS 1 6262f0adc4Smrg 6362f0adc4Smrg /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 6462f0adc4Smrg */ 6562f0adc4Smrg #define HAVE_DECL_GETENV 1 6662f0adc4Smrg 6762f0adc4Smrg /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. 6862f0adc4Smrg */ 6962f0adc4Smrg #define HAVE_DECL_GETOPT 1 7062f0adc4Smrg 7162f0adc4Smrg /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. 7262f0adc4Smrg */ 7362f0adc4Smrg #define HAVE_DECL_MALLOC 1 7462f0adc4Smrg 7562f0adc4Smrg /* Define to 1 if you have the declaration of `realloc', and to 0 if you 7662f0adc4Smrg don't. */ 7762f0adc4Smrg #define HAVE_DECL_REALLOC 1 7862f0adc4Smrg 7962f0adc4Smrg /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. 8062f0adc4Smrg */ 8162f0adc4Smrg #define HAVE_DECL_SBRK 1 8262f0adc4Smrg 8362f0adc4Smrg /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 8462f0adc4Smrg don't. */ 8562f0adc4Smrg #define HAVE_DECL_SNPRINTF 1 8662f0adc4Smrg 8741cead3cSmrg /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 8841cead3cSmrg don't. */ 8941cead3cSmrg #define HAVE_DECL_STRNLEN 1 9041cead3cSmrg 91e7262bd9Smrg /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't. 92e7262bd9Smrg */ 93e7262bd9Smrg #define HAVE_DECL_STRTOL 1 94e7262bd9Smrg 95e7262bd9Smrg /* Define to 1 if you have the declaration of `strtoll', and to 0 if you 96e7262bd9Smrg don't. */ 97e7262bd9Smrg #define HAVE_DECL_STRTOLL 1 98e7262bd9Smrg 99e7262bd9Smrg /* Define to 1 if you have the declaration of `strtoul', and to 0 if you 100e7262bd9Smrg don't. */ 101e7262bd9Smrg #define HAVE_DECL_STRTOUL 1 102e7262bd9Smrg 103e7262bd9Smrg /* Define to 1 if you have the declaration of `strtoull', and to 0 if you 104e7262bd9Smrg don't. */ 105e7262bd9Smrg #define HAVE_DECL_STRTOULL 1 106e7262bd9Smrg 10762f0adc4Smrg /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you 10862f0adc4Smrg don't. */ 10962f0adc4Smrg #define HAVE_DECL_STRVERSCMP 0 11062f0adc4Smrg 11162f0adc4Smrg /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 11262f0adc4Smrg don't. */ 11362f0adc4Smrg #define HAVE_DECL_VASPRINTF 1 11462f0adc4Smrg 11562f0adc4Smrg /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 11662f0adc4Smrg don't. */ 11762f0adc4Smrg #define HAVE_DECL_VSNPRINTF 1 11862f0adc4Smrg 11949d8c9ecSmrg /* Define to 1 if you have the `dup3' function. */ 12049d8c9ecSmrg #define HAVE_DUP3 1 12149d8c9ecSmrg 12262f0adc4Smrg /* Define to 1 if you have the <fcntl.h> header file. */ 12362f0adc4Smrg #define HAVE_FCNTL_H 1 12462f0adc4Smrg 12562f0adc4Smrg /* Define to 1 if you have the `ffs' function. */ 12662f0adc4Smrg #define HAVE_FFS 1 12762f0adc4Smrg 12862f0adc4Smrg /* Define to 1 if you have the `fork' function. */ 12962f0adc4Smrg #define HAVE_FORK 1 13062f0adc4Smrg 13162f0adc4Smrg /* Define to 1 if you have the `getcwd' function. */ 13262f0adc4Smrg #define HAVE_GETCWD 1 13362f0adc4Smrg 13462f0adc4Smrg /* Define to 1 if you have the `getpagesize' function. */ 13562f0adc4Smrg #define HAVE_GETPAGESIZE 1 13662f0adc4Smrg 13749d8c9ecSmrg /* Define to 1 if you have the `getrlimit' function. */ 13849d8c9ecSmrg #define HAVE_GETRLIMIT 1 13949d8c9ecSmrg 14062f0adc4Smrg /* Define to 1 if you have the `getrusage' function. */ 14162f0adc4Smrg #define HAVE_GETRUSAGE 1 14262f0adc4Smrg 14362f0adc4Smrg /* Define to 1 if you have the `getsysinfo' function. */ 14462f0adc4Smrg /* #undef HAVE_GETSYSINFO */ 14562f0adc4Smrg 14662f0adc4Smrg /* Define to 1 if you have the `gettimeofday' function. */ 14762f0adc4Smrg #define HAVE_GETTIMEOFDAY 1 14862f0adc4Smrg 14962f0adc4Smrg /* Define to 1 if you have the `index' function. */ 15062f0adc4Smrg #define HAVE_INDEX 1 15162f0adc4Smrg 15262f0adc4Smrg /* Define to 1 if you have the `insque' function. */ 15362f0adc4Smrg #define HAVE_INSQUE 1 15462f0adc4Smrg 15562f0adc4Smrg /* Define to 1 if the system has the type `intptr_t'. */ 15662f0adc4Smrg #define HAVE_INTPTR_T 1 15762f0adc4Smrg 15862f0adc4Smrg /* Define to 1 if you have the <inttypes.h> header file. */ 15962f0adc4Smrg #define HAVE_INTTYPES_H 1 16062f0adc4Smrg 16162f0adc4Smrg /* Define to 1 if you have the <limits.h> header file. */ 16262f0adc4Smrg #define HAVE_LIMITS_H 1 16362f0adc4Smrg 164e7262bd9Smrg /* Define if you have the `long long' type. */ 165e7262bd9Smrg #define HAVE_LONG_LONG 1 166e7262bd9Smrg 16762f0adc4Smrg /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */ 16862f0adc4Smrg /* #undef HAVE_MACHINE_HAL_SYSINFO_H */ 16962f0adc4Smrg 17062f0adc4Smrg /* Define to 1 if you have the <malloc.h> header file. */ 17162f0adc4Smrg #define HAVE_MALLOC_H 1 17262f0adc4Smrg 17362f0adc4Smrg /* Define to 1 if you have the `memchr' function. */ 17462f0adc4Smrg #define HAVE_MEMCHR 1 17562f0adc4Smrg 17662f0adc4Smrg /* Define to 1 if you have the `memcmp' function. */ 17762f0adc4Smrg #define HAVE_MEMCMP 1 17862f0adc4Smrg 17962f0adc4Smrg /* Define to 1 if you have the `memcpy' function. */ 18062f0adc4Smrg #define HAVE_MEMCPY 1 18162f0adc4Smrg 18262f0adc4Smrg /* Define to 1 if you have the `memmem' function. */ 18362f0adc4Smrg #define HAVE_MEMMEM 1 18462f0adc4Smrg 18562f0adc4Smrg /* Define to 1 if you have the `memmove' function. */ 18662f0adc4Smrg #define HAVE_MEMMOVE 1 18762f0adc4Smrg 18862f0adc4Smrg /* Define to 1 if you have the <memory.h> header file. */ 18962f0adc4Smrg #define HAVE_MEMORY_H 1 19062f0adc4Smrg 19162f0adc4Smrg /* Define to 1 if you have the `memset' function. */ 19262f0adc4Smrg #define HAVE_MEMSET 1 19362f0adc4Smrg 19462f0adc4Smrg /* Define to 1 if you have the `mkstemps' function. */ 195975cc27cSmrg #define HAVE_MKSTEMPS 1 19662f0adc4Smrg 19762f0adc4Smrg /* Define to 1 if you have a working `mmap' system call. */ 19862f0adc4Smrg #define HAVE_MMAP 1 19962f0adc4Smrg 20062f0adc4Smrg /* Define to 1 if you have the `on_exit' function. */ 20162f0adc4Smrg /* #undef HAVE_ON_EXIT */ 20262f0adc4Smrg 203*dec7c724Smrg /* Define to 1 if you have the `pipe2' function. */ 204*dec7c724Smrg #define HAVE_PIPE2 1 205*dec7c724Smrg 20649d8c9ecSmrg /* Define to 1 if you have the <process.h> header file. */ 20749d8c9ecSmrg /* #undef HAVE_PROCESS_H */ 20849d8c9ecSmrg 20962f0adc4Smrg /* Define to 1 if you have the `psignal' function. */ 21062f0adc4Smrg #define HAVE_PSIGNAL 1 21162f0adc4Smrg 21262f0adc4Smrg /* Define to 1 if you have the `pstat_getdynamic' function. */ 21362f0adc4Smrg /* #undef HAVE_PSTAT_GETDYNAMIC */ 21462f0adc4Smrg 21562f0adc4Smrg /* Define to 1 if you have the `pstat_getstatic' function. */ 21662f0adc4Smrg /* #undef HAVE_PSTAT_GETSTATIC */ 21762f0adc4Smrg 21862f0adc4Smrg /* Define to 1 if you have the `putenv' function. */ 21962f0adc4Smrg #define HAVE_PUTENV 1 22062f0adc4Smrg 22162f0adc4Smrg /* Define to 1 if you have the `random' function. */ 22262f0adc4Smrg #define HAVE_RANDOM 1 22362f0adc4Smrg 22462f0adc4Smrg /* Define to 1 if you have the `realpath' function. */ 22562f0adc4Smrg #define HAVE_REALPATH 1 22662f0adc4Smrg 22762f0adc4Smrg /* Define to 1 if you have the `rename' function. */ 22862f0adc4Smrg #define HAVE_RENAME 1 22962f0adc4Smrg 23062f0adc4Smrg /* Define to 1 if you have the `rindex' function. */ 23162f0adc4Smrg #define HAVE_RINDEX 1 23262f0adc4Smrg 23362f0adc4Smrg /* Define to 1 if you have the `sbrk' function. */ 23462f0adc4Smrg #define HAVE_SBRK 1 23562f0adc4Smrg 23662f0adc4Smrg /* Define to 1 if you have the `setenv' function. */ 23762f0adc4Smrg #define HAVE_SETENV 1 23862f0adc4Smrg 23949d8c9ecSmrg /* Define to 1 if you have the `setproctitle' function. */ 24049d8c9ecSmrg #define HAVE_SETPROCTITLE 1 24149d8c9ecSmrg 24249d8c9ecSmrg /* Define to 1 if you have the `setrlimit' function. */ 24349d8c9ecSmrg #define HAVE_SETRLIMIT 1 24449d8c9ecSmrg 24562f0adc4Smrg /* Define to 1 if you have the `sigsetmask' function. */ 24662f0adc4Smrg #define HAVE_SIGSETMASK 1 24762f0adc4Smrg 24862f0adc4Smrg /* Define to 1 if you have the `snprintf' function. */ 24962f0adc4Smrg #define HAVE_SNPRINTF 1 25062f0adc4Smrg 25149d8c9ecSmrg /* Define to 1 if you have the `spawnve' function. */ 25249d8c9ecSmrg /* #undef HAVE_SPAWNVE */ 25349d8c9ecSmrg 25449d8c9ecSmrg /* Define to 1 if you have the `spawnvpe' function. */ 25549d8c9ecSmrg /* #undef HAVE_SPAWNVPE */ 25649d8c9ecSmrg 25762f0adc4Smrg /* Define to 1 if you have the <stdint.h> header file. */ 25862f0adc4Smrg #define HAVE_STDINT_H 1 25962f0adc4Smrg 26062f0adc4Smrg /* Define to 1 if you have the <stdio_ext.h> header file. */ 26162f0adc4Smrg /* #undef HAVE_STDIO_EXT_H */ 26262f0adc4Smrg 26362f0adc4Smrg /* Define to 1 if you have the <stdlib.h> header file. */ 26462f0adc4Smrg #define HAVE_STDLIB_H 1 26562f0adc4Smrg 26662f0adc4Smrg /* Define to 1 if you have the `stpcpy' function. */ 26762f0adc4Smrg #define HAVE_STPCPY 1 26862f0adc4Smrg 26962f0adc4Smrg /* Define to 1 if you have the `stpncpy' function. */ 27062f0adc4Smrg #define HAVE_STPNCPY 1 27162f0adc4Smrg 27262f0adc4Smrg /* Define to 1 if you have the `strcasecmp' function. */ 27362f0adc4Smrg #define HAVE_STRCASECMP 1 27462f0adc4Smrg 27562f0adc4Smrg /* Define to 1 if you have the `strchr' function. */ 27662f0adc4Smrg #define HAVE_STRCHR 1 27762f0adc4Smrg 27862f0adc4Smrg /* Define to 1 if you have the `strdup' function. */ 27962f0adc4Smrg #define HAVE_STRDUP 1 28062f0adc4Smrg 28162f0adc4Smrg /* Define to 1 if you have the `strerror' function. */ 28262f0adc4Smrg #define HAVE_STRERROR 1 28362f0adc4Smrg 28462f0adc4Smrg /* Define to 1 if you have the <strings.h> header file. */ 28562f0adc4Smrg #define HAVE_STRINGS_H 1 28662f0adc4Smrg 28762f0adc4Smrg /* Define to 1 if you have the <string.h> header file. */ 28862f0adc4Smrg #define HAVE_STRING_H 1 28962f0adc4Smrg 29062f0adc4Smrg /* Define to 1 if you have the `strncasecmp' function. */ 29162f0adc4Smrg #define HAVE_STRNCASECMP 1 29262f0adc4Smrg 29362f0adc4Smrg /* Define to 1 if you have the `strndup' function. */ 29462f0adc4Smrg #define HAVE_STRNDUP 1 29562f0adc4Smrg 29649d8c9ecSmrg /* Define to 1 if you have the `strnlen' function. */ 29749d8c9ecSmrg #define HAVE_STRNLEN 1 29849d8c9ecSmrg 29962f0adc4Smrg /* Define to 1 if you have the `strrchr' function. */ 30062f0adc4Smrg #define HAVE_STRRCHR 1 30162f0adc4Smrg 30262f0adc4Smrg /* Define to 1 if you have the `strsignal' function. */ 30362f0adc4Smrg #define HAVE_STRSIGNAL 1 30462f0adc4Smrg 30562f0adc4Smrg /* Define to 1 if you have the `strstr' function. */ 30662f0adc4Smrg #define HAVE_STRSTR 1 30762f0adc4Smrg 30862f0adc4Smrg /* Define to 1 if you have the `strtod' function. */ 30962f0adc4Smrg #define HAVE_STRTOD 1 31062f0adc4Smrg 31162f0adc4Smrg /* Define to 1 if you have the `strtol' function. */ 31262f0adc4Smrg #define HAVE_STRTOL 1 31362f0adc4Smrg 314e7262bd9Smrg /* Define to 1 if you have the `strtoll' function. */ 315e7262bd9Smrg #define HAVE_STRTOLL 1 316e7262bd9Smrg 31762f0adc4Smrg /* Define to 1 if you have the `strtoul' function. */ 31862f0adc4Smrg #define HAVE_STRTOUL 1 31962f0adc4Smrg 320e7262bd9Smrg /* Define to 1 if you have the `strtoull' function. */ 321e7262bd9Smrg #define HAVE_STRTOULL 1 322e7262bd9Smrg 32362f0adc4Smrg /* Define to 1 if you have the `strverscmp' function. */ 32462f0adc4Smrg /* #undef HAVE_STRVERSCMP */ 32562f0adc4Smrg 32662f0adc4Smrg /* Define to 1 if you have the `sysconf' function. */ 32762f0adc4Smrg #define HAVE_SYSCONF 1 32862f0adc4Smrg 32962f0adc4Smrg /* Define to 1 if you have the `sysctl' function. */ 33062f0adc4Smrg #define HAVE_SYSCTL 1 33162f0adc4Smrg 33262f0adc4Smrg /* Define to 1 if you have the `sysmp' function. */ 33362f0adc4Smrg /* #undef HAVE_SYSMP */ 33462f0adc4Smrg 33562f0adc4Smrg /* Define if you have the sys_errlist variable. */ 33662f0adc4Smrg #define HAVE_SYS_ERRLIST 1 33762f0adc4Smrg 33862f0adc4Smrg /* Define to 1 if you have the <sys/file.h> header file. */ 33962f0adc4Smrg #define HAVE_SYS_FILE_H 1 34062f0adc4Smrg 34162f0adc4Smrg /* Define to 1 if you have the <sys/mman.h> header file. */ 34262f0adc4Smrg #define HAVE_SYS_MMAN_H 1 34362f0adc4Smrg 34462f0adc4Smrg /* Define if you have the sys_nerr variable. */ 34562f0adc4Smrg #define HAVE_SYS_NERR 1 34662f0adc4Smrg 34762f0adc4Smrg /* Define to 1 if you have the <sys/param.h> header file. */ 34862f0adc4Smrg #define HAVE_SYS_PARAM_H 1 34962f0adc4Smrg 35049d8c9ecSmrg /* Define to 1 if you have the <sys/prctl.h> header file. */ 35149d8c9ecSmrg /* #undef HAVE_SYS_PRCTL_H */ 35249d8c9ecSmrg 35362f0adc4Smrg /* Define to 1 if you have the <sys/pstat.h> header file. */ 35462f0adc4Smrg /* #undef HAVE_SYS_PSTAT_H */ 35562f0adc4Smrg 35662f0adc4Smrg /* Define to 1 if you have the <sys/resource.h> header file. */ 35762f0adc4Smrg #define HAVE_SYS_RESOURCE_H 1 35862f0adc4Smrg 35962f0adc4Smrg /* Define if you have the sys_siglist variable. */ 36062f0adc4Smrg #define HAVE_SYS_SIGLIST 1 36162f0adc4Smrg 36262f0adc4Smrg /* Define to 1 if you have the <sys/stat.h> header file. */ 36362f0adc4Smrg #define HAVE_SYS_STAT_H 1 36462f0adc4Smrg 36562f0adc4Smrg /* Define to 1 if you have the <sys/sysctl.h> header file. */ 36662f0adc4Smrg #define HAVE_SYS_SYSCTL_H 1 36762f0adc4Smrg 36862f0adc4Smrg /* Define to 1 if you have the <sys/sysinfo.h> header file. */ 36962f0adc4Smrg /* #undef HAVE_SYS_SYSINFO_H */ 37062f0adc4Smrg 37162f0adc4Smrg /* Define to 1 if you have the <sys/sysmp.h> header file. */ 37262f0adc4Smrg /* #undef HAVE_SYS_SYSMP_H */ 37362f0adc4Smrg 37462f0adc4Smrg /* Define to 1 if you have the <sys/systemcfg.h> header file. */ 37562f0adc4Smrg /* #undef HAVE_SYS_SYSTEMCFG_H */ 37662f0adc4Smrg 37762f0adc4Smrg /* Define to 1 if you have the <sys/table.h> header file. */ 37862f0adc4Smrg /* #undef HAVE_SYS_TABLE_H */ 37962f0adc4Smrg 38062f0adc4Smrg /* Define to 1 if you have the <sys/time.h> header file. */ 38162f0adc4Smrg #define HAVE_SYS_TIME_H 1 38262f0adc4Smrg 38362f0adc4Smrg /* Define to 1 if you have the <sys/types.h> header file. */ 38462f0adc4Smrg #define HAVE_SYS_TYPES_H 1 38562f0adc4Smrg 38662f0adc4Smrg /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 38762f0adc4Smrg #define HAVE_SYS_WAIT_H 1 38862f0adc4Smrg 38962f0adc4Smrg /* Define to 1 if you have the `table' function. */ 39062f0adc4Smrg /* #undef HAVE_TABLE */ 39162f0adc4Smrg 39262f0adc4Smrg /* Define to 1 if you have the `times' function. */ 39362f0adc4Smrg #define HAVE_TIMES 1 39462f0adc4Smrg 39562f0adc4Smrg /* Define to 1 if you have the <time.h> header file. */ 39662f0adc4Smrg #define HAVE_TIME_H 1 39762f0adc4Smrg 39862f0adc4Smrg /* Define to 1 if you have the `tmpnam' function. */ 39962f0adc4Smrg #define HAVE_TMPNAM 1 40062f0adc4Smrg 40162f0adc4Smrg /* Define if you have the \`uintptr_t' type. */ 40262f0adc4Smrg #define HAVE_UINTPTR_T 1 40362f0adc4Smrg 40462f0adc4Smrg /* Define to 1 if you have the <unistd.h> header file. */ 40562f0adc4Smrg #define HAVE_UNISTD_H 1 40662f0adc4Smrg 40762f0adc4Smrg /* Define to 1 if you have the `vasprintf' function. */ 40862f0adc4Smrg #define HAVE_VASPRINTF 1 40962f0adc4Smrg 41062f0adc4Smrg /* Define to 1 if you have the `vfork' function. */ 41162f0adc4Smrg #define HAVE_VFORK 1 41262f0adc4Smrg 41362f0adc4Smrg /* Define to 1 if you have the <vfork.h> header file. */ 41462f0adc4Smrg /* #undef HAVE_VFORK_H */ 41562f0adc4Smrg 41662f0adc4Smrg /* Define to 1 if you have the `vfprintf' function. */ 41762f0adc4Smrg #define HAVE_VFPRINTF 1 41862f0adc4Smrg 41962f0adc4Smrg /* Define to 1 if you have the `vprintf' function. */ 42062f0adc4Smrg #define HAVE_VPRINTF 1 42162f0adc4Smrg 42262f0adc4Smrg /* Define to 1 if you have the `vsprintf' function. */ 42362f0adc4Smrg #define HAVE_VSPRINTF 1 42462f0adc4Smrg 42562f0adc4Smrg /* Define to 1 if you have the `wait3' function. */ 42662f0adc4Smrg #define HAVE_WAIT3 1 42762f0adc4Smrg 42862f0adc4Smrg /* Define to 1 if you have the `wait4' function. */ 42962f0adc4Smrg #define HAVE_WAIT4 1 43062f0adc4Smrg 43162f0adc4Smrg /* Define to 1 if you have the `waitpid' function. */ 43262f0adc4Smrg #define HAVE_WAITPID 1 43362f0adc4Smrg 43462f0adc4Smrg /* Define to 1 if `fork' works. */ 43562f0adc4Smrg #define HAVE_WORKING_FORK 1 43662f0adc4Smrg 43762f0adc4Smrg /* Define to 1 if `vfork' works. */ 43862f0adc4Smrg #define HAVE_WORKING_VFORK 1 43962f0adc4Smrg 44062f0adc4Smrg /* Define to 1 if you have the `_doprnt' function. */ 44162f0adc4Smrg /* #undef HAVE__DOPRNT */ 44262f0adc4Smrg 44362f0adc4Smrg /* Define if you have the _system_configuration variable. */ 44462f0adc4Smrg /* #undef HAVE__SYSTEM_CONFIGURATION */ 44562f0adc4Smrg 44662f0adc4Smrg /* Define to 1 if you have the `__fsetlocking' function. */ 44762f0adc4Smrg /* #undef HAVE___FSETLOCKING */ 44862f0adc4Smrg 44962f0adc4Smrg /* Define if canonicalize_file_name is not declared in system header files. */ 45062f0adc4Smrg #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 45162f0adc4Smrg 45262f0adc4Smrg /* Define if errno must be declared even when <errno.h> is included. */ 45362f0adc4Smrg /* #undef NEED_DECLARATION_ERRNO */ 45462f0adc4Smrg 45562f0adc4Smrg /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 45662f0adc4Smrg /* #undef NO_MINUS_C_MINUS_O */ 45762f0adc4Smrg 45862f0adc4Smrg /* Define to the address where bug reports for this package should be sent. */ 45962f0adc4Smrg #define PACKAGE_BUGREPORT "" 46062f0adc4Smrg 46162f0adc4Smrg /* Define to the full name of this package. */ 46262f0adc4Smrg #define PACKAGE_NAME "" 46362f0adc4Smrg 46462f0adc4Smrg /* Define to the full name and version of this package. */ 46562f0adc4Smrg #define PACKAGE_STRING "" 46662f0adc4Smrg 46762f0adc4Smrg /* Define to the one symbol short name of this package. */ 46862f0adc4Smrg #define PACKAGE_TARNAME "" 46962f0adc4Smrg 47062f0adc4Smrg /* Define to the home page for this package. */ 47162f0adc4Smrg #define PACKAGE_URL "" 47262f0adc4Smrg 47362f0adc4Smrg /* Define to the version of this package. */ 47462f0adc4Smrg #define PACKAGE_VERSION "" 47562f0adc4Smrg 47662f0adc4Smrg /* The size of `int', as computed by sizeof. */ 47762f0adc4Smrg #define SIZEOF_INT 4 47862f0adc4Smrg 479e7262bd9Smrg /* The size of `long', as computed by sizeof. */ 480e7262bd9Smrg #define SIZEOF_LONG 4 481e7262bd9Smrg 482e7262bd9Smrg /* The size of `long long', as computed by sizeof. */ 483e7262bd9Smrg #define SIZEOF_LONG_LONG 8 484e7262bd9Smrg 485d79d5e15Smrg /* The size of `size_t', as computed by sizeof. */ 486d79d5e15Smrg #define SIZEOF_SIZE_T 4 487d79d5e15Smrg 48862f0adc4Smrg /* Define if you know the direction of stack growth for your system; otherwise 48962f0adc4Smrg it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows 49062f0adc4Smrg toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses 49162f0adc4Smrg STACK_DIRECTION = 0 => direction of growth unknown */ 49262f0adc4Smrg #define STACK_DIRECTION 0 49362f0adc4Smrg 49462f0adc4Smrg /* Define to 1 if you have the ANSI C header files. */ 49562f0adc4Smrg #define STDC_HEADERS 1 49662f0adc4Smrg 49762f0adc4Smrg /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 49862f0adc4Smrg #define TIME_WITH_SYS_TIME 1 49962f0adc4Smrg 50062f0adc4Smrg /* Define to an unsigned 64-bit type available in the compiler. */ 50162f0adc4Smrg #define UNSIGNED_64BIT_TYPE uint64_t 50262f0adc4Smrg 503bc64ec48Smrg /* Enable extensions on AIX 3, Interix. */ 504bc64ec48Smrg #ifndef _ALL_SOURCE 505bc64ec48Smrg # define _ALL_SOURCE 1 506bc64ec48Smrg #endif 507bc64ec48Smrg /* Enable GNU extensions on systems that have them. */ 508bc64ec48Smrg #ifndef _GNU_SOURCE 509bc64ec48Smrg # define _GNU_SOURCE 1 510bc64ec48Smrg #endif 511bc64ec48Smrg /* Enable threading extensions on Solaris. */ 512bc64ec48Smrg #ifndef _POSIX_PTHREAD_SEMANTICS 513bc64ec48Smrg # define _POSIX_PTHREAD_SEMANTICS 1 514bc64ec48Smrg #endif 515bc64ec48Smrg /* Enable extensions on HP NonStop. */ 516bc64ec48Smrg #ifndef _TANDEM_SOURCE 517bc64ec48Smrg # define _TANDEM_SOURCE 1 518bc64ec48Smrg #endif 519bc64ec48Smrg /* Enable general extensions on Solaris. */ 520bc64ec48Smrg #ifndef __EXTENSIONS__ 521bc64ec48Smrg # define __EXTENSIONS__ 1 522bc64ec48Smrg #endif 523bc64ec48Smrg 524bc64ec48Smrg 52562f0adc4Smrg /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 52662f0adc4Smrg significant byte first (like Motorola and SPARC, unlike Intel). */ 52762f0adc4Smrg #if defined AC_APPLE_UNIVERSAL_BUILD 52862f0adc4Smrg # if defined __BIG_ENDIAN__ 52962f0adc4Smrg # define WORDS_BIGENDIAN 1 53062f0adc4Smrg # endif 53162f0adc4Smrg #else 53262f0adc4Smrg # ifndef WORDS_BIGENDIAN 53362f0adc4Smrg # define WORDS_BIGENDIAN 1 53462f0adc4Smrg # endif 53562f0adc4Smrg #endif 53662f0adc4Smrg 537*dec7c724Smrg /* Enable large inode numbers on Mac OS X 10.5. */ 538*dec7c724Smrg #ifndef _DARWIN_USE_64_BIT_INODE 539*dec7c724Smrg # define _DARWIN_USE_64_BIT_INODE 1 540*dec7c724Smrg #endif 541*dec7c724Smrg 54262f0adc4Smrg /* Number of bits in a file offset, on hosts where this is settable. */ 54362f0adc4Smrg /* #undef _FILE_OFFSET_BITS */ 54462f0adc4Smrg 54562f0adc4Smrg /* Define for large files, on AIX-style hosts. */ 54662f0adc4Smrg /* #undef _LARGE_FILES */ 54762f0adc4Smrg 548bc64ec48Smrg /* Define to 1 if on MINIX. */ 549bc64ec48Smrg /* #undef _MINIX */ 550bc64ec48Smrg 551bc64ec48Smrg /* Define to 2 if the system does not provide POSIX.1 features except with 552bc64ec48Smrg this defined. */ 553bc64ec48Smrg /* #undef _POSIX_1_SOURCE */ 554bc64ec48Smrg 555bc64ec48Smrg /* Define to 1 if you need to in order for `stat' and other things to work. */ 556bc64ec48Smrg /* #undef _POSIX_SOURCE */ 557bc64ec48Smrg 55862f0adc4Smrg /* Define to empty if `const' does not conform to ANSI C. */ 55962f0adc4Smrg /* #undef const */ 56062f0adc4Smrg 56162f0adc4Smrg /* Define to `__inline__' or `__inline' if that's what the C compiler 56262f0adc4Smrg calls it, or to nothing if 'inline' is not supported under any name. */ 56362f0adc4Smrg #ifndef __cplusplus 56462f0adc4Smrg /* #undef inline */ 56562f0adc4Smrg #endif 56662f0adc4Smrg 56762f0adc4Smrg /* Define to the type of a signed integer type wide enough to hold a pointer, 56862f0adc4Smrg if such a type exists, and if the system does not define it. */ 56962f0adc4Smrg /* #undef intptr_t */ 57062f0adc4Smrg 57162f0adc4Smrg /* Define to `int' if <sys/types.h> does not define. */ 57262f0adc4Smrg /* #undef pid_t */ 57362f0adc4Smrg 57449d8c9ecSmrg /* Define to `int' if <sys/types.h> does not define. */ 57549d8c9ecSmrg /* #undef ssize_t */ 57649d8c9ecSmrg 57762f0adc4Smrg /* Define to the type of an unsigned integer type wide enough to hold a 57862f0adc4Smrg pointer, if such a type exists, and if the system does not define it. */ 57962f0adc4Smrg /* #undef uintptr_t */ 58062f0adc4Smrg 58162f0adc4Smrg /* Define as `fork' if `vfork' does not work. */ 58262f0adc4Smrg /* #undef vfork */ 583