• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* include/config.h.  Generated from config.h.in by configure.  */
2 /* include/config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Block signals before mutex operations */
5 /* #undef CONFIG_BLOCK_SIGNALS */
6 
7 /* Enable Debug Frame */
8 #ifndef UNW_REMOTE_ONLY
9 /*
10 from configure.ac
11 
12 if remote build then enable_debug_frame will be no
13 
14 if test x$remote_only == xyes; then
15   enable_debug_frame=no
16 fi
17 if test x$enable_debug_frame = xyes; then
18   AC_DEFINE([CONFIG_DEBUG_FRAME], [], [Enable Debug Frame])
19 fi
20 
21 */
22 #define CONFIG_DEBUG_FRAME 1
23 #endif
24 
25 /* Support for Microsoft ABI extensions */
26 /* #undef CONFIG_MSABI_SUPPORT */
27 
28 /* Define to 1 if you want every memory access validated */
29 #define CONSERVATIVE_CHECKS 1
30 
31 /* Define to 1 if you have the <asm/ptrace_offsets.h> header file. */
32 /* #undef HAVE_ASM_PTRACE_OFFSETS_H */
33 
34 /* Define to 1 if you have the <atomic_ops.h> header file. */
35 /* #undef HAVE_ATOMIC_OPS_H */
36 
37 /* Define to 1 if you have the <byteswap.h> header file. */
38 #define HAVE_BYTESWAP_H 1
39 
40 /* Define to 1 if you have the declaration of `PTRACE_CONT', and to 0 if you
41    don't. */
42 #define HAVE_DECL_PTRACE_CONT 1
43 
44 /* Define to 1 if you have the declaration of `PTRACE_POKEDATA', and to 0 if
45    you don't. */
46 #define HAVE_DECL_PTRACE_POKEDATA 1
47 
48 /* Define to 1 if you have the declaration of `PTRACE_POKEUSER', and to 0 if
49    you don't. */
50 #define HAVE_DECL_PTRACE_POKEUSER 1
51 
52 /* Define to 1 if you have the declaration of `PTRACE_SETREGSET', and to 0 if
53    you don't. */
54 #define HAVE_DECL_PTRACE_SETREGSET 1
55 
56 /* Define to 1 if you have the declaration of `PTRACE_SINGLESTEP', and to 0 if
57    you don't. */
58 #define HAVE_DECL_PTRACE_SINGLESTEP 1
59 
60 /* Define to 1 if you have the declaration of `PTRACE_SYSCALL', and to 0 if
61    you don't. */
62 #define HAVE_DECL_PTRACE_SYSCALL 1
63 
64 /* Define to 1 if you have the declaration of `PTRACE_TRACEME', and to 0 if
65    you don't. */
66 #define HAVE_DECL_PTRACE_TRACEME 1
67 
68 /* Define to 1 if you have the declaration of `PT_CONTINUE', and to 0 if you
69    don't. */
70 #define HAVE_DECL_PT_CONTINUE 0
71 
72 /* Define to 1 if you have the declaration of `PT_GETFPREGS', and to 0 if you
73    don't. */
74 #define HAVE_DECL_PT_GETFPREGS 1
75 
76 /* Define to 1 if you have the declaration of `PT_GETREGS', and to 0 if you
77    don't. */
78 #define HAVE_DECL_PT_GETREGS 0
79 
80 /* Define to 1 if you have the declaration of `PT_IO', and to 0 if you don't.
81    */
82 #define HAVE_DECL_PT_IO 0
83 
84 /* Define to 1 if you have the declaration of `PT_STEP', and to 0 if you
85    don't. */
86 #define HAVE_DECL_PT_STEP 1
87 
88 /* Define to 1 if you have the declaration of `PT_SYSCALL', and to 0 if you
89    don't. */
90 #define HAVE_DECL_PT_SYSCALL 1
91 
92 /* Define to 1 if you have the declaration of `PT_TRACE_ME', and to 0 if you
93    don't. */
94 #define HAVE_DECL_PT_TRACE_ME 1
95 
96 /* Define to 1 if you have the <dlfcn.h> header file. */
97 #define HAVE_DLFCN_H 1
98 
99 /* Define to 1 if you have the `dlmodinfo' function. */
100 /* #undef HAVE_DLMODINFO */
101 
102 /* Define to 1 if you have the `dl_iterate_phdr' function. */
103 #define HAVE_DL_ITERATE_PHDR 1
104 
105 /* Define to 1 if you have the `dl_phdr_removals_counter' function. */
106 /* #undef HAVE_DL_PHDR_REMOVALS_COUNTER */
107 
108 /* Define to 1 if you have the <elf.h> header file. */
109 #define HAVE_ELF_H 1
110 
111 /* Define to 1 if you have the <endian.h> header file. */
112 #define HAVE_ENDIAN_H 1
113 
114 /* Define to 1 if you have the <execinfo.h> header file. */
115 /* #undef HAVE_EXECINFO_H */
116 
117 /* Define to 1 if you have the `getunwind' function. */
118 /* #undef HAVE_GETUNWIND */
119 
120 /* Define to 1 if you have the <ia64intrin.h> header file. */
121 /* #undef HAVE_IA64INTRIN_H */
122 
123 /* Define to 1 if you have the <inttypes.h> header file. */
124 #define HAVE_INTTYPES_H 1
125 
126 /* Define to 1 if you have the `uca' library (-luca). */
127 /* #undef HAVE_LIBUCA */
128 
129 /* Define to 1 if you have the <link.h> header file. */
130 #define HAVE_LINK_H 1
131 
132 /* Define if you have liblzma */
133 /* #undef HAVE_LZMA */
134 
135 /* Define to 1 if you have the <memory.h> header file. */
136 #define HAVE_MEMORY_H 1
137 
138 /* Define to 1 if you have the `mincore' function. */
139 #define HAVE_MINCORE 1
140 
141 /* Define to 1 if you have the <signal.h> header file. */
142 #define HAVE_SIGNAL_H 1
143 
144 /* Define to 1 if you have the <stdint.h> header file. */
145 #define HAVE_STDINT_H 1
146 
147 /* Define to 1 if you have the <stdlib.h> header file. */
148 #define HAVE_STDLIB_H 1
149 
150 /* Define to 1 if you have the <strings.h> header file. */
151 #define HAVE_STRINGS_H 1
152 
153 /* Define to 1 if you have the <string.h> header file. */
154 #define HAVE_STRING_H 1
155 
156 /* Define to 1 if `dlpi_subs' is a member of `struct dl_phdr_info'. */
157 /* #undef HAVE_STRUCT_DL_PHDR_INFO_DLPI_SUBS */
158 
159 /* Define to 1 if the system has the type `struct elf_prstatus'. */
160 /* #undef HAVE_STRUCT_ELF_PRSTATUS */
161 
162 /* Define to 1 if the system has the type `struct prstatus'. */
163 /* #undef HAVE_STRUCT_PRSTATUS */
164 
165 /* Defined if __sync atomics are available */
166 #define HAVE_SYNC_ATOMICS 1
167 
168 /* Define to 1 if you have the <sys/elf.h> header file. */
169 /* #undef HAVE_SYS_ELF_H */
170 
171 /* Define to 1 if you have the <sys/endian.h> header file. */
172 #define HAVE_SYS_ENDIAN_H 1
173 
174 /* Define to 1 if you have the <sys/link.h> header file. */
175 /* #undef HAVE_SYS_LINK_H */
176 
177 /* Define to 1 if you have the <sys/procfs.h> header file. */
178 /* #undef HAVE_SYS_PROCFS_H */
179 
180 /* Define to 1 if you have the <sys/ptrace.h> header file. */
181 #define HAVE_SYS_PTRACE_H 1
182 
183 /* Define to 1 if you have the <sys/stat.h> header file. */
184 #define HAVE_SYS_STAT_H 1
185 
186 /* Define to 1 if you have the <sys/types.h> header file. */
187 #define HAVE_SYS_TYPES_H 1
188 
189 /* Define to 1 if you have the <sys/uc_access.h> header file. */
190 /* #undef HAVE_SYS_UC_ACCESS_H */
191 
192 /* Define to 1 if you have the `ttrace' function. */
193 /* #undef HAVE_TTRACE */
194 
195 /* Define to 1 if you have the <unistd.h> header file. */
196 #define HAVE_UNISTD_H 1
197 
198 /* Defined if __builtin_unreachable() is available */
199 #define HAVE__BUILTIN_UNREACHABLE 1
200 
201 /* Defined if __builtin___clear_cache() is available */
202 #define HAVE__BUILTIN___CLEAR_CACHE 1
203 
204 /* Define to 1 if __thread keyword is supported by the C compiler. */
205 #define HAVE___THREAD 1
206 
207 /* Define to the sub-directory in which libtool stores uninstalled libraries.
208    */
209 #define LT_OBJDIR ".libs/"
210 
211 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
212 /* #undef NO_MINUS_C_MINUS_O */
213 
214 /* Name of package */
215 #define PACKAGE "libunwind"
216 
217 /* Define to the address where bug reports for this package should be sent. */
218 #define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
219 
220 /* Define to the full name of this package. */
221 #define PACKAGE_NAME "libunwind"
222 
223 /* Define to the full name and version of this package. */
224 #define PACKAGE_STRING "libunwind 1.3.1"
225 
226 /* Define to the one symbol short name of this package. */
227 #define PACKAGE_TARNAME "libunwind"
228 
229 /* Define to the home page for this package. */
230 #define PACKAGE_URL ""
231 
232 /* Define to the version of this package. */
233 #define PACKAGE_VERSION "1.3.1"
234 
235 /* The size of `off_t', as computed by sizeof. */
236 #define SIZEOF_OFF_T 4
237 
238 /* Define to 1 if you have the ANSI C header files. */
239 #define STDC_HEADERS 1
240 
241 /* Version number of package */
242 #define VERSION "1.3.1"
243 
244 /* Define to empty if `const' does not conform to ANSI C. */
245 /* #undef const */
246 
247 /* Define to `__inline__' or `__inline' if that's what the C compiler
248    calls it, or to nothing if 'inline' is not supported under any name.  */
249 #ifndef __cplusplus
250 /* #undef inline */
251 #endif
252 
253 /* Define to `unsigned int' if <sys/types.h> does not define. */
254 /* #undef size_t */
255