aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-01-28 13:33:23 +0100
committerAndreas Schneider <asn@samba.org>2014-01-28 14:11:37 +0100
commitdc0023293292d5247a5984e78fc10de9399da5f5 (patch)
tree9eaba70f3650a616de44739a78898111dd6b8a3a /config.h.cmake
parent95520f672f3cbf311b503d61e2ac9e2a22d209e9 (diff)
downloadsocket_wrapper-dc0023293292d5247a5984e78fc10de9399da5f5.tar.gz
socket_wrapper-dc0023293292d5247a5984e78fc10de9399da5f5.tar.xz
socket_wrapper-dc0023293292d5247a5984e78fc10de9399da5f5.zip
src: Add signalfd() to handle stale fds.
Reviewed-by: Stefan Metzmacher <metze@samba.org>
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 63bbdb4..6b29d5b 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -15,6 +15,7 @@
/************************** HEADER FILES *************************/
#cmakedefine HAVE_SYS_FILIO_H 1
+#cmakedefine HAVE_SYS_SIGNALFD_H 1
/************************ STRUCT MEMBERS *************************/
@@ -25,6 +26,8 @@
/* Define to 1 if you have the `getaddrinfo' function. */
#cmakedefine HAVE_GETADDRINFO 1
+#cmakedefine HAVE_SIGNALFD 1
+
#cmakedefine HAVE_ACCEPT_PSOCKLEN_T 1
#cmakedefine HAVE_IOCTL_INT 1