/* src/config.h. Generated by configure. */ /* src/config.h.in. Generated from configure.ac by autoheader. */ /* the location of */ /* #undef HASH_MAP_H */ /* the namespace of hash_map/hash_set */ /* #undef HASH_NAMESPACE */ /* the location of */ /* #undef HASH_SET_H */ /* Define to 1 if compiler supports __builtin_stack_pointer */ /* #undef HAVE_BUILTIN_STACK_POINTER */ /* Define to 1 if you have the header file. */ /* #undef HAVE_CONFLICT_SIGNAL_H */ /* Define to 1 if you have the declaration of `cfree', and to 0 if you don't. */ #define HAVE_DECL_CFREE 0 /* Define to 1 if you have the declaration of `memalign', and to 0 if you don't. */ #define HAVE_DECL_MEMALIGN 0 /* Define to 1 if you have the declaration of `posix_memalign', and to 0 if you don't. */ #define HAVE_DECL_POSIX_MEMALIGN 0 /* Define to 1 if you have the declaration of `pvalloc', and to 0 if you don't. */ #define HAVE_DECL_PVALLOC 0 /* Define to 1 if you have the declaration of `uname', and to 0 if you don't. */ #define HAVE_DECL_UNAME 1 /* Define to 1 if you have the declaration of `valloc', and to 0 if you don't. */ #define HAVE_DECL_VALLOC 0 /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_EXECINFO_H */ /* Define to 1 if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define to 1 if you have the `geteuid' function. */ #define HAVE_GETEUID 1 /* Define to 1 if you have the `getpagesize' function. */ #define HAVE_GETPAGESIZE 1 /* Define to 1 if you have the header file. */ #define HAVE_GLOB_H 1 /* Define to 1 if you have the header file. */ #define HAVE_GRP_H 1 /* define if the compiler has hash_map */ /* #undef HAVE_HASH_MAP */ /* define if the compiler has hash_set */ /* #undef HAVE_HASH_SET */ /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_LIBUNWIND_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_LINUX_PTRACE_H */ /* Define to 1 if you have the header file. */ #define HAVE_MALLOC_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have a working `mmap' system call. */ #define HAVE_MMAP 1 /* define if the compiler implements namespaces */ #define HAVE_NAMESPACES 1 /* define if libc has program_invocation_name */ /* #undef HAVE_PROGRAM_INVOCATION_NAME */ /* Define if you have POSIX threads libraries and header files. */ #define HAVE_PTHREAD 1 /* Define to 1 if you have the header file. */ #define HAVE_PWD_H 1 /* Define to 1 if you have the `sbrk' function. */ #define HAVE_SBRK 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRING_H */ /* Define to 1 if the system has the type `struct mallinfo'. */ /* #undef HAVE_STRUCT_MALLINFO */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_PRCTL_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_SYSCALL_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TYPES_H */ /* Define to 1 if compiler supports __thread */ /* #undef HAVE_TLS */ /* Define to 1 if you have the header file. */ #define HAVE_UCONTEXT_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_UNWIND_H */ /* define if your compiler has __attribute__ */ #define HAVE___ATTRIBUTE__ 1 /* Define to 1 if the system has the type `__int64'. */ /* #undef HAVE___INT64 */ /* prefix where we look for installed files */ #define INSTALL_PREFIX "" /* Define to 1 if int32_t is equivalent to intptr_t */ /* #undef INT32_EQUALS_INTPTR */ /* Name of package */ #define PACKAGE "google-perftools" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "opensource@google.com" /* Define to the full name of this package. */ #define PACKAGE_NAME "google-perftools" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "google-perftools 0.94" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "google-perftools" /* Define to the version of this package. */ #define PACKAGE_VERSION "0.94" /* How to access the PC from a struct ucontext */ /* #undef PC_FROM_UCONTEXT */ /* Always the empty-string on non-windows systems. On windows, should be "__declspec(dllexport)". This way, when we compile the dll, we export our functions/classes. It's safe to define this here because config.h is only used internally, to compile the DLL, and every DLL source file #includes "config.h" before anything else. */ #define PERFTOOLS_DLL_DECL /* printf format code for printing a size_t and ssize_t */ #define PRIdS "zd" /* printf format code for printing a size_t and ssize_t */ #define PRIuS "zu" /* printf format code for printing a size_t and ssize_t */ #define PRIxS "zx" /* Define to necessary symbol if this constant uses a non-standard name on your system. */ /* #undef PTHREAD_CREATE_JOINABLE */ /* Define to 1 if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* the namespace where STL code like vector<> is defined */ /* #undef STL_NAMESPACE */ /* Version number of package */ #define VERSION "0.94" /* C99 says: define this to get the PRI... macros from stdint.h */ #ifndef __STDC_FORMAT_MACROS # define __STDC_FORMAT_MACROS 1 #endif /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus /* #undef inline */ #endif #ifdef __MINGW32__ #include "windows/mingw.h" #endif