]> git.saurik.com Git - redis.git/commitdiff
epoll support enabled by default for Linux builds
authorantirez <antirez@gmail.com>
Mon, 23 Nov 2009 22:57:04 +0000 (23:57 +0100)
committerantirez <antirez@gmail.com>
Mon, 23 Nov 2009 22:57:04 +0000 (23:57 +0100)
config.h

index 730f7c52cf999883df6df796fdcfc33abcc7c7c5..af73389559f185992495999b512336d5cce004a1 100644 (file)
--- a/config.h
+++ b/config.h
 #endif
 
 /* test for polling API */
 #endif
 
 /* test for polling API */
-#if 0
 #ifdef __linux__
 #define HAVE_EPOLL 1
 #endif
 #ifdef __linux__
 #define HAVE_EPOLL 1
 #endif
-#endif
 
 #endif
 
 #endif