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 GPERFTOOLS_CONFIG_H_ |
5 #define GOOGLE_PERFTOOLS_CONFIG_H_ | 5 #define GPERFTOOLS_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 |
11 /* Define to 1 if you have the <conflict-signal.h> header file. */ | 11 /* Define to 1 if you have the <conflict-signal.h> header file. */ |
12 #undef HAVE_CONFLICT_SIGNAL_H | 12 #undef HAVE_CONFLICT_SIGNAL_H |
13 | 13 |
14 /* Define to 1 if you have the <cygwin/signal.h> header file. */ | 14 /* Define to 1 if you have the <cygwin/signal.h> header file. */ |
15 #undef HAVE_CYGWIN_SIGNAL_H | 15 #undef HAVE_CYGWIN_SIGNAL_H |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 calls it, or to nothing if 'inline' is not supported under any name. */ | 263 calls it, or to nothing if 'inline' is not supported under any name. */ |
264 #ifndef __cplusplus | 264 #ifndef __cplusplus |
265 #undef inline | 265 #undef inline |
266 #endif | 266 #endif |
267 | 267 |
268 | 268 |
269 #ifdef __MINGW32__ | 269 #ifdef __MINGW32__ |
270 #include "windows/mingw.h" | 270 #include "windows/mingw.h" |
271 #endif | 271 #endif |
272 | 272 |
273 #endif /* #ifndef GOOGLE_PERFTOOLS_CONFIG_H_ */ | 273 #endif /* #ifndef GPERFTOOLS_CONFIG_H_ */ |
274 | 274 |
OLD | NEW |