comparison auto/sources @ 2128:345a014436d4

*) move Darwin support to separate files *) Darwin sendfile() support
author Igor Sysoev <igor@sysoev.ru>
date Wed, 30 Jul 2008 12:18:07 +0000
parents 72db8932f782
children dad4423ef56a
comparison
equal deleted inserted replaced
2127:05e8de8fcfbb 2128:345a014436d4
196 SOLARIS_DEPS="src/os/unix/ngx_solaris_config.h src/os/unix/ngx_solaris.h" 196 SOLARIS_DEPS="src/os/unix/ngx_solaris_config.h src/os/unix/ngx_solaris.h"
197 SOLARIS_SRCS=src/os/unix/ngx_solaris_init.c 197 SOLARIS_SRCS=src/os/unix/ngx_solaris_init.c
198 SOLARIS_SENDFILEV_SRCS=src/os/unix/ngx_solaris_sendfilev_chain.c 198 SOLARIS_SENDFILEV_SRCS=src/os/unix/ngx_solaris_sendfilev_chain.c
199 199
200 200
201 DARWIN_DEPS="src/os/unix/ngx_darwin_config.h src/os/unix/ngx_darwin.h"
202 DARWIN_SRCS=src/os/unix/ngx_darwin_init.c
203 DARWIN_SENDFILE_SRCS=src/os/unix/ngx_darwin_sendfile_chain.c
204
205
201 WIN32_INCS="$CORE_INCS $EVENT_INCS src/os/win32" 206 WIN32_INCS="$CORE_INCS $EVENT_INCS src/os/win32"
202 207
203 WIN32_DEPS="$CORE_DEPS $EVENT_DEPS \ 208 WIN32_DEPS="$CORE_DEPS $EVENT_DEPS \
204 src/os/win32/ngx_win32_config.h \ 209 src/os/win32/ngx_win32_config.h \
205 src/os/win32/ngx_time.h \ 210 src/os/win32/ngx_time.h \