Blame src/config.h.in

Packit 18d29c
/* src/config.h.in.  Generated from configure.ac by autoheader.  */
Packit 18d29c
Packit 18d29c
/* define if glog doesn't use RTTI */
Packit 18d29c
#undef DISABLE_RTTI
Packit 18d29c
Packit 18d29c
/* Namespace for Google classes */
Packit 18d29c
#undef GOOGLE_NAMESPACE
Packit 18d29c
Packit 18d29c
/* Define if you have the `dladdr' function */
Packit 18d29c
#undef HAVE_DLADDR
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 18d29c
#undef HAVE_DLFCN_H
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <execinfo.h> header file. */
Packit 18d29c
#undef HAVE_EXECINFO_H
Packit 18d29c
Packit 18d29c
/* Define if you have the `fcntl' function */
Packit 18d29c
#undef HAVE_FCNTL
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <glob.h> header file. */
Packit 18d29c
#undef HAVE_GLOB_H
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 18d29c
#undef HAVE_INTTYPES_H
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the `pthread' library (-lpthread). */
Packit 18d29c
#undef HAVE_LIBPTHREAD
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <libunwind.h> header file. */
Packit 18d29c
#undef HAVE_LIBUNWIND_H
Packit 18d29c
Packit 18d29c
/* define if you have google gflags library */
Packit 18d29c
#undef HAVE_LIB_GFLAGS
Packit 18d29c
Packit 18d29c
/* define if you have google gmock library */
Packit 18d29c
#undef HAVE_LIB_GMOCK
Packit 18d29c
Packit 18d29c
/* define if you have google gtest library */
Packit 18d29c
#undef HAVE_LIB_GTEST
Packit 18d29c
Packit 18d29c
/* define if you have libunwind */
Packit 18d29c
#undef HAVE_LIB_UNWIND
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <memory.h> header file. */
Packit 18d29c
#undef HAVE_MEMORY_H
Packit 18d29c
Packit 18d29c
/* define if the compiler implements namespaces */
Packit 18d29c
#undef HAVE_NAMESPACES
Packit 18d29c
Packit 18d29c
/* Define if you have the 'pread' function */
Packit 18d29c
#undef HAVE_PREAD
Packit 18d29c
Packit 18d29c
/* Define if you have POSIX threads libraries and header files. */
Packit 18d29c
#undef HAVE_PTHREAD
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <pwd.h> header file. */
Packit 18d29c
#undef HAVE_PWD_H
Packit 18d29c
Packit 18d29c
/* Define if you have the 'pwrite' function */
Packit 18d29c
#undef HAVE_PWRITE
Packit 18d29c
Packit 18d29c
/* define if the compiler implements pthread_rwlock_* */
Packit 18d29c
#undef HAVE_RWLOCK
Packit 18d29c
Packit 18d29c
/* Define if you have the 'sigaction' function */
Packit 18d29c
#undef HAVE_SIGACTION
Packit 18d29c
Packit 18d29c
/* Define if you have the `sigaltstack' function */
Packit 18d29c
#undef HAVE_SIGALTSTACK
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <stdint.h> header file. */
Packit 18d29c
#undef HAVE_STDINT_H
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 18d29c
#undef HAVE_STDLIB_H
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <strings.h> header file. */
Packit 18d29c
#undef HAVE_STRINGS_H
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <string.h> header file. */
Packit 18d29c
#undef HAVE_STRING_H
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <syscall.h> header file. */
Packit 18d29c
#undef HAVE_SYSCALL_H
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <syslog.h> header file. */
Packit 18d29c
#undef HAVE_SYSLOG_H
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 18d29c
#undef HAVE_SYS_STAT_H
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <sys/syscall.h> header file. */
Packit 18d29c
#undef HAVE_SYS_SYSCALL_H
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <sys/time.h> header file. */
Packit 18d29c
#undef HAVE_SYS_TIME_H
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 18d29c
#undef HAVE_SYS_TYPES_H
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <sys/ucontext.h> header file. */
Packit 18d29c
#undef HAVE_SYS_UCONTEXT_H
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <sys/utsname.h> header file. */
Packit 18d29c
#undef HAVE_SYS_UTSNAME_H
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <ucontext.h> header file. */
Packit 18d29c
#undef HAVE_UCONTEXT_H
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <unistd.h> header file. */
Packit 18d29c
#undef HAVE_UNISTD_H
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the <unwind.h> header file. */
Packit 18d29c
#undef HAVE_UNWIND_H
Packit 18d29c
Packit 18d29c
/* define if the compiler supports using expression for operator */
Packit 18d29c
#undef HAVE_USING_OPERATOR
Packit 18d29c
Packit 18d29c
/* define if your compiler has __attribute__ */
Packit 18d29c
#undef HAVE___ATTRIBUTE__
Packit 18d29c
Packit 18d29c
/* define if your compiler has __builtin_expect */
Packit 18d29c
#undef HAVE___BUILTIN_EXPECT
Packit 18d29c
Packit 18d29c
/* define if your compiler has __sync_val_compare_and_swap */
Packit 18d29c
#undef HAVE___SYNC_VAL_COMPARE_AND_SWAP
Packit 18d29c
Packit 18d29c
/* Define to the sub-directory in which libtool stores uninstalled libraries.
Packit 18d29c
   */
