From b54698b5798b7f1a54226274347ce1faee5a92a4 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 23 Feb 2004 20:57:12 +0000 Subject: nginx-0.0.2-2004-02-23-23:57:12 import --- auto/threads | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 auto/threads (limited to 'auto/threads') diff --git a/auto/threads b/auto/threads new file mode 100644 index 000000000..71fbcb6ef --- /dev/null +++ b/auto/threads @@ -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 -- cgit