summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2015-04-23 14:17:40 +0300
committerRuslan Ermilov <ru@nginx.com>2015-04-23 14:17:40 +0300
commit33b8e5bc0698c96177a69aa783375aa47ac980d1 (patch)
tree86a11f849857f4c20970ba14c2943608bbb9d4c7 /auto/modules
parentc1882d9f3f05f39468ebbc00c5f21f01ec691fd9 (diff)
downloadnginx-33b8e5bc0698c96177a69aa783375aa47ac980d1.tar.gz
nginx-33b8e5bc0698c96177a69aa783375aa47ac980d1.tar.bz2
Removed the obsolete rtsig module.
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules7
1 files changed, 0 insertions, 7 deletions
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"