From: Igor Sysoev Date: Sat, 8 Mar 2008 15:15:18 +0000 (+0000) Subject: rtsig uses own poll code X-Git-Tag: release-0.6.27~8 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=d48d0d9f422baf87d349814c58dc31761838f908;p=nginx.git rtsig uses own poll code --- diff --git a/auto/os/linux b/auto/os/linux index abf61f14a..786b560ea 100644 --- a/auto/os/linux +++ b/auto/os/linux @@ -27,7 +27,6 @@ version=${version:-0} if [ $version -ge 131609 -o $EVENT_RTSIG = YES ]; then echo " + rt signals found" have=NGX_HAVE_RTSIG . auto/have - have=NGX_HAVE_POLL . auto/have EVENT_MODULES="$EVENT_MODULES $RTSIG_MODULE" CORE_SRCS="$CORE_SRCS $RTSIG_SRCS" EVENT_FOUND=YES