aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-01-22 20:06:59 +0100
committerMichael Adam <obnox@samba.org>2014-05-21 14:42:53 +0200
commitae3c84b07bc57be52c3f5d706bfeb62a7fa9ebbc (patch)
treee00a0bca6bcc5c0b36a545fd0af4cdbb51d15d4b /config.h.cmake
parent0911cab2c0e18ee9e0c130ec7ddbbf457345d4f0 (diff)
downloadsocket_wrapper-ae3c84b07bc57be52c3f5d706bfeb62a7fa9ebbc.tar.gz
socket_wrapper-ae3c84b07bc57be52c3f5d706bfeb62a7fa9ebbc.tar.xz
socket_wrapper-ae3c84b07bc57be52c3f5d706bfeb62a7fa9ebbc.zip
cmake: Add check for HAVE_STRUCT_IN6_PKTINFO.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index efa519b..57a2f12 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -20,6 +20,10 @@
#cmakedefine HAVE_SYS_TIMERFD_H 1
#cmakedefine HAVE_GNU_LIB_NAMES_H 1
+/**************************** STRUCTS ****************************/
+
+#cmakedefine HAVE_STRUCT_IN6_PKTINFO 1
+
/************************ STRUCT MEMBERS *************************/
#cmakedefine HAVE_STRUCT_SOCKADDR_SA_LEN 1