Packit 18d29c
#undef LT_OBJDIR
Packit 18d29c
Packit 18d29c
/* Name of package */
Packit 18d29c
#undef PACKAGE
Packit 18d29c
Packit 18d29c
/* Define to the address where bug reports for this package should be sent. */
Packit 18d29c
#undef PACKAGE_BUGREPORT
Packit 18d29c
Packit 18d29c
/* Define to the full name of this package. */
Packit 18d29c
#undef PACKAGE_NAME
Packit 18d29c
Packit 18d29c
/* Define to the full name and version of this package. */
Packit 18d29c
#undef PACKAGE_STRING
Packit 18d29c
Packit 18d29c
/* Define to the one symbol short name of this package. */
Packit 18d29c
#undef PACKAGE_TARNAME
Packit 18d29c
Packit 18d29c
/* Define to the home page for this package. */
Packit 18d29c
#undef PACKAGE_URL
Packit 18d29c
Packit 18d29c
/* Define to the version of this package. */
Packit 18d29c
#undef PACKAGE_VERSION
Packit 18d29c
Packit 18d29c
/* How to access the PC from a struct ucontext */
Packit 18d29c
#undef PC_FROM_UCONTEXT
Packit 18d29c
Packit 18d29c
/* Define to necessary symbol if this constant uses a non-standard name on
Packit 18d29c
   your system. */
Packit 18d29c
#undef PTHREAD_CREATE_JOINABLE
Packit 18d29c
Packit 18d29c
/* The size of `void *', as computed by sizeof. */
Packit 18d29c
#undef SIZEOF_VOID_P
Packit 18d29c
Packit 18d29c
/* Define to 1 if you have the ANSI C header files. */
Packit 18d29c
#undef STDC_HEADERS
Packit 18d29c
Packit 18d29c
/* the namespace where STL code like vector<> is defined */
Packit 18d29c
#undef STL_NAMESPACE
Packit 18d29c
Packit 18d29c
/* location of source code */
Packit 18d29c
#undef TEST_SRC_DIR
Packit 18d29c
Packit 18d29c
/* Version number of package */
Packit 18d29c
#undef VERSION
Packit 18d29c
Packit 18d29c
/* Stops putting the code inside the Google namespace */
Packit 18d29c
#undef _END_GOOGLE_NAMESPACE_
Packit 18d29c
Packit 18d29c
/* Puts following code inside the Google namespace */
Packit 18d29c
#undef _START_GOOGLE_NAMESPACE_