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