Commit fb6a1967 authored by antirez's avatar antirez
Browse files

commented the HAVE_EPOLL test in config.h to allow compilation under Linux now...

commented the HAVE_EPOLL test in config.h to allow compilation under Linux now that the epoll module is still missing
parent a51dcb8b
......@@ -27,8 +27,10 @@
#endif
/* test for polling API */
#if 0
#ifdef __linux__
#define HAVE_EPOLL 1
#endif
#endif
#endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment