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