1396ba001Smrg /* 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 */ 4396ba001Smrg 5396ba001Smrg /* config.h. Generated from config.in by configure. */ 6396ba001Smrg /* config.in. Generated from configure.ac by autoheader. */ 7396ba001Smrg 8396ba001Smrg /* Define if building universal (internal helper macro) */ 9396ba001Smrg /* #undef AC_APPLE_UNIVERSAL_BUILD */ 10396ba001Smrg 11396ba001Smrg /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. 12396ba001Smrg This function is required for alloca.c support on those systems. */ 13396ba001Smrg /* #undef CRAY_STACKSEG_END */ 14396ba001Smrg 15396ba001Smrg /* Define to 1 if you have the <alloca.h> header file. */ 16396ba001Smrg /* #undef HAVE_ALLOCA_H */ 17396ba001Smrg 18396ba001Smrg /* Define to 1 if you have the `asprintf' function. */ 19396ba001Smrg #define HAVE_ASPRINTF 1 20396ba001Smrg 21396ba001Smrg /* Define to 1 if you have the `atexit' function. */ 22396ba001Smrg #define HAVE_ATEXIT 1 23396ba001Smrg 24396ba001Smrg /* Define to 1 if you have the `basename' function. */ 25396ba001Smrg #define HAVE_BASENAME 1 26396ba001Smrg 27396ba001Smrg /* Define to 1 if you have the `bcmp' function. */ 28396ba001Smrg #define HAVE_BCMP 1 29396ba001Smrg 30396ba001Smrg /* Define to 1 if you have the `bcopy' function. */ 31396ba001Smrg #define HAVE_BCOPY 1 32396ba001Smrg 33396ba001Smrg /* Define to 1 if you have the `bsearch' function. */ 34396ba001Smrg #define HAVE_BSEARCH 1 35396ba001Smrg 36396ba001Smrg /* Define to 1 if you have the `bzero' function. */ 37396ba001Smrg #define HAVE_BZERO 1 38396ba001Smrg 39396ba001Smrg /* Define to 1 if you have the `calloc' function. */ 40396ba001Smrg #define HAVE_CALLOC 1 41396ba001Smrg 42396ba001Smrg /* Define to 1 if you have the `canonicalize_file_name' function. */ 43396ba001Smrg /* #undef HAVE_CANONICALIZE_FILE_NAME */ 44396ba001Smrg 45396ba001Smrg /* Define to 1 if you have the `clock' function. */ 46396ba001Smrg #define HAVE_CLOCK 1 47396ba001Smrg 48396ba001Smrg /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 49396ba001Smrg don't. */ 50396ba001Smrg #define HAVE_DECL_ASPRINTF 1 51396ba001Smrg 5249d8c9ecSmrg /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if 5349d8c9ecSmrg you don't. */ 54396ba001Smrg #define HAVE_DECL_BASENAME 0 55396ba001Smrg 56396ba001Smrg /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't. 57396ba001Smrg */ 58396ba001Smrg #define HAVE_DECL_CALLOC 1 59396ba001Smrg 60396ba001Smrg /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 61396ba001Smrg #define HAVE_DECL_FFS 1 62396ba001Smrg 63396ba001Smrg /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 64396ba001Smrg */ 65396ba001Smrg #define HAVE_DECL_GETENV 1 66396ba001Smrg 67396ba001Smrg /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. 68396ba001Smrg */ 69396ba001Smrg #define HAVE_DECL_GETOPT 1 70396ba001Smrg 71396ba001Smrg /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. 72396ba001Smrg */ 73396ba001Smrg #define HAVE_DECL_MALLOC 1 74396ba001Smrg 75396ba001Smrg /* Define to 1 if you have the declaration of `realloc', and to 0 if you 76396ba001Smrg don't. */ 77396ba001Smrg #define HAVE_DECL_REALLOC 1 78396ba001Smrg 79396ba001Smrg /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. 80396ba001Smrg */ 81396ba001Smrg #define HAVE_DECL_SBRK 1 82396ba001Smrg 83396ba001Smrg /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 84396ba001Smrg don't. */ 85396ba001Smrg #define HAVE_DECL_SNPRINTF 1 86396ba001Smrg 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 918bf117ecSmrg /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't. 928bf117ecSmrg */ 938bf117ecSmrg #define HAVE_DECL_STRTOL 1 948bf117ecSmrg 958bf117ecSmrg /* Define to 1 if you have the declaration of `strtoll', and to 0 if you 968bf117ecSmrg don't. */ 978bf117ecSmrg #define HAVE_DECL_STRTOLL 1 988bf117ecSmrg 998bf117ecSmrg /* Define to 1 if you have the declaration of `strtoul', and to 0 if you 1008bf117ecSmrg don't. */ 1018bf117ecSmrg #define HAVE_DECL_STRTOUL 1 1028bf117ecSmrg 1038bf117ecSmrg /* Define to 1 if you have the declaration of `strtoull', and to 0 if you 1048bf117ecSmrg don't. */ 1058bf117ecSmrg #define HAVE_DECL_STRTOULL 1 1068bf117ecSmrg 107396ba001Smrg /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you 108396ba001Smrg don't. */ 109396ba001Smrg #define HAVE_DECL_STRVERSCMP 0 110396ba001Smrg 111396ba001Smrg /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 112396ba001Smrg don't. */ 113396ba001Smrg #define HAVE_DECL_VASPRINTF 1 114396ba001Smrg 115396ba001Smrg /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 116396ba001Smrg don't. */ 117396ba001Smrg #define HAVE_DECL_VSNPRINTF 1 118396ba001Smrg 11949d8c9ecSmrg /* Define to 1 if you have the `dup3' function. */ 12049d8c9ecSmrg #define HAVE_DUP3 1 12149d8c9ecSmrg 122396ba001Smrg /* Define to 1 if you have the <fcntl.h> header file. */ 123396ba001Smrg #define HAVE_FCNTL_H 1 124396ba001Smrg 125396ba001Smrg /* Define to 1 if you have the `ffs' function. */ 126396ba001Smrg #define HAVE_FFS 1 127396ba001Smrg 128396ba001Smrg /* Define to 1 if you have the `fork' function. */ 129396ba001Smrg #define HAVE_FORK 1 130396ba001Smrg 131396ba001Smrg /* Define to 1 if you have the `getcwd' function. */ 132396ba001Smrg #define HAVE_GETCWD 1 133396ba001Smrg 134396ba001Smrg /* Define to 1 if you have the `getpagesize' function. */ 135396ba001Smrg #define HAVE_GETPAGESIZE 1 136396ba001Smrg 13749d8c9ecSmrg /* Define to 1 if you have the `getrlimit' function. */ 13849d8c9ecSmrg #define HAVE_GETRLIMIT 1 13949d8c9ecSmrg 140396ba001Smrg /* Define to 1 if you have the `getrusage' function. */ 141396ba001Smrg #define HAVE_GETRUSAGE 1 142396ba001Smrg 143396ba001Smrg /* Define to 1 if you have the `getsysinfo' function. */ 144396ba001Smrg /* #undef HAVE_GETSYSINFO */ 145396ba001Smrg 146396ba001Smrg /* Define to 1 if you have the `gettimeofday' function. */ 147396ba001Smrg #define HAVE_GETTIMEOFDAY 1 148396ba001Smrg 149396ba001Smrg /* Define to 1 if you have the `index' function. */ 150396ba001Smrg #define HAVE_INDEX 1 151396ba001Smrg 152396ba001Smrg /* Define to 1 if you have the `insque' function. */ 153396ba001Smrg #define HAVE_INSQUE 1 154396ba001Smrg 155396ba001Smrg /* Define to 1 if the system has the type `intptr_t'. */ 156396ba001Smrg #define HAVE_INTPTR_T 1 157396ba001Smrg 158396ba001Smrg /* Define to 1 if you have the <inttypes.h> header file. */ 159396ba001Smrg #define HAVE_INTTYPES_H 1 160396ba001Smrg 161396ba001Smrg /* Define to 1 if you have the <limits.h> header file. */ 162396ba001Smrg #define HAVE_LIMITS_H 1 163396ba001Smrg 1648bf117ecSmrg /* Define if you have the `long long' type. */ 1658bf117ecSmrg #define HAVE_LONG_LONG 1 1668bf117ecSmrg 167396ba001Smrg /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */ 168396ba001Smrg /* #undef HAVE_MACHINE_HAL_SYSINFO_H */ 169396ba001Smrg 170396ba001Smrg /* Define to 1 if you have the <malloc.h> header file. */ 171396ba001Smrg #define HAVE_MALLOC_H 1 172396ba001Smrg 173396ba001Smrg /* Define to 1 if you have the `memchr' function. */ 174396ba001Smrg #define HAVE_MEMCHR 1 175396ba001Smrg 176396ba001Smrg /* Define to 1 if you have the `memcmp' function. */ 177396ba001Smrg #define HAVE_MEMCMP 1 178396ba001Smrg 179396ba001Smrg /* Define to 1 if you have the `memcpy' function. */ 180396ba001Smrg #define HAVE_MEMCPY 1 181396ba001Smrg 182396ba001Smrg /* Define to 1 if you have the `memmem' function. */ 183396ba001Smrg #define HAVE_MEMMEM 1 184396ba001Smrg 185396ba001Smrg /* Define to 1 if you have the `memmove' function. */ 186396ba001Smrg #define HAVE_MEMMOVE 1 187396ba001Smrg 188396ba001Smrg /* Define to 1 if you have the <memory.h> header file. */ 189396ba001Smrg #define HAVE_MEMORY_H 1 190396ba001Smrg 191396ba001Smrg /* Define to 1 if you have the `memset' function. */ 192396ba001Smrg #define HAVE_MEMSET 1 193396ba001Smrg 194396ba001Smrg /* Define to 1 if you have the `mkstemps' function. */ 195975cc27cSmrg #define HAVE_MKSTEMPS 1 196396ba001Smrg 197396ba001Smrg /* Define to 1 if you have a working `mmap' system call. */ 198396ba001Smrg #define HAVE_MMAP 1 199396ba001Smrg 200396ba001Smrg /* Define to 1 if you have the `on_exit' function. */ 201396ba001Smrg /* #undef HAVE_ON_EXIT */ 202396ba001Smrg 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 209396ba001Smrg /* Define to 1 if you have the `psignal' function. */ 210396ba001Smrg #define HAVE_PSIGNAL 1 211396ba001Smrg 212396ba001Smrg /* Define to 1 if you have the `pstat_getdynamic' function. */ 213396ba001Smrg /* #undef HAVE_PSTAT_GETDYNAMIC */ 214396ba001Smrg 215396ba001Smrg /* Define to 1 if you have the `pstat_getstatic' function. */ 216396ba001Smrg /* #undef HAVE_PSTAT_GETSTATIC */ 217396ba001Smrg 218396ba001Smrg /* Define to 1 if you have the `putenv' function. */ 219396ba001Smrg #define HAVE_PUTENV 1 220396ba001Smrg 221396ba001Smrg /* Define to 1 if you have the `random' function. */ 222396ba001Smrg #define HAVE_RANDOM 1 223396ba001Smrg 224396ba001Smrg /* Define to 1 if you have the `realpath' function. */ 225396ba001Smrg #define HAVE_REALPATH 1 226396ba001Smrg 227396ba001Smrg /* Define to 1 if you have the `rename' function. */ 228396ba001Smrg #define HAVE_RENAME 1 229396ba001Smrg 230396ba001Smrg /* Define to 1 if you have the `rindex' function. */ 231396ba001Smrg #define HAVE_RINDEX 1 232396ba001Smrg 233396ba001Smrg /* Define to 1 if you have the `sbrk' function. */ 234396ba001Smrg #define HAVE_SBRK 1 235396ba001Smrg 236396ba001Smrg /* Define to 1 if you have the `setenv' function. */ 237396ba001Smrg #define HAVE_SETENV 1 238396ba001Smrg 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 245396ba001Smrg /* Define to 1 if you have the `sigsetmask' function. */ 246396ba001Smrg #define HAVE_SIGSETMASK 1 247396ba001Smrg 248396ba001Smrg /* Define to 1 if you have the `snprintf' function. */ 249396ba001Smrg #define HAVE_SNPRINTF 1 250396ba001Smrg 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 257396ba001Smrg /* Define to 1 if you have the <stdint.h> header file. */ 258396ba001Smrg #define HAVE_STDINT_H 1 259396ba001Smrg 260396ba001Smrg /* Define to 1 if you have the <stdio_ext.h> header file. */ 261396ba001Smrg /* #undef HAVE_STDIO_EXT_H */ 262396ba001Smrg 263396ba001Smrg /* Define to 1 if you have the <stdlib.h> header file. */ 264396ba001Smrg #define HAVE_STDLIB_H 1 265396ba001Smrg 266396ba001Smrg /* Define to 1 if you have the `stpcpy' function. */ 267396ba001Smrg #define HAVE_STPCPY 1 268396ba001Smrg 269396ba001Smrg /* Define to 1 if you have the `stpncpy' function. */ 270396ba001Smrg #define HAVE_STPNCPY 1 271396ba001Smrg 272396ba001Smrg /* Define to 1 if you have the `strcasecmp' function. */ 273396ba001Smrg #define HAVE_STRCASECMP 1 274396ba001Smrg 275396ba001Smrg /* Define to 1 if you have the `strchr' function. */ 276396ba001Smrg #define HAVE_STRCHR 1 277396ba001Smrg 278396ba001Smrg /* Define to 1 if you have the `strdup' function. */ 279396ba001Smrg #define HAVE_STRDUP 1 280396ba001Smrg 281396ba001Smrg /* Define to 1 if you have the `strerror' function. */ 282396ba001Smrg #define HAVE_STRERROR 1 283396ba001Smrg 284396ba001Smrg /* Define to 1 if you have the <strings.h> header file. */ 285396ba001Smrg #define HAVE_STRINGS_H 1 286396ba001Smrg 287396ba001Smrg /* Define to 1 if you have the <string.h> header file. */ 288396ba001Smrg #define HAVE_STRING_H 1 289396ba001Smrg 290396ba001Smrg /* Define to 1 if you have the `strncasecmp' function. */ 291396ba001Smrg #define HAVE_STRNCASECMP 1 292396ba001Smrg 293396ba001Smrg /* Define to 1 if you have the `strndup' function. */ 294396ba001Smrg #define HAVE_STRNDUP 1 295396ba001Smrg 29649d8c9ecSmrg /* Define to 1 if you have the `strnlen' function. */ 29749d8c9ecSmrg #define HAVE_STRNLEN 1 29849d8c9ecSmrg 299396ba001Smrg /* Define to 1 if you have the `strrchr' function. */ 300396ba001Smrg #define HAVE_STRRCHR 1 301396ba001Smrg 302396ba001Smrg /* Define to 1 if you have the `strsignal' function. */ 303396ba001Smrg #define HAVE_STRSIGNAL 1 304396ba001Smrg 305396ba001Smrg /* Define to 1 if you have the `strstr' function. */ 306396ba001Smrg #define HAVE_STRSTR 1 307396ba001Smrg 308396ba001Smrg /* Define to 1 if you have the `strtod' function. */ 309396ba001Smrg #define HAVE_STRTOD 1 310396ba001Smrg 311396ba001Smrg /* Define to 1 if you have the `strtol' function. */ 312396ba001Smrg #define HAVE_STRTOL 1 313396ba001Smrg 3148bf117ecSmrg /* Define to 1 if you have the `strtoll' function. */ 3158bf117ecSmrg #define HAVE_STRTOLL 1 3168bf117ecSmrg 317396ba001Smrg /* Define to 1 if you have the `strtoul' function. */ 318396ba001Smrg #define HAVE_STRTOUL 1 319396ba001Smrg 3208bf117ecSmrg /* Define to 1 if you have the `strtoull' function. */ 3218bf117ecSmrg #define HAVE_STRTOULL 1 3228bf117ecSmrg 323396ba001Smrg /* Define to 1 if you have the `strverscmp' function. */ 324396ba001Smrg /* #undef HAVE_STRVERSCMP */ 325396ba001Smrg 326396ba001Smrg /* Define to 1 if you have the `sysconf' function. */ 327396ba001Smrg #define HAVE_SYSCONF 1 328396ba001Smrg 329396ba001Smrg /* Define to 1 if you have the `sysctl' function. */ 330396ba001Smrg #define HAVE_SYSCTL 1 331396ba001Smrg 332396ba001Smrg /* Define to 1 if you have the `sysmp' function. */ 333396ba001Smrg /* #undef HAVE_SYSMP */ 334396ba001Smrg 335396ba001Smrg /* Define if you have the sys_errlist variable. */ 336396ba001Smrg #define HAVE_SYS_ERRLIST 1 337396ba001Smrg 338396ba001Smrg /* Define to 1 if you have the <sys/file.h> header file. */ 339396ba001Smrg #define HAVE_SYS_FILE_H 1 340396ba001Smrg 341396ba001Smrg /* Define to 1 if you have the <sys/mman.h> header file. */ 342396ba001Smrg #define HAVE_SYS_MMAN_H 1 343396ba001Smrg 344396ba001Smrg /* Define if you have the sys_nerr variable. */ 345396ba001Smrg #define HAVE_SYS_NERR 1 346396ba001Smrg 347396ba001Smrg /* Define to 1 if you have the <sys/param.h> header file. */ 348396ba001Smrg #define HAVE_SYS_PARAM_H 1 349396ba001Smrg 35049d8c9ecSmrg /* Define to 1 if you have the <sys/prctl.h> header file. */ 35149d8c9ecSmrg /* #undef HAVE_SYS_PRCTL_H */ 35249d8c9ecSmrg 353396ba001Smrg /* Define to 1 if you have the <sys/pstat.h> header file. */ 354396ba001Smrg /* #undef HAVE_SYS_PSTAT_H */ 355396ba001Smrg 356396ba001Smrg /* Define to 1 if you have the <sys/resource.h> header file. */ 357396ba001Smrg #define HAVE_SYS_RESOURCE_H 1 358396ba001Smrg 359396ba001Smrg /* Define if you have the sys_siglist variable. */ 360396ba001Smrg #define HAVE_SYS_SIGLIST 1 361396ba001Smrg 362396ba001Smrg /* Define to 1 if you have the <sys/stat.h> header file. */ 363396ba001Smrg #define HAVE_SYS_STAT_H 1 364396ba001Smrg 365396ba001Smrg /* Define to 1 if you have the <sys/sysctl.h> header file. */ 366396ba001Smrg #define HAVE_SYS_SYSCTL_H 1 367396ba001Smrg 368396ba001Smrg /* Define to 1 if you have the <sys/sysinfo.h> header file. */ 369396ba001Smrg /* #undef HAVE_SYS_SYSINFO_H */ 370396ba001Smrg 371396ba001Smrg /* Define to 1 if you have the <sys/sysmp.h> header file. */ 372396ba001Smrg /* #undef HAVE_SYS_SYSMP_H */ 373396ba001Smrg 374396ba001Smrg /* Define to 1 if you have the <sys/systemcfg.h> header file. */ 375396ba001Smrg /* #undef HAVE_SYS_SYSTEMCFG_H */ 376396ba001Smrg 377396ba001Smrg /* Define to 1 if you have the <sys/table.h> header file. */ 378396ba001Smrg /* #undef HAVE_SYS_TABLE_H */ 379396ba001Smrg 380396ba001Smrg /* Define to 1 if you have the <sys/time.h> header file. */ 381396ba001Smrg #define HAVE_SYS_TIME_H 1 382396ba001Smrg 383396ba001Smrg /* Define to 1 if you have the <sys/types.h> header file. */ 384396ba001Smrg #define HAVE_SYS_TYPES_H 1 385396ba001Smrg 386396ba001Smrg /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 387396ba001Smrg #define HAVE_SYS_WAIT_H 1 388396ba001Smrg 389396ba001Smrg /* Define to 1 if you have the `table' function. */ 390396ba001Smrg /* #undef HAVE_TABLE */ 391396ba001Smrg 392396ba001Smrg /* Define to 1 if you have the `times' function. */ 393396ba001Smrg #define HAVE_TIMES 1 394396ba001Smrg 395396ba001Smrg /* Define to 1 if you have the <time.h> header file. */ 396396ba001Smrg #define HAVE_TIME_H 1 397396ba001Smrg 398396ba001Smrg /* Define to 1 if you have the `tmpnam' function. */ 399396ba001Smrg #define HAVE_TMPNAM 1 400396ba001Smrg 401396ba001Smrg /* Define if you have the \`uintptr_t' type. */ 402396ba001Smrg #define HAVE_UINTPTR_T 1 403396ba001Smrg 404396ba001Smrg /* Define to 1 if you have the <unistd.h> header file. */ 405396ba001Smrg #define HAVE_UNISTD_H 1 406396ba001Smrg 407396ba001Smrg /* Define to 1 if you have the `vasprintf' function. */ 408396ba001Smrg #define HAVE_VASPRINTF 1 409396ba001Smrg 410396ba001Smrg /* Define to 1 if you have the `vfork' function. */ 411396ba001Smrg #define HAVE_VFORK 1 412396ba001Smrg 413396ba001Smrg /* Define to 1 if you have the <vfork.h> header file. */ 414396ba001Smrg /* #undef HAVE_VFORK_H */ 415396ba001Smrg 416396ba001Smrg /* Define to 1 if you have the `vfprintf' function. */ 417396ba001Smrg #define HAVE_VFPRINTF 1 418396ba001Smrg 419396ba001Smrg /* Define to 1 if you have the `vprintf' function. */ 420396ba001Smrg #define HAVE_VPRINTF 1 421396ba001Smrg 422396ba001Smrg /* Define to 1 if you have the `vsprintf' function. */ 423396ba001Smrg #define HAVE_VSPRINTF 1 424396ba001Smrg 425396ba001Smrg /* Define to 1 if you have the `wait3' function. */ 426396ba001Smrg #define HAVE_WAIT3 1 427396ba001Smrg 428396ba001Smrg /* Define to 1 if you have the `wait4' function. */ 429396ba001Smrg #define HAVE_WAIT4 1 430396ba001Smrg 431396ba001Smrg /* Define to 1 if you have the `waitpid' function. */ 432396ba001Smrg #define HAVE_WAITPID 1 433396ba001Smrg 434396ba001Smrg /* Define to 1 if `fork' works. */ 435396ba001Smrg #define HAVE_WORKING_FORK 1 436396ba001Smrg 437396ba001Smrg /* Define to 1 if `vfork' works. */ 438396ba001Smrg #define HAVE_WORKING_VFORK 1 439396ba001Smrg 440396ba001Smrg /* Define to 1 if you have the `_doprnt' function. */ 441396ba001Smrg /* #undef HAVE__DOPRNT */ 442396ba001Smrg 443396ba001Smrg /* Define if you have the _system_configuration variable. */ 444396ba001Smrg /* #undef HAVE__SYSTEM_CONFIGURATION */ 445396ba001Smrg 446396ba001Smrg /* Define to 1 if you have the `__fsetlocking' function. */ 447396ba001Smrg /* #undef HAVE___FSETLOCKING */ 448396ba001Smrg 449396ba001Smrg /* Define if canonicalize_file_name is not declared in system header files. */ 450396ba001Smrg #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 451396ba001Smrg 452396ba001Smrg /* Define if errno must be declared even when <errno.h> is included. */ 453396ba001Smrg /* #undef NEED_DECLARATION_ERRNO */ 454396ba001Smrg 455396ba001Smrg /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 456396ba001Smrg /* #undef NO_MINUS_C_MINUS_O */ 457396ba001Smrg 458396ba001Smrg /* Define to the address where bug reports for this package should be sent. */ 459396ba001Smrg #define PACKAGE_BUGREPORT "" 460396ba001Smrg 461396ba001Smrg /* Define to the full name of this package. */ 462396ba001Smrg #define PACKAGE_NAME "" 463396ba001Smrg 464396ba001Smrg /* Define to the full name and version of this package. */ 465396ba001Smrg #define PACKAGE_STRING "" 466396ba001Smrg 467396ba001Smrg /* Define to the one symbol short name of this package. */ 468396ba001Smrg #define PACKAGE_TARNAME "" 469396ba001Smrg 470396ba001Smrg /* Define to the home page for this package. */ 471396ba001Smrg #define PACKAGE_URL "" 472396ba001Smrg 473396ba001Smrg /* Define to the version of this package. */ 474396ba001Smrg #define PACKAGE_VERSION "" 475396ba001Smrg 476396ba001Smrg /* The size of `int', as computed by sizeof. */ 477396ba001Smrg #define SIZEOF_INT 4 478396ba001Smrg 4798bf117ecSmrg /* The size of `long', as computed by sizeof. */ 4808bf117ecSmrg #define SIZEOF_LONG 4 4818bf117ecSmrg 4828bf117ecSmrg /* The size of `long long', as computed by sizeof. */ 4838bf117ecSmrg #define SIZEOF_LONG_LONG 8 4848bf117ecSmrg 4853d95d378Smrg /* The size of `size_t', as computed by sizeof. */ 4863d95d378Smrg #define SIZEOF_SIZE_T 4 4873d95d378Smrg 488396ba001Smrg /* Define if you know the direction of stack growth for your system; otherwise 489396ba001Smrg it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows 490396ba001Smrg toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses 491396ba001Smrg STACK_DIRECTION = 0 => direction of growth unknown */ 492396ba001Smrg #define STACK_DIRECTION 0 493396ba001Smrg 494396ba001Smrg /* Define to 1 if you have the ANSI C header files. */ 495396ba001Smrg #define STDC_HEADERS 1 496396ba001Smrg 497396ba001Smrg /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 498396ba001Smrg #define TIME_WITH_SYS_TIME 1 499396ba001Smrg 500396ba001Smrg /* Define to an unsigned 64-bit type available in the compiler. */ 501396ba001Smrg #define UNSIGNED_64BIT_TYPE uint64_t 502396ba001Smrg 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 525396ba001Smrg /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 526396ba001Smrg significant byte first (like Motorola and SPARC, unlike Intel). */ 527396ba001Smrg #if defined AC_APPLE_UNIVERSAL_BUILD 528396ba001Smrg # if defined __BIG_ENDIAN__ 529396ba001Smrg # define WORDS_BIGENDIAN 1 530396ba001Smrg # endif 531396ba001Smrg #else 532396ba001Smrg # ifndef WORDS_BIGENDIAN 533396ba001Smrg # define WORDS_BIGENDIAN 1 534396ba001Smrg # endif 535396ba001Smrg #endif 536396ba001Smrg 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 542396ba001Smrg /* Number of bits in a file offset, on hosts where this is settable. */ 543396ba001Smrg /* #undef _FILE_OFFSET_BITS */ 544396ba001Smrg 545396ba001Smrg /* Define for large files, on AIX-style hosts. */ 546396ba001Smrg /* #undef _LARGE_FILES */ 547396ba001Smrg 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 558396ba001Smrg /* Define to empty if `const' does not conform to ANSI C. */ 559396ba001Smrg /* #undef const */ 560396ba001Smrg 561396ba001Smrg /* Define to `__inline__' or `__inline' if that's what the C compiler 562396ba001Smrg calls it, or to nothing if 'inline' is not supported under any name. */ 563396ba001Smrg #ifndef __cplusplus 564396ba001Smrg /* #undef inline */ 565396ba001Smrg #endif 566396ba001Smrg 567396ba001Smrg /* Define to the type of a signed integer type wide enough to hold a pointer, 568396ba001Smrg if such a type exists, and if the system does not define it. */ 569396ba001Smrg /* #undef intptr_t */ 570396ba001Smrg 571396ba001Smrg /* Define to `int' if <sys/types.h> does not define. */ 572396ba001Smrg /* #undef pid_t */ 573396ba001Smrg 57449d8c9ecSmrg /* Define to `int' if <sys/types.h> does not define. */ 57549d8c9ecSmrg /* #undef ssize_t */ 57649d8c9ecSmrg 577396ba001Smrg /* Define to the type of an unsigned integer type wide enough to hold a 578396ba001Smrg pointer, if such a type exists, and if the system does not define it. */ 579396ba001Smrg /* #undef uintptr_t */ 580396ba001Smrg 581396ba001Smrg /* Define as `fork' if `vfork' does not work. */ 582396ba001Smrg /* #undef vfork */ 583