From fb6a19677819cb2e35723bb5565a603cb069f461 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 23 Nov 2009 18:55:35 +0100 Subject: [PATCH] commented the HAVE_EPOLL test in config.h to allow compilation under Linux now that the epoll module is still missing --- config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.h b/config.h index af733895..730f7c52 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 -- 2.45.2