comparison auto/sources @ 267:83205e0b5522

nginx-0.0.2-2004-02-24-20:31:46 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 24 Feb 2004 17:31:46 +0000
parents 5238e93961a1
children d4e65d74db9f
comparison
equal deleted inserted replaced
266:5238e93961a1 267:83205e0b5522
118 118
119 FREEBSD_DEPS=src/os/unix/ngx_freebsd_config.h 119 FREEBSD_DEPS=src/os/unix/ngx_freebsd_config.h
120 FREEBSD_SRCS=src/os/unix/ngx_freebsd_init.c 120 FREEBSD_SRCS=src/os/unix/ngx_freebsd_init.c
121 FREEBSD_SENDFILE_SRCS=src/os/unix/ngx_freebsd_sendfile_chain.c 121 FREEBSD_SENDFILE_SRCS=src/os/unix/ngx_freebsd_sendfile_chain.c
122 FREEBSD_RFORK_SRCS="src/os/unix/ngx_freebsd_rfork_thread.c" 122 FREEBSD_RFORK_SRCS="src/os/unix/ngx_freebsd_rfork_thread.c"
123 FREEBSD_RFORK_THREAD_SRCS="src/os/unix/rfork_thread.S"
123 124
124 LINUX_DEPS=src/os/unix/ngx_linux_config.h 125 LINUX_DEPS=src/os/unix/ngx_linux_config.h
125 LINUX_SRCS=src/os/unix/ngx_linux_init.c 126 LINUX_SRCS=src/os/unix/ngx_linux_init.c
126 LINUX_SENDFILE_SRCS=src/os/unix/ngx_linux_sendfile_chain.c 127 LINUX_SENDFILE_SRCS=src/os/unix/ngx_linux_sendfile_chain.c
127 128