1 /* src/config.h.in. Generated from configure.ac by autoheader. */
3 /* Namespace for Google classes */
4 #undef GOOGLE_NAMESPACE
6 /* Define if you have the `dladdr' function */
9 /* Define to 1 if you have the <dlfcn.h> header file. */
12 /* Define to 1 if you have the <execinfo.h> header file. */
13 #undef HAVE_EXECINFO_H
15 /* Define if you have the `fcntl' function */
18 /* Define to 1 if you have the <glob.h> header file. */
21 /* Define to 1 if you have the <inttypes.h> header file. */
22 #undef HAVE_INTTYPES_H
24 /* Define to 1 if you have the `pthread' library (-lpthread). */
25 #undef HAVE_LIBPTHREAD
27 /* Define to 1 if you have the <libunwind.h> header file. */
28 #undef HAVE_LIBUNWIND_H
30 /* define if you have google gflags library */
31 #undef HAVE_LIB_GFLAGS
33 /* define if you have google gmock library */
36 /* define if you have google gtest library */
39 /* define if you have libunwind */
40 #undef HAVE_LIB_UNWIND
42 /* Define to 1 if you have the <memory.h> header file. */
45 /* define if the compiler implements namespaces */
46 #undef HAVE_NAMESPACES
48 /* Define if you have POSIX threads libraries and header files. */
51 /* Define to 1 if you have the <pwd.h> header file. */
54 /* define if the compiler implements pthread_rwlock_* */
57 /* Define if you have the `sigaltstack' function */
58 #undef HAVE_SIGALTSTACK
60 /* Define to 1 if you have the <stdint.h> header file. */
63 /* Define to 1 if you have the <stdlib.h> header file. */
66 /* Define to 1 if you have the <strings.h> header file. */
69 /* Define to 1 if you have the <string.h> header file. */
72 /* Define to 1 if you have the <syscall.h> header file. */
75 /* Define to 1 if you have the <syslog.h> header file. */
78 /* Define to 1 if you have the <sys/stat.h> header file. */
79 #undef HAVE_SYS_STAT_H
81 /* Define to 1 if you have the <sys/syscall.h> header file. */
82 #undef HAVE_SYS_SYSCALL_H
84 /* Define to 1 if you have the <sys/time.h> header file. */
85 #undef HAVE_SYS_TIME_H
87 /* Define to 1 if you have the <sys/types.h> header file. */
88 #undef HAVE_SYS_TYPES_H
90 /* Define to 1 if you have the <sys/utsname.h> header file. */
91 #undef HAVE_SYS_UTSNAME_H
93 /* Define to 1 if you have the <ucontext.h> header file. */
94 #undef HAVE_UCONTEXT_H
96 /* Define to 1 if you have the <unistd.h> header file. */
99 /* define if the compiler supports using expression for operator */
100 #undef HAVE_USING_OPERATOR
102 /* define if your compiler has __attribute__ */
103 #undef HAVE___ATTRIBUTE__
105 /* define if your compiler has __builtin_expect */
106 #undef HAVE___BUILTIN_EXPECT
108 /* define if your compiler has __sync_val_compare_and_swap */
109 #undef HAVE___SYNC_VAL_COMPARE_AND_SWAP
111 /* Name of package */
114 /* Define to the address where bug reports for this package should be sent. */
115 #undef PACKAGE_BUGREPORT
117 /* Define to the full name of this package. */
120 /* Define to the full name and version of this package. */
121 #undef PACKAGE_STRING
123 /* Define to the one symbol short name of this package. */
124 #undef PACKAGE_TARNAME
126 /* Define to the version of this package. */
127 #undef PACKAGE_VERSION
129 /* How to access the PC from a struct ucontext */
130 #undef PC_FROM_UCONTEXT
132 /* Define to necessary symbol if this constant uses a non-standard name on
134 #undef PTHREAD_CREATE_JOINABLE
136 /* The size of `void *', as computed by sizeof. */
139 /* Define to 1 if you have the ANSI C header files. */
142 /* the namespace where STL code like vector<> is defined */
145 /* Version number of package */
148 /* Stops putting the code inside the Google namespace */
149 #undef _END_GOOGLE_NAMESPACE_
151 /* Puts following code inside the Google namespace */
152 #undef _START_GOOGLE_NAMESPACE_