summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index af7338955..730f7c52c 100644
--- a/config.h
+++ b/config.h
@@ -27,8 +27,10 @@
#endif
/* test for polling API */
+#if 0
#ifdef __linux__
#define HAVE_EPOLL 1
#endif
+#endif
#endif