1 /* src/config.h. Generated from config.h.in by configure. */ 2 /* src/config.h.in. Generated from configure.ac by autoheader. */ 3 4 /* Define to 1 if compiler supports __builtin_stack_pointer */ 5 /* #undef HAVE_BUILTIN_STACK_POINTER */ 6 7 /* Define to 1 if you have the <conflict-signal.h> header file. */ 8 /* #undef HAVE_CONFLICT_SIGNAL_H */ 9 10 /* Define to 1 if you have the <cygwin/signal.h> header file. */ 11 #undef HAVE_CYGWIN_SIGNAL_H 12 13 /* Define to 1 if you have the declaration of `cfree', and to 0 if you don't. 14 */ 15 #define HAVE_DECL_CFREE 1 16 17 /* Define to 1 if you have the declaration of `memalign', and to 0 if you 18 don't. */ 19 #define HAVE_DECL_MEMALIGN 1 20 21 /* Define to 1 if you have the declaration of `posix_memalign', and to 0 if 22 you don't. */ 23 #define HAVE_DECL_POSIX_MEMALIGN 1 24 25 /* Define to 1 if you have the declaration of `pvalloc', and to 0 if you 26 don't. */ 27 #define HAVE_DECL_PVALLOC 1 28 29 /* Define to 1 if you have the declaration of `uname', and to 0 if you don't. 30 */ 31 #define HAVE_DECL_UNAME 1 32 33 /* Define to 1 if you have the declaration of `valloc', and to 0 if you don't. 34 */ 35 #define HAVE_DECL_VALLOC 1 36 37 /* Define to 1 if you have the <dlfcn.h> header file. */ 38 #define HAVE_DLFCN_H 1 39 40 /* Define to 1 if the system has the type `Elf32_Versym'. */ 41 #define HAVE_ELF32_VERSYM 1 42 43 /* Define to 1 if you have the <execinfo.h> header file. */ 44 #define HAVE_EXECINFO_H 1 45 46 /* Define to 1 if you have the <fcntl.h> header file. */ 47 #define HAVE_FCNTL_H 1 48 49 /* Define to 1 if you have the <features.h> header file. */ 50 #define HAVE_FEATURES_H 1 51 52 /* Define to 1 if you have the `geteuid' function. */ 53 #define HAVE_GETEUID 1 54 55 /* Define to 1 if you have the `getpagesize' function. */ 56 #define HAVE_GETPAGESIZE 1 57 58 /* Define to 1 if you have the <glob.h> header file. */ 59 #undef HAVE_GLOB_H 60 61 /* Define to 1 if you have the <grp.h> header file. */ 62 #define HAVE_GRP_H 1 63 64 /* Define to 1 if you have the <inttypes.h> header file. */ 65 #define HAVE_INTTYPES_H 1 66 67 /* Define to 1 if you have the <libunwind.h> header file. */ 68 /* #undef HAVE_LIBUNWIND_H */ 69 70 /* Define to 1 if you have the <linux/ptrace.h> header file. */ 71 #define HAVE_LINUX_PTRACE_H 1 72 73 /* Define to 1 if you have the <malloc.h> header file. */ 74 #define HAVE_MALLOC_H 1 75 76 /* Define to 1 if you have the <malloc/malloc.h> header file. */ 77 #undef HAVE_MALLOC_MALLOC_H 78 79 /* Define to 1 if you have the <memory.h> header file. */ 80 #define HAVE_MEMORY_H 1 81 82 /* Define to 1 if you have a working `mmap' system call. */ 83 #define HAVE_MMAP 1 84 85 /* define if the compiler implements namespaces */ 86 #define HAVE_NAMESPACES 1 87 88 /* Define to 1 if you have the <poll.h> header file. */ 89 #define HAVE_POLL_H 1 90 91 /* define if libc has program_invocation_name */ 92 #undef HAVE_PROGRAM_INVOCATION_NAME 93 94 /* Define if you have POSIX threads libraries and header files. */ 95 #define HAVE_PTHREAD 1 96 97 /* Define to 1 if you have the <pwd.h> header file. */ 98 #define HAVE_PWD_H 1 99 100 /* Define to 1 if you have the `sbrk' function. */ 101 #define HAVE_SBRK 1 102 103 /* Define to 1 if you have the <sched.h> header file. */ 104 #define HAVE_SCHED_H 1 105 106 /* Define to 1 if you have the <stdint.h> header file. */ 107 #define HAVE_STDINT_H 1 108 109 /* Define to 1 if you have the <stdlib.h> header file. */ 110 #define HAVE_STDLIB_H 1 111 112 /* Define to 1 if you have the <strings.h> header file. */ 113 #define HAVE_STRINGS_H 1 114 115 /* Define to 1 if you have the <string.h> header file. */ 116 #define HAVE_STRING_H 1 117 118 /* Define to 1 if the system has the type `struct mallinfo'. */ 119 #define HAVE_STRUCT_MALLINFO 1 120 121 /* Define to 1 if you have the <sys/cdefs.h> header file. */ 122 #define HAVE_SYS_CDEFS_H 1 123 124 /* Define to 1 if you have the <sys/malloc.h> header file. */ 125 #undef HAVE_SYS_MALLOC_H 126 127 /* Define to 1 if you have the <sys/param.h> header file. */ 128 #define HAVE_SYS_PARAM_H 1 129 130 /* Define to 1 if you have the <sys/prctl.h> header file. */ 131 #define HAVE_SYS_PRCTL_H 1 132 133 /* Define to 1 if you have the <sys/resource.h> header file. */ 134 #define HAVE_SYS_RESOURCE_H 1 135 136 /* Define to 1 if you have the <sys/socket.h> header file. */ 137 #define HAVE_SYS_SOCKET_H 1 138 139 /* Define to 1 if you have the <sys/stat.h> header file. */ 140 #define HAVE_SYS_STAT_H 1 141 142 /* Define to 1 if you have the <sys/syscall.h> header file. */ 143 #define HAVE_SYS_SYSCALL_H 1 144 145 /* Define to 1 if you have the <sys/time.h> header file. */ 146 #define HAVE_SYS_TIME_H 1 147 148 /* Define to 1 if you have the <sys/types.h> header file. */ 149 #define HAVE_SYS_TYPES_H 1 150 151 /* <sys/ucontext.h> is broken on redhat 7 */ 152 #undef HAVE_SYS_UCONTEXT_H 153 154 /* Define to 1 if you have the <sys/wait.h> header file. */ 155 #define HAVE_SYS_WAIT_H 1 156 157 /* Define to 1 if compiler supports __thread */ 158 #undef HAVE_TLS 159 160 /* <sys/ucontext.h> is broken on redhat 7 */ 161 #undef HAVE_UCONTEXT_H 162 163 /* Define to 1 if you have the <unistd.h> header file. */ 164 #define HAVE_UNISTD_H 1 165 166 /* Define to 1 if you have the <unwind.h> header file. */ 167 #define HAVE_UNWIND_H 1 168 169 /* Define to 1 if you have the <valgrind.h> header file. */ 170 #undef HAVE_VALGRIND_H 171 172 /* define if your compiler has __attribute__ */ 173 #define HAVE___ATTRIBUTE__ 1 174 175 /* Define to 1 if compiler supports __environ */ 176 #undef HAVE___ENVIRON 177 178 /* Define to 1 if the system has the type `__int64'. */ 179 /* #undef HAVE___INT64 */ 180 181 /* prefix where we look for installed files */ 182 #define INSTALL_PREFIX "/usr/local" 183 184 /* Define to 1 if int32_t is equivalent to intptr_t */ 185 /* #undef INT32_EQUALS_INTPTR */ 186 187 /* Define to the sub-directory in which libtool stores uninstalled libraries. 188 */ 189 #undef LT_OBJDIR 190 191 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 192 /* #undef NO_MINUS_C_MINUS_O */ 193 194 /* Name of package */ 195 #define PACKAGE "google-perftools" 196 197 /* Define to the address where bug reports for this package should be sent. */ 198 #define PACKAGE_BUGREPORT "opensource@google.com" 199 200 /* Define to the full name of this package. */ 201 #define PACKAGE_NAME "google-perftools" 202 203 /* Define to the full name and version of this package. */ 204 #define PACKAGE_STRING "google-perftools 1.7" 205 206 /* Define to the one symbol short name of this package. */ 207 #define PACKAGE_TARNAME "google-perftools" 208 209 /* Define to the home page for this package. */ 210 #undef PACKAGE_URL 211 212 /* Define to the version of this package. */ 213 #define PACKAGE_VERSION "1.7" 214 215 /* How to access the PC from a struct ucontext */ 216 /* TODO(asharif): configure.ac should be changed such that this define gets 217 * generated automatically. That change should go to upstream and then pulled 218 * back here. */ 219 #if defined(__arm__) 220 #define PC_FROM_UCONTEXT uc_mcontext.arm_pc 221 #else 222 #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP] 223 #endif 224 225 /* Always the empty-string on non-windows systems. On windows, should be 226 "__declspec(dllexport)". This way, when we compile the dll, we export our 227 functions/classes. It's safe to define this here because config.h is only 228 used internally, to compile the DLL, and every DLL source file #includes 229 "config.h" before anything else. */ 230 #define PERFTOOLS_DLL_DECL 231 232 /* printf format code for printing a size_t and ssize_t */ 233 #define PRIdS "zd" 234 235 /* printf format code for printing a size_t and ssize_t */ 236 #define PRIuS "zu" 237 238 /* printf format code for printing a size_t and ssize_t */ 239 #define PRIxS "zx" 240 241 /* Define to necessary symbol if this constant uses a non-standard name on 242 your system. */ 243 /* #undef PTHREAD_CREATE_JOINABLE */ 244 245 /* Define to 1 if you have the ANSI C header files. */ 246 #define STDC_HEADERS 1 247 248 /* the namespace where STL code like vector<> is defined */ 249 #define STL_NAMESPACE std 250 251 /* Version number of package */ 252 #define VERSION "1.7" 253 254 /* C99 says: define this to get the PRI... macros from stdint.h */ 255 #ifndef __STDC_FORMAT_MACROS 256 # define __STDC_FORMAT_MACROS 1 257 #endif 258 259 /* Define to `__inline__' or `__inline' if that's what the C compiler 260 calls it, or to nothing if 'inline' is not supported under any name. */ 261 #ifndef __cplusplus 262 /* #undef inline */ 263 #endif 264 265 266 #ifdef __MINGW32__ 267 #include "windows/mingw.h" 268 #endif 269 270 /* Android's NDK doesn't have std::set_new_handler */ 271 #define PREANSINEW 1 272