config.h revision cc6cc088ba4077f5b6cfa3931a1737b03fc0446e
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 */
5efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define 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. */
40efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_DECL_PTRACE_POKEUSER 1
41efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
42efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the declaration of `PTRACE_SINGLESTEP', and to 0 if
43efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris   you don't. */
44efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_DECL_PTRACE_SINGLESTEP 1
45efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
46efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the declaration of `PTRACE_SYSCALL', and to 0 if
47efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris   you don't. */
48efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_DECL_PTRACE_SYSCALL 1
49efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
50efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the declaration of `PTRACE_TRACEME', and to 0 if
51efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris   you don't. */
52efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_DECL_PTRACE_TRACEME 1
53efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
54efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the declaration of `PT_CONTINUE', and to 0 if you
55efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris   don't. */
56efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_DECL_PT_CONTINUE 0
57efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
58efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the declaration of `PT_GETFPREGS', and to 0 if you
59efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris   don't. */
60efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_DECL_PT_GETFPREGS 0
61efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
62efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the declaration of `PT_GETREGS', and to 0 if you
63efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris   don't. */
64efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_DECL_PT_GETREGS 0
65efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
66efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the declaration of `PT_IO', and to 0 if you don't.
67efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris   */
68efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_DECL_PT_IO 0
69efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
70efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the declaration of `PT_STEP', and to 0 if you
71efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris   don't. */
72efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_DECL_PT_STEP 0
73efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
74efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the declaration of `PT_SYSCALL', and to 0 if you
75efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris   don't. */
76efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_DECL_PT_SYSCALL 0
77efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
78efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the declaration of `PT_TRACE_ME', and to 0 if you
79efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris   don't. */
80efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_DECL_PT_TRACE_ME 0
81efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
82efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <dlfcn.h> header file. */
83efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_DLFCN_H 1
84efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
85efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the `dlmodinfo' function. */
86efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_DLMODINFO 1
87efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
88efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the `dl_iterate_phdr' function. */
89efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_DL_ITERATE_PHDR 1
90efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
91efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the `dl_phdr_removals_counter' function. */
92efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_DL_PHDR_REMOVALS_COUNTER 1
93efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
94efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <elf.h> header file. */
95efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_ELF_H 1
96efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
97efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <endian.h> header file. */
98efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris//#define HAVE_ENDIAN_H 1
99efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
100efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <execinfo.h> header file. */
101efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* #undef HAVE_EXECINFO_H */
102efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
103efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the `getunwind' function. */
104efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_GETUNWIND 1
105efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
106efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <ia64intrin.h> header file. */
107efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* #undef HAVE_IA64INTRIN_H */
108efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
109efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <inttypes.h> header file. */
110efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_INTTYPES_H 1
111efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
112efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the `uca' library (-luca). */
113efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* #undef HAVE_LIBUCA */
114efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
115efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <link.h> header file. */
116efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_LINK_H 1
117efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
118efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define if you have liblzma */
119efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* #undef HAVE_LZMA */
120efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
121efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <memory.h> header file. */
122efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_MEMORY_H 1
123efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
124efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the `mincore' function. */
125efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_MINCORE 1
126efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
127efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <signal.h> header file. */
128efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_SIGNAL_H 1
129efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
130efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <stdint.h> header file. */
131efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_STDINT_H 1
132efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
133efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <stdlib.h> header file. */
134efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_STDLIB_H 1
135efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
136efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <strings.h> header file. */
137efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_STRINGS_H 1
138efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
139efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <string.h> header file. */
140efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_STRING_H 1
141efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
142efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if `dlpi_subs' is a member of `struct dl_phdr_info'. */
143efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* #undef HAVE_STRUCT_DL_PHDR_INFO_DLPI_SUBS */
144efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
145efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if the system has the type `struct elf_prstatus'. */
146efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* #undef HAVE_STRUCT_ELF_PRSTATUS */
147efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
148efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if the system has the type `struct prstatus'. */
149efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* #undef HAVE_STRUCT_PRSTATUS */
150efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
151efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Defined if __sync atomics are available */
152efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_SYNC_ATOMICS 1
153efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
154efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <sys/elf.h> header file. */
155efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* #undef HAVE_SYS_ELF_H */
156efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
157efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <sys/endian.h> header file. */
158efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_SYS_ENDIAN_H 1
159efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
160efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <sys/link.h> header file. */
161efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* #undef HAVE_SYS_LINK_H */
162efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
163efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <sys/procfs.h> header file. */
164efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_SYS_PROCFS_H 1
165efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
166efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <sys/ptrace.h> header file. */
167efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_SYS_PTRACE_H 1
168efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
169efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <sys/stat.h> header file. */
170efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_SYS_STAT_H 1
171efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
172efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <sys/types.h> header file. */
173efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_SYS_TYPES_H 1
174efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
175efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <sys/uc_access.h> header file. */
176efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* #undef HAVE_SYS_UC_ACCESS_H */
177efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
178efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the `ttrace' function. */
179efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* #undef HAVE_TTRACE */
180efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
181efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the <unistd.h> header file. */
182efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE_UNISTD_H 1
183efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
184efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Defined if __builtin_unreachable() is available */
185efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE__BUILTIN_UNREACHABLE 1
186efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
187efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Defined if __builtin___clear_cache() is available */
188efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE__BUILTIN___CLEAR_CACHE 1
189efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
190efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if __thread keyword is supported by the C compiler. */
191efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define HAVE___THREAD 1
192efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
193efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to the sub-directory in which libtool stores uninstalled libraries.
194efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris   */
195efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define LT_OBJDIR ".libs/"
196efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
197efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if your C compiler doesn't accept -c and -o together. */
198efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* #undef NO_MINUS_C_MINUS_O */
199efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
200efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Name of package */
201efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define PACKAGE "libunwind"
202efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
203efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to the address where bug reports for this package should be sent. */
204efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define PACKAGE_BUGREPORT "libunwind-devel@nongnu.org"
205efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
206efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to the full name of this package. */
207efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define PACKAGE_NAME "libunwind"
208efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
209efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to the full name and version of this package. */
210efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define PACKAGE_STRING "libunwind 1.1"
211efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
212efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to the one symbol short name of this package. */
213efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define PACKAGE_TARNAME "libunwind"
214efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
215efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to the home page for this package. */
216efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define PACKAGE_URL ""
217efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
218efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to the version of this package. */
219efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define PACKAGE_VERSION "1.1"
220efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
221efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* The size of `off_t', as computed by sizeof. */
222efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define SIZEOF_OFF_T 4
223efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
224efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to 1 if you have the ANSI C header files. */
225efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define STDC_HEADERS 1
226efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
227efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Version number of package */
228efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#define VERSION "1.1"
229efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
230efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to empty if `const' does not conform to ANSI C. */
231efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* #undef const */
232efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
233efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to `__inline__' or `__inline' if that's what the C compiler
234efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris   calls it, or to nothing if 'inline' is not supported under any name.  */
235efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#ifndef __cplusplus
236efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* #undef inline */
237efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris#endif
238efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris
239efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* Define to `unsigned int' if <sys/types.h> does not define. */
240efb75a0b84fed700173700a2e4fee153ba491b32Christopher Ferris/* #undef size_t */
241