projects
/
redis.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed unnecessary refcount increase that caused the HINCRBY memleak
[redis.git]
/
config.h
diff --git
a/config.h
b/config.h
index 86e943dd9e13ada3f2b5d6daa9d14949ee9d4454..754d3aa86f7341c7dad02664b8d10f47d270598e 100644
(file)
--- a/
config.h
+++ b/
config.h
@@
-31,7
+31,7
@@
#define HAVE_EPOLL 1
#endif
-#if
def __APPLE__
+#if
(defined(__APPLE__) && defined(MAC_OS_X_VERSION_10_6)) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined (__NetBSD__)
#define HAVE_KQUEUE 1
#endif