From 07fb895fe98b29cc432f742ae51b09f502a1dce6 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 25 May 2011 22:08:31 +0200 Subject: cmake: Fix detection of clock_gettime. --- config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 462f513d..9c2e98ca 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -77,6 +77,9 @@ /* Define to 1 if you have the `regcomp' function. */ #cmakedefine HAVE_REGCOMP 1 +/* Define to 1 if you have the `clock_gettime' function. */ +#cmakedefine HAVE_CLOCK_GETTIME 1 + /*************************** LIBRARIES ***************************/ /* Define to 1 if you have the `crypto' library (-lcrypto). */ -- cgit v1.2.3