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