| 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 |
| 149 /* Define to 1 if you have the <sys/types.h> header file. */ | 152 /* Define to 1 if you have the <sys/types.h> header file. */ |
| 150 #undef HAVE_SYS_TYPES_H | 153 #undef HAVE_SYS_TYPES_H |
| 151 | 154 |
| 152 /* <sys/ucontext.h> is broken on redhat 7 */ | 155 /* <sys/ucontext.h> is broken on redhat 7 */ |
| 153 #undef HAVE_SYS_UCONTEXT_H | 156 #undef HAVE_SYS_UCONTEXT_H |
| 154 | 157 |
| 155 /* Define to 1 if you have the <sys/wait.h> header file. */ | 158 /* Define to 1 if you have the <sys/wait.h> header file. */ |
| 156 #undef HAVE_SYS_WAIT_H | 159 #undef HAVE_SYS_WAIT_H |
| 157 | 160 |
| 158 /* Define to 1 if compiler supports __thread */ | 161 /* Define to 1 if compiler supports __thread */ |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 #ifndef __cplusplus | 267 #ifndef __cplusplus |
| 265 #undef inline | 268 #undef inline |
| 266 #endif | 269 #endif |
| 267 | 270 |
| 268 | 271 |
| 269 #ifdef __MINGW32__ | 272 #ifdef __MINGW32__ |
| 270 #include "windows/mingw.h" | 273 #include "windows/mingw.h" |
| 271 #endif | 274 #endif |
| 272 | 275 |
| 273 #endif /* #ifndef GOOGLE_PERFTOOLS_CONFIG_H_ */ | 276 #endif /* #ifndef GOOGLE_PERFTOOLS_CONFIG_H_ */ |
| 274 | |
| OLD | NEW |