1*c9ea9e7aSLionel Sambuc /* This file is automatically generated. DO NOT EDIT! */ 2*c9ea9e7aSLionel Sambuc /* Generated from: NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 christos Exp */ 3*c9ea9e7aSLionel Sambuc /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ 4*c9ea9e7aSLionel Sambuc 5*c9ea9e7aSLionel Sambuc /* config.h. Generated from config.in by configure. */ 6*c9ea9e7aSLionel Sambuc /* config.in. Generated from configure.ac by autoheader. */ 7*c9ea9e7aSLionel Sambuc 8*c9ea9e7aSLionel Sambuc /* Define if building universal (internal helper macro) */ 9*c9ea9e7aSLionel Sambuc /* #undef AC_APPLE_UNIVERSAL_BUILD */ 10*c9ea9e7aSLionel Sambuc 11*c9ea9e7aSLionel Sambuc /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. 12*c9ea9e7aSLionel Sambuc This function is required for alloca.c support on those systems. */ 13*c9ea9e7aSLionel Sambuc /* #undef CRAY_STACKSEG_END */ 14*c9ea9e7aSLionel Sambuc 15*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <alloca.h> header file. */ 16*c9ea9e7aSLionel Sambuc /* #undef HAVE_ALLOCA_H */ 17*c9ea9e7aSLionel Sambuc 18*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `asprintf' function. */ 19*c9ea9e7aSLionel Sambuc #define HAVE_ASPRINTF 1 20*c9ea9e7aSLionel Sambuc 21*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `atexit' function. */ 22*c9ea9e7aSLionel Sambuc #define HAVE_ATEXIT 1 23*c9ea9e7aSLionel Sambuc 24*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `basename' function. */ 25*c9ea9e7aSLionel Sambuc #define HAVE_BASENAME 1 26*c9ea9e7aSLionel Sambuc 27*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `bcmp' function. */ 28*c9ea9e7aSLionel Sambuc #define HAVE_BCMP 1 29*c9ea9e7aSLionel Sambuc 30*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `bcopy' function. */ 31*c9ea9e7aSLionel Sambuc #define HAVE_BCOPY 1 32*c9ea9e7aSLionel Sambuc 33*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `bsearch' function. */ 34*c9ea9e7aSLionel Sambuc #define HAVE_BSEARCH 1 35*c9ea9e7aSLionel Sambuc 36*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `bzero' function. */ 37*c9ea9e7aSLionel Sambuc #define HAVE_BZERO 1 38*c9ea9e7aSLionel Sambuc 39*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `calloc' function. */ 40*c9ea9e7aSLionel Sambuc #define HAVE_CALLOC 1 41*c9ea9e7aSLionel Sambuc 42*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `canonicalize_file_name' function. */ 43*c9ea9e7aSLionel Sambuc /* #undef HAVE_CANONICALIZE_FILE_NAME */ 44*c9ea9e7aSLionel Sambuc 45*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `clock' function. */ 46*c9ea9e7aSLionel Sambuc #define HAVE_CLOCK 1 47*c9ea9e7aSLionel Sambuc 48*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 49*c9ea9e7aSLionel Sambuc don't. */ 50*c9ea9e7aSLionel Sambuc #define HAVE_DECL_ASPRINTF 1 51*c9ea9e7aSLionel Sambuc 52*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if 53*c9ea9e7aSLionel Sambuc you don't. */ 54*c9ea9e7aSLionel Sambuc #define HAVE_DECL_BASENAME 0 55*c9ea9e7aSLionel Sambuc 56*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't. 57*c9ea9e7aSLionel Sambuc */ 58*c9ea9e7aSLionel Sambuc #define HAVE_DECL_CALLOC 1 59*c9ea9e7aSLionel Sambuc 60*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 61*c9ea9e7aSLionel Sambuc #define HAVE_DECL_FFS 1 62*c9ea9e7aSLionel Sambuc 63*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 64*c9ea9e7aSLionel Sambuc */ 65*c9ea9e7aSLionel Sambuc #define HAVE_DECL_GETENV 1 66*c9ea9e7aSLionel Sambuc 67*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. 68*c9ea9e7aSLionel Sambuc */ 69*c9ea9e7aSLionel Sambuc #define HAVE_DECL_GETOPT 1 70*c9ea9e7aSLionel Sambuc 71*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. 72*c9ea9e7aSLionel Sambuc */ 73*c9ea9e7aSLionel Sambuc #define HAVE_DECL_MALLOC 1 74*c9ea9e7aSLionel Sambuc 75*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `realloc', and to 0 if you 76*c9ea9e7aSLionel Sambuc don't. */ 77*c9ea9e7aSLionel Sambuc #define HAVE_DECL_REALLOC 1 78*c9ea9e7aSLionel Sambuc 79*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. 80*c9ea9e7aSLionel Sambuc */ 81*c9ea9e7aSLionel Sambuc #define HAVE_DECL_SBRK 1 82*c9ea9e7aSLionel Sambuc 83*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 84*c9ea9e7aSLionel Sambuc don't. */ 85*c9ea9e7aSLionel Sambuc #define HAVE_DECL_SNPRINTF 1 86*c9ea9e7aSLionel Sambuc 87*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you 88*c9ea9e7aSLionel Sambuc don't. */ 89*c9ea9e7aSLionel Sambuc #define HAVE_DECL_STRVERSCMP 0 90*c9ea9e7aSLionel Sambuc 91*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 92*c9ea9e7aSLionel Sambuc don't. */ 93*c9ea9e7aSLionel Sambuc #define HAVE_DECL_VASPRINTF 1 94*c9ea9e7aSLionel Sambuc 95*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 96*c9ea9e7aSLionel Sambuc don't. */ 97*c9ea9e7aSLionel Sambuc #define HAVE_DECL_VSNPRINTF 1 98*c9ea9e7aSLionel Sambuc 99*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `dup3' function. */ 100*c9ea9e7aSLionel Sambuc #define HAVE_DUP3 1 101*c9ea9e7aSLionel Sambuc 102*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <fcntl.h> header file. */ 103*c9ea9e7aSLionel Sambuc #define HAVE_FCNTL_H 1 104*c9ea9e7aSLionel Sambuc 105*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `ffs' function. */ 106*c9ea9e7aSLionel Sambuc #define HAVE_FFS 1 107*c9ea9e7aSLionel Sambuc 108*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `fork' function. */ 109*c9ea9e7aSLionel Sambuc #define HAVE_FORK 1 110*c9ea9e7aSLionel Sambuc 111*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `getcwd' function. */ 112*c9ea9e7aSLionel Sambuc #define HAVE_GETCWD 1 113*c9ea9e7aSLionel Sambuc 114*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `getpagesize' function. */ 115*c9ea9e7aSLionel Sambuc #define HAVE_GETPAGESIZE 1 116*c9ea9e7aSLionel Sambuc 117*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `getrlimit' function. */ 118*c9ea9e7aSLionel Sambuc #define HAVE_GETRLIMIT 1 119*c9ea9e7aSLionel Sambuc 120*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `getrusage' function. */ 121*c9ea9e7aSLionel Sambuc #define HAVE_GETRUSAGE 1 122*c9ea9e7aSLionel Sambuc 123*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `getsysinfo' function. */ 124*c9ea9e7aSLionel Sambuc /* #undef HAVE_GETSYSINFO */ 125*c9ea9e7aSLionel Sambuc 126*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `gettimeofday' function. */ 127*c9ea9e7aSLionel Sambuc #define HAVE_GETTIMEOFDAY 1 128*c9ea9e7aSLionel Sambuc 129*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `index' function. */ 130*c9ea9e7aSLionel Sambuc #define HAVE_INDEX 1 131*c9ea9e7aSLionel Sambuc 132*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `insque' function. */ 133*c9ea9e7aSLionel Sambuc #define HAVE_INSQUE 1 134*c9ea9e7aSLionel Sambuc 135*c9ea9e7aSLionel Sambuc /* Define to 1 if the system has the type `intptr_t'. */ 136*c9ea9e7aSLionel Sambuc #define HAVE_INTPTR_T 1 137*c9ea9e7aSLionel Sambuc 138*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <inttypes.h> header file. */ 139*c9ea9e7aSLionel Sambuc #define HAVE_INTTYPES_H 1 140*c9ea9e7aSLionel Sambuc 141*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <limits.h> header file. */ 142*c9ea9e7aSLionel Sambuc #define HAVE_LIMITS_H 1 143*c9ea9e7aSLionel Sambuc 144*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */ 145*c9ea9e7aSLionel Sambuc /* #undef HAVE_MACHINE_HAL_SYSINFO_H */ 146*c9ea9e7aSLionel Sambuc 147*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <malloc.h> header file. */ 148*c9ea9e7aSLionel Sambuc #define HAVE_MALLOC_H 1 149*c9ea9e7aSLionel Sambuc 150*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `memchr' function. */ 151*c9ea9e7aSLionel Sambuc #define HAVE_MEMCHR 1 152*c9ea9e7aSLionel Sambuc 153*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `memcmp' function. */ 154*c9ea9e7aSLionel Sambuc #define HAVE_MEMCMP 1 155*c9ea9e7aSLionel Sambuc 156*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `memcpy' function. */ 157*c9ea9e7aSLionel Sambuc #define HAVE_MEMCPY 1 158*c9ea9e7aSLionel Sambuc 159*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `memmem' function. */ 160*c9ea9e7aSLionel Sambuc #define HAVE_MEMMEM 1 161*c9ea9e7aSLionel Sambuc 162*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `memmove' function. */ 163*c9ea9e7aSLionel Sambuc #define HAVE_MEMMOVE 1 164*c9ea9e7aSLionel Sambuc 165*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <memory.h> header file. */ 166*c9ea9e7aSLionel Sambuc #define HAVE_MEMORY_H 1 167*c9ea9e7aSLionel Sambuc 168*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `memset' function. */ 169*c9ea9e7aSLionel Sambuc #define HAVE_MEMSET 1 170*c9ea9e7aSLionel Sambuc 171*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `mkstemps' function. */ 172*c9ea9e7aSLionel Sambuc /* #undef HAVE_MKSTEMPS */ 173*c9ea9e7aSLionel Sambuc 174*c9ea9e7aSLionel Sambuc /* Define to 1 if you have a working `mmap' system call. */ 175*c9ea9e7aSLionel Sambuc #define HAVE_MMAP 1 176*c9ea9e7aSLionel Sambuc 177*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `on_exit' function. */ 178*c9ea9e7aSLionel Sambuc /* #undef HAVE_ON_EXIT */ 179*c9ea9e7aSLionel Sambuc 180*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <process.h> header file. */ 181*c9ea9e7aSLionel Sambuc /* #undef HAVE_PROCESS_H */ 182*c9ea9e7aSLionel Sambuc 183*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `psignal' function. */ 184*c9ea9e7aSLionel Sambuc #define HAVE_PSIGNAL 1 185*c9ea9e7aSLionel Sambuc 186*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `pstat_getdynamic' function. */ 187*c9ea9e7aSLionel Sambuc /* #undef HAVE_PSTAT_GETDYNAMIC */ 188*c9ea9e7aSLionel Sambuc 189*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `pstat_getstatic' function. */ 190*c9ea9e7aSLionel Sambuc /* #undef HAVE_PSTAT_GETSTATIC */ 191*c9ea9e7aSLionel Sambuc 192*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `putenv' function. */ 193*c9ea9e7aSLionel Sambuc #define HAVE_PUTENV 1 194*c9ea9e7aSLionel Sambuc 195*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `random' function. */ 196*c9ea9e7aSLionel Sambuc #define HAVE_RANDOM 1 197*c9ea9e7aSLionel Sambuc 198*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `realpath' function. */ 199*c9ea9e7aSLionel Sambuc #define HAVE_REALPATH 1 200*c9ea9e7aSLionel Sambuc 201*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `rename' function. */ 202*c9ea9e7aSLionel Sambuc #define HAVE_RENAME 1 203*c9ea9e7aSLionel Sambuc 204*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `rindex' function. */ 205*c9ea9e7aSLionel Sambuc #define HAVE_RINDEX 1 206*c9ea9e7aSLionel Sambuc 207*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `sbrk' function. */ 208*c9ea9e7aSLionel Sambuc #define HAVE_SBRK 1 209*c9ea9e7aSLionel Sambuc 210*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `setenv' function. */ 211*c9ea9e7aSLionel Sambuc #define HAVE_SETENV 1 212*c9ea9e7aSLionel Sambuc 213*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `setproctitle' function. */ 214*c9ea9e7aSLionel Sambuc #define HAVE_SETPROCTITLE 1 215*c9ea9e7aSLionel Sambuc 216*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `setrlimit' function. */ 217*c9ea9e7aSLionel Sambuc #define HAVE_SETRLIMIT 1 218*c9ea9e7aSLionel Sambuc 219*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `sigsetmask' function. */ 220*c9ea9e7aSLionel Sambuc #define HAVE_SIGSETMASK 1 221*c9ea9e7aSLionel Sambuc 222*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `snprintf' function. */ 223*c9ea9e7aSLionel Sambuc #define HAVE_SNPRINTF 1 224*c9ea9e7aSLionel Sambuc 225*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `spawnve' function. */ 226*c9ea9e7aSLionel Sambuc /* #undef HAVE_SPAWNVE */ 227*c9ea9e7aSLionel Sambuc 228*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `spawnvpe' function. */ 229*c9ea9e7aSLionel Sambuc /* #undef HAVE_SPAWNVPE */ 230*c9ea9e7aSLionel Sambuc 231*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <stdint.h> header file. */ 232*c9ea9e7aSLionel Sambuc #define HAVE_STDINT_H 1 233*c9ea9e7aSLionel Sambuc 234*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <stdio_ext.h> header file. */ 235*c9ea9e7aSLionel Sambuc /* #undef HAVE_STDIO_EXT_H */ 236*c9ea9e7aSLionel Sambuc 237*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <stdlib.h> header file. */ 238*c9ea9e7aSLionel Sambuc #define HAVE_STDLIB_H 1 239*c9ea9e7aSLionel Sambuc 240*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `stpcpy' function. */ 241*c9ea9e7aSLionel Sambuc #define HAVE_STPCPY 1 242*c9ea9e7aSLionel Sambuc 243*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `stpncpy' function. */ 244*c9ea9e7aSLionel Sambuc #define HAVE_STPNCPY 1 245*c9ea9e7aSLionel Sambuc 246*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `strcasecmp' function. */ 247*c9ea9e7aSLionel Sambuc #define HAVE_STRCASECMP 1 248*c9ea9e7aSLionel Sambuc 249*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `strchr' function. */ 250*c9ea9e7aSLionel Sambuc #define HAVE_STRCHR 1 251*c9ea9e7aSLionel Sambuc 252*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `strdup' function. */ 253*c9ea9e7aSLionel Sambuc #define HAVE_STRDUP 1 254*c9ea9e7aSLionel Sambuc 255*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `strerror' function. */ 256*c9ea9e7aSLionel Sambuc #define HAVE_STRERROR 1 257*c9ea9e7aSLionel Sambuc 258*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <strings.h> header file. */ 259*c9ea9e7aSLionel Sambuc #define HAVE_STRINGS_H 1 260*c9ea9e7aSLionel Sambuc 261*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <string.h> header file. */ 262*c9ea9e7aSLionel Sambuc #define HAVE_STRING_H 1 263*c9ea9e7aSLionel Sambuc 264*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `strncasecmp' function. */ 265*c9ea9e7aSLionel Sambuc #define HAVE_STRNCASECMP 1 266*c9ea9e7aSLionel Sambuc 267*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `strndup' function. */ 268*c9ea9e7aSLionel Sambuc #define HAVE_STRNDUP 1 269*c9ea9e7aSLionel Sambuc 270*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `strrchr' function. */ 271*c9ea9e7aSLionel Sambuc #define HAVE_STRRCHR 1 272*c9ea9e7aSLionel Sambuc 273*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `strsignal' function. */ 274*c9ea9e7aSLionel Sambuc #define HAVE_STRSIGNAL 1 275*c9ea9e7aSLionel Sambuc 276*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `strstr' function. */ 277*c9ea9e7aSLionel Sambuc #define HAVE_STRSTR 1 278*c9ea9e7aSLionel Sambuc 279*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `strtod' function. */ 280*c9ea9e7aSLionel Sambuc #define HAVE_STRTOD 1 281*c9ea9e7aSLionel Sambuc 282*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `strtol' function. */ 283*c9ea9e7aSLionel Sambuc #define HAVE_STRTOL 1 284*c9ea9e7aSLionel Sambuc 285*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `strtoul' function. */ 286*c9ea9e7aSLionel Sambuc #define HAVE_STRTOUL 1 287*c9ea9e7aSLionel Sambuc 288*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `strverscmp' function. */ 289*c9ea9e7aSLionel Sambuc /* #undef HAVE_STRVERSCMP */ 290*c9ea9e7aSLionel Sambuc 291*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `sysconf' function. */ 292*c9ea9e7aSLionel Sambuc #define HAVE_SYSCONF 1 293*c9ea9e7aSLionel Sambuc 294*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `sysctl' function. */ 295*c9ea9e7aSLionel Sambuc #define HAVE_SYSCTL 1 296*c9ea9e7aSLionel Sambuc 297*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `sysmp' function. */ 298*c9ea9e7aSLionel Sambuc /* #undef HAVE_SYSMP */ 299*c9ea9e7aSLionel Sambuc 300*c9ea9e7aSLionel Sambuc /* Define if you have the sys_errlist variable. */ 301*c9ea9e7aSLionel Sambuc #define HAVE_SYS_ERRLIST 1 302*c9ea9e7aSLionel Sambuc 303*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/file.h> header file. */ 304*c9ea9e7aSLionel Sambuc #define HAVE_SYS_FILE_H 1 305*c9ea9e7aSLionel Sambuc 306*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/mman.h> header file. */ 307*c9ea9e7aSLionel Sambuc #define HAVE_SYS_MMAN_H 1 308*c9ea9e7aSLionel Sambuc 309*c9ea9e7aSLionel Sambuc /* Define if you have the sys_nerr variable. */ 310*c9ea9e7aSLionel Sambuc #define HAVE_SYS_NERR 1 311*c9ea9e7aSLionel Sambuc 312*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/param.h> header file. */ 313*c9ea9e7aSLionel Sambuc #define HAVE_SYS_PARAM_H 1 314*c9ea9e7aSLionel Sambuc 315*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/prctl.h> header file. */ 316*c9ea9e7aSLionel Sambuc /* #undef HAVE_SYS_PRCTL_H */ 317*c9ea9e7aSLionel Sambuc 318*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/pstat.h> header file. */ 319*c9ea9e7aSLionel Sambuc /* #undef HAVE_SYS_PSTAT_H */ 320*c9ea9e7aSLionel Sambuc 321*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/resource.h> header file. */ 322*c9ea9e7aSLionel Sambuc #define HAVE_SYS_RESOURCE_H 1 323*c9ea9e7aSLionel Sambuc 324*c9ea9e7aSLionel Sambuc /* Define if you have the sys_siglist variable. */ 325*c9ea9e7aSLionel Sambuc #define HAVE_SYS_SIGLIST 1 326*c9ea9e7aSLionel Sambuc 327*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/stat.h> header file. */ 328*c9ea9e7aSLionel Sambuc #define HAVE_SYS_STAT_H 1 329*c9ea9e7aSLionel Sambuc 330*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/sysctl.h> header file. */ 331*c9ea9e7aSLionel Sambuc #define HAVE_SYS_SYSCTL_H 1 332*c9ea9e7aSLionel Sambuc 333*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/sysinfo.h> header file. */ 334*c9ea9e7aSLionel Sambuc /* #undef HAVE_SYS_SYSINFO_H */ 335*c9ea9e7aSLionel Sambuc 336*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/sysmp.h> header file. */ 337*c9ea9e7aSLionel Sambuc /* #undef HAVE_SYS_SYSMP_H */ 338*c9ea9e7aSLionel Sambuc 339*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/systemcfg.h> header file. */ 340*c9ea9e7aSLionel Sambuc /* #undef HAVE_SYS_SYSTEMCFG_H */ 341*c9ea9e7aSLionel Sambuc 342*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/table.h> header file. */ 343*c9ea9e7aSLionel Sambuc /* #undef HAVE_SYS_TABLE_H */ 344*c9ea9e7aSLionel Sambuc 345*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/time.h> header file. */ 346*c9ea9e7aSLionel Sambuc #define HAVE_SYS_TIME_H 1 347*c9ea9e7aSLionel Sambuc 348*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/types.h> header file. */ 349*c9ea9e7aSLionel Sambuc #define HAVE_SYS_TYPES_H 1 350*c9ea9e7aSLionel Sambuc 351*c9ea9e7aSLionel Sambuc /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 352*c9ea9e7aSLionel Sambuc #define HAVE_SYS_WAIT_H 1 353*c9ea9e7aSLionel Sambuc 354*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `table' function. */ 355*c9ea9e7aSLionel Sambuc /* #undef HAVE_TABLE */ 356*c9ea9e7aSLionel Sambuc 357*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `times' function. */ 358*c9ea9e7aSLionel Sambuc #define HAVE_TIMES 1 359*c9ea9e7aSLionel Sambuc 360*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <time.h> header file. */ 361*c9ea9e7aSLionel Sambuc #define HAVE_TIME_H 1 362*c9ea9e7aSLionel Sambuc 363*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `tmpnam' function. */ 364*c9ea9e7aSLionel Sambuc #define HAVE_TMPNAM 1 365*c9ea9e7aSLionel Sambuc 366*c9ea9e7aSLionel Sambuc /* Define if you have the \`uintptr_t' type. */ 367*c9ea9e7aSLionel Sambuc #define HAVE_UINTPTR_T 1 368*c9ea9e7aSLionel Sambuc 369*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <unistd.h> header file. */ 370*c9ea9e7aSLionel Sambuc #define HAVE_UNISTD_H 1 371*c9ea9e7aSLionel Sambuc 372*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `vasprintf' function. */ 373*c9ea9e7aSLionel Sambuc #define HAVE_VASPRINTF 1 374*c9ea9e7aSLionel Sambuc 375*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `vfork' function. */ 376*c9ea9e7aSLionel Sambuc #define HAVE_VFORK 1 377*c9ea9e7aSLionel Sambuc 378*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <vfork.h> header file. */ 379*c9ea9e7aSLionel Sambuc /* #undef HAVE_VFORK_H */ 380*c9ea9e7aSLionel Sambuc 381*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `vfprintf' function. */ 382*c9ea9e7aSLionel Sambuc #define HAVE_VFPRINTF 1 383*c9ea9e7aSLionel Sambuc 384*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `vprintf' function. */ 385*c9ea9e7aSLionel Sambuc #define HAVE_VPRINTF 1 386*c9ea9e7aSLionel Sambuc 387*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `vsprintf' function. */ 388*c9ea9e7aSLionel Sambuc #define HAVE_VSPRINTF 1 389*c9ea9e7aSLionel Sambuc 390*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `wait3' function. */ 391*c9ea9e7aSLionel Sambuc #define HAVE_WAIT3 1 392*c9ea9e7aSLionel Sambuc 393*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `wait4' function. */ 394*c9ea9e7aSLionel Sambuc #define HAVE_WAIT4 1 395*c9ea9e7aSLionel Sambuc 396*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `waitpid' function. */ 397*c9ea9e7aSLionel Sambuc #define HAVE_WAITPID 1 398*c9ea9e7aSLionel Sambuc 399*c9ea9e7aSLionel Sambuc /* Define to 1 if `fork' works. */ 400*c9ea9e7aSLionel Sambuc #define HAVE_WORKING_FORK 1 401*c9ea9e7aSLionel Sambuc 402*c9ea9e7aSLionel Sambuc /* Define to 1 if `vfork' works. */ 403*c9ea9e7aSLionel Sambuc #define HAVE_WORKING_VFORK 1 404*c9ea9e7aSLionel Sambuc 405*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `_doprnt' function. */ 406*c9ea9e7aSLionel Sambuc /* #undef HAVE__DOPRNT */ 407*c9ea9e7aSLionel Sambuc 408*c9ea9e7aSLionel Sambuc /* Define if you have the _system_configuration variable. */ 409*c9ea9e7aSLionel Sambuc /* #undef HAVE__SYSTEM_CONFIGURATION */ 410*c9ea9e7aSLionel Sambuc 411*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `__fsetlocking' function. */ 412*c9ea9e7aSLionel Sambuc /* #undef HAVE___FSETLOCKING */ 413*c9ea9e7aSLionel Sambuc 414*c9ea9e7aSLionel Sambuc /* Define if canonicalize_file_name is not declared in system header files. */ 415*c9ea9e7aSLionel Sambuc #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 416*c9ea9e7aSLionel Sambuc 417*c9ea9e7aSLionel Sambuc /* Define if errno must be declared even when <errno.h> is included. */ 418*c9ea9e7aSLionel Sambuc /* #undef NEED_DECLARATION_ERRNO */ 419*c9ea9e7aSLionel Sambuc 420*c9ea9e7aSLionel Sambuc /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 421*c9ea9e7aSLionel Sambuc /* #undef NO_MINUS_C_MINUS_O */ 422*c9ea9e7aSLionel Sambuc 423*c9ea9e7aSLionel Sambuc /* Define to the address where bug reports for this package should be sent. */ 424*c9ea9e7aSLionel Sambuc #define PACKAGE_BUGREPORT "" 425*c9ea9e7aSLionel Sambuc 426*c9ea9e7aSLionel Sambuc /* Define to the full name of this package. */ 427*c9ea9e7aSLionel Sambuc #define PACKAGE_NAME "" 428*c9ea9e7aSLionel Sambuc 429*c9ea9e7aSLionel Sambuc /* Define to the full name and version of this package. */ 430*c9ea9e7aSLionel Sambuc #define PACKAGE_STRING "" 431*c9ea9e7aSLionel Sambuc 432*c9ea9e7aSLionel Sambuc /* Define to the one symbol short name of this package. */ 433*c9ea9e7aSLionel Sambuc #define PACKAGE_TARNAME "" 434*c9ea9e7aSLionel Sambuc 435*c9ea9e7aSLionel Sambuc /* Define to the home page for this package. */ 436*c9ea9e7aSLionel Sambuc #define PACKAGE_URL "" 437*c9ea9e7aSLionel Sambuc 438*c9ea9e7aSLionel Sambuc /* Define to the version of this package. */ 439*c9ea9e7aSLionel Sambuc #define PACKAGE_VERSION "" 440*c9ea9e7aSLionel Sambuc 441*c9ea9e7aSLionel Sambuc /* The size of `int', as computed by sizeof. */ 442*c9ea9e7aSLionel Sambuc #define SIZEOF_INT 4 443*c9ea9e7aSLionel Sambuc 444*c9ea9e7aSLionel Sambuc /* Define if you know the direction of stack growth for your system; otherwise 445*c9ea9e7aSLionel Sambuc it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows 446*c9ea9e7aSLionel Sambuc toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses 447*c9ea9e7aSLionel Sambuc STACK_DIRECTION = 0 => direction of growth unknown */ 448*c9ea9e7aSLionel Sambuc #define STACK_DIRECTION 0 449*c9ea9e7aSLionel Sambuc 450*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the ANSI C header files. */ 451*c9ea9e7aSLionel Sambuc #define STDC_HEADERS 1 452*c9ea9e7aSLionel Sambuc 453*c9ea9e7aSLionel Sambuc /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 454*c9ea9e7aSLionel Sambuc #define TIME_WITH_SYS_TIME 1 455*c9ea9e7aSLionel Sambuc 456*c9ea9e7aSLionel Sambuc /* Define to an unsigned 64-bit type available in the compiler. */ 457*c9ea9e7aSLionel Sambuc #define UNSIGNED_64BIT_TYPE uint64_t 458*c9ea9e7aSLionel Sambuc 459*c9ea9e7aSLionel Sambuc /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 460*c9ea9e7aSLionel Sambuc significant byte first (like Motorola and SPARC, unlike Intel). */ 461*c9ea9e7aSLionel Sambuc #if defined AC_APPLE_UNIVERSAL_BUILD 462*c9ea9e7aSLionel Sambuc # if defined __BIG_ENDIAN__ 463*c9ea9e7aSLionel Sambuc # define WORDS_BIGENDIAN 1 464*c9ea9e7aSLionel Sambuc # endif 465*c9ea9e7aSLionel Sambuc #else 466*c9ea9e7aSLionel Sambuc # ifndef WORDS_BIGENDIAN 467*c9ea9e7aSLionel Sambuc # define WORDS_BIGENDIAN 1 468*c9ea9e7aSLionel Sambuc # endif 469*c9ea9e7aSLionel Sambuc #endif 470*c9ea9e7aSLionel Sambuc 471*c9ea9e7aSLionel Sambuc /* Number of bits in a file offset, on hosts where this is settable. */ 472*c9ea9e7aSLionel Sambuc /* #undef _FILE_OFFSET_BITS */ 473*c9ea9e7aSLionel Sambuc 474*c9ea9e7aSLionel Sambuc /* Define for large files, on AIX-style hosts. */ 475*c9ea9e7aSLionel Sambuc /* #undef _LARGE_FILES */ 476*c9ea9e7aSLionel Sambuc 477*c9ea9e7aSLionel Sambuc /* Define to empty if `const' does not conform to ANSI C. */ 478*c9ea9e7aSLionel Sambuc /* #undef const */ 479*c9ea9e7aSLionel Sambuc 480*c9ea9e7aSLionel Sambuc /* Define to `__inline__' or `__inline' if that's what the C compiler 481*c9ea9e7aSLionel Sambuc calls it, or to nothing if 'inline' is not supported under any name. */ 482*c9ea9e7aSLionel Sambuc #ifndef __cplusplus 483*c9ea9e7aSLionel Sambuc /* #undef inline */ 484*c9ea9e7aSLionel Sambuc #endif 485*c9ea9e7aSLionel Sambuc 486*c9ea9e7aSLionel Sambuc /* Define to the type of a signed integer type wide enough to hold a pointer, 487*c9ea9e7aSLionel Sambuc if such a type exists, and if the system does not define it. */ 488*c9ea9e7aSLionel Sambuc /* #undef intptr_t */ 489*c9ea9e7aSLionel Sambuc 490*c9ea9e7aSLionel Sambuc /* Define to `int' if <sys/types.h> does not define. */ 491*c9ea9e7aSLionel Sambuc /* #undef pid_t */ 492*c9ea9e7aSLionel Sambuc 493*c9ea9e7aSLionel Sambuc /* Define to `int' if <sys/types.h> does not define. */ 494*c9ea9e7aSLionel Sambuc /* #undef ssize_t */ 495*c9ea9e7aSLionel Sambuc 496*c9ea9e7aSLionel Sambuc /* Define to the type of an unsigned integer type wide enough to hold a 497*c9ea9e7aSLionel Sambuc pointer, if such a type exists, and if the system does not define it. */ 498*c9ea9e7aSLionel Sambuc /* #undef uintptr_t */ 499*c9ea9e7aSLionel Sambuc 500*c9ea9e7aSLionel Sambuc /* Define as `fork' if `vfork' does not work. */ 501*c9ea9e7aSLionel Sambuc /* #undef vfork */ 502