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