Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 /* src/config.h. Generated from config.h.in by configure. */ | 1 /* src/config.h. Generated from config.h.in by configure. */ |
| 2 /* src/config.h.in. Generated from configure.ac by autoheader. */ | 2 /* src/config.h.in. Generated from configure.ac by autoheader. */ |
| 3 | 3 |
| 4 /* Define to 1 if compiler supports __builtin_stack_pointer */ | 4 /* Define to 1 if compiler supports __builtin_stack_pointer */ |
| 5 /* #undef HAVE_BUILTIN_STACK_POINTER */ | 5 /* #undef HAVE_BUILTIN_STACK_POINTER */ |
| 6 | 6 |
| 7 /* Define to 1 if you have the <conflict-signal.h> header file. */ | 7 /* Define to 1 if you have the <conflict-signal.h> header file. */ |
| 8 /* #undef HAVE_CONFLICT_SIGNAL_H */ | 8 /* #undef HAVE_CONFLICT_SIGNAL_H */ |
| 9 | 9 |
| 10 /* Define to 1 if you have the <cygwin/signal.h> header file. */ | 10 /* Define to 1 if you have the <cygwin/signal.h> header file. */ |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 66 | 66 |
| 67 /* Define to 1 if you have the <libunwind.h> header file. */ | 67 /* Define to 1 if you have the <libunwind.h> header file. */ |
| 68 /* #undef HAVE_LIBUNWIND_H */ | 68 /* #undef HAVE_LIBUNWIND_H */ |
| 69 | 69 |
| 70 /* Define to 1 if you have the <linux/ptrace.h> header file. */ | 70 /* Define to 1 if you have the <linux/ptrace.h> header file. */ |
| 71 /* #undef HAVE_LINUX_PTRACE_H */ | 71 /* #undef HAVE_LINUX_PTRACE_H */ |
| 72 | 72 |
| 73 /* Define to 1 if you have the <malloc.h> header file. */ | 73 /* Define to 1 if you have the <malloc.h> header file. */ |
| 74 /* #undef HAVE_MALLOC_H */ | 74 /* #undef HAVE_MALLOC_H */ |
| 75 | 75 |
| 76 /* Define to 1 if you have the <malloc/malloc.h> header file. */ | |
|
antonm
2011/06/02 13:37:35
which parts didn't merge automatically?
Alexander Potapenko
2011/06/09 09:35:24
This file is not in the perftools repo at all, so
| |
| 77 #undef HAVE_MALLOC_MALLOC_H | |
| 78 | |
| 76 /* Define to 1 if you have the <memory.h> header file. */ | 79 /* Define to 1 if you have the <memory.h> header file. */ |
| 77 #define HAVE_MEMORY_H 1 | 80 #define HAVE_MEMORY_H 1 |
| 78 | 81 |
| 79 /* Define to 1 if you have a working `mmap' system call. */ | 82 /* Define to 1 if you have a working `mmap' system call. */ |
| 80 #define HAVE_MMAP 1 | 83 #define HAVE_MMAP 1 |
| 81 | 84 |
| 82 /* define if the compiler implements namespaces */ | 85 /* define if the compiler implements namespaces */ |
| 83 #define HAVE_NAMESPACES 1 | 86 #define HAVE_NAMESPACES 1 |
| 84 | 87 |
| 85 /* Define to 1 if you have the <poll.h> header file. */ | 88 /* Define to 1 if you have the <poll.h> header file. */ |
| (...skipping 22 matching lines...) Expand all Loading... | |
| 108 | 111 |
| 109 /* Define to 1 if you have the <strings.h> header file. */ | 112 /* Define to 1 if you have the <strings.h> header file. */ |
| 110 #define HAVE_STRINGS_H 1 | 113 #define HAVE_STRINGS_H 1 |
| 111 | 114 |
| 112 /* Define to 1 if you have the <string.h> header file. */ | 115 /* Define to 1 if you have the <string.h> header file. */ |
| 113 #define HAVE_STRING_H 1 | 116 #define HAVE_STRING_H 1 |
| 114 | 117 |
| 115 /* Define to 1 if the system has the type `struct mallinfo'. */ | 118 /* Define to 1 if the system has the type `struct mallinfo'. */ |
| 116 /* #undef HAVE_STRUCT_MALLINFO */ | 119 /* #undef HAVE_STRUCT_MALLINFO */ |
| 117 | 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 | |
| 118 /* Define to 1 if you have the <sys/prctl.h> header file. */ | 130 /* Define to 1 if you have the <sys/prctl.h> header file. */ |
| 119 /* #undef HAVE_SYS_PRCTL_H */ | 131 /* #undef HAVE_SYS_PRCTL_H */ |
| 120 | 132 |
| 121 /* Define to 1 if you have the <sys/resource.h> header file. */ | 133 /* Define to 1 if you have the <sys/resource.h> header file. */ |
| 122 #define HAVE_SYS_RESOURCE_H 1 | 134 #define HAVE_SYS_RESOURCE_H 1 |
| 123 | 135 |
| 124 /* Define to 1 if you have the <sys/socket.h> header file. */ | 136 /* Define to 1 if you have the <sys/socket.h> header file. */ |
| 125 #define HAVE_SYS_SOCKET_H 1 | 137 #define HAVE_SYS_SOCKET_H 1 |
| 126 | 138 |
| 127 /* Define to 1 if you have the <sys/stat.h> header file. */ | 139 /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 128 #define HAVE_SYS_STAT_H 1 | 140 #define HAVE_SYS_STAT_H 1 |
| 129 | 141 |
| 130 /* Define to 1 if you have the <sys/syscall.h> header file. */ | 142 /* Define to 1 if you have the <sys/syscall.h> header file. */ |
| 131 #define HAVE_SYS_SYSCALL_H 1 | 143 #define HAVE_SYS_SYSCALL_H 1 |
| 132 | 144 |
| 145 /* Define to 1 if you have the <sys/time.h> header file. */ | |
| 146 #define HAVE_SYS_TIME_H 1 | |
| 147 | |
| 133 /* Define to 1 if you have the <sys/types.h> header file. */ | 148 /* Define to 1 if you have the <sys/types.h> header file. */ |
| 134 #define HAVE_SYS_TYPES_H 1 | 149 #define HAVE_SYS_TYPES_H 1 |
| 135 | 150 |
| 136 /* <sys/ucontext.h> is broken on redhat 7 */ | 151 /* <sys/ucontext.h> is broken on redhat 7 */ |
| 137 #define HAVE_SYS_UCONTEXT_H 1 | 152 #define HAVE_SYS_UCONTEXT_H 1 |
| 138 | 153 |
| 139 /* Define to 1 if you have the <sys/wait.h> header file. */ | 154 /* Define to 1 if you have the <sys/wait.h> header file. */ |
| 140 #define HAVE_SYS_WAIT_H 1 | 155 #define HAVE_SYS_WAIT_H 1 |
| 141 | 156 |
| 142 /* Define to 1 if compiler supports __thread */ | 157 /* Define to 1 if compiler supports __thread */ |
| (...skipping 21 matching lines...) Expand all Loading... | |
| 164 /* #undef HAVE___INT64 */ | 179 /* #undef HAVE___INT64 */ |
| 165 | 180 |
| 166 /* prefix where we look for installed files */ | 181 /* prefix where we look for installed files */ |
| 167 #define INSTALL_PREFIX "/usr/local" | 182 #define INSTALL_PREFIX "/usr/local" |
| 168 | 183 |
| 169 /* Define to 1 if int32_t is equivalent to intptr_t */ | 184 /* Define to 1 if int32_t is equivalent to intptr_t */ |
| 170 #if defined(__i386__) | 185 #if defined(__i386__) |
| 171 #define INT32_EQUALS_INTPTR 1 | 186 #define INT32_EQUALS_INTPTR 1 |
| 172 #endif | 187 #endif |
| 173 | 188 |
| 189 /* Define to the sub-directory in which libtool stores uninstalled libraries. | |
| 190 */ | |
| 191 #undef LT_OBJDIR | |
| 192 | |
| 174 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ | 193 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ |
| 175 /* #undef NO_MINUS_C_MINUS_O */ | 194 /* #undef NO_MINUS_C_MINUS_O */ |
| 176 | 195 |
| 177 /* Name of package */ | 196 /* Name of package */ |
| 178 #define PACKAGE "google-perftools" | 197 #define PACKAGE "google-perftools" |
| 179 | 198 |
| 180 /* Define to the address where bug reports for this package should be sent. */ | 199 /* Define to the address where bug reports for this package should be sent. */ |
| 181 #define PACKAGE_BUGREPORT "opensource@google.com" | 200 #define PACKAGE_BUGREPORT "opensource@google.com" |
| 182 | 201 |
| 183 /* Define to the full name of this package. */ | 202 /* Define to the full name of this package. */ |
| 184 #define PACKAGE_NAME "google-perftools" | 203 #define PACKAGE_NAME "google-perftools" |
| 185 | 204 |
| 186 /* Define to the full name and version of this package. */ | 205 /* Define to the full name and version of this package. */ |
| 187 #define PACKAGE_STRING "google-perftools 1.5" | 206 #define PACKAGE_STRING "google-perftools 1.7" |
| 188 | 207 |
| 189 /* Define to the one symbol short name of this package. */ | 208 /* Define to the one symbol short name of this package. */ |
| 190 #define PACKAGE_TARNAME "google-perftools" | 209 #define PACKAGE_TARNAME "google-perftools" |
| 191 | 210 |
| 192 /* Define to the home page for this package. */ | 211 /* Define to the home page for this package. */ |
| 193 #define PACKAGE_URL "" | 212 #define PACKAGE_URL "" |
| 194 | 213 |
| 195 /* Define to the version of this package. */ | 214 /* Define to the version of this package. */ |
| 196 #define PACKAGE_VERSION "1.5" | 215 #define PACKAGE_VERSION "1.7" |
| 197 | 216 |
| 198 /* How to access the PC from a struct ucontext */ | 217 /* How to access the PC from a struct ucontext */ |
| 199 #if defined(__i386__) | 218 #if defined(__i386__) |
| 200 #define PC_FROM_UCONTEXT uc_mcontext.mc_eip | 219 #define PC_FROM_UCONTEXT uc_mcontext.mc_eip |
| 201 #else | 220 #else |
| 202 #define PC_FROM_UCONTEXT uc_mcontext.mc_rip | 221 #define PC_FROM_UCONTEXT uc_mcontext.mc_rip |
| 203 #endif | 222 #endif |
| 204 | 223 |
| 205 /* Always the empty-string on non-windows systems. On windows, should be | 224 /* Always the empty-string on non-windows systems. On windows, should be |
| 206 "__declspec(dllexport)". This way, when we compile the dll, we export our | 225 "__declspec(dllexport)". This way, when we compile the dll, we export our |
| (...skipping 26 matching lines...) Expand all Loading... | |
| 233 your system. */ | 252 your system. */ |
| 234 /* #undef PTHREAD_CREATE_JOINABLE */ | 253 /* #undef PTHREAD_CREATE_JOINABLE */ |
| 235 | 254 |
| 236 /* Define to 1 if you have the ANSI C header files. */ | 255 /* Define to 1 if you have the ANSI C header files. */ |
| 237 #define STDC_HEADERS 1 | 256 #define STDC_HEADERS 1 |
| 238 | 257 |
| 239 /* the namespace where STL code like vector<> is defined */ | 258 /* the namespace where STL code like vector<> is defined */ |
| 240 #define STL_NAMESPACE std | 259 #define STL_NAMESPACE std |
| 241 | 260 |
| 242 /* Version number of package */ | 261 /* Version number of package */ |
| 243 #define VERSION "1.5" | 262 #define VERSION "1.7" |
| 244 | 263 |
| 245 /* C99 says: define this to get the PRI... macros from stdint.h */ | 264 /* C99 says: define this to get the PRI... macros from stdint.h */ |
| 246 #ifndef __STDC_FORMAT_MACROS | 265 #ifndef __STDC_FORMAT_MACROS |
| 247 # define __STDC_FORMAT_MACROS 1 | 266 # define __STDC_FORMAT_MACROS 1 |
| 248 #endif | 267 #endif |
| 249 | 268 |
| 250 /* Define to `__inline__' or `__inline' if that's what the C compiler | 269 /* Define to `__inline__' or `__inline' if that's what the C compiler |
| 251 calls it, or to nothing if 'inline' is not supported under any name. */ | 270 calls it, or to nothing if 'inline' is not supported under any name. */ |
| 252 #ifndef __cplusplus | 271 #ifndef __cplusplus |
| 253 /* #undef inline */ | 272 /* #undef inline */ |
| 254 #endif | 273 #endif |
| 255 | 274 |
| 256 | 275 |
| 257 #ifdef __MINGW32__ | 276 #ifdef __MINGW32__ |
| 258 #include "windows/mingw.h" | 277 #include "windows/mingw.h" |
| 259 #endif | 278 #endif |
| OLD | NEW |