From: antirez Date: Mon, 23 Nov 2009 22:57:04 +0000 (+0100) Subject: epoll support enabled by default for Linux builds X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/7785121a503438cf6d72f16ba0149cad8ae26e42?ds=sidebyside epoll support enabled by default for Linux builds --- diff --git a/config.h b/config.h index 730f7c52..af733895 100644 --- a/config.h +++ b/config.h @@ -27,10 +27,8 @@ #endif /* test for polling API */ -#if 0 #ifdef __linux__ #define HAVE_EPOLL 1 #endif -#endif #endif