mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-08 05:27:35 +02:00
Disabling SEXP_USE_SEND_FILE by default.
This commit is contained in:
parent
4af92d328f
commit
46a8b11645
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue