]> git.saurik.com Git - redis.git/blobdiff - src/config.h
BITOP command 10x speed improvement.
[redis.git] / src / config.h
index 136fd40c4c8eda0f89e975814de4127652c48ae8..28ef37d6ed01043a6000856de653608604218b51 100644 (file)
 #define HAVE_KQUEUE 1
 #endif
 
+#ifdef __sun
+#include <sys/feature_tests.h>
+#ifdef _DTRACE_VERSION
+#define HAVE_EVPORT 1
+#endif
+#endif
+
 /* Define aof_fsync to fdatasync() in Linux and fsync() for all the rest */
 #ifdef __linux__
 #define aof_fsync fdatasync