]> git.saurik.com Git - redis.git/blobdiff - config.h
Pub/Sub API change: now messages received via pattern matching have a different messa...
[redis.git] / config.h
index d1da9887dfc64930a72886c1cc5a4f029635296e..754d3aa86f7341c7dad02664b8d10f47d270598e 100644 (file)
--- a/config.h
+++ b/config.h
@@ -35,9 +35,4 @@
 #define HAVE_KQUEUE 1
 #endif
 
-/* test for O_DIRECT */
-#ifdef __linux__
-#define HAVE_O_DIRECT 1
-#endif
-
 #endif