summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_standard.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-02 13:39:26 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-02 18:16:51 +0100
commitb12e78e64517d423aefecc84f23499b13aedd734 (patch)
tree7561678667ffcc80959567a568511e7fc9e1c355 /lib/tevent/tevent_standard.c
parentd9529a331afaf1c82b24becc1d0d245e19d518aa (diff)
downloadsamba-b12e78e64517d423aefecc84f23499b13aedd734.tar.gz
samba-b12e78e64517d423aefecc84f23499b13aedd734.tar.bz2
samba-b12e78e64517d423aefecc84f23499b13aedd734.zip
tevent: use HAVE_EPOLL instead of HAVE_EVENTS_EPOLL
metze
Diffstat (limited to 'lib/tevent/tevent_standard.c')
-rw-r--r--lib/tevent/tevent_standard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tevent/tevent_standard.c b/lib/tevent/tevent_standard.c
index 1c60fc0167..7abb695d89 100644
--- a/lib/tevent/tevent_standard.c
+++ b/lib/tevent/tevent_standard.c
@@ -30,7 +30,7 @@
#include "replace.h"
#include "system/filesys.h"
#include "system/network.h"
-#include "system/select.h" /* needed for HAVE_EVENTS_EPOLL */
+#include "system/select.h"
#include "tevent.h"
#include "tevent_util.h"
#include "tevent_internal.h"
@@ -64,7 +64,7 @@ struct std_event_context {
};
/* use epoll if it is available */
-#if HAVE_EVENTS_EPOLL
+#if HAVE_EPOLL
/*
called when a epoll call fails, and we should fallback
to using select