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