Commit 7785121a authored by antirez's avatar antirez
Browse files

epoll support enabled by default for Linux builds

parent 64f36a58
...@@ -27,10 +27,8 @@ ...@@ -27,10 +27,8 @@
#endif #endif
/* test for polling API */ /* test for polling API */
#if 0
#ifdef __linux__ #ifdef __linux__
#define HAVE_EPOLL 1 #define HAVE_EPOLL 1
#endif #endif
#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