From 7785121a503438cf6d72f16ba0149cad8ae26e42 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 23 Nov 2009 23:57:04 +0100 Subject: [PATCH] epoll support enabled by default for Linux builds --- config.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.45.2