nginx-0.0.2-2004-02-23-23:57:12 import

This commit is contained in:
Igor Sysoev
2004-02-23 20:57:12 +00:00
parent 0ee5d3c106
commit b54698b579
19 changed files with 661 additions and 115 deletions

7
auto/threads Normal file
View File

@@ -0,0 +1,7 @@
if [ $USE_THREADS = "rfork" ]; then
have=NGX_THREADS . auto/have
have=USE_RFORK . auto/have
CORE_DEPS="$CORE_DEPS $UNIX_THREADS_DEPS"
CORE_SRCS="$CORE_SRCS $FREEBSD_RFORK_SRCS"
fi