]> git.saurik.com Git - redis.git/blobdiff - config.h
epoll support enabled by default for Linux builds
[redis.git] / config.h
index 730f7c52cf999883df6df796fdcfc33abcc7c7c5..af73389559f185992495999b512336d5cce004a1 100644 (file)
--- a/config.h
+++ b/config.h
 #endif
 
 /* test for polling API */
-#if 0
 #ifdef __linux__
 #define HAVE_EPOLL 1
 #endif
-#endif
 
 #endif