]> git.saurik.com Git - redis.git/blobdiff - config.h
fixed a subtle bug in redis-cli not having visible effects
[redis.git] / config.h
index 730f7c52cf999883df6df796fdcfc33abcc7c7c5..754d3aa86f7341c7dad02664b8d10f47d270598e 100644 (file)
--- a/config.h
+++ b/config.h
 #endif
 
 /* test for polling API */
-#if 0
 #ifdef __linux__
 #define HAVE_EPOLL 1
 #endif
+
+#if (defined(__APPLE__) && defined(MAC_OS_X_VERSION_10_6)) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined (__NetBSD__)
+#define HAVE_KQUEUE 1
 #endif
 
 #endif