Sha256: b5973cf4131da780c45473de62863e8973c05377d41286d5832a7195bc53095d
Contents?: true
Size: 1.33 KB
Versions: 4
Compression:
Stored size: 1.33 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
Version data entries
4 entries across 4 versions & 1 rubygems