macos x support

This commit is contained in:
leitner 2004-01-08 17:11:08 +00:00
parent 7ddce27f49
commit 8f188cc95b

View File

@ -16,6 +16,7 @@ int64 iob_send(int64 s,io_batch* b) {
long i; long i;
long headers; long headers;
#ifdef HAVE_BSDSENDFILE #ifdef HAVE_BSDSENDFILE
#define SENDFILE 1
long trailers; long trailers;
#endif #endif