summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-01-28 13:48:52 +0100
committerAndreas Schneider <asn@samba.org>2014-01-28 14:11:48 +0100
commit9c03935fc0abb033a32683f5e9d8bd6b2136b8fd (patch)
tree7b3871b31d75dd29f332bb72259a6a7f02a44ef5 /config.h.cmake
parentf8508200e90048523fc7c78467dc8e565744f7f9 (diff)
downloadsocket_wrapper-9c03935fc0abb033a32683f5e9d8bd6b2136b8fd.tar.gz
socket_wrapper-9c03935fc0abb033a32683f5e9d8bd6b2136b8fd.tar.xz
socket_wrapper-9c03935fc0abb033a32683f5e9d8bd6b2136b8fd.zip
src: Add timerfd_create() 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 9632aa6..abbf133 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -17,6 +17,7 @@
#cmakedefine HAVE_SYS_FILIO_H 1
#cmakedefine HAVE_SYS_SIGNALFD_H 1
#cmakedefine HAVE_SYS_EVENTFD_H 1
+#cmakedefine HAVE_SYS_TIMERFD_H 1
/************************ STRUCT MEMBERS *************************/
@@ -29,6 +30,7 @@
#cmakedefine HAVE_GETADDRINFO 1
#cmakedefine HAVE_SIGNALFD 1
#cmakedefine HAVE_EVENTFD 1
+#cmakedefine HAVE_TIMERFD_CREATE 1
#cmakedefine HAVE_ACCEPT_PSOCKLEN_T 1
#cmakedefine HAVE_IOCTL_INT 1