Sha256: 6663f0ca72e45ca34d91b2f3f79a2b8b0f989455071eee7dd50715375493c581
Contents?: true
Size: 1.39 KB
Versions: 16
Compression:
Stored size: 1.39 KB
Contents
#ifdef _WIN32 #define CONFIG_H #define HAVE_QUERYPERFORMANCECOUNTER #include "config_static.h" #endif #ifndef CONFIG_H #define CONFIG_H /* This file checks for platform-specific includes which may or may * not be available during build time. The config_static.h file includes * files mentioned here as well as other files whose availability can be * inferred from compile-time macros */ #cmakedefine HAVE_CLOCK_GETTIME #cmakedefine HAVE_DLFCN_H #cmakedefine HAVE_GETHRTIME #cmakedefine HAVE_GETTIMEOFDAY #cmakedefine HAVE_INTTYPES_H #cmakedefine HAVE_NETDB_H #cmakedefine HAVE_SETITIMER #cmakedefine HAVE_STDINT_H #cmakedefine HAVE_FCNTL_H #cmakedefine HAVE_HTONLL #cmakedefine HAVE_STRINGS_H #cmakedefine HAVE_SYS_SOCKET_H #cmakedefine HAVE_SYS_STAT_H #cmakedefine HAVE_SYS_TIME_H #cmakedefine HAVE_SYS_TYPES_H #cmakedefine HAVE_SYS_UIO_H #cmakedefine HAVE_UNISTD_H #cmakedefine HAVE_ARPA_INET_H #cmakedefine HAVE_RES_SEARCH #cmakedefine HAVE_ARPA_NAMESER_H #ifndef HAVE_LIBEVENT #cmakedefine HAVE_LIBEVENT #endif #ifndef HAVE_LIBEVENT2 #cmakedefine HAVE_LIBEVENT2 #endif #ifndef HAVE_LIBEV3 #cmakedefine HAVE_LIBEV3 #endif #ifndef HAVE_LIBEV4 #cmakedefine HAVE_LIBEV4 #endif #ifndef HAVE_LIBUV #cmakedefine HAVE_LIBUV #endif #cmakedefine LCB_USE_HDR_HISTOGRAM #define LCB_LIBDIR "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}" #include "config_static.h" #endif #define TEST_SHARED_OBJECT "${CMAKE_TEST_SHARED_OBJECT}"
Version data entries
16 entries across 16 versions & 1 rubygems