| 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 /* prefix where we look for installed files */ | 185 /* prefix where we look for installed files */ |
| 186 #undef INSTALL_PREFIX | 186 #undef INSTALL_PREFIX |
| 187 | 187 |
| 188 /* Define to 1 if int32_t is equivalent to intptr_t */ | 188 /* Define to 1 if int32_t is equivalent to intptr_t */ |
| 189 #undef INT32_EQUALS_INTPTR | 189 #undef INT32_EQUALS_INTPTR |
| 190 | 190 |
| 191 /* Define to the sub-directory in which libtool stores uninstalled libraries. | 191 /* Define to the sub-directory in which libtool stores uninstalled libraries. |
| 192 */ | 192 */ |
| 193 #undef LT_OBJDIR | 193 #undef LT_OBJDIR |
| 194 | 194 |
| 195 /* Define to 'volatile' if __malloc_hook is declared volatile */ |
| 196 #undef MALLOC_HOOK_MAYBE_VOLATILE |
| 197 |
| 195 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ | 198 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ |
| 196 #undef NO_MINUS_C_MINUS_O | 199 #undef NO_MINUS_C_MINUS_O |
| 197 | 200 |
| 198 /* Name of package */ | 201 /* Name of package */ |
| 199 #undef PACKAGE | 202 #undef PACKAGE |
| 200 | 203 |
| 201 /* Define to the address where bug reports for this package should be sent. */ | 204 /* Define to the address where bug reports for this package should be sent. */ |
| 202 #undef PACKAGE_BUGREPORT | 205 #undef PACKAGE_BUGREPORT |
| 203 | 206 |
| 204 /* Define to the full name of this package. */ | 207 /* Define to the full name of this package. */ |
| (...skipping 23 matching lines...) Expand all Loading... |
| 228 | 231 |
| 229 /* printf format code for printing a size_t and ssize_t */ | 232 /* printf format code for printing a size_t and ssize_t */ |
| 230 #undef PRIdS | 233 #undef PRIdS |
| 231 | 234 |
| 232 /* printf format code for printing a size_t and ssize_t */ | 235 /* printf format code for printing a size_t and ssize_t */ |
| 233 #undef PRIuS | 236 #undef PRIuS |
| 234 | 237 |
| 235 /* printf format code for printing a size_t and ssize_t */ | 238 /* printf format code for printing a size_t and ssize_t */ |
| 236 #undef PRIxS | 239 #undef PRIxS |
| 237 | 240 |
| 241 /* Mark the systems where we know it's bad if pthreads runs too |
| 242 early before main (before threads are initialized, presumably). */ |
| 243 #ifdef __FreeBSD__ |
| 244 #define PTHREADS_CRASHES_IF_RUN_TOO_EARLY 1 |
| 245 #endif |
| 246 |
| 238 /* Define to necessary symbol if this constant uses a non-standard name on | 247 /* Define to necessary symbol if this constant uses a non-standard name on |
| 239 your system. */ | 248 your system. */ |
| 240 #undef PTHREAD_CREATE_JOINABLE | 249 #undef PTHREAD_CREATE_JOINABLE |
| 241 | 250 |
| 242 /* Define to 1 if you have the ANSI C header files. */ | 251 /* Define to 1 if you have the ANSI C header files. */ |
| 243 #undef STDC_HEADERS | 252 #undef STDC_HEADERS |
| 244 | 253 |
| 245 /* the namespace where STL code like vector<> is defined */ | 254 /* the namespace where STL code like vector<> is defined */ |
| 246 #undef STL_NAMESPACE | 255 #undef STL_NAMESPACE |
| 247 | 256 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 258 #ifndef __cplusplus | 267 #ifndef __cplusplus |
| 259 #undef inline | 268 #undef inline |
| 260 #endif | 269 #endif |
| 261 | 270 |
| 262 | 271 |
| 263 #ifdef __MINGW32__ | 272 #ifdef __MINGW32__ |
| 264 #include "windows/mingw.h" | 273 #include "windows/mingw.h" |
| 265 #endif | 274 #endif |
| 266 | 275 |
| 267 #endif /* #ifndef GOOGLE_PERFTOOLS_CONFIG_H_ */ | 276 #endif /* #ifndef GOOGLE_PERFTOOLS_CONFIG_H_ */ |
| OLD | NEW |