summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tevent/tevent.c')
-rw-r--r--lib/tevent/tevent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tevent/tevent.c b/lib/tevent/tevent.c
index 676a3dc398..f79e4cefb5 100644
--- a/lib/tevent/tevent.c
+++ b/lib/tevent/tevent.c
@@ -108,10 +108,10 @@ static void tevent_backend_init(void)
{
tevent_select_init();
tevent_standard_init();
-#if HAVE_EVENTS_EPOLL
+#ifdef HAVE_EPOLL
tevent_epoll_init();
#endif
-#if HAVE_LINUX_AIO
+#ifdef HAVE_LINUX_AIO
tevent_aio_init();
#endif
}