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