13ab889c1Smatt /* This file is automatically generated. DO NOT EDIT! */ 2*f51ed01fSchristos /* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp */ 3*f51ed01fSchristos /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */ 43ab889c1Smatt 53ab889c1Smatt /* config.h. Generated from config.in by configure. */ 63ab889c1Smatt /* config.in. Generated from configure.ac by autoheader. */ 73ab889c1Smatt 83ab889c1Smatt /* Define if building universal (internal helper macro) */ 93ab889c1Smatt /* #undef AC_APPLE_UNIVERSAL_BUILD */ 103ab889c1Smatt 113ab889c1Smatt /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. 123ab889c1Smatt This function is required for alloca.c support on those systems. */ 133ab889c1Smatt /* #undef CRAY_STACKSEG_END */ 143ab889c1Smatt 153ab889c1Smatt /* Define to 1 if you have the <alloca.h> header file. */ 163ab889c1Smatt /* #undef HAVE_ALLOCA_H */ 173ab889c1Smatt 183ab889c1Smatt /* Define to 1 if you have the `asprintf' function. */ 193ab889c1Smatt #define HAVE_ASPRINTF 1 203ab889c1Smatt 213ab889c1Smatt /* Define to 1 if you have the `atexit' function. */ 223ab889c1Smatt #define HAVE_ATEXIT 1 233ab889c1Smatt 243ab889c1Smatt /* Define to 1 if you have the `basename' function. */ 253ab889c1Smatt #define HAVE_BASENAME 1 263ab889c1Smatt 273ab889c1Smatt /* Define to 1 if you have the `bcmp' function. */ 283ab889c1Smatt #define HAVE_BCMP 1 293ab889c1Smatt 303ab889c1Smatt /* Define to 1 if you have the `bcopy' function. */ 313ab889c1Smatt #define HAVE_BCOPY 1 323ab889c1Smatt 333ab889c1Smatt /* Define to 1 if you have the `bsearch' function. */ 343ab889c1Smatt #define HAVE_BSEARCH 1 353ab889c1Smatt 363ab889c1Smatt /* Define to 1 if you have the `bzero' function. */ 373ab889c1Smatt #define HAVE_BZERO 1 383ab889c1Smatt 393ab889c1Smatt /* Define to 1 if you have the `calloc' function. */ 403ab889c1Smatt #define HAVE_CALLOC 1 413ab889c1Smatt 423ab889c1Smatt /* Define to 1 if you have the `canonicalize_file_name' function. */ 433ab889c1Smatt /* #undef HAVE_CANONICALIZE_FILE_NAME */ 443ab889c1Smatt 453ab889c1Smatt /* Define to 1 if you have the `clock' function. */ 463ab889c1Smatt #define HAVE_CLOCK 1 473ab889c1Smatt 483ab889c1Smatt /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 493ab889c1Smatt don't. */ 503ab889c1Smatt #define HAVE_DECL_ASPRINTF 1 513ab889c1Smatt 523ab889c1Smatt /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if 533ab889c1Smatt you don't. */ 543ab889c1Smatt #define HAVE_DECL_BASENAME 0 553ab889c1Smatt 563ab889c1Smatt /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't. 573ab889c1Smatt */ 583ab889c1Smatt #define HAVE_DECL_CALLOC 1 593ab889c1Smatt 603ab889c1Smatt /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 613ab889c1Smatt #define HAVE_DECL_FFS 1 623ab889c1Smatt 633ab889c1Smatt /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 643ab889c1Smatt */ 653ab889c1Smatt #define HAVE_DECL_GETENV 1 663ab889c1Smatt 673ab889c1Smatt /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. 683ab889c1Smatt */ 693ab889c1Smatt #define HAVE_DECL_GETOPT 1 703ab889c1Smatt 713ab889c1Smatt /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. 723ab889c1Smatt */ 733ab889c1Smatt #define HAVE_DECL_MALLOC 1 743ab889c1Smatt 753ab889c1Smatt /* Define to 1 if you have the declaration of `realloc', and to 0 if you 763ab889c1Smatt don't. */ 773ab889c1Smatt #define HAVE_DECL_REALLOC 1 783ab889c1Smatt 793ab889c1Smatt /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. 803ab889c1Smatt */ 813ab889c1Smatt #define HAVE_DECL_SBRK 1 823ab889c1Smatt 833ab889c1Smatt /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 843ab889c1Smatt don't. */ 853ab889c1Smatt #define HAVE_DECL_SNPRINTF 1 863ab889c1Smatt 87*f51ed01fSchristos /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't. 88*f51ed01fSchristos */ 89*f51ed01fSchristos #define HAVE_DECL_STRTOL 1 90*f51ed01fSchristos 91*f51ed01fSchristos /* Define to 1 if you have the declaration of `strtoll', and to 0 if you 92*f51ed01fSchristos don't. */ 93*f51ed01fSchristos #define HAVE_DECL_STRTOLL 1 94*f51ed01fSchristos 95*f51ed01fSchristos /* Define to 1 if you have the declaration of `strtoul', and to 0 if you 96*f51ed01fSchristos don't. */ 97*f51ed01fSchristos #define HAVE_DECL_STRTOUL 1 98*f51ed01fSchristos 99*f51ed01fSchristos /* Define to 1 if you have the declaration of `strtoull', and to 0 if you 100*f51ed01fSchristos don't. */ 101*f51ed01fSchristos #define HAVE_DECL_STRTOULL 1 102*f51ed01fSchristos 1033ab889c1Smatt /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you 1043ab889c1Smatt don't. */ 1053ab889c1Smatt #define HAVE_DECL_STRVERSCMP 0 1063ab889c1Smatt 1073ab889c1Smatt /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 1083ab889c1Smatt don't. */ 1093ab889c1Smatt #define HAVE_DECL_VASPRINTF 1 1103ab889c1Smatt 1113ab889c1Smatt /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 1123ab889c1Smatt don't. */ 1133ab889c1Smatt #define HAVE_DECL_VSNPRINTF 1 1143ab889c1Smatt 1153ab889c1Smatt /* Define to 1 if you have the `dup3' function. */ 1163ab889c1Smatt #define HAVE_DUP3 1 1173ab889c1Smatt 1183ab889c1Smatt /* Define to 1 if you have the <fcntl.h> header file. */ 1193ab889c1Smatt #define HAVE_FCNTL_H 1 1203ab889c1Smatt 1213ab889c1Smatt /* Define to 1 if you have the `ffs' function. */ 1223ab889c1Smatt #define HAVE_FFS 1 1233ab889c1Smatt 1243ab889c1Smatt /* Define to 1 if you have the `fork' function. */ 1253ab889c1Smatt #define HAVE_FORK 1 1263ab889c1Smatt 1273ab889c1Smatt /* Define to 1 if you have the `getcwd' function. */ 1283ab889c1Smatt #define HAVE_GETCWD 1 1293ab889c1Smatt 1303ab889c1Smatt /* Define to 1 if you have the `getpagesize' function. */ 1313ab889c1Smatt #define HAVE_GETPAGESIZE 1 1323ab889c1Smatt 1334e64e7adSmrg /* Define to 1 if you have the `getrlimit' function. */ 1344e64e7adSmrg #define HAVE_GETRLIMIT 1 1354e64e7adSmrg 1363ab889c1Smatt /* Define to 1 if you have the `getrusage' function. */ 1373ab889c1Smatt #define HAVE_GETRUSAGE 1 1383ab889c1Smatt 1393ab889c1Smatt /* Define to 1 if you have the `getsysinfo' function. */ 1403ab889c1Smatt /* #undef HAVE_GETSYSINFO */ 1413ab889c1Smatt 1423ab889c1Smatt /* Define to 1 if you have the `gettimeofday' function. */ 1433ab889c1Smatt #define HAVE_GETTIMEOFDAY 1 1443ab889c1Smatt 1453ab889c1Smatt /* Define to 1 if you have the `index' function. */ 1463ab889c1Smatt #define HAVE_INDEX 1 1473ab889c1Smatt 1483ab889c1Smatt /* Define to 1 if you have the `insque' function. */ 1493ab889c1Smatt #define HAVE_INSQUE 1 1503ab889c1Smatt 1513ab889c1Smatt /* Define to 1 if the system has the type `intptr_t'. */ 1523ab889c1Smatt #define HAVE_INTPTR_T 1 1533ab889c1Smatt 1543ab889c1Smatt /* Define to 1 if you have the <inttypes.h> header file. */ 1553ab889c1Smatt #define HAVE_INTTYPES_H 1 1563ab889c1Smatt 1573ab889c1Smatt /* Define to 1 if you have the <limits.h> header file. */ 1583ab889c1Smatt #define HAVE_LIMITS_H 1 1593ab889c1Smatt 160*f51ed01fSchristos /* Define if you have the `long long' type. */ 161*f51ed01fSchristos #define HAVE_LONG_LONG 1 162*f51ed01fSchristos 1633ab889c1Smatt /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */ 1643ab889c1Smatt /* #undef HAVE_MACHINE_HAL_SYSINFO_H */ 1653ab889c1Smatt 1663ab889c1Smatt /* Define to 1 if you have the <malloc.h> header file. */ 1673ab889c1Smatt #define HAVE_MALLOC_H 1 1683ab889c1Smatt 1693ab889c1Smatt /* Define to 1 if you have the `memchr' function. */ 1703ab889c1Smatt #define HAVE_MEMCHR 1 1713ab889c1Smatt 1723ab889c1Smatt /* Define to 1 if you have the `memcmp' function. */ 1733ab889c1Smatt #define HAVE_MEMCMP 1 1743ab889c1Smatt 1753ab889c1Smatt /* Define to 1 if you have the `memcpy' function. */ 1763ab889c1Smatt #define HAVE_MEMCPY 1 1773ab889c1Smatt 1783ab889c1Smatt /* Define to 1 if you have the `memmem' function. */ 1793ab889c1Smatt #define HAVE_MEMMEM 1 1803ab889c1Smatt 1813ab889c1Smatt /* Define to 1 if you have the `memmove' function. */ 1823ab889c1Smatt #define HAVE_MEMMOVE 1 1833ab889c1Smatt 1843ab889c1Smatt /* Define to 1 if you have the <memory.h> header file. */ 1853ab889c1Smatt #define HAVE_MEMORY_H 1 1863ab889c1Smatt 1873ab889c1Smatt /* Define to 1 if you have the `memset' function. */ 1883ab889c1Smatt #define HAVE_MEMSET 1 1893ab889c1Smatt 1903ab889c1Smatt /* Define to 1 if you have the `mkstemps' function. */ 191*f51ed01fSchristos #define HAVE_MKSTEMPS 1 1923ab889c1Smatt 1933ab889c1Smatt /* Define to 1 if you have a working `mmap' system call. */ 1943ab889c1Smatt #define HAVE_MMAP 1 1953ab889c1Smatt 1963ab889c1Smatt /* Define to 1 if you have the `on_exit' function. */ 1973ab889c1Smatt /* #undef HAVE_ON_EXIT */ 1983ab889c1Smatt 1993ab889c1Smatt /* Define to 1 if you have the <process.h> header file. */ 2003ab889c1Smatt /* #undef HAVE_PROCESS_H */ 2013ab889c1Smatt 2023ab889c1Smatt /* Define to 1 if you have the `psignal' function. */ 2033ab889c1Smatt #define HAVE_PSIGNAL 1 2043ab889c1Smatt 2053ab889c1Smatt /* Define to 1 if you have the `pstat_getdynamic' function. */ 2063ab889c1Smatt /* #undef HAVE_PSTAT_GETDYNAMIC */ 2073ab889c1Smatt 2083ab889c1Smatt /* Define to 1 if you have the `pstat_getstatic' function. */ 2093ab889c1Smatt /* #undef HAVE_PSTAT_GETSTATIC */ 2103ab889c1Smatt 2113ab889c1Smatt /* Define to 1 if you have the `putenv' function. */ 2123ab889c1Smatt #define HAVE_PUTENV 1 2133ab889c1Smatt 2143ab889c1Smatt /* Define to 1 if you have the `random' function. */ 2153ab889c1Smatt #define HAVE_RANDOM 1 2163ab889c1Smatt 2173ab889c1Smatt /* Define to 1 if you have the `realpath' function. */ 2183ab889c1Smatt #define HAVE_REALPATH 1 2193ab889c1Smatt 2203ab889c1Smatt /* Define to 1 if you have the `rename' function. */ 2213ab889c1Smatt #define HAVE_RENAME 1 2223ab889c1Smatt 2233ab889c1Smatt /* Define to 1 if you have the `rindex' function. */ 2243ab889c1Smatt #define HAVE_RINDEX 1 2253ab889c1Smatt 2263ab889c1Smatt /* Define to 1 if you have the `sbrk' function. */ 2273ab889c1Smatt #define HAVE_SBRK 1 2283ab889c1Smatt 2293ab889c1Smatt /* Define to 1 if you have the `setenv' function. */ 2303ab889c1Smatt #define HAVE_SETENV 1 2313ab889c1Smatt 2323ab889c1Smatt /* Define to 1 if you have the `setproctitle' function. */ 2333ab889c1Smatt #define HAVE_SETPROCTITLE 1 2343ab889c1Smatt 2354e64e7adSmrg /* Define to 1 if you have the `setrlimit' function. */ 2364e64e7adSmrg #define HAVE_SETRLIMIT 1 2374e64e7adSmrg 2383ab889c1Smatt /* Define to 1 if you have the `sigsetmask' function. */ 2393ab889c1Smatt #define HAVE_SIGSETMASK 1 2403ab889c1Smatt 2413ab889c1Smatt /* Define to 1 if you have the `snprintf' function. */ 2423ab889c1Smatt #define HAVE_SNPRINTF 1 2433ab889c1Smatt 2443ab889c1Smatt /* Define to 1 if you have the `spawnve' function. */ 2453ab889c1Smatt /* #undef HAVE_SPAWNVE */ 2463ab889c1Smatt 2473ab889c1Smatt /* Define to 1 if you have the `spawnvpe' function. */ 2483ab889c1Smatt /* #undef HAVE_SPAWNVPE */ 2493ab889c1Smatt 2503ab889c1Smatt /* Define to 1 if you have the <stdint.h> header file. */ 2513ab889c1Smatt #define HAVE_STDINT_H 1 2523ab889c1Smatt 2533ab889c1Smatt /* Define to 1 if you have the <stdio_ext.h> header file. */ 2543ab889c1Smatt /* #undef HAVE_STDIO_EXT_H */ 2553ab889c1Smatt 2563ab889c1Smatt /* Define to 1 if you have the <stdlib.h> header file. */ 2573ab889c1Smatt #define HAVE_STDLIB_H 1 2583ab889c1Smatt 2593ab889c1Smatt /* Define to 1 if you have the `stpcpy' function. */ 2603ab889c1Smatt #define HAVE_STPCPY 1 2613ab889c1Smatt 2623ab889c1Smatt /* Define to 1 if you have the `stpncpy' function. */ 2633ab889c1Smatt #define HAVE_STPNCPY 1 2643ab889c1Smatt 2653ab889c1Smatt /* Define to 1 if you have the `strcasecmp' function. */ 2663ab889c1Smatt #define HAVE_STRCASECMP 1 2673ab889c1Smatt 2683ab889c1Smatt /* Define to 1 if you have the `strchr' function. */ 2693ab889c1Smatt #define HAVE_STRCHR 1 2703ab889c1Smatt 2713ab889c1Smatt /* Define to 1 if you have the `strdup' function. */ 2723ab889c1Smatt #define HAVE_STRDUP 1 2733ab889c1Smatt 2743ab889c1Smatt /* Define to 1 if you have the `strerror' function. */ 2753ab889c1Smatt #define HAVE_STRERROR 1 2763ab889c1Smatt 2773ab889c1Smatt /* Define to 1 if you have the <strings.h> header file. */ 2783ab889c1Smatt #define HAVE_STRINGS_H 1 2793ab889c1Smatt 2803ab889c1Smatt /* Define to 1 if you have the <string.h> header file. */ 2813ab889c1Smatt #define HAVE_STRING_H 1 2823ab889c1Smatt 2833ab889c1Smatt /* Define to 1 if you have the `strncasecmp' function. */ 2843ab889c1Smatt #define HAVE_STRNCASECMP 1 2853ab889c1Smatt 2863ab889c1Smatt /* Define to 1 if you have the `strndup' function. */ 2873ab889c1Smatt #define HAVE_STRNDUP 1 2883ab889c1Smatt 289*f51ed01fSchristos /* Define to 1 if you have the `strnlen' function. */ 290*f51ed01fSchristos #define HAVE_STRNLEN 1 291*f51ed01fSchristos 2923ab889c1Smatt /* Define to 1 if you have the `strrchr' function. */ 2933ab889c1Smatt #define HAVE_STRRCHR 1 2943ab889c1Smatt 2953ab889c1Smatt /* Define to 1 if you have the `strsignal' function. */ 2963ab889c1Smatt #define HAVE_STRSIGNAL 1 2973ab889c1Smatt 2983ab889c1Smatt /* Define to 1 if you have the `strstr' function. */ 2993ab889c1Smatt #define HAVE_STRSTR 1 3003ab889c1Smatt 3013ab889c1Smatt /* Define to 1 if you have the `strtod' function. */ 3023ab889c1Smatt #define HAVE_STRTOD 1 3033ab889c1Smatt 3043ab889c1Smatt /* Define to 1 if you have the `strtol' function. */ 3053ab889c1Smatt #define HAVE_STRTOL 1 3063ab889c1Smatt 307*f51ed01fSchristos /* Define to 1 if you have the `strtoll' function. */ 308*f51ed01fSchristos #define HAVE_STRTOLL 1 309*f51ed01fSchristos 3103ab889c1Smatt /* Define to 1 if you have the `strtoul' function. */ 3113ab889c1Smatt #define HAVE_STRTOUL 1 3123ab889c1Smatt 313*f51ed01fSchristos /* Define to 1 if you have the `strtoull' function. */ 314*f51ed01fSchristos #define HAVE_STRTOULL 1 315*f51ed01fSchristos 3163ab889c1Smatt /* Define to 1 if you have the `strverscmp' function. */ 3173ab889c1Smatt /* #undef HAVE_STRVERSCMP */ 3183ab889c1Smatt 3193ab889c1Smatt /* Define to 1 if you have the `sysconf' function. */ 3203ab889c1Smatt #define HAVE_SYSCONF 1 3213ab889c1Smatt 3223ab889c1Smatt /* Define to 1 if you have the `sysctl' function. */ 3233ab889c1Smatt #define HAVE_SYSCTL 1 3243ab889c1Smatt 3253ab889c1Smatt /* Define to 1 if you have the `sysmp' function. */ 3263ab889c1Smatt /* #undef HAVE_SYSMP */ 3273ab889c1Smatt 3283ab889c1Smatt /* Define if you have the sys_errlist variable. */ 3293ab889c1Smatt #define HAVE_SYS_ERRLIST 1 3303ab889c1Smatt 3313ab889c1Smatt /* Define to 1 if you have the <sys/file.h> header file. */ 3323ab889c1Smatt #define HAVE_SYS_FILE_H 1 3333ab889c1Smatt 3343ab889c1Smatt /* Define to 1 if you have the <sys/mman.h> header file. */ 3353ab889c1Smatt #define HAVE_SYS_MMAN_H 1 3363ab889c1Smatt 3373ab889c1Smatt /* Define if you have the sys_nerr variable. */ 3383ab889c1Smatt #define HAVE_SYS_NERR 1 3393ab889c1Smatt 3403ab889c1Smatt /* Define to 1 if you have the <sys/param.h> header file. */ 3413ab889c1Smatt #define HAVE_SYS_PARAM_H 1 3423ab889c1Smatt 3434e64e7adSmrg /* Define to 1 if you have the <sys/prctl.h> header file. */ 3444e64e7adSmrg /* #undef HAVE_SYS_PRCTL_H */ 3454e64e7adSmrg 3463ab889c1Smatt /* Define to 1 if you have the <sys/pstat.h> header file. */ 3473ab889c1Smatt /* #undef HAVE_SYS_PSTAT_H */ 3483ab889c1Smatt 3493ab889c1Smatt /* Define to 1 if you have the <sys/resource.h> header file. */ 3503ab889c1Smatt #define HAVE_SYS_RESOURCE_H 1 3513ab889c1Smatt 3523ab889c1Smatt /* Define if you have the sys_siglist variable. */ 3533ab889c1Smatt #define HAVE_SYS_SIGLIST 1 3543ab889c1Smatt 3553ab889c1Smatt /* Define to 1 if you have the <sys/stat.h> header file. */ 3563ab889c1Smatt #define HAVE_SYS_STAT_H 1 3573ab889c1Smatt 3583ab889c1Smatt /* Define to 1 if you have the <sys/sysctl.h> header file. */ 3593ab889c1Smatt #define HAVE_SYS_SYSCTL_H 1 3603ab889c1Smatt 3613ab889c1Smatt /* Define to 1 if you have the <sys/sysinfo.h> header file. */ 3623ab889c1Smatt /* #undef HAVE_SYS_SYSINFO_H */ 3633ab889c1Smatt 3643ab889c1Smatt /* Define to 1 if you have the <sys/sysmp.h> header file. */ 3653ab889c1Smatt /* #undef HAVE_SYS_SYSMP_H */ 3663ab889c1Smatt 3673ab889c1Smatt /* Define to 1 if you have the <sys/systemcfg.h> header file. */ 3683ab889c1Smatt /* #undef HAVE_SYS_SYSTEMCFG_H */ 3693ab889c1Smatt 3703ab889c1Smatt /* Define to 1 if you have the <sys/table.h> header file. */ 3713ab889c1Smatt /* #undef HAVE_SYS_TABLE_H */ 3723ab889c1Smatt 3733ab889c1Smatt /* Define to 1 if you have the <sys/time.h> header file. */ 3743ab889c1Smatt #define HAVE_SYS_TIME_H 1 3753ab889c1Smatt 3763ab889c1Smatt /* Define to 1 if you have the <sys/types.h> header file. */ 3773ab889c1Smatt #define HAVE_SYS_TYPES_H 1 3783ab889c1Smatt 3793ab889c1Smatt /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 3803ab889c1Smatt #define HAVE_SYS_WAIT_H 1 3813ab889c1Smatt 3823ab889c1Smatt /* Define to 1 if you have the `table' function. */ 3833ab889c1Smatt /* #undef HAVE_TABLE */ 3843ab889c1Smatt 3853ab889c1Smatt /* Define to 1 if you have the `times' function. */ 3863ab889c1Smatt #define HAVE_TIMES 1 3873ab889c1Smatt 3883ab889c1Smatt /* Define to 1 if you have the <time.h> header file. */ 3893ab889c1Smatt #define HAVE_TIME_H 1 3903ab889c1Smatt 3913ab889c1Smatt /* Define to 1 if you have the `tmpnam' function. */ 3923ab889c1Smatt #define HAVE_TMPNAM 1 3933ab889c1Smatt 3943ab889c1Smatt /* Define if you have the \`uintptr_t' type. */ 3953ab889c1Smatt #define HAVE_UINTPTR_T 1 3963ab889c1Smatt 3973ab889c1Smatt /* Define to 1 if you have the <unistd.h> header file. */ 3983ab889c1Smatt #define HAVE_UNISTD_H 1 3993ab889c1Smatt 4003ab889c1Smatt /* Define to 1 if you have the `vasprintf' function. */ 4013ab889c1Smatt #define HAVE_VASPRINTF 1 4023ab889c1Smatt 4033ab889c1Smatt /* Define to 1 if you have the `vfork' function. */ 4043ab889c1Smatt #define HAVE_VFORK 1 4053ab889c1Smatt 4063ab889c1Smatt /* Define to 1 if you have the <vfork.h> header file. */ 4073ab889c1Smatt /* #undef HAVE_VFORK_H */ 4083ab889c1Smatt 4093ab889c1Smatt /* Define to 1 if you have the `vfprintf' function. */ 4103ab889c1Smatt #define HAVE_VFPRINTF 1 4113ab889c1Smatt 4123ab889c1Smatt /* Define to 1 if you have the `vprintf' function. */ 4133ab889c1Smatt #define HAVE_VPRINTF 1 4143ab889c1Smatt 4153ab889c1Smatt /* Define to 1 if you have the `vsprintf' function. */ 4163ab889c1Smatt #define HAVE_VSPRINTF 1 4173ab889c1Smatt 4183ab889c1Smatt /* Define to 1 if you have the `wait3' function. */ 4193ab889c1Smatt #define HAVE_WAIT3 1 4203ab889c1Smatt 4213ab889c1Smatt /* Define to 1 if you have the `wait4' function. */ 4223ab889c1Smatt #define HAVE_WAIT4 1 4233ab889c1Smatt 4243ab889c1Smatt /* Define to 1 if you have the `waitpid' function. */ 4253ab889c1Smatt #define HAVE_WAITPID 1 4263ab889c1Smatt 4273ab889c1Smatt /* Define to 1 if `fork' works. */ 4283ab889c1Smatt #define HAVE_WORKING_FORK 1 4293ab889c1Smatt 4303ab889c1Smatt /* Define to 1 if `vfork' works. */ 4313ab889c1Smatt #define HAVE_WORKING_VFORK 1 4323ab889c1Smatt 4333ab889c1Smatt /* Define to 1 if you have the `_doprnt' function. */ 4343ab889c1Smatt /* #undef HAVE__DOPRNT */ 4353ab889c1Smatt 4363ab889c1Smatt /* Define if you have the _system_configuration variable. */ 4373ab889c1Smatt /* #undef HAVE__SYSTEM_CONFIGURATION */ 4383ab889c1Smatt 4393ab889c1Smatt /* Define to 1 if you have the `__fsetlocking' function. */ 4403ab889c1Smatt /* #undef HAVE___FSETLOCKING */ 4413ab889c1Smatt 4423ab889c1Smatt /* Define if canonicalize_file_name is not declared in system header files. */ 4433ab889c1Smatt #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 4443ab889c1Smatt 4453ab889c1Smatt /* Define if errno must be declared even when <errno.h> is included. */ 4463ab889c1Smatt /* #undef NEED_DECLARATION_ERRNO */ 4473ab889c1Smatt 4483ab889c1Smatt /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 4493ab889c1Smatt /* #undef NO_MINUS_C_MINUS_O */ 4503ab889c1Smatt 4513ab889c1Smatt /* Define to the address where bug reports for this package should be sent. */ 4523ab889c1Smatt #define PACKAGE_BUGREPORT "" 4533ab889c1Smatt 4543ab889c1Smatt /* Define to the full name of this package. */ 4553ab889c1Smatt #define PACKAGE_NAME "" 4563ab889c1Smatt 4573ab889c1Smatt /* Define to the full name and version of this package. */ 4583ab889c1Smatt #define PACKAGE_STRING "" 4593ab889c1Smatt 4603ab889c1Smatt /* Define to the one symbol short name of this package. */ 4613ab889c1Smatt #define PACKAGE_TARNAME "" 4623ab889c1Smatt 4633ab889c1Smatt /* Define to the home page for this package. */ 4643ab889c1Smatt #define PACKAGE_URL "" 4653ab889c1Smatt 4663ab889c1Smatt /* Define to the version of this package. */ 4673ab889c1Smatt #define PACKAGE_VERSION "" 4683ab889c1Smatt 4693ab889c1Smatt /* The size of `int', as computed by sizeof. */ 4703ab889c1Smatt #define SIZEOF_INT 4 4713ab889c1Smatt 472*f51ed01fSchristos /* The size of `long', as computed by sizeof. */ 473*f51ed01fSchristos #define SIZEOF_LONG 4 474*f51ed01fSchristos 475*f51ed01fSchristos /* The size of `long long', as computed by sizeof. */ 476*f51ed01fSchristos #define SIZEOF_LONG_LONG 8 477*f51ed01fSchristos 478*f51ed01fSchristos /* The size of `size_t', as computed by sizeof. */ 479*f51ed01fSchristos #define SIZEOF_SIZE_T 4 480*f51ed01fSchristos 4813ab889c1Smatt /* Define if you know the direction of stack growth for your system; otherwise 4823ab889c1Smatt it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows 4833ab889c1Smatt toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses 4843ab889c1Smatt STACK_DIRECTION = 0 => direction of growth unknown */ 4853ab889c1Smatt #define STACK_DIRECTION 0 4863ab889c1Smatt 4873ab889c1Smatt /* Define to 1 if you have the ANSI C header files. */ 4883ab889c1Smatt #define STDC_HEADERS 1 4893ab889c1Smatt 4903ab889c1Smatt /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 4913ab889c1Smatt #define TIME_WITH_SYS_TIME 1 4923ab889c1Smatt 4933ab889c1Smatt /* Define to an unsigned 64-bit type available in the compiler. */ 4943ab889c1Smatt #define UNSIGNED_64BIT_TYPE uint64_t 4953ab889c1Smatt 496*f51ed01fSchristos /* Enable extensions on AIX 3, Interix. */ 497*f51ed01fSchristos #ifndef _ALL_SOURCE 498*f51ed01fSchristos # define _ALL_SOURCE 1 499*f51ed01fSchristos #endif 500*f51ed01fSchristos /* Enable GNU extensions on systems that have them. */ 501*f51ed01fSchristos #ifndef _GNU_SOURCE 502*f51ed01fSchristos # define _GNU_SOURCE 1 503*f51ed01fSchristos #endif 504*f51ed01fSchristos /* Enable threading extensions on Solaris. */ 505*f51ed01fSchristos #ifndef _POSIX_PTHREAD_SEMANTICS 506*f51ed01fSchristos # define _POSIX_PTHREAD_SEMANTICS 1 507*f51ed01fSchristos #endif 508*f51ed01fSchristos /* Enable extensions on HP NonStop. */ 509*f51ed01fSchristos #ifndef _TANDEM_SOURCE 510*f51ed01fSchristos # define _TANDEM_SOURCE 1 511*f51ed01fSchristos #endif 512*f51ed01fSchristos /* Enable general extensions on Solaris. */ 513*f51ed01fSchristos #ifndef __EXTENSIONS__ 514*f51ed01fSchristos # define __EXTENSIONS__ 1 515*f51ed01fSchristos #endif 516*f51ed01fSchristos 517*f51ed01fSchristos 5183ab889c1Smatt /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 5193ab889c1Smatt significant byte first (like Motorola and SPARC, unlike Intel). */ 5203ab889c1Smatt #if defined AC_APPLE_UNIVERSAL_BUILD 5213ab889c1Smatt # if defined __BIG_ENDIAN__ 5223ab889c1Smatt # define WORDS_BIGENDIAN 1 5233ab889c1Smatt # endif 5243ab889c1Smatt #else 5253ab889c1Smatt # ifndef WORDS_BIGENDIAN 5263ab889c1Smatt # define WORDS_BIGENDIAN 1 5273ab889c1Smatt # endif 5283ab889c1Smatt #endif 5293ab889c1Smatt 5303ab889c1Smatt /* Number of bits in a file offset, on hosts where this is settable. */ 5313ab889c1Smatt /* #undef _FILE_OFFSET_BITS */ 5323ab889c1Smatt 5333ab889c1Smatt /* Define for large files, on AIX-style hosts. */ 5343ab889c1Smatt /* #undef _LARGE_FILES */ 5353ab889c1Smatt 536*f51ed01fSchristos /* Define to 1 if on MINIX. */ 537*f51ed01fSchristos /* #undef _MINIX */ 538*f51ed01fSchristos 539*f51ed01fSchristos /* Define to 2 if the system does not provide POSIX.1 features except with 540*f51ed01fSchristos this defined. */ 541*f51ed01fSchristos /* #undef _POSIX_1_SOURCE */ 542*f51ed01fSchristos 543*f51ed01fSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 544*f51ed01fSchristos /* #undef _POSIX_SOURCE */ 545*f51ed01fSchristos 5463ab889c1Smatt /* Define to empty if `const' does not conform to ANSI C. */ 5473ab889c1Smatt /* #undef const */ 5483ab889c1Smatt 5493ab889c1Smatt /* Define to `__inline__' or `__inline' if that's what the C compiler 5503ab889c1Smatt calls it, or to nothing if 'inline' is not supported under any name. */ 5513ab889c1Smatt #ifndef __cplusplus 5523ab889c1Smatt /* #undef inline */ 5533ab889c1Smatt #endif 5543ab889c1Smatt 5553ab889c1Smatt /* Define to the type of a signed integer type wide enough to hold a pointer, 5563ab889c1Smatt if such a type exists, and if the system does not define it. */ 5573ab889c1Smatt /* #undef intptr_t */ 5583ab889c1Smatt 5593ab889c1Smatt /* Define to `int' if <sys/types.h> does not define. */ 5603ab889c1Smatt /* #undef pid_t */ 5613ab889c1Smatt 5623ab889c1Smatt /* Define to `int' if <sys/types.h> does not define. */ 5633ab889c1Smatt /* #undef ssize_t */ 5643ab889c1Smatt 5653ab889c1Smatt /* Define to the type of an unsigned integer type wide enough to hold a 5663ab889c1Smatt pointer, if such a type exists, and if the system does not define it. */ 5673ab889c1Smatt /* #undef uintptr_t */ 5683ab889c1Smatt 5693ab889c1Smatt /* Define as `fork' if `vfork' does not work. */ 5703ab889c1Smatt /* #undef vfork */ 571