aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-05-25 22:08:31 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-05-25 22:08:31 +0200
commit07fb895fe98b29cc432f742ae51b09f502a1dce6 (patch)
tree2ee58ce80e5611d1eda660451b205c995c4e751f /config.h.cmake
parent65282841e2a3e8af634759b6f7b39581a885d9d5 (diff)
downloadlibssh-07fb895fe98b29cc432f742ae51b09f502a1dce6.tar.gz
libssh-07fb895fe98b29cc432f742ae51b09f502a1dce6.tar.xz
libssh-07fb895fe98b29cc432f742ae51b09f502a1dce6.zip
cmake: Fix detection of clock_gettime.
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
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). */