summaryrefslogtreecommitdiffhomepage
path: root/auto/threads
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-02-24 17:31:46 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-02-24 17:31:46 +0000
commit48fef6654cc90e05004648423cb5dd7c6f7770f0 (patch)
treec61d52b4dddfb64e28de98bf402b96706f0be418 /auto/threads
parentb54698b5798b7f1a54226274347ce1faee5a92a4 (diff)
downloadnginx-48fef6654cc90e05004648423cb5dd7c6f7770f0.tar.gz
nginx-48fef6654cc90e05004648423cb5dd7c6f7770f0.tar.bz2
nginx-0.0.2-2004-02-24-20:31:46 import
Diffstat (limited to 'auto/threads')
-rw-r--r--auto/threads6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/threads b/auto/threads
index 71fbcb6ef..0c677f1d6 100644
--- a/auto/threads
+++ b/auto/threads
@@ -1,7 +1,13 @@
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"
+
+ if [ $version -lt 501000 ]; then
+ CORE_SRCS="$CORE_SRCS $FREEBSD_RFORK_THREAD_SRCS"
+ fi
+
fi