comparison auto/threads @ 266:5238e93961a1

nginx-0.0.2-2004-02-23-23:57:12 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Feb 2004 20:57:12 +0000
parents
children 83205e0b5522
comparison
equal deleted inserted replaced
265:6468241715e6 266:5238e93961a1
1
2 if [ $USE_THREADS = "rfork" ]; then
3 have=NGX_THREADS . auto/have
4 have=USE_RFORK . auto/have
5 CORE_DEPS="$CORE_DEPS $UNIX_THREADS_DEPS"
6 CORE_SRCS="$CORE_SRCS $FREEBSD_RFORK_SRCS"
7 fi