comparison auto/sources @ 376:d0451e402e27

nginx-0.0.7-2004-07-05-10:55:54 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 05 Jul 2004 06:55:54 +0000
parents 018569a8f09c
children c05876036128
comparison
equal deleted inserted replaced
375:744ccb59062d 376:d0451e402e27
133 POSIX_DEPS=src/os/unix/ngx_posix_config.h 133 POSIX_DEPS=src/os/unix/ngx_posix_config.h
134 134
135 FREEBSD_DEPS=src/os/unix/ngx_freebsd_config.h 135 FREEBSD_DEPS=src/os/unix/ngx_freebsd_config.h
136 FREEBSD_SRCS=src/os/unix/ngx_freebsd_init.c 136 FREEBSD_SRCS=src/os/unix/ngx_freebsd_init.c
137 FREEBSD_SENDFILE_SRCS=src/os/unix/ngx_freebsd_sendfile_chain.c 137 FREEBSD_SENDFILE_SRCS=src/os/unix/ngx_freebsd_sendfile_chain.c
138 FREEBSD_RFORK_DEPS="src/os/unix/ngx_freebsd_rfork_thread.h"
138 FREEBSD_RFORK_SRCS="src/os/unix/ngx_freebsd_rfork_thread.c" 139 FREEBSD_RFORK_SRCS="src/os/unix/ngx_freebsd_rfork_thread.c"
139 FREEBSD_RFORK_THREAD_SRCS="src/os/unix/rfork_thread.S" 140 FREEBSD_RFORK_THREAD_SRCS="src/os/unix/rfork_thread.S"
141
142 PTHREAD_SRCS="src/os/unix/ngx_pthread_thread.c"
140 143
141 LINUX_DEPS=src/os/unix/ngx_linux_config.h 144 LINUX_DEPS=src/os/unix/ngx_linux_config.h
142 LINUX_SRCS=src/os/unix/ngx_linux_init.c 145 LINUX_SRCS=src/os/unix/ngx_linux_init.c
143 LINUX_SENDFILE_SRCS=src/os/unix/ngx_linux_sendfile_chain.c 146 LINUX_SENDFILE_SRCS=src/os/unix/ngx_linux_sendfile_chain.c
144 147