summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-01-28 13:42:38 +0100
committerAndreas Schneider <asn@samba.org>2014-01-28 14:11:43 +0100
commitf8508200e90048523fc7c78467dc8e565744f7f9 (patch)
treec6e1ec24bdd926628f92bfd2e19a9e5f0fd58a75 /config.h.cmake
parentdc0023293292d5247a5984e78fc10de9399da5f5 (diff)
downloadsocket_wrapper-f8508200e90048523fc7c78467dc8e565744f7f9.tar.gz
socket_wrapper-f8508200e90048523fc7c78467dc8e565744f7f9.tar.xz
socket_wrapper-f8508200e90048523fc7c78467dc8e565744f7f9.zip
src: Add eventfd() to handle stale fds.
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 6b29d5b..9632aa6 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -16,6 +16,7 @@
#cmakedefine HAVE_SYS_FILIO_H 1
#cmakedefine HAVE_SYS_SIGNALFD_H 1
+#cmakedefine HAVE_SYS_EVENTFD_H 1
/************************ STRUCT MEMBERS *************************/
@@ -27,6 +28,7 @@
/* Define to 1 if you have the `getaddrinfo' function. */
#cmakedefine HAVE_GETADDRINFO 1
#cmakedefine HAVE_SIGNALFD 1
+#cmakedefine HAVE_EVENTFD 1
#cmakedefine HAVE_ACCEPT_PSOCKLEN_T 1
#cmakedefine HAVE_IOCTL_INT 1