comparison auto/sources @ 196:11fbd0fc041d

nginx-0.0.1-2003-11-26-18:42:18 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 26 Nov 2003 15:42:18 +0000
parents 8dee38ea9117
children 0b81c7a0b133
comparison
equal deleted inserted replaced
195:8dee38ea9117 196:11fbd0fc041d
93 src/os/unix/ngx_writev_chain.c \ 93 src/os/unix/ngx_writev_chain.c \
94 src/os/unix/ngx_posix_init.c \ 94 src/os/unix/ngx_posix_init.c \
95 src/os/unix/ngx_process.c \ 95 src/os/unix/ngx_process.c \
96 src/os/unix/ngx_daemon.c" 96 src/os/unix/ngx_daemon.c"
97 97
98
99 LINUX_SENDFILE_SRCS=src/os/unix/ngx_linux_sendfile_chain.c
100
101 FREEBSD_DEPS=src/os/unix/ngx_freebsd_config.h 98 FREEBSD_DEPS=src/os/unix/ngx_freebsd_config.h
102 FREEBSD_SRCS=src/os/unix/ngx_freebsd_init.c 99 FREEBSD_SRCS=src/os/unix/ngx_freebsd_init.c
103 FREEBSD_SENDFILE_SRCS=src/os/unix/ngx_freebsd_sendfile_chain.c 100 FREEBSD_SENDFILE_SRCS=src/os/unix/ngx_freebsd_sendfile_chain.c
101
102
103 LINUX_DEPS=src/os/unix/ngx_linux_config.h
104 LINUX_SRCS=src/os/unix/ngx_linux_init.c
105 LINUX_SENDFILE_SRCS=src/os/unix/ngx_linux_sendfile_chain.c
106
107
108 SOLARIS_DEPS=src/os/unix/ngx_solaris_config.h
109 SOLARIS_SRCS=src/os/unix/ngx_solaris_init.c
110 SOLARIS_SENDFILE_SRCS=src/os/unix/ngx_solaris_sendfilev_chain.c
104 111
105 112
106 WIN32_INCS="$CORE_INCS $EVENT_INCS -I src/os/win32" 113 WIN32_INCS="$CORE_INCS $EVENT_INCS -I src/os/win32"
107 114
108 WIN32_DEPS="$CORE_DEPS $EVENT_DEPS \ 115 WIN32_DEPS="$CORE_DEPS $EVENT_DEPS \