1*36ac495dSmrg /* This file is automatically generated. DO NOT EDIT! */ 2*36ac495dSmrg /* Generated from: NetBSD: mknative-gcc,v 1.87 2016/03/17 23:41:21 mrg Exp */ 3*36ac495dSmrg /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */ 4*36ac495dSmrg 5*36ac495dSmrg /* config.h. Generated from config.h.in by configure. */ 6*36ac495dSmrg /* config.h.in. Generated from configure.ac by autoheader. */ 7*36ac495dSmrg 8*36ac495dSmrg /* ELF size: 32 or 64 */ 9*36ac495dSmrg #define BACKTRACE_ELF_SIZE 32 10*36ac495dSmrg 11*36ac495dSmrg /* Define to 1 if you have the __atomic functions */ 12*36ac495dSmrg #define HAVE_ATOMIC_FUNCTIONS 1 13*36ac495dSmrg 14*36ac495dSmrg /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 15*36ac495dSmrg don't. */ 16*36ac495dSmrg #define HAVE_DECL_STRNLEN 1 17*36ac495dSmrg 18*36ac495dSmrg /* Define to 1 if you have the <dlfcn.h> header file. */ 19*36ac495dSmrg #define HAVE_DLFCN_H 1 20*36ac495dSmrg 21*36ac495dSmrg /* Define if dl_iterate_phdr is available. */ 22*36ac495dSmrg #define HAVE_DL_ITERATE_PHDR 1 23*36ac495dSmrg 24*36ac495dSmrg /* Define to 1 if you have the fcntl function */ 25*36ac495dSmrg #define HAVE_FCNTL 1 26*36ac495dSmrg 27*36ac495dSmrg /* Define if getexecname is available. */ 28*36ac495dSmrg /* #undef HAVE_GETEXECNAME */ 29*36ac495dSmrg 30*36ac495dSmrg /* Define if _Unwind_GetIPInfo is available. */ 31*36ac495dSmrg #define HAVE_GETIPINFO 1 32*36ac495dSmrg 33*36ac495dSmrg /* Define to 1 if you have the <inttypes.h> header file. */ 34*36ac495dSmrg #define HAVE_INTTYPES_H 1 35*36ac495dSmrg 36*36ac495dSmrg /* Define to 1 if you have the <link.h> header file. */ 37*36ac495dSmrg #define HAVE_LINK_H 1 38*36ac495dSmrg 39*36ac495dSmrg /* Define to 1 if you have the <memory.h> header file. */ 40*36ac495dSmrg #define HAVE_MEMORY_H 1 41*36ac495dSmrg 42*36ac495dSmrg /* Define to 1 if you have the <stdint.h> header file. */ 43*36ac495dSmrg #define HAVE_STDINT_H 1 44*36ac495dSmrg 45*36ac495dSmrg /* Define to 1 if you have the <stdlib.h> header file. */ 46*36ac495dSmrg #define HAVE_STDLIB_H 1 47*36ac495dSmrg 48*36ac495dSmrg /* Define to 1 if you have the <strings.h> header file. */ 49*36ac495dSmrg #define HAVE_STRINGS_H 1 50*36ac495dSmrg 51*36ac495dSmrg /* Define to 1 if you have the <string.h> header file. */ 52*36ac495dSmrg #define HAVE_STRING_H 1 53*36ac495dSmrg 54*36ac495dSmrg /* Define to 1 if you have the __sync functions */ 55*36ac495dSmrg #define HAVE_SYNC_FUNCTIONS 1 56*36ac495dSmrg 57*36ac495dSmrg /* Define to 1 if you have the <sys/mman.h> header file. */ 58*36ac495dSmrg #define HAVE_SYS_MMAN_H 1 59*36ac495dSmrg 60*36ac495dSmrg /* Define to 1 if you have the <sys/stat.h> header file. */ 61*36ac495dSmrg #define HAVE_SYS_STAT_H 1 62*36ac495dSmrg 63*36ac495dSmrg /* Define to 1 if you have the <sys/types.h> header file. */ 64*36ac495dSmrg #define HAVE_SYS_TYPES_H 1 65*36ac495dSmrg 66*36ac495dSmrg /* Define to 1 if you have the <unistd.h> header file. */ 67*36ac495dSmrg #define HAVE_UNISTD_H 1 68*36ac495dSmrg 69*36ac495dSmrg /* Define to the sub-directory in which libtool stores uninstalled libraries. 70*36ac495dSmrg */ 71*36ac495dSmrg #define LT_OBJDIR ".libs/" 72*36ac495dSmrg 73*36ac495dSmrg /* Define to the address where bug reports for this package should be sent. */ 74*36ac495dSmrg #define PACKAGE_BUGREPORT "" 75*36ac495dSmrg 76*36ac495dSmrg /* Define to the full name of this package. */ 77*36ac495dSmrg #define PACKAGE_NAME "package-unused" 78*36ac495dSmrg 79*36ac495dSmrg /* Define to the full name and version of this package. */ 80*36ac495dSmrg #define PACKAGE_STRING "package-unused version-unused" 81*36ac495dSmrg 82*36ac495dSmrg /* Define to the one symbol short name of this package. */ 83*36ac495dSmrg #define PACKAGE_TARNAME "libbacktrace" 84*36ac495dSmrg 85*36ac495dSmrg /* Define to the home page for this package. */ 86*36ac495dSmrg #define PACKAGE_URL "" 87*36ac495dSmrg 88*36ac495dSmrg /* Define to the version of this package. */ 89*36ac495dSmrg #define PACKAGE_VERSION "version-unused" 90*36ac495dSmrg 91*36ac495dSmrg /* The size of `char', as computed by sizeof. */ 92*36ac495dSmrg /* #undef SIZEOF_CHAR */ 93*36ac495dSmrg 94*36ac495dSmrg /* The size of `int', as computed by sizeof. */ 95*36ac495dSmrg /* #undef SIZEOF_INT */ 96*36ac495dSmrg 97*36ac495dSmrg /* The size of `long', as computed by sizeof. */ 98*36ac495dSmrg /* #undef SIZEOF_LONG */ 99*36ac495dSmrg 100*36ac495dSmrg /* The size of `short', as computed by sizeof. */ 101*36ac495dSmrg /* #undef SIZEOF_SHORT */ 102*36ac495dSmrg 103*36ac495dSmrg /* The size of `void *', as computed by sizeof. */ 104*36ac495dSmrg /* #undef SIZEOF_VOID_P */ 105*36ac495dSmrg 106*36ac495dSmrg /* Define to 1 if you have the ANSI C header files. */ 107*36ac495dSmrg #define STDC_HEADERS 1 108*36ac495dSmrg 109*36ac495dSmrg /* Enable extensions on AIX 3, Interix. */ 110*36ac495dSmrg #ifndef _ALL_SOURCE 111*36ac495dSmrg # define _ALL_SOURCE 1 112*36ac495dSmrg #endif 113*36ac495dSmrg /* Enable GNU extensions on systems that have them. */ 114*36ac495dSmrg #ifndef _GNU_SOURCE 115*36ac495dSmrg # define _GNU_SOURCE 1 116*36ac495dSmrg #endif 117*36ac495dSmrg /* Enable threading extensions on Solaris. */ 118*36ac495dSmrg #ifndef _POSIX_PTHREAD_SEMANTICS 119*36ac495dSmrg # define _POSIX_PTHREAD_SEMANTICS 1 120*36ac495dSmrg #endif 121*36ac495dSmrg /* Enable extensions on HP NonStop. */ 122*36ac495dSmrg #ifndef _TANDEM_SOURCE 123*36ac495dSmrg # define _TANDEM_SOURCE 1 124*36ac495dSmrg #endif 125*36ac495dSmrg /* Enable general extensions on Solaris. */ 126*36ac495dSmrg #ifndef __EXTENSIONS__ 127*36ac495dSmrg # define __EXTENSIONS__ 1 128*36ac495dSmrg #endif 129*36ac495dSmrg 130*36ac495dSmrg 131*36ac495dSmrg /* Define to 1 if on MINIX. */ 132*36ac495dSmrg /* #undef _MINIX */ 133*36ac495dSmrg 134*36ac495dSmrg /* Define to 2 if the system does not provide POSIX.1 features except with 135*36ac495dSmrg this defined. */ 136*36ac495dSmrg /* #undef _POSIX_1_SOURCE */ 137*36ac495dSmrg 138*36ac495dSmrg /* Define to 1 if you need to in order for `stat' and other things to work. */ 139*36ac495dSmrg /* #undef _POSIX_SOURCE */ 140