X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=CMake%2F_Include.cmake;h=a5a98710aaf31f3a3d21a71ef1015ce9e408ac6d;hb=c8300fc7f692c617f1a583a9cb22732a840e7d3e;hp=39442dc2901cfc5cd8b6499d85a0de5f64e06088;hpb=c0f50dec5334f54cf060b1f9c4250c72649b4ff2;p=awesomized%2Flibmemcached diff --git a/CMake/_Include.cmake b/CMake/_Include.cmake index 39442dc2..a5a98710 100644 --- a/CMake/_Include.cmake +++ b/CMake/_Include.cmake @@ -134,8 +134,11 @@ check_type(in_port_t netinet/in.h) check_type(pid_t sys/types.h) check_type(ssize_t sys/types.h) check_type("struct msghdr" sys/socket.h) +check_type("struct timespec" time.h) check_cxx_symbol(abi::__cxa_demangle cxxabi.h) +check_symbol(CLOCK_MONOTONIC time.h) +check_symbol(clock_gettime time.h) check_symbol(ERESTART errno.h) check_symbol(fcntl fcntl.h) check_symbol(gettimeofday sys/time.h)