116dce513Schristos /* This file is automatically generated. DO NOT EDIT! */ 2*012573ebSchristos /* Generated from: NetBSD: mknative-binutils,v 1.13 2020/04/04 01:34:53 christos Exp */ 3ede78133Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 416dce513Schristos 516dce513Schristos /* config.h. Generated from config.in by configure. */ 616dce513Schristos /* config.in. Generated from configure.ac by autoheader. */ 716dce513Schristos 816dce513Schristos /* Define if building universal (internal helper macro) */ 916dce513Schristos /* #undef AC_APPLE_UNIVERSAL_BUILD */ 1016dce513Schristos 1116dce513Schristos /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. 1216dce513Schristos This function is required for alloca.c support on those systems. */ 1316dce513Schristos /* #undef CRAY_STACKSEG_END */ 1416dce513Schristos 1516dce513Schristos /* Define to 1 if you have the <alloca.h> header file. */ 1616dce513Schristos /* #undef HAVE_ALLOCA_H */ 1716dce513Schristos 1816dce513Schristos /* Define to 1 if you have the `asprintf' function. */ 1916dce513Schristos #define HAVE_ASPRINTF 1 2016dce513Schristos 2116dce513Schristos /* Define to 1 if you have the `atexit' function. */ 2216dce513Schristos #define HAVE_ATEXIT 1 2316dce513Schristos 2416dce513Schristos /* Define to 1 if you have the `basename' function. */ 2516dce513Schristos #define HAVE_BASENAME 1 2616dce513Schristos 2716dce513Schristos /* Define to 1 if you have the `bcmp' function. */ 2816dce513Schristos #define HAVE_BCMP 1 2916dce513Schristos 3016dce513Schristos /* Define to 1 if you have the `bcopy' function. */ 3116dce513Schristos #define HAVE_BCOPY 1 3216dce513Schristos 3316dce513Schristos /* Define to 1 if you have the `bsearch' function. */ 3416dce513Schristos #define HAVE_BSEARCH 1 3516dce513Schristos 3616dce513Schristos /* Define to 1 if you have the `bzero' function. */ 3716dce513Schristos #define HAVE_BZERO 1 3816dce513Schristos 3916dce513Schristos /* Define to 1 if you have the `calloc' function. */ 4016dce513Schristos #define HAVE_CALLOC 1 4116dce513Schristos 4216dce513Schristos /* Define to 1 if you have the `canonicalize_file_name' function. */ 4316dce513Schristos /* #undef HAVE_CANONICALIZE_FILE_NAME */ 4416dce513Schristos 4516dce513Schristos /* Define to 1 if you have the `clock' function. */ 4616dce513Schristos #define HAVE_CLOCK 1 4716dce513Schristos 4816dce513Schristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 4916dce513Schristos don't. */ 5016dce513Schristos #define HAVE_DECL_ASPRINTF 1 5116dce513Schristos 5216dce513Schristos /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if 5316dce513Schristos you don't. */ 5416dce513Schristos #define HAVE_DECL_BASENAME 0 5516dce513Schristos 5616dce513Schristos /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't. 5716dce513Schristos */ 5816dce513Schristos #define HAVE_DECL_CALLOC 1 5916dce513Schristos 6016dce513Schristos /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 6116dce513Schristos #define HAVE_DECL_FFS 1 6216dce513Schristos 6316dce513Schristos /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 6416dce513Schristos */ 6516dce513Schristos #define HAVE_DECL_GETENV 1 6616dce513Schristos 6716dce513Schristos /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. 6816dce513Schristos */ 6916dce513Schristos #define HAVE_DECL_GETOPT 1 7016dce513Schristos 7116dce513Schristos /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. 7216dce513Schristos */ 7316dce513Schristos #define HAVE_DECL_MALLOC 1 7416dce513Schristos 7516dce513Schristos /* Define to 1 if you have the declaration of `realloc', and to 0 if you 7616dce513Schristos don't. */ 7716dce513Schristos #define HAVE_DECL_REALLOC 1 7816dce513Schristos 7916dce513Schristos /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. 8016dce513Schristos */ 8116dce513Schristos #define HAVE_DECL_SBRK 1 8216dce513Schristos 8316dce513Schristos /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 8416dce513Schristos don't. */ 8516dce513Schristos #define HAVE_DECL_SNPRINTF 1 8616dce513Schristos 87ede78133Schristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 88ede78133Schristos don't. */ 89ede78133Schristos #define HAVE_DECL_STRNLEN 1 90ede78133Schristos 9116dce513Schristos /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't. 9216dce513Schristos */ 9316dce513Schristos #define HAVE_DECL_STRTOL 1 9416dce513Schristos 9516dce513Schristos /* Define to 1 if you have the declaration of `strtoll', and to 0 if you 9616dce513Schristos don't. */ 9716dce513Schristos #define HAVE_DECL_STRTOLL 1 9816dce513Schristos 9916dce513Schristos /* Define to 1 if you have the declaration of `strtoul', and to 0 if you 10016dce513Schristos don't. */ 10116dce513Schristos #define HAVE_DECL_STRTOUL 1 10216dce513Schristos 10316dce513Schristos /* Define to 1 if you have the declaration of `strtoull', and to 0 if you 10416dce513Schristos don't. */ 10516dce513Schristos #define HAVE_DECL_STRTOULL 1 10616dce513Schristos 10716dce513Schristos /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you 10816dce513Schristos don't. */ 10916dce513Schristos #define HAVE_DECL_STRVERSCMP 0 11016dce513Schristos 11116dce513Schristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 11216dce513Schristos don't. */ 11316dce513Schristos #define HAVE_DECL_VASPRINTF 1 11416dce513Schristos 11516dce513Schristos /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 11616dce513Schristos don't. */ 11716dce513Schristos #define HAVE_DECL_VSNPRINTF 1 11816dce513Schristos 11916dce513Schristos /* Define to 1 if you have the `dup3' function. */ 12016dce513Schristos #define HAVE_DUP3 1 12116dce513Schristos 12216dce513Schristos /* Define to 1 if you have the <fcntl.h> header file. */ 12316dce513Schristos #define HAVE_FCNTL_H 1 12416dce513Schristos 12516dce513Schristos /* Define to 1 if you have the `ffs' function. */ 12616dce513Schristos #define HAVE_FFS 1 12716dce513Schristos 12816dce513Schristos /* Define to 1 if you have the `fork' function. */ 12916dce513Schristos #define HAVE_FORK 1 13016dce513Schristos 13116dce513Schristos /* Define to 1 if you have the `getcwd' function. */ 13216dce513Schristos #define HAVE_GETCWD 1 13316dce513Schristos 13416dce513Schristos /* Define to 1 if you have the `getpagesize' function. */ 13516dce513Schristos #define HAVE_GETPAGESIZE 1 13616dce513Schristos 13716dce513Schristos /* Define to 1 if you have the `getrlimit' function. */ 13816dce513Schristos #define HAVE_GETRLIMIT 1 13916dce513Schristos 14016dce513Schristos /* Define to 1 if you have the `getrusage' function. */ 14116dce513Schristos #define HAVE_GETRUSAGE 1 14216dce513Schristos 14316dce513Schristos /* Define to 1 if you have the `getsysinfo' function. */ 14416dce513Schristos /* #undef HAVE_GETSYSINFO */ 14516dce513Schristos 14616dce513Schristos /* Define to 1 if you have the `gettimeofday' function. */ 14716dce513Schristos #define HAVE_GETTIMEOFDAY 1 14816dce513Schristos 14916dce513Schristos /* Define to 1 if you have the `index' function. */ 15016dce513Schristos #define HAVE_INDEX 1 15116dce513Schristos 15216dce513Schristos /* Define to 1 if you have the `insque' function. */ 15316dce513Schristos #define HAVE_INSQUE 1 15416dce513Schristos 15516dce513Schristos /* Define to 1 if the system has the type `intptr_t'. */ 15616dce513Schristos #define HAVE_INTPTR_T 1 15716dce513Schristos 15816dce513Schristos /* Define to 1 if you have the <inttypes.h> header file. */ 15916dce513Schristos #define HAVE_INTTYPES_H 1 16016dce513Schristos 16116dce513Schristos /* Define to 1 if you have the <limits.h> header file. */ 16216dce513Schristos #define HAVE_LIMITS_H 1 16316dce513Schristos 16416dce513Schristos /* Define if you have the `long long' type. */ 16516dce513Schristos #define HAVE_LONG_LONG 1 16616dce513Schristos 16716dce513Schristos /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */ 16816dce513Schristos /* #undef HAVE_MACHINE_HAL_SYSINFO_H */ 16916dce513Schristos 17016dce513Schristos /* Define to 1 if you have the <malloc.h> header file. */ 17116dce513Schristos #define HAVE_MALLOC_H 1 17216dce513Schristos 17316dce513Schristos /* Define to 1 if you have the `memchr' function. */ 17416dce513Schristos #define HAVE_MEMCHR 1 17516dce513Schristos 17616dce513Schristos /* Define to 1 if you have the `memcmp' function. */ 17716dce513Schristos #define HAVE_MEMCMP 1 17816dce513Schristos 17916dce513Schristos /* Define to 1 if you have the `memcpy' function. */ 18016dce513Schristos #define HAVE_MEMCPY 1 18116dce513Schristos 18216dce513Schristos /* Define to 1 if you have the `memmem' function. */ 18316dce513Schristos #define HAVE_MEMMEM 1 18416dce513Schristos 18516dce513Schristos /* Define to 1 if you have the `memmove' function. */ 18616dce513Schristos #define HAVE_MEMMOVE 1 18716dce513Schristos 18816dce513Schristos /* Define to 1 if you have the <memory.h> header file. */ 18916dce513Schristos #define HAVE_MEMORY_H 1 19016dce513Schristos 19116dce513Schristos /* Define to 1 if you have the `memset' function. */ 19216dce513Schristos #define HAVE_MEMSET 1 19316dce513Schristos 19416dce513Schristos /* Define to 1 if you have the `mkstemps' function. */ 19516dce513Schristos #define HAVE_MKSTEMPS 1 19616dce513Schristos 19716dce513Schristos /* Define to 1 if you have a working `mmap' system call. */ 19816dce513Schristos #define HAVE_MMAP 1 19916dce513Schristos 20016dce513Schristos /* Define to 1 if you have the `on_exit' function. */ 20116dce513Schristos /* #undef HAVE_ON_EXIT */ 20216dce513Schristos 203*012573ebSchristos /* Define to 1 if you have the `pipe2' function. */ 204*012573ebSchristos #define HAVE_PIPE2 1 205*012573ebSchristos 20616dce513Schristos /* Define to 1 if you have the <process.h> header file. */ 20716dce513Schristos /* #undef HAVE_PROCESS_H */ 20816dce513Schristos 20916dce513Schristos /* Define to 1 if you have the `psignal' function. */ 21016dce513Schristos #define HAVE_PSIGNAL 1 21116dce513Schristos 21216dce513Schristos /* Define to 1 if you have the `pstat_getdynamic' function. */ 21316dce513Schristos /* #undef HAVE_PSTAT_GETDYNAMIC */ 21416dce513Schristos 21516dce513Schristos /* Define to 1 if you have the `pstat_getstatic' function. */ 21616dce513Schristos /* #undef HAVE_PSTAT_GETSTATIC */ 21716dce513Schristos 21816dce513Schristos /* Define to 1 if you have the `putenv' function. */ 21916dce513Schristos #define HAVE_PUTENV 1 22016dce513Schristos 22116dce513Schristos /* Define to 1 if you have the `random' function. */ 22216dce513Schristos #define HAVE_RANDOM 1 22316dce513Schristos 22416dce513Schristos /* Define to 1 if you have the `realpath' function. */ 22516dce513Schristos #define HAVE_REALPATH 1 22616dce513Schristos 22716dce513Schristos /* Define to 1 if you have the `rename' function. */ 22816dce513Schristos #define HAVE_RENAME 1 22916dce513Schristos 23016dce513Schristos /* Define to 1 if you have the `rindex' function. */ 23116dce513Schristos #define HAVE_RINDEX 1 23216dce513Schristos 23316dce513Schristos /* Define to 1 if you have the `sbrk' function. */ 23416dce513Schristos #define HAVE_SBRK 1 23516dce513Schristos 23616dce513Schristos /* Define to 1 if you have the `setenv' function. */ 23716dce513Schristos #define HAVE_SETENV 1 23816dce513Schristos 23916dce513Schristos /* Define to 1 if you have the `setproctitle' function. */ 24016dce513Schristos #define HAVE_SETPROCTITLE 1 24116dce513Schristos 24216dce513Schristos /* Define to 1 if you have the `setrlimit' function. */ 24316dce513Schristos #define HAVE_SETRLIMIT 1 24416dce513Schristos 24516dce513Schristos /* Define to 1 if you have the `sigsetmask' function. */ 24616dce513Schristos #define HAVE_SIGSETMASK 1 24716dce513Schristos 24816dce513Schristos /* Define to 1 if you have the `snprintf' function. */ 24916dce513Schristos #define HAVE_SNPRINTF 1 25016dce513Schristos 25116dce513Schristos /* Define to 1 if you have the `spawnve' function. */ 25216dce513Schristos /* #undef HAVE_SPAWNVE */ 25316dce513Schristos 25416dce513Schristos /* Define to 1 if you have the `spawnvpe' function. */ 25516dce513Schristos /* #undef HAVE_SPAWNVPE */ 25616dce513Schristos 25716dce513Schristos /* Define to 1 if you have the <stdint.h> header file. */ 25816dce513Schristos #define HAVE_STDINT_H 1 25916dce513Schristos 26016dce513Schristos /* Define to 1 if you have the <stdio_ext.h> header file. */ 26116dce513Schristos /* #undef HAVE_STDIO_EXT_H */ 26216dce513Schristos 26316dce513Schristos /* Define to 1 if you have the <stdlib.h> header file. */ 26416dce513Schristos #define HAVE_STDLIB_H 1 26516dce513Schristos 26616dce513Schristos /* Define to 1 if you have the `stpcpy' function. */ 26716dce513Schristos #define HAVE_STPCPY 1 26816dce513Schristos 26916dce513Schristos /* Define to 1 if you have the `stpncpy' function. */ 27016dce513Schristos #define HAVE_STPNCPY 1 27116dce513Schristos 27216dce513Schristos /* Define to 1 if you have the `strcasecmp' function. */ 27316dce513Schristos #define HAVE_STRCASECMP 1 27416dce513Schristos 27516dce513Schristos /* Define to 1 if you have the `strchr' function. */ 27616dce513Schristos #define HAVE_STRCHR 1 27716dce513Schristos 27816dce513Schristos /* Define to 1 if you have the `strdup' function. */ 27916dce513Schristos #define HAVE_STRDUP 1 28016dce513Schristos 28116dce513Schristos /* Define to 1 if you have the `strerror' function. */ 28216dce513Schristos #define HAVE_STRERROR 1 28316dce513Schristos 28416dce513Schristos /* Define to 1 if you have the <strings.h> header file. */ 28516dce513Schristos #define HAVE_STRINGS_H 1 28616dce513Schristos 28716dce513Schristos /* Define to 1 if you have the <string.h> header file. */ 28816dce513Schristos #define HAVE_STRING_H 1 28916dce513Schristos 29016dce513Schristos /* Define to 1 if you have the `strncasecmp' function. */ 29116dce513Schristos #define HAVE_STRNCASECMP 1 29216dce513Schristos 29316dce513Schristos /* Define to 1 if you have the `strndup' function. */ 29416dce513Schristos #define HAVE_STRNDUP 1 29516dce513Schristos 29616dce513Schristos /* Define to 1 if you have the `strnlen' function. */ 29716dce513Schristos #define HAVE_STRNLEN 1 29816dce513Schristos 29916dce513Schristos /* Define to 1 if you have the `strrchr' function. */ 30016dce513Schristos #define HAVE_STRRCHR 1 30116dce513Schristos 30216dce513Schristos /* Define to 1 if you have the `strsignal' function. */ 30316dce513Schristos #define HAVE_STRSIGNAL 1 30416dce513Schristos 30516dce513Schristos /* Define to 1 if you have the `strstr' function. */ 30616dce513Schristos #define HAVE_STRSTR 1 30716dce513Schristos 30816dce513Schristos /* Define to 1 if you have the `strtod' function. */ 30916dce513Schristos #define HAVE_STRTOD 1 31016dce513Schristos 31116dce513Schristos /* Define to 1 if you have the `strtol' function. */ 31216dce513Schristos #define HAVE_STRTOL 1 31316dce513Schristos 31416dce513Schristos /* Define to 1 if you have the `strtoll' function. */ 31516dce513Schristos #define HAVE_STRTOLL 1 31616dce513Schristos 31716dce513Schristos /* Define to 1 if you have the `strtoul' function. */ 31816dce513Schristos #define HAVE_STRTOUL 1 31916dce513Schristos 32016dce513Schristos /* Define to 1 if you have the `strtoull' function. */ 32116dce513Schristos #define HAVE_STRTOULL 1 32216dce513Schristos 32316dce513Schristos /* Define to 1 if you have the `strverscmp' function. */ 32416dce513Schristos /* #undef HAVE_STRVERSCMP */ 32516dce513Schristos 32616dce513Schristos /* Define to 1 if you have the `sysconf' function. */ 32716dce513Schristos #define HAVE_SYSCONF 1 32816dce513Schristos 32916dce513Schristos /* Define to 1 if you have the `sysctl' function. */ 33016dce513Schristos #define HAVE_SYSCTL 1 33116dce513Schristos 33216dce513Schristos /* Define to 1 if you have the `sysmp' function. */ 33316dce513Schristos /* #undef HAVE_SYSMP */ 33416dce513Schristos 33516dce513Schristos /* Define if you have the sys_errlist variable. */ 33616dce513Schristos #define HAVE_SYS_ERRLIST 1 33716dce513Schristos 33816dce513Schristos /* Define to 1 if you have the <sys/file.h> header file. */ 33916dce513Schristos #define HAVE_SYS_FILE_H 1 34016dce513Schristos 34116dce513Schristos /* Define to 1 if you have the <sys/mman.h> header file. */ 34216dce513Schristos #define HAVE_SYS_MMAN_H 1 34316dce513Schristos 34416dce513Schristos /* Define if you have the sys_nerr variable. */ 34516dce513Schristos #define HAVE_SYS_NERR 1 34616dce513Schristos 34716dce513Schristos /* Define to 1 if you have the <sys/param.h> header file. */ 34816dce513Schristos #define HAVE_SYS_PARAM_H 1 34916dce513Schristos 35016dce513Schristos /* Define to 1 if you have the <sys/prctl.h> header file. */ 35116dce513Schristos /* #undef HAVE_SYS_PRCTL_H */ 35216dce513Schristos 35316dce513Schristos /* Define to 1 if you have the <sys/pstat.h> header file. */ 35416dce513Schristos /* #undef HAVE_SYS_PSTAT_H */ 35516dce513Schristos 35616dce513Schristos /* Define to 1 if you have the <sys/resource.h> header file. */ 35716dce513Schristos #define HAVE_SYS_RESOURCE_H 1 35816dce513Schristos 35916dce513Schristos /* Define if you have the sys_siglist variable. */ 36016dce513Schristos #define HAVE_SYS_SIGLIST 1 36116dce513Schristos 36216dce513Schristos /* Define to 1 if you have the <sys/stat.h> header file. */ 36316dce513Schristos #define HAVE_SYS_STAT_H 1 36416dce513Schristos 36516dce513Schristos /* Define to 1 if you have the <sys/sysctl.h> header file. */ 36616dce513Schristos #define HAVE_SYS_SYSCTL_H 1 36716dce513Schristos 36816dce513Schristos /* Define to 1 if you have the <sys/sysinfo.h> header file. */ 36916dce513Schristos /* #undef HAVE_SYS_SYSINFO_H */ 37016dce513Schristos 37116dce513Schristos /* Define to 1 if you have the <sys/sysmp.h> header file. */ 37216dce513Schristos /* #undef HAVE_SYS_SYSMP_H */ 37316dce513Schristos 37416dce513Schristos /* Define to 1 if you have the <sys/systemcfg.h> header file. */ 37516dce513Schristos /* #undef HAVE_SYS_SYSTEMCFG_H */ 37616dce513Schristos 37716dce513Schristos /* Define to 1 if you have the <sys/table.h> header file. */ 37816dce513Schristos /* #undef HAVE_SYS_TABLE_H */ 37916dce513Schristos 38016dce513Schristos /* Define to 1 if you have the <sys/time.h> header file. */ 38116dce513Schristos #define HAVE_SYS_TIME_H 1 38216dce513Schristos 38316dce513Schristos /* Define to 1 if you have the <sys/types.h> header file. */ 38416dce513Schristos #define HAVE_SYS_TYPES_H 1 38516dce513Schristos 38616dce513Schristos /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 38716dce513Schristos #define HAVE_SYS_WAIT_H 1 38816dce513Schristos 38916dce513Schristos /* Define to 1 if you have the `table' function. */ 39016dce513Schristos /* #undef HAVE_TABLE */ 39116dce513Schristos 39216dce513Schristos /* Define to 1 if you have the `times' function. */ 39316dce513Schristos #define HAVE_TIMES 1 39416dce513Schristos 39516dce513Schristos /* Define to 1 if you have the <time.h> header file. */ 39616dce513Schristos #define HAVE_TIME_H 1 39716dce513Schristos 39816dce513Schristos /* Define to 1 if you have the `tmpnam' function. */ 39916dce513Schristos #define HAVE_TMPNAM 1 40016dce513Schristos 40116dce513Schristos /* Define if you have the \`uintptr_t' type. */ 40216dce513Schristos #define HAVE_UINTPTR_T 1 40316dce513Schristos 40416dce513Schristos /* Define to 1 if you have the <unistd.h> header file. */ 40516dce513Schristos #define HAVE_UNISTD_H 1 40616dce513Schristos 40716dce513Schristos /* Define to 1 if you have the `vasprintf' function. */ 40816dce513Schristos #define HAVE_VASPRINTF 1 40916dce513Schristos 41016dce513Schristos /* Define to 1 if you have the `vfork' function. */ 41116dce513Schristos #define HAVE_VFORK 1 41216dce513Schristos 41316dce513Schristos /* Define to 1 if you have the <vfork.h> header file. */ 41416dce513Schristos /* #undef HAVE_VFORK_H */ 41516dce513Schristos 41616dce513Schristos /* Define to 1 if you have the `vfprintf' function. */ 41716dce513Schristos #define HAVE_VFPRINTF 1 41816dce513Schristos 41916dce513Schristos /* Define to 1 if you have the `vprintf' function. */ 42016dce513Schristos #define HAVE_VPRINTF 1 42116dce513Schristos 42216dce513Schristos /* Define to 1 if you have the `vsprintf' function. */ 42316dce513Schristos #define HAVE_VSPRINTF 1 42416dce513Schristos 42516dce513Schristos /* Define to 1 if you have the `wait3' function. */ 42616dce513Schristos #define HAVE_WAIT3 1 42716dce513Schristos 42816dce513Schristos /* Define to 1 if you have the `wait4' function. */ 42916dce513Schristos #define HAVE_WAIT4 1 43016dce513Schristos 43116dce513Schristos /* Define to 1 if you have the `waitpid' function. */ 43216dce513Schristos #define HAVE_WAITPID 1 43316dce513Schristos 43416dce513Schristos /* Define to 1 if `fork' works. */ 43516dce513Schristos #define HAVE_WORKING_FORK 1 43616dce513Schristos 43716dce513Schristos /* Define to 1 if `vfork' works. */ 43816dce513Schristos #define HAVE_WORKING_VFORK 1 43916dce513Schristos 44016dce513Schristos /* Define to 1 if you have the `_doprnt' function. */ 44116dce513Schristos /* #undef HAVE__DOPRNT */ 44216dce513Schristos 44316dce513Schristos /* Define if you have the _system_configuration variable. */ 44416dce513Schristos /* #undef HAVE__SYSTEM_CONFIGURATION */ 44516dce513Schristos 44616dce513Schristos /* Define to 1 if you have the `__fsetlocking' function. */ 44716dce513Schristos /* #undef HAVE___FSETLOCKING */ 44816dce513Schristos 44916dce513Schristos /* Define if canonicalize_file_name is not declared in system header files. */ 45016dce513Schristos #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 45116dce513Schristos 45216dce513Schristos /* Define if errno must be declared even when <errno.h> is included. */ 45316dce513Schristos /* #undef NEED_DECLARATION_ERRNO */ 45416dce513Schristos 45516dce513Schristos /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 45616dce513Schristos /* #undef NO_MINUS_C_MINUS_O */ 45716dce513Schristos 45816dce513Schristos /* Define to the address where bug reports for this package should be sent. */ 45916dce513Schristos #define PACKAGE_BUGREPORT "" 46016dce513Schristos 46116dce513Schristos /* Define to the full name of this package. */ 46216dce513Schristos #define PACKAGE_NAME "" 46316dce513Schristos 46416dce513Schristos /* Define to the full name and version of this package. */ 46516dce513Schristos #define PACKAGE_STRING "" 46616dce513Schristos 46716dce513Schristos /* Define to the one symbol short name of this package. */ 46816dce513Schristos #define PACKAGE_TARNAME "" 46916dce513Schristos 47016dce513Schristos /* Define to the home page for this package. */ 47116dce513Schristos #define PACKAGE_URL "" 47216dce513Schristos 47316dce513Schristos /* Define to the version of this package. */ 47416dce513Schristos #define PACKAGE_VERSION "" 47516dce513Schristos 47616dce513Schristos /* The size of `int', as computed by sizeof. */ 47716dce513Schristos #define SIZEOF_INT 4 47816dce513Schristos 47916dce513Schristos /* The size of `long', as computed by sizeof. */ 48016dce513Schristos #define SIZEOF_LONG 4 48116dce513Schristos 48216dce513Schristos /* The size of `long long', as computed by sizeof. */ 48316dce513Schristos #define SIZEOF_LONG_LONG 8 48416dce513Schristos 48516dce513Schristos /* The size of `size_t', as computed by sizeof. */ 48616dce513Schristos #define SIZEOF_SIZE_T 4 48716dce513Schristos 48816dce513Schristos /* Define if you know the direction of stack growth for your system; otherwise 48916dce513Schristos it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows 49016dce513Schristos toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses 49116dce513Schristos STACK_DIRECTION = 0 => direction of growth unknown */ 49216dce513Schristos #define STACK_DIRECTION 0 49316dce513Schristos 49416dce513Schristos /* Define to 1 if you have the ANSI C header files. */ 49516dce513Schristos #define STDC_HEADERS 1 49616dce513Schristos 49716dce513Schristos /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 49816dce513Schristos #define TIME_WITH_SYS_TIME 1 49916dce513Schristos 50016dce513Schristos /* Define to an unsigned 64-bit type available in the compiler. */ 50116dce513Schristos #define UNSIGNED_64BIT_TYPE uint64_t 50216dce513Schristos 50316dce513Schristos /* Enable extensions on AIX 3, Interix. */ 50416dce513Schristos #ifndef _ALL_SOURCE 50516dce513Schristos # define _ALL_SOURCE 1 50616dce513Schristos #endif 50716dce513Schristos /* Enable GNU extensions on systems that have them. */ 50816dce513Schristos #ifndef _GNU_SOURCE 50916dce513Schristos # define _GNU_SOURCE 1 51016dce513Schristos #endif 51116dce513Schristos /* Enable threading extensions on Solaris. */ 51216dce513Schristos #ifndef _POSIX_PTHREAD_SEMANTICS 51316dce513Schristos # define _POSIX_PTHREAD_SEMANTICS 1 51416dce513Schristos #endif 51516dce513Schristos /* Enable extensions on HP NonStop. */ 51616dce513Schristos #ifndef _TANDEM_SOURCE 51716dce513Schristos # define _TANDEM_SOURCE 1 51816dce513Schristos #endif 51916dce513Schristos /* Enable general extensions on Solaris. */ 52016dce513Schristos #ifndef __EXTENSIONS__ 52116dce513Schristos # define __EXTENSIONS__ 1 52216dce513Schristos #endif 52316dce513Schristos 52416dce513Schristos 52516dce513Schristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 52616dce513Schristos significant byte first (like Motorola and SPARC, unlike Intel). */ 52716dce513Schristos #if defined AC_APPLE_UNIVERSAL_BUILD 52816dce513Schristos # if defined __BIG_ENDIAN__ 52916dce513Schristos # define WORDS_BIGENDIAN 1 53016dce513Schristos # endif 53116dce513Schristos #else 53216dce513Schristos # ifndef WORDS_BIGENDIAN 53316dce513Schristos # define WORDS_BIGENDIAN 1 53416dce513Schristos # endif 53516dce513Schristos #endif 53616dce513Schristos 537ede78133Schristos /* Enable large inode numbers on Mac OS X 10.5. */ 538ede78133Schristos #ifndef _DARWIN_USE_64_BIT_INODE 539ede78133Schristos # define _DARWIN_USE_64_BIT_INODE 1 540ede78133Schristos #endif 541ede78133Schristos 54216dce513Schristos /* Number of bits in a file offset, on hosts where this is settable. */ 54316dce513Schristos /* #undef _FILE_OFFSET_BITS */ 54416dce513Schristos 54516dce513Schristos /* Define for large files, on AIX-style hosts. */ 54616dce513Schristos /* #undef _LARGE_FILES */ 54716dce513Schristos 54816dce513Schristos /* Define to 1 if on MINIX. */ 54916dce513Schristos /* #undef _MINIX */ 55016dce513Schristos 55116dce513Schristos /* Define to 2 if the system does not provide POSIX.1 features except with 55216dce513Schristos this defined. */ 55316dce513Schristos /* #undef _POSIX_1_SOURCE */ 55416dce513Schristos 55516dce513Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 55616dce513Schristos /* #undef _POSIX_SOURCE */ 55716dce513Schristos 55816dce513Schristos /* Define to empty if `const' does not conform to ANSI C. */ 55916dce513Schristos /* #undef const */ 56016dce513Schristos 56116dce513Schristos /* Define to `__inline__' or `__inline' if that's what the C compiler 56216dce513Schristos calls it, or to nothing if 'inline' is not supported under any name. */ 56316dce513Schristos #ifndef __cplusplus 56416dce513Schristos /* #undef inline */ 56516dce513Schristos #endif 56616dce513Schristos 56716dce513Schristos /* Define to the type of a signed integer type wide enough to hold a pointer, 56816dce513Schristos if such a type exists, and if the system does not define it. */ 56916dce513Schristos /* #undef intptr_t */ 57016dce513Schristos 57116dce513Schristos /* Define to `int' if <sys/types.h> does not define. */ 57216dce513Schristos /* #undef pid_t */ 57316dce513Schristos 57416dce513Schristos /* Define to `int' if <sys/types.h> does not define. */ 57516dce513Schristos /* #undef ssize_t */ 57616dce513Schristos 57716dce513Schristos /* Define to the type of an unsigned integer type wide enough to hold a 57816dce513Schristos pointer, if such a type exists, and if the system does not define it. */ 57916dce513Schristos /* #undef uintptr_t */ 58016dce513Schristos 58116dce513Schristos /* Define as `fork' if `vfork' does not work. */ 58216dce513Schristos /* #undef vfork */ 583