Sha256: e09f6b8a4b7ecc189279868f600e68d6e63abf64776a717272a01d60c5dcbb63
Contents?: true
Size: 1.27 KB
Versions: 9
Compression:
Stored size: 1.27 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 #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
Version data entries
9 entries across 9 versions & 1 rubygems