resiprocate/resiprocate
CMakeLists.txt
:872
check_c_source_runs("
#include <time.h>
int main() {
struct timespec ts;
clock_gettime(CLOCK_MONOTONIC, &ts);
return 0;
}" HAVE_CLOCK_GETTIME_MONOTONIC)