aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-07-03 16:23:44 +0200
committerAndreas Schneider <asn@cryptomilk.org>2013-07-03 16:23:44 +0200
commit794619ffb4db4af0ddaf890cebe8efd14ffaf5de (patch)
tree1947baa8f6b094877c232ca21848c62a44b164a6 /config.h.cmake
parenta79b6fb7c2941e5fd1b58414d1d8778f86ceab5d (diff)
downloadsocket_wrapper-794619ffb4db4af0ddaf890cebe8efd14ffaf5de.tar.gz
socket_wrapper-794619ffb4db4af0ddaf890cebe8efd14ffaf5de.tar.xz
socket_wrapper-794619ffb4db4af0ddaf890cebe8efd14ffaf5de.zip
cmake: Check for getimeofday on MacOSX correctly.
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 6302645..03bd301 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -25,6 +25,7 @@
/*************************** LIBRARIES ***************************/
#cmakedefine HAVE_GETTIMEOFDAY_TZ 1
+#cmakedefine HAVE_GETTIMEOFDAY_TZ_VOID 1
/**************************** OPTIONS ****************************/