commented the HAVE_EPOLL test in config.h to allow compilation under Linux now that the epoll module is still missing

This commit is contained in:
antirez 2009-11-23 18:55:35 +01:00
parent a51dcb8b7f
commit fb6a196778

View File

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