1 /* src/config.h.in. Generated from configure.ac by autoheader. */
3 /* Namespace for Google classes */
4 #undef GOOGLE_NAMESPACE
6 /* Define to 1 if you have the <dlfcn.h> header file. */
9 /* Define to 1 if you have the <execinfo.h> header file. */
10 #undef HAVE_EXECINFO_H
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
15 /* define if you have google gflags library */
16 #undef HAVE_LIB_GFLAGS
18 /* Define to 1 if you have the <memory.h> header file. */
21 /* define if the compiler implements namespaces */
22 #undef HAVE_NAMESPACES
24 /* Define if you have POSIX threads libraries and header files. */
27 /* define if the compiler implements pthread_rwlock_* */
30 /* Define if you have the `sigaltstack' function */
31 #undef HAVE_SIGALTSTACK
33 /* Define to 1 if you have the <stdint.h> header file. */
36 /* Define to 1 if you have the <stdlib.h> header file. */
39 /* Define to 1 if you have the <strings.h> header file. */
42 /* Define to 1 if you have the <string.h> header file. */
45 /* Define to 1 if you have the <syscall.h> header file. */
48 /* Define to 1 if you have the <sys/stat.h> header file. */
49 #undef HAVE_SYS_STAT_H
51 /* Define to 1 if you have the <sys/syscall.h> header file. */
52 #undef HAVE_SYS_SYSCALL_H
54 /* Define to 1 if you have the <sys/types.h> header file. */
55 #undef HAVE_SYS_TYPES_H
57 /* Define to 1 if you have the <unistd.h> header file. */
60 /* define if your compiler has __attribute__ */
61 #undef HAVE___ATTRIBUTE__
63 /* define if your compiler has __builtin_expect */
64 #undef HAVE___BUILTIN_EXPECT
69 /* Define to the address where bug reports for this package should be sent. */
70 #undef PACKAGE_BUGREPORT
72 /* Define to the full name of this package. */
75 /* Define to the full name and version of this package. */
78 /* Define to the one symbol short name of this package. */
79 #undef PACKAGE_TARNAME
81 /* Define to the version of this package. */
82 #undef PACKAGE_VERSION
84 /* Define to necessary symbol if this constant uses a non-standard name on
86 #undef PTHREAD_CREATE_JOINABLE
88 /* The size of a `void *', as computed by sizeof. */
91 /* Define to 1 if you have the ANSI C header files. */
94 /* the namespace where STL code like vector<> is defined */
97 /* Version number of package */
100 /* Stops putting the code inside the Google namespace */
101 #undef _END_GOOGLE_NAMESPACE_
103 /* Puts following code inside the Google namespace */
104 #undef _START_GOOGLE_NAMESPACE_