mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-09 14:07:34 +02:00
Switching SEXP_USE_SEND_FILE to a whitelist for BSD and Linux,
instead of a blacklist. Fixes issue #192.
This commit is contained in:
parent
5795f132ca
commit
ca6f2e07cf
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SEXP_USE_SEND_FILE
|
#ifndef SEXP_USE_SEND_FILE
|
||||||
#define SEXP_USE_SEND_FILE (!defined(_WIN32) && !defined(PLAN9))
|
#define SEXP_USE_SEND_FILE (__linux || SEXP_BSD)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if SEXP_USE_NATIVE_X86
|
#if SEXP_USE_NATIVE_X86
|
||||||
|
|
Loading…
Add table
Reference in a new issue