| OLD | NEW |
| 1 /* src/config.h.in. Generated from configure.ac by autoheader. */ | 1 /* src/config.h.in. Generated from configure.ac by autoheader. */ |
| 2 | 2 |
| 3 | 3 |
| 4 #ifndef GOOGLE_PERFTOOLS_CONFIG_H_ | 4 #ifndef GOOGLE_PERFTOOLS_CONFIG_H_ |
| 5 #define GOOGLE_PERFTOOLS_CONFIG_H_ | 5 #define GOOGLE_PERFTOOLS_CONFIG_H_ |
| 6 | 6 |
| 7 | 7 |
| 8 /* Define to 1 if compiler supports __builtin_stack_pointer */ | 8 /* Define to 1 if compiler supports __builtin_stack_pointer */ |
| 9 #undef HAVE_BUILTIN_STACK_POINTER | 9 #undef HAVE_BUILTIN_STACK_POINTER |
| 10 | 10 |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 | 139 |
| 140 /* Define to 1 if you have the <sys/socket.h> header file. */ | 140 /* Define to 1 if you have the <sys/socket.h> header file. */ |
| 141 #undef HAVE_SYS_SOCKET_H | 141 #undef HAVE_SYS_SOCKET_H |
| 142 | 142 |
| 143 /* Define to 1 if you have the <sys/stat.h> header file. */ | 143 /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 144 #undef HAVE_SYS_STAT_H | 144 #undef HAVE_SYS_STAT_H |
| 145 | 145 |
| 146 /* Define to 1 if you have the <sys/syscall.h> header file. */ | 146 /* Define to 1 if you have the <sys/syscall.h> header file. */ |
| 147 #undef HAVE_SYS_SYSCALL_H | 147 #undef HAVE_SYS_SYSCALL_H |
| 148 | 148 |
| 149 /* Define to 1 if you have the <sys/time.h> header file. */ | |
| 150 #undef HAVE_SYS_TIME_H | |
| 151 | |
| 152 /* Define to 1 if you have the <sys/types.h> header file. */ | 149 /* Define to 1 if you have the <sys/types.h> header file. */ |
| 153 #undef HAVE_SYS_TYPES_H | 150 #undef HAVE_SYS_TYPES_H |
| 154 | 151 |
| 155 /* <sys/ucontext.h> is broken on redhat 7 */ | 152 /* <sys/ucontext.h> is broken on redhat 7 */ |
| 156 #undef HAVE_SYS_UCONTEXT_H | 153 #undef HAVE_SYS_UCONTEXT_H |
| 157 | 154 |
| 158 /* Define to 1 if you have the <sys/wait.h> header file. */ | 155 /* Define to 1 if you have the <sys/wait.h> header file. */ |
| 159 #undef HAVE_SYS_WAIT_H | 156 #undef HAVE_SYS_WAIT_H |
| 160 | 157 |
| 161 /* Define to 1 if compiler supports __thread */ | 158 /* Define to 1 if compiler supports __thread */ |
| (...skipping 23 matching lines...) Expand all Loading... |
| 185 /* prefix where we look for installed files */ | 182 /* prefix where we look for installed files */ |
| 186 #undef INSTALL_PREFIX | 183 #undef INSTALL_PREFIX |
| 187 | 184 |
| 188 /* Define to 1 if int32_t is equivalent to intptr_t */ | 185 /* Define to 1 if int32_t is equivalent to intptr_t */ |
| 189 #undef INT32_EQUALS_INTPTR | 186 #undef INT32_EQUALS_INTPTR |
| 190 | 187 |
| 191 /* Define to the sub-directory in which libtool stores uninstalled libraries. | 188 /* Define to the sub-directory in which libtool stores uninstalled libraries. |
| 192 */ | 189 */ |
| 193 #undef LT_OBJDIR | 190 #undef LT_OBJDIR |
| 194 | 191 |
| 192 /* Define to 'volatile' if __malloc_hook is declared volatile */ |
| 193 #undef MALLOC_HOOK_MAYBE_VOLATILE |
| 194 |
| 195 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ | 195 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ |
| 196 #undef NO_MINUS_C_MINUS_O | 196 #undef NO_MINUS_C_MINUS_O |
| 197 | 197 |
| 198 /* Name of package */ | 198 /* Name of package */ |
| 199 #undef PACKAGE | 199 #undef PACKAGE |
| 200 | 200 |
| 201 /* Define to the address where bug reports for this package should be sent. */ | 201 /* Define to the address where bug reports for this package should be sent. */ |
| 202 #undef PACKAGE_BUGREPORT | 202 #undef PACKAGE_BUGREPORT |
| 203 | 203 |
| 204 /* Define to the full name of this package. */ | 204 /* Define to the full name of this package. */ |
| (...skipping 23 matching lines...) Expand all Loading... |
| 228 | 228 |
| 229 /* printf format code for printing a size_t and ssize_t */ | 229 /* printf format code for printing a size_t and ssize_t */ |
| 230 #undef PRIdS | 230 #undef PRIdS |
| 231 | 231 |
| 232 /* printf format code for printing a size_t and ssize_t */ | 232 /* printf format code for printing a size_t and ssize_t */ |
| 233 #undef PRIuS | 233 #undef PRIuS |
| 234 | 234 |
| 235 /* printf format code for printing a size_t and ssize_t */ | 235 /* printf format code for printing a size_t and ssize_t */ |
| 236 #undef PRIxS | 236 #undef PRIxS |
| 237 | 237 |
| 238 /* Mark the systems where we know it's bad if pthreads runs too |
| 239 early before main (before threads are initialized, presumably). */ |
| 240 #ifdef __FreeBSD__ |
| 241 #define PTHREADS_CRASHES_IF_RUN_TOO_EARLY 1 |
| 242 #endif |
| 243 |
| 238 /* Define to necessary symbol if this constant uses a non-standard name on | 244 /* Define to necessary symbol if this constant uses a non-standard name on |
| 239 your system. */ | 245 your system. */ |
| 240 #undef PTHREAD_CREATE_JOINABLE | 246 #undef PTHREAD_CREATE_JOINABLE |
| 241 | 247 |
| 242 /* Define to 1 if you have the ANSI C header files. */ | 248 /* Define to 1 if you have the ANSI C header files. */ |
| 243 #undef STDC_HEADERS | 249 #undef STDC_HEADERS |
| 244 | 250 |
| 245 /* the namespace where STL code like vector<> is defined */ | 251 /* the namespace where STL code like vector<> is defined */ |
| 246 #undef STL_NAMESPACE | 252 #undef STL_NAMESPACE |
| 247 | 253 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 258 #ifndef __cplusplus | 264 #ifndef __cplusplus |
| 259 #undef inline | 265 #undef inline |
| 260 #endif | 266 #endif |
| 261 | 267 |
| 262 | 268 |
| 263 #ifdef __MINGW32__ | 269 #ifdef __MINGW32__ |
| 264 #include "windows/mingw.h" | 270 #include "windows/mingw.h" |
| 265 #endif | 271 #endif |
| 266 | 272 |
| 267 #endif /* #ifndef GOOGLE_PERFTOOLS_CONFIG_H_ */ | 273 #endif /* #ifndef GOOGLE_PERFTOOLS_CONFIG_H_ */ |
| 274 |
| OLD | NEW |