X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/0040fa253fdfeca20d540609aa17a796856744eb..0ce7679849b9d7edd9244a1461f4f126539003dc:/config.h diff --git a/config.h b/config.h index d1da9887..754d3aa8 100644 --- 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