Disabling SEXP_USE_SEND_FILE by default.

This commit is contained in:
Alex Shinn 2014-04-06 22:12:57 +09:00
parent 4af92d328f
commit 46a8b11645

View file

@ -670,7 +670,8 @@
#endif
#ifndef SEXP_USE_SEND_FILE
#define SEXP_USE_SEND_FILE (__linux || SEXP_BSD)
#define SEXP_USE_SEND_FILE 0
/* #define SEXP_USE_SEND_FILE (__linux || SEXP_BSD) */
#endif
#if SEXP_USE_NATIVE_X86