From 33b8e5bc0698c96177a69aa783375aa47ac980d1 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 23 Apr 2015 14:17:40 +0300 Subject: Removed the obsolete rtsig module. --- auto/modules | 7 ------- 1 file changed, 7 deletions(-) (limited to 'auto/modules') diff --git a/auto/modules b/auto/modules index 482cb714b..de3dc4a64 100644 --- a/auto/modules +++ b/auto/modules @@ -49,13 +49,6 @@ if [ $NGX_TEST_BUILD_EPOLL = YES ]; then CORE_SRCS="$CORE_SRCS $EPOLL_SRCS" fi -if [ $NGX_TEST_BUILD_RTSIG = YES ]; then - have=NGX_HAVE_RTSIG . auto/have - have=NGX_TEST_BUILD_RTSIG . auto/have - EVENT_MODULES="$EVENT_MODULES $RTSIG_MODULE" - CORE_SRCS="$CORE_SRCS $RTSIG_SRCS" -fi - if [ $NGX_TEST_BUILD_SOLARIS_SENDFILEV = YES ]; then have=NGX_TEST_BUILD_SOLARIS_SENDFILEV . auto/have CORE_SRCS="$CORE_SRCS $SOLARIS_SENDFILEV_SRCS" -- cgit