epoll support enabled by default for Linux builds

This commit is contained in:
antirez 2009-11-23 23:57:04 +01:00
parent 64f36a5836
commit 7785121a50

View File

@ -27,10 +27,8 @@
#endif
/* test for polling API */
#if 0
#ifdef __linux__
#define HAVE_EPOLL 1
#endif
#endif
#endif