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