| 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 | 4 |
| 5 #ifndef GPERFTOOLS_CONFIG_H_ | 5 #ifndef GPERFTOOLS_CONFIG_H_ |
| 6 #define GPERFTOOLS_CONFIG_H_ | 6 #define GPERFTOOLS_CONFIG_H_ |
| 7 | 7 |
| 8 | 8 |
| 9 /* Build runtime detection for sized delete */ | 9 /* Build runtime detection for sized delete */ |
| 10 /* #undef ENABLE_DYNAMIC_SIZED_DELETE */ | 10 /* #undef ENABLE_DYNAMIC_SIZED_DELETE */ |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 /* Define to 1 if you have the `fork' function. */ | 78 /* Define to 1 if you have the `fork' function. */ |
| 79 #define HAVE_FORK 1 | 79 #define HAVE_FORK 1 |
| 80 | 80 |
| 81 /* Define to 1 if you have the `geteuid' function. */ | 81 /* Define to 1 if you have the `geteuid' function. */ |
| 82 #define HAVE_GETEUID 1 | 82 #define HAVE_GETEUID 1 |
| 83 | 83 |
| 84 /* Define to 1 if you have the `getpagesize' function. */ | 84 /* Define to 1 if you have the `getpagesize' function. */ |
| 85 #define HAVE_GETPAGESIZE 1 | 85 #define HAVE_GETPAGESIZE 1 |
| 86 | 86 |
| 87 /* Define to 1 if you have the <glob.h> header file. */ | 87 /* Define to 1 if you have the <glob.h> header file. */ |
| 88 #if !defined(__ANDROID__) |
| 88 #define HAVE_GLOB_H 1 | 89 #define HAVE_GLOB_H 1 |
| 90 #endif |
| 89 | 91 |
| 90 /* Define to 1 if you have the <grp.h> header file. */ | 92 /* Define to 1 if you have the <grp.h> header file. */ |
| 91 #define HAVE_GRP_H 1 | 93 #define HAVE_GRP_H 1 |
| 92 | 94 |
| 93 /* Define to 1 if you have the <inttypes.h> header file. */ | 95 /* Define to 1 if you have the <inttypes.h> header file. */ |
| 94 #define HAVE_INTTYPES_H 1 | 96 #define HAVE_INTTYPES_H 1 |
| 95 | 97 |
| 96 /* Define to 1 if you have the <libunwind.h> header file. */ | 98 /* Define to 1 if you have the <libunwind.h> header file. */ |
| 97 /* #undef HAVE_LIBUNWIND_H */ | 99 /* #undef HAVE_LIBUNWIND_H */ |
| 98 | 100 |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 /* Define to 1 if you have the <sys/resource.h> header file. */ | 165 /* Define to 1 if you have the <sys/resource.h> header file. */ |
| 164 #define HAVE_SYS_RESOURCE_H 1 | 166 #define HAVE_SYS_RESOURCE_H 1 |
| 165 | 167 |
| 166 /* Define to 1 if you have the <sys/socket.h> header file. */ | 168 /* Define to 1 if you have the <sys/socket.h> header file. */ |
| 167 #define HAVE_SYS_SOCKET_H 1 | 169 #define HAVE_SYS_SOCKET_H 1 |
| 168 | 170 |
| 169 /* Define to 1 if you have the <sys/stat.h> header file. */ | 171 /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 170 #define HAVE_SYS_STAT_H 1 | 172 #define HAVE_SYS_STAT_H 1 |
| 171 | 173 |
| 172 /* Define to 1 if you have the <sys/syscall.h> header file. */ | 174 /* Define to 1 if you have the <sys/syscall.h> header file. */ |
| 175 #if !defined(__ANDROID__) |
| 173 #define HAVE_SYS_SYSCALL_H 1 | 176 #define HAVE_SYS_SYSCALL_H 1 |
| 177 #endif |
| 174 | 178 |
| 175 /* Define to 1 if you have the <sys/types.h> header file. */ | 179 /* Define to 1 if you have the <sys/types.h> header file. */ |
| 176 #define HAVE_SYS_TYPES_H 1 | 180 #define HAVE_SYS_TYPES_H 1 |
| 177 | 181 |
| 178 /* Define to 1 if you have the <sys/ucontext.h> header file. */ | 182 /* Define to 1 if you have the <sys/ucontext.h> header file. */ |
| 179 #undef HAVE_SYS_UCONTEXT_H | 183 #undef HAVE_SYS_UCONTEXT_H |
| 180 | 184 |
| 181 /* Define to 1 if you have the <sys/wait.h> header file. */ | 185 /* Define to 1 if you have the <sys/wait.h> header file. */ |
| 182 #define HAVE_SYS_WAIT_H 1 | 186 #define HAVE_SYS_WAIT_H 1 |
| 183 | 187 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 196 /* Define to 1 if you have the <unwind.h> header file. */ | 200 /* Define to 1 if you have the <unwind.h> header file. */ |
| 197 #define HAVE_UNWIND_H 1 | 201 #define HAVE_UNWIND_H 1 |
| 198 | 202 |
| 199 /* Define to 1 if you have the <valgrind.h> header file. */ | 203 /* Define to 1 if you have the <valgrind.h> header file. */ |
| 200 /* #undef HAVE_VALGRIND_H */ | 204 /* #undef HAVE_VALGRIND_H */ |
| 201 | 205 |
| 202 /* define if your compiler has __attribute__ */ | 206 /* define if your compiler has __attribute__ */ |
| 203 #define HAVE___ATTRIBUTE__ 1 | 207 #define HAVE___ATTRIBUTE__ 1 |
| 204 | 208 |
| 205 /* Define to 1 if compiler supports __environ */ | 209 /* Define to 1 if compiler supports __environ */ |
| 210 #if !defined(__ANDROID__) |
| 206 #define HAVE___ENVIRON 1 | 211 #define HAVE___ENVIRON 1 |
| 212 #endif |
| 207 | 213 |
| 208 /* Define to 1 if the system has the type `__int64'. */ | 214 /* Define to 1 if the system has the type `__int64'. */ |
| 209 /* #undef HAVE___INT64 */ | 215 /* #undef HAVE___INT64 */ |
| 210 | 216 |
| 211 /* prefix where we look for installed files */ | 217 /* prefix where we look for installed files */ |
| 212 #define INSTALL_PREFIX "/usr/local" | 218 #define INSTALL_PREFIX "/usr/local" |
| 213 | 219 |
| 214 /* Define to 1 if int32_t is equivalent to intptr_t */ | 220 /* Define to 1 if int32_t is equivalent to intptr_t */ |
| 215 /* #undef INT32_EQUALS_INTPTR */ | 221 /* #undef INT32_EQUALS_INTPTR */ |
| 216 | 222 |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 #ifndef __cplusplus | 305 #ifndef __cplusplus |
| 300 /* #undef inline */ | 306 /* #undef inline */ |
| 301 #endif | 307 #endif |
| 302 | 308 |
| 303 | 309 |
| 304 #ifdef __MINGW32__ | 310 #ifdef __MINGW32__ |
| 305 #include "windows/mingw.h" | 311 #include "windows/mingw.h" |
| 306 #endif | 312 #endif |
| 307 | 313 |
| 308 #endif /* #ifndef GPERFTOOLS_CONFIG_H_ */ | 314 #endif /* #ifndef GPERFTOOLS_CONFIG_H_ */ |
| OLD | NEW |