summaryrefslogtreecommitdiffhomepage
path: root/auto/sources
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-07-30 12:18:07 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-07-30 12:18:07 +0000
commit749449097847cc3bee9e4e3966122a94149b755b (patch)
tree610e6e781bd2fdcc1cdd035851c4a222e3556c08 /auto/sources
parentec0b579f7521608e3dabc1635ead8ed11ab1a7be (diff)
downloadnginx-749449097847cc3bee9e4e3966122a94149b755b.tar.gz
nginx-749449097847cc3bee9e4e3966122a94149b755b.tar.bz2
*) move Darwin support to separate files
*) Darwin sendfile() support
Diffstat (limited to '')
-rw-r--r--auto/sources5
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources
index 62fb047cd..12ab1b79d 100644
--- a/auto/sources
+++ b/auto/sources
@@ -198,6 +198,11 @@ SOLARIS_SRCS=src/os/unix/ngx_solaris_init.c
SOLARIS_SENDFILEV_SRCS=src/os/unix/ngx_solaris_sendfilev_chain.c
+DARWIN_DEPS="src/os/unix/ngx_darwin_config.h src/os/unix/ngx_darwin.h"
+DARWIN_SRCS=src/os/unix/ngx_darwin_init.c
+DARWIN_SENDFILE_SRCS=src/os/unix/ngx_darwin_sendfile_chain.c
+
+
WIN32_INCS="$CORE_INCS $EVENT_INCS src/os/win32"
WIN32_DEPS="$CORE_DEPS $EVENT_DEPS \