comparison auto/os/freebsd @ 444:42d11f017717

nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyright
author Igor Sysoev <igor@sysoev.ru>
date Wed, 29 Sep 2004 16:00:49 +0000
parents d0451e402e27
children 295d97d70c69
comparison
equal deleted inserted replaced
443:33aec431094b 444:42d11f017717
1
2 # Copyright (C) Igor Sysoev
3
1 4
2 CORE_INCS="$UNIX_INCS" 5 CORE_INCS="$UNIX_INCS"
3 CORE_DEPS="$UNIX_DEPS $FREEBSD_DEPS" 6 CORE_DEPS="$UNIX_DEPS $FREEBSD_DEPS"
4 CORE_SRCS="$UNIX_SRCS $FREEBSD_SRCS" 7 CORE_SRCS="$UNIX_SRCS $FREEBSD_SRCS"
5 8
60 63
61 if [ $USE_THREADS = "rfork" ]; then 64 if [ $USE_THREADS = "rfork" ]; then
62 65
63 echo " + using rfork()" 66 echo " + using rfork()"
64 67
65 # kqueue's EVFILT_SIGNAL is safe 68 # # kqueue's EVFILT_SIGNAL is safe
66 69 #
67 if [ $version -gt 460101 ]; then 70 # if [ $version -gt 460101 ]; then
68 echo " + kqueue's EVFILT_SIGNAL is safe" 71 # echo " + kqueue's EVFILT_SIGNAL is safe"
69 have=HAVE_SAFE_EVFILT_SIGNAL . auto/have 72 # have=HAVE_SAFE_EVFILT_SIGNAL . auto/have
70 else 73 # else
71 echo "$0: error: the kqueue's EVFILT_SIGNAL is unsafe on this" 74 # echo "$0: error: the kqueue's EVFILT_SIGNAL is unsafe on this"
72 echo "FreeBSD version, so --with-threads=rfork could not be used" 75 # echo "FreeBSD version, so --with-threads=rfork could not be used"
73 echo 76 # echo
74 77 #
75 exit 1 78 # exit 1
76 fi 79 # fi
77 fi 80 fi
78 81
79 82
80 if [ $EVENT_AIO = YES ]; then 83 if [ $EVENT_AIO = YES ]; then
81 have=HAVE_AIO . auto/have 84 have=HAVE_AIO . auto/have