1230b9566Smatt /* This file is automatically generated. DO NOT EDIT! */ 2230b9566Smatt /* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp */ 3230b9566Smatt /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */ 4230b9566Smatt 5230b9566Smatt /* config.h. Generated from config.in by configure. */ 6230b9566Smatt /* config.in. Generated from configure.ac by autoheader. */ 7230b9566Smatt 8230b9566Smatt /* Define if building universal (internal helper macro) */ 9230b9566Smatt /* #undef AC_APPLE_UNIVERSAL_BUILD */ 10230b9566Smatt 11230b9566Smatt /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. 12230b9566Smatt This function is required for alloca.c support on those systems. */ 13230b9566Smatt /* #undef CRAY_STACKSEG_END */ 14230b9566Smatt 15230b9566Smatt /* Define to 1 if you have the <alloca.h> header file. */ 16230b9566Smatt /* #undef HAVE_ALLOCA_H */ 17230b9566Smatt 18230b9566Smatt /* Define to 1 if you have the `asprintf' function. */ 19230b9566Smatt #define HAVE_ASPRINTF 1 20230b9566Smatt 21230b9566Smatt /* Define to 1 if you have the `atexit' function. */ 22230b9566Smatt #define HAVE_ATEXIT 1 23230b9566Smatt 24230b9566Smatt /* Define to 1 if you have the `basename' function. */ 25230b9566Smatt #define HAVE_BASENAME 1 26230b9566Smatt 27230b9566Smatt /* Define to 1 if you have the `bcmp' function. */ 28230b9566Smatt #define HAVE_BCMP 1 29230b9566Smatt 30230b9566Smatt /* Define to 1 if you have the `bcopy' function. */ 31230b9566Smatt #define HAVE_BCOPY 1 32230b9566Smatt 33230b9566Smatt /* Define to 1 if you have the `bsearch' function. */ 34230b9566Smatt #define HAVE_BSEARCH 1 35230b9566Smatt 36230b9566Smatt /* Define to 1 if you have the `bzero' function. */ 37230b9566Smatt #define HAVE_BZERO 1 38230b9566Smatt 39230b9566Smatt /* Define to 1 if you have the `calloc' function. */ 40230b9566Smatt #define HAVE_CALLOC 1 41230b9566Smatt 42230b9566Smatt /* Define to 1 if you have the `canonicalize_file_name' function. */ 43230b9566Smatt /* #undef HAVE_CANONICALIZE_FILE_NAME */ 44230b9566Smatt 45230b9566Smatt /* Define to 1 if you have the `clock' function. */ 46230b9566Smatt #define HAVE_CLOCK 1 47230b9566Smatt 48230b9566Smatt /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 49230b9566Smatt don't. */ 50230b9566Smatt #define HAVE_DECL_ASPRINTF 1 51230b9566Smatt 52230b9566Smatt /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if 53230b9566Smatt you don't. */ 54230b9566Smatt #define HAVE_DECL_BASENAME 0 55230b9566Smatt 56230b9566Smatt /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't. 57230b9566Smatt */ 58230b9566Smatt #define HAVE_DECL_CALLOC 1 59230b9566Smatt 60230b9566Smatt /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 61230b9566Smatt #define HAVE_DECL_FFS 1 62230b9566Smatt 63230b9566Smatt /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 64230b9566Smatt */ 65230b9566Smatt #define HAVE_DECL_GETENV 1 66230b9566Smatt 67230b9566Smatt /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. 68230b9566Smatt */ 69230b9566Smatt #define HAVE_DECL_GETOPT 1 70230b9566Smatt 71230b9566Smatt /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. 72230b9566Smatt */ 73230b9566Smatt #define HAVE_DECL_MALLOC 1 74230b9566Smatt 75230b9566Smatt /* Define to 1 if you have the declaration of `realloc', and to 0 if you 76230b9566Smatt don't. */ 77230b9566Smatt #define HAVE_DECL_REALLOC 1 78230b9566Smatt 79230b9566Smatt /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. 80230b9566Smatt */ 81230b9566Smatt #define HAVE_DECL_SBRK 1 82230b9566Smatt 83230b9566Smatt /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 84230b9566Smatt don't. */ 85230b9566Smatt #define HAVE_DECL_SNPRINTF 1 86230b9566Smatt 87*04028aa9Schristos /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't. 88*04028aa9Schristos */ 89*04028aa9Schristos #define HAVE_DECL_STRTOL 1 90*04028aa9Schristos 91*04028aa9Schristos /* Define to 1 if you have the declaration of `strtoll', and to 0 if you 92*04028aa9Schristos don't. */ 93*04028aa9Schristos #define HAVE_DECL_STRTOLL 1 94*04028aa9Schristos 95*04028aa9Schristos /* Define to 1 if you have the declaration of `strtoul', and to 0 if you 96*04028aa9Schristos don't. */ 97*04028aa9Schristos #define HAVE_DECL_STRTOUL 1 98*04028aa9Schristos 99*04028aa9Schristos /* Define to 1 if you have the declaration of `strtoull', and to 0 if you 100*04028aa9Schristos don't. */ 101*04028aa9Schristos #define HAVE_DECL_STRTOULL 1 102*04028aa9Schristos 103230b9566Smatt /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you 104230b9566Smatt don't. */ 105230b9566Smatt #define HAVE_DECL_STRVERSCMP 0 106230b9566Smatt 107230b9566Smatt /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 108230b9566Smatt don't. */ 109230b9566Smatt #define HAVE_DECL_VASPRINTF 1 110230b9566Smatt 111230b9566Smatt /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 112230b9566Smatt don't. */ 113230b9566Smatt #define HAVE_DECL_VSNPRINTF 1 114230b9566Smatt 115230b9566Smatt /* Define to 1 if you have the `dup3' function. */ 116230b9566Smatt #define HAVE_DUP3 1 117230b9566Smatt 118230b9566Smatt /* Define to 1 if you have the <fcntl.h> header file. */ 119230b9566Smatt #define HAVE_FCNTL_H 1 120230b9566Smatt 121230b9566Smatt /* Define to 1 if you have the `ffs' function. */ 122230b9566Smatt #define HAVE_FFS 1 123230b9566Smatt 124230b9566Smatt /* Define to 1 if you have the `fork' function. */ 125230b9566Smatt #define HAVE_FORK 1 126230b9566Smatt 127230b9566Smatt /* Define to 1 if you have the `getcwd' function. */ 128230b9566Smatt #define HAVE_GETCWD 1 129230b9566Smatt 130230b9566Smatt /* Define to 1 if you have the `getpagesize' function. */ 131230b9566Smatt #define HAVE_GETPAGESIZE 1 132230b9566Smatt 133230b9566Smatt /* Define to 1 if you have the `getrlimit' function. */ 134230b9566Smatt #define HAVE_GETRLIMIT 1 135230b9566Smatt 136230b9566Smatt /* Define to 1 if you have the `getrusage' function. */ 137230b9566Smatt #define HAVE_GETRUSAGE 1 138230b9566Smatt 139230b9566Smatt /* Define to 1 if you have the `getsysinfo' function. */ 140230b9566Smatt /* #undef HAVE_GETSYSINFO */ 141230b9566Smatt 142230b9566Smatt /* Define to 1 if you have the `gettimeofday' function. */ 143230b9566Smatt #define HAVE_GETTIMEOFDAY 1 144230b9566Smatt 145230b9566Smatt /* Define to 1 if you have the `index' function. */ 146230b9566Smatt #define HAVE_INDEX 1 147230b9566Smatt 148230b9566Smatt /* Define to 1 if you have the `insque' function. */ 149230b9566Smatt #define HAVE_INSQUE 1 150230b9566Smatt 151230b9566Smatt /* Define to 1 if the system has the type `intptr_t'. */ 152230b9566Smatt #define HAVE_INTPTR_T 1 153230b9566Smatt 154230b9566Smatt /* Define to 1 if you have the <inttypes.h> header file. */ 155230b9566Smatt #define HAVE_INTTYPES_H 1 156230b9566Smatt 157230b9566Smatt /* Define to 1 if you have the <limits.h> header file. */ 158230b9566Smatt #define HAVE_LIMITS_H 1 159230b9566Smatt 160*04028aa9Schristos /* Define if you have the `long long' type. */ 161*04028aa9Schristos #define HAVE_LONG_LONG 1 162*04028aa9Schristos 163230b9566Smatt /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */ 164230b9566Smatt /* #undef HAVE_MACHINE_HAL_SYSINFO_H */ 165230b9566Smatt 166230b9566Smatt /* Define to 1 if you have the <malloc.h> header file. */ 167230b9566Smatt #define HAVE_MALLOC_H 1 168230b9566Smatt 169230b9566Smatt /* Define to 1 if you have the `memchr' function. */ 170230b9566Smatt #define HAVE_MEMCHR 1 171230b9566Smatt 172230b9566Smatt /* Define to 1 if you have the `memcmp' function. */ 173230b9566Smatt #define HAVE_MEMCMP 1 174230b9566Smatt 175230b9566Smatt /* Define to 1 if you have the `memcpy' function. */ 176230b9566Smatt #define HAVE_MEMCPY 1 177230b9566Smatt 178230b9566Smatt /* Define to 1 if you have the `memmem' function. */ 179230b9566Smatt #define HAVE_MEMMEM 1 180230b9566Smatt 181230b9566Smatt /* Define to 1 if you have the `memmove' function. */ 182230b9566Smatt #define HAVE_MEMMOVE 1 183230b9566Smatt 184230b9566Smatt /* Define to 1 if you have the <memory.h> header file. */ 185230b9566Smatt #define HAVE_MEMORY_H 1 186230b9566Smatt 187230b9566Smatt /* Define to 1 if you have the `memset' function. */ 188230b9566Smatt #define HAVE_MEMSET 1 189230b9566Smatt 190230b9566Smatt /* Define to 1 if you have the `mkstemps' function. */ 191230b9566Smatt #define HAVE_MKSTEMPS 1 192230b9566Smatt 193230b9566Smatt /* Define to 1 if you have a working `mmap' system call. */ 194230b9566Smatt #define HAVE_MMAP 1 195230b9566Smatt 196230b9566Smatt /* Define to 1 if you have the `on_exit' function. */ 197230b9566Smatt /* #undef HAVE_ON_EXIT */ 198230b9566Smatt 199230b9566Smatt /* Define to 1 if you have the <process.h> header file. */ 200230b9566Smatt /* #undef HAVE_PROCESS_H */ 201230b9566Smatt 202230b9566Smatt /* Define to 1 if you have the `psignal' function. */ 203230b9566Smatt #define HAVE_PSIGNAL 1 204230b9566Smatt 205230b9566Smatt /* Define to 1 if you have the `pstat_getdynamic' function. */ 206230b9566Smatt /* #undef HAVE_PSTAT_GETDYNAMIC */ 207230b9566Smatt 208230b9566Smatt /* Define to 1 if you have the `pstat_getstatic' function. */ 209230b9566Smatt /* #undef HAVE_PSTAT_GETSTATIC */ 210230b9566Smatt 211230b9566Smatt /* Define to 1 if you have the `putenv' function. */ 212230b9566Smatt #define HAVE_PUTENV 1 213230b9566Smatt 214230b9566Smatt /* Define to 1 if you have the `random' function. */ 215230b9566Smatt #define HAVE_RANDOM 1 216230b9566Smatt 217230b9566Smatt /* Define to 1 if you have the `realpath' function. */ 218230b9566Smatt #define HAVE_REALPATH 1 219230b9566Smatt 220230b9566Smatt /* Define to 1 if you have the `rename' function. */ 221230b9566Smatt #define HAVE_RENAME 1 222230b9566Smatt 223230b9566Smatt /* Define to 1 if you have the `rindex' function. */ 224230b9566Smatt #define HAVE_RINDEX 1 225230b9566Smatt 226230b9566Smatt /* Define to 1 if you have the `sbrk' function. */ 227230b9566Smatt #define HAVE_SBRK 1 228230b9566Smatt 229230b9566Smatt /* Define to 1 if you have the `setenv' function. */ 230230b9566Smatt #define HAVE_SETENV 1 231230b9566Smatt 232230b9566Smatt /* Define to 1 if you have the `setproctitle' function. */ 233230b9566Smatt #define HAVE_SETPROCTITLE 1 234230b9566Smatt 235230b9566Smatt /* Define to 1 if you have the `setrlimit' function. */ 236230b9566Smatt #define HAVE_SETRLIMIT 1 237230b9566Smatt 238230b9566Smatt /* Define to 1 if you have the `sigsetmask' function. */ 239230b9566Smatt #define HAVE_SIGSETMASK 1 240230b9566Smatt 241230b9566Smatt /* Define to 1 if you have the `snprintf' function. */ 242230b9566Smatt #define HAVE_SNPRINTF 1 243230b9566Smatt 244230b9566Smatt /* Define to 1 if you have the `spawnve' function. */ 245230b9566Smatt /* #undef HAVE_SPAWNVE */ 246230b9566Smatt 247230b9566Smatt /* Define to 1 if you have the `spawnvpe' function. */ 248230b9566Smatt /* #undef HAVE_SPAWNVPE */ 249230b9566Smatt 250230b9566Smatt /* Define to 1 if you have the <stdint.h> header file. */ 251230b9566Smatt #define HAVE_STDINT_H 1 252230b9566Smatt 253230b9566Smatt /* Define to 1 if you have the <stdio_ext.h> header file. */ 254230b9566Smatt /* #undef HAVE_STDIO_EXT_H */ 255230b9566Smatt 256230b9566Smatt /* Define to 1 if you have the <stdlib.h> header file. */ 257230b9566Smatt #define HAVE_STDLIB_H 1 258230b9566Smatt 259230b9566Smatt /* Define to 1 if you have the `stpcpy' function. */ 260230b9566Smatt #define HAVE_STPCPY 1 261230b9566Smatt 262230b9566Smatt /* Define to 1 if you have the `stpncpy' function. */ 263230b9566Smatt #define HAVE_STPNCPY 1 264230b9566Smatt 265230b9566Smatt /* Define to 1 if you have the `strcasecmp' function. */ 266230b9566Smatt #define HAVE_STRCASECMP 1 267230b9566Smatt 268230b9566Smatt /* Define to 1 if you have the `strchr' function. */ 269230b9566Smatt #define HAVE_STRCHR 1 270230b9566Smatt 271230b9566Smatt /* Define to 1 if you have the `strdup' function. */ 272230b9566Smatt #define HAVE_STRDUP 1 273230b9566Smatt 274230b9566Smatt /* Define to 1 if you have the `strerror' function. */ 275230b9566Smatt #define HAVE_STRERROR 1 276230b9566Smatt 277230b9566Smatt /* Define to 1 if you have the <strings.h> header file. */ 278230b9566Smatt #define HAVE_STRINGS_H 1 279230b9566Smatt 280230b9566Smatt /* Define to 1 if you have the <string.h> header file. */ 281230b9566Smatt #define HAVE_STRING_H 1 282230b9566Smatt 283230b9566Smatt /* Define to 1 if you have the `strncasecmp' function. */ 284230b9566Smatt #define HAVE_STRNCASECMP 1 285230b9566Smatt 286230b9566Smatt /* Define to 1 if you have the `strndup' function. */ 287230b9566Smatt #define HAVE_STRNDUP 1 288230b9566Smatt 289*04028aa9Schristos /* Define to 1 if you have the `strnlen' function. */ 290*04028aa9Schristos #define HAVE_STRNLEN 1 291*04028aa9Schristos 292230b9566Smatt /* Define to 1 if you have the `strrchr' function. */ 293230b9566Smatt #define HAVE_STRRCHR 1 294230b9566Smatt 295230b9566Smatt /* Define to 1 if you have the `strsignal' function. */ 296230b9566Smatt #define HAVE_STRSIGNAL 1 297230b9566Smatt 298230b9566Smatt /* Define to 1 if you have the `strstr' function. */ 299230b9566Smatt #define HAVE_STRSTR 1 300230b9566Smatt 301230b9566Smatt /* Define to 1 if you have the `strtod' function. */ 302230b9566Smatt #define HAVE_STRTOD 1 303230b9566Smatt 304230b9566Smatt /* Define to 1 if you have the `strtol' function. */ 305230b9566Smatt #define HAVE_STRTOL 1 306230b9566Smatt 307*04028aa9Schristos /* Define to 1 if you have the `strtoll' function. */ 308*04028aa9Schristos #define HAVE_STRTOLL 1 309*04028aa9Schristos 310230b9566Smatt /* Define to 1 if you have the `strtoul' function. */ 311230b9566Smatt #define HAVE_STRTOUL 1 312230b9566Smatt 313*04028aa9Schristos /* Define to 1 if you have the `strtoull' function. */ 314*04028aa9Schristos #define HAVE_STRTOULL 1 315*04028aa9Schristos 316230b9566Smatt /* Define to 1 if you have the `strverscmp' function. */ 317230b9566Smatt /* #undef HAVE_STRVERSCMP */ 318230b9566Smatt 319230b9566Smatt /* Define to 1 if you have the `sysconf' function. */ 320230b9566Smatt #define HAVE_SYSCONF 1 321230b9566Smatt 322230b9566Smatt /* Define to 1 if you have the `sysctl' function. */ 323230b9566Smatt #define HAVE_SYSCTL 1 324230b9566Smatt 325230b9566Smatt /* Define to 1 if you have the `sysmp' function. */ 326230b9566Smatt /* #undef HAVE_SYSMP */ 327230b9566Smatt 328230b9566Smatt /* Define if you have the sys_errlist variable. */ 329230b9566Smatt #define HAVE_SYS_ERRLIST 1 330230b9566Smatt 331230b9566Smatt /* Define to 1 if you have the <sys/file.h> header file. */ 332230b9566Smatt #define HAVE_SYS_FILE_H 1 333230b9566Smatt 334230b9566Smatt /* Define to 1 if you have the <sys/mman.h> header file. */ 335230b9566Smatt #define HAVE_SYS_MMAN_H 1 336230b9566Smatt 337230b9566Smatt /* Define if you have the sys_nerr variable. */ 338230b9566Smatt #define HAVE_SYS_NERR 1 339230b9566Smatt 340230b9566Smatt /* Define to 1 if you have the <sys/param.h> header file. */ 341230b9566Smatt #define HAVE_SYS_PARAM_H 1 342230b9566Smatt 343230b9566Smatt /* Define to 1 if you have the <sys/prctl.h> header file. */ 344230b9566Smatt /* #undef HAVE_SYS_PRCTL_H */ 345230b9566Smatt 346230b9566Smatt /* Define to 1 if you have the <sys/pstat.h> header file. */ 347230b9566Smatt /* #undef HAVE_SYS_PSTAT_H */ 348230b9566Smatt 349230b9566Smatt /* Define to 1 if you have the <sys/resource.h> header file. */ 350230b9566Smatt #define HAVE_SYS_RESOURCE_H 1 351230b9566Smatt 352230b9566Smatt /* Define if you have the sys_siglist variable. */ 353230b9566Smatt #define HAVE_SYS_SIGLIST 1 354230b9566Smatt 355230b9566Smatt /* Define to 1 if you have the <sys/stat.h> header file. */ 356230b9566Smatt #define HAVE_SYS_STAT_H 1 357230b9566Smatt 358230b9566Smatt /* Define to 1 if you have the <sys/sysctl.h> header file. */ 359230b9566Smatt #define HAVE_SYS_SYSCTL_H 1 360230b9566Smatt 361230b9566Smatt /* Define to 1 if you have the <sys/sysinfo.h> header file. */ 362230b9566Smatt /* #undef HAVE_SYS_SYSINFO_H */ 363230b9566Smatt 364230b9566Smatt /* Define to 1 if you have the <sys/sysmp.h> header file. */ 365230b9566Smatt /* #undef HAVE_SYS_SYSMP_H */ 366230b9566Smatt 367230b9566Smatt /* Define to 1 if you have the <sys/systemcfg.h> header file. */ 368230b9566Smatt /* #undef HAVE_SYS_SYSTEMCFG_H */ 369230b9566Smatt 370230b9566Smatt /* Define to 1 if you have the <sys/table.h> header file. */ 371230b9566Smatt /* #undef HAVE_SYS_TABLE_H */ 372230b9566Smatt 373230b9566Smatt /* Define to 1 if you have the <sys/time.h> header file. */ 374230b9566Smatt #define HAVE_SYS_TIME_H 1 375230b9566Smatt 376230b9566Smatt /* Define to 1 if you have the <sys/types.h> header file. */ 377230b9566Smatt #define HAVE_SYS_TYPES_H 1 378230b9566Smatt 379230b9566Smatt /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 380230b9566Smatt #define HAVE_SYS_WAIT_H 1 381230b9566Smatt 382230b9566Smatt /* Define to 1 if you have the `table' function. */ 383230b9566Smatt /* #undef HAVE_TABLE */ 384230b9566Smatt 385230b9566Smatt /* Define to 1 if you have the `times' function. */ 386230b9566Smatt #define HAVE_TIMES 1 387230b9566Smatt 388230b9566Smatt /* Define to 1 if you have the <time.h> header file. */ 389230b9566Smatt #define HAVE_TIME_H 1 390230b9566Smatt 391230b9566Smatt /* Define to 1 if you have the `tmpnam' function. */ 392230b9566Smatt #define HAVE_TMPNAM 1 393230b9566Smatt 394230b9566Smatt /* Define if you have the \`uintptr_t' type. */ 395230b9566Smatt #define HAVE_UINTPTR_T 1 396230b9566Smatt 397230b9566Smatt /* Define to 1 if you have the <unistd.h> header file. */ 398230b9566Smatt #define HAVE_UNISTD_H 1 399230b9566Smatt 400230b9566Smatt /* Define to 1 if you have the `vasprintf' function. */ 401230b9566Smatt #define HAVE_VASPRINTF 1 402230b9566Smatt 403230b9566Smatt /* Define to 1 if you have the `vfork' function. */ 404230b9566Smatt /* #undef HAVE_VFORK */ 405230b9566Smatt 406230b9566Smatt /* Define to 1 if you have the <vfork.h> header file. */ 407230b9566Smatt /* #undef HAVE_VFORK_H */ 408230b9566Smatt 409230b9566Smatt /* Define to 1 if you have the `vfprintf' function. */ 410230b9566Smatt #define HAVE_VFPRINTF 1 411230b9566Smatt 412230b9566Smatt /* Define to 1 if you have the `vprintf' function. */ 413230b9566Smatt #define HAVE_VPRINTF 1 414230b9566Smatt 415230b9566Smatt /* Define to 1 if you have the `vsprintf' function. */ 416230b9566Smatt #define HAVE_VSPRINTF 1 417230b9566Smatt 418230b9566Smatt /* Define to 1 if you have the `wait3' function. */ 419230b9566Smatt #define HAVE_WAIT3 1 420230b9566Smatt 421230b9566Smatt /* Define to 1 if you have the `wait4' function. */ 422230b9566Smatt #define HAVE_WAIT4 1 423230b9566Smatt 424230b9566Smatt /* Define to 1 if you have the `waitpid' function. */ 425230b9566Smatt #define HAVE_WAITPID 1 426230b9566Smatt 427230b9566Smatt /* Define to 1 if `fork' works. */ 428230b9566Smatt #define HAVE_WORKING_FORK 1 429230b9566Smatt 430230b9566Smatt /* Define to 1 if `vfork' works. */ 431230b9566Smatt /* #undef HAVE_WORKING_VFORK */ 432230b9566Smatt 433230b9566Smatt /* Define to 1 if you have the `_doprnt' function. */ 434230b9566Smatt /* #undef HAVE__DOPRNT */ 435230b9566Smatt 436230b9566Smatt /* Define if you have the _system_configuration variable. */ 437230b9566Smatt /* #undef HAVE__SYSTEM_CONFIGURATION */ 438230b9566Smatt 439230b9566Smatt /* Define to 1 if you have the `__fsetlocking' function. */ 440230b9566Smatt /* #undef HAVE___FSETLOCKING */ 441230b9566Smatt 442230b9566Smatt /* Define if canonicalize_file_name is not declared in system header files. */ 443230b9566Smatt #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 444230b9566Smatt 445230b9566Smatt /* Define if errno must be declared even when <errno.h> is included. */ 446230b9566Smatt /* #undef NEED_DECLARATION_ERRNO */ 447230b9566Smatt 448230b9566Smatt /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 449230b9566Smatt /* #undef NO_MINUS_C_MINUS_O */ 450230b9566Smatt 451230b9566Smatt /* Define to the address where bug reports for this package should be sent. */ 452230b9566Smatt #define PACKAGE_BUGREPORT "" 453230b9566Smatt 454230b9566Smatt /* Define to the full name of this package. */ 455230b9566Smatt #define PACKAGE_NAME "" 456230b9566Smatt 457230b9566Smatt /* Define to the full name and version of this package. */ 458230b9566Smatt #define PACKAGE_STRING "" 459230b9566Smatt 460230b9566Smatt /* Define to the one symbol short name of this package. */ 461230b9566Smatt #define PACKAGE_TARNAME "" 462230b9566Smatt 463230b9566Smatt /* Define to the home page for this package. */ 464230b9566Smatt #define PACKAGE_URL "" 465230b9566Smatt 466230b9566Smatt /* Define to the version of this package. */ 467230b9566Smatt #define PACKAGE_VERSION "" 468230b9566Smatt 469230b9566Smatt /* The size of `int', as computed by sizeof. */ 470230b9566Smatt #define SIZEOF_INT 4 471230b9566Smatt 472*04028aa9Schristos /* The size of `long', as computed by sizeof. */ 473*04028aa9Schristos #define SIZEOF_LONG 4 474*04028aa9Schristos 475*04028aa9Schristos /* The size of `long long', as computed by sizeof. */ 476*04028aa9Schristos #define SIZEOF_LONG_LONG 8 477*04028aa9Schristos 478*04028aa9Schristos /* The size of `size_t', as computed by sizeof. */ 479*04028aa9Schristos #define SIZEOF_SIZE_T 4 480*04028aa9Schristos 481230b9566Smatt /* Define if you know the direction of stack growth for your system; otherwise 482230b9566Smatt it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows 483230b9566Smatt toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses 484230b9566Smatt STACK_DIRECTION = 0 => direction of growth unknown */ 485230b9566Smatt #define STACK_DIRECTION 0 486230b9566Smatt 487230b9566Smatt /* Define to 1 if you have the ANSI C header files. */ 488230b9566Smatt #define STDC_HEADERS 1 489230b9566Smatt 490230b9566Smatt /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 491230b9566Smatt #define TIME_WITH_SYS_TIME 1 492230b9566Smatt 493230b9566Smatt /* Define to an unsigned 64-bit type available in the compiler. */ 494230b9566Smatt #define UNSIGNED_64BIT_TYPE uint64_t 495230b9566Smatt 496*04028aa9Schristos /* Enable extensions on AIX 3, Interix. */ 497*04028aa9Schristos #ifndef _ALL_SOURCE 498*04028aa9Schristos # define _ALL_SOURCE 1 499*04028aa9Schristos #endif 500*04028aa9Schristos /* Enable GNU extensions on systems that have them. */ 501*04028aa9Schristos #ifndef _GNU_SOURCE 502*04028aa9Schristos # define _GNU_SOURCE 1 503*04028aa9Schristos #endif 504*04028aa9Schristos /* Enable threading extensions on Solaris. */ 505*04028aa9Schristos #ifndef _POSIX_PTHREAD_SEMANTICS 506*04028aa9Schristos # define _POSIX_PTHREAD_SEMANTICS 1 507*04028aa9Schristos #endif 508*04028aa9Schristos /* Enable extensions on HP NonStop. */ 509*04028aa9Schristos #ifndef _TANDEM_SOURCE 510*04028aa9Schristos # define _TANDEM_SOURCE 1 511*04028aa9Schristos #endif 512*04028aa9Schristos /* Enable general extensions on Solaris. */ 513*04028aa9Schristos #ifndef __EXTENSIONS__ 514*04028aa9Schristos # define __EXTENSIONS__ 1 515*04028aa9Schristos #endif 516*04028aa9Schristos 517*04028aa9Schristos 518230b9566Smatt /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 519230b9566Smatt significant byte first (like Motorola and SPARC, unlike Intel). */ 520230b9566Smatt #if defined AC_APPLE_UNIVERSAL_BUILD 521230b9566Smatt # if defined __BIG_ENDIAN__ 522230b9566Smatt # define WORDS_BIGENDIAN 1 523230b9566Smatt # endif 524230b9566Smatt #else 525230b9566Smatt # ifndef WORDS_BIGENDIAN 526230b9566Smatt # define WORDS_BIGENDIAN 1 527230b9566Smatt # endif 528230b9566Smatt #endif 529230b9566Smatt 530230b9566Smatt /* Number of bits in a file offset, on hosts where this is settable. */ 531230b9566Smatt /* #undef _FILE_OFFSET_BITS */ 532230b9566Smatt 533230b9566Smatt /* Define for large files, on AIX-style hosts. */ 534230b9566Smatt /* #undef _LARGE_FILES */ 535230b9566Smatt 536*04028aa9Schristos /* Define to 1 if on MINIX. */ 537*04028aa9Schristos /* #undef _MINIX */ 538*04028aa9Schristos 539*04028aa9Schristos /* Define to 2 if the system does not provide POSIX.1 features except with 540*04028aa9Schristos this defined. */ 541*04028aa9Schristos /* #undef _POSIX_1_SOURCE */ 542*04028aa9Schristos 543*04028aa9Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 544*04028aa9Schristos /* #undef _POSIX_SOURCE */ 545*04028aa9Schristos 546230b9566Smatt /* Define to empty if `const' does not conform to ANSI C. */ 547230b9566Smatt /* #undef const */ 548230b9566Smatt 549230b9566Smatt /* Define to `__inline__' or `__inline' if that's what the C compiler 550230b9566Smatt calls it, or to nothing if 'inline' is not supported under any name. */ 551230b9566Smatt #ifndef __cplusplus 552230b9566Smatt /* #undef inline */ 553230b9566Smatt #endif 554230b9566Smatt 555230b9566Smatt /* Define to the type of a signed integer type wide enough to hold a pointer, 556230b9566Smatt if such a type exists, and if the system does not define it. */ 557230b9566Smatt /* #undef intptr_t */ 558230b9566Smatt 559230b9566Smatt /* Define to `int' if <sys/types.h> does not define. */ 560230b9566Smatt /* #undef pid_t */ 561230b9566Smatt 562230b9566Smatt /* Define to `int' if <sys/types.h> does not define. */ 563230b9566Smatt /* #undef ssize_t */ 564230b9566Smatt 565230b9566Smatt /* Define to the type of an unsigned integer type wide enough to hold a 566230b9566Smatt pointer, if such a type exists, and if the system does not define it. */ 567230b9566Smatt /* #undef uintptr_t */ 568230b9566Smatt 569230b9566Smatt /* Define as `fork' if `vfork' does not work. */ 570230b9566Smatt #define vfork fork 571