]> git.saurik.com Git - redis.git/commitdiff
commented the HAVE_EPOLL test in config.h to allow compilation under Linux now that...
authorantirez <antirez@gmail.com>
Mon, 23 Nov 2009 17:55:35 +0000 (18:55 +0100)
committerantirez <antirez@gmail.com>
Mon, 23 Nov 2009 17:55:35 +0000 (18:55 +0100)
config.h

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