summaryrefslogtreecommitdiffhomepage
path: root/auto/options
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/options
parentc1882d9f3f05f39468ebbc00c5f21f01ec691fd9 (diff)
downloadnginx-33b8e5bc0698c96177a69aa783375aa47ac980d1.tar.gz
nginx-33b8e5bc0698c96177a69aa783375aa47ac980d1.tar.bz2
Removed the obsolete rtsig module.
Diffstat (limited to 'auto/options')
-rw-r--r--auto/options5
1 files changed, 0 insertions, 5 deletions
diff --git a/auto/options b/auto/options
index 6779cbdf9..5ecb84bff 100644
--- a/auto/options
+++ b/auto/options
@@ -30,7 +30,6 @@ NGX_RPATH=NO
NGX_TEST_BUILD_DEVPOLL=NO
NGX_TEST_BUILD_EVENTPORT=NO
NGX_TEST_BUILD_EPOLL=NO
-NGX_TEST_BUILD_RTSIG=NO
NGX_TEST_BUILD_SOLARIS_SENDFILEV=NO
NGX_PLATFORM=
@@ -38,7 +37,6 @@ NGX_WINE=
EVENT_FOUND=NO
-EVENT_RTSIG=NO
EVENT_SELECT=NO
EVENT_POLL=NO
@@ -189,7 +187,6 @@ do
--build=*) NGX_BUILD="$value" ;;
--builddir=*) NGX_OBJS="$value" ;;
- --with-rtsig_module) EVENT_RTSIG=YES ;;
--with-select_module) EVENT_SELECT=YES ;;
--without-select_module) EVENT_SELECT=NONE ;;
--with-poll_module) EVENT_POLL=YES ;;
@@ -327,7 +324,6 @@ use the \"--without-http_limit_conn_module\" option instead"
--test-build-devpoll) NGX_TEST_BUILD_DEVPOLL=YES ;;
--test-build-eventport) NGX_TEST_BUILD_EVENTPORT=YES ;;
--test-build-epoll) NGX_TEST_BUILD_EPOLL=YES ;;
- --test-build-rtsig) NGX_TEST_BUILD_RTSIG=YES ;;
--test-build-solaris-sendfilev) NGX_TEST_BUILD_SOLARIS_SENDFILEV=YES ;;
*)
@@ -362,7 +358,6 @@ cat << END
--build=NAME set build name
--builddir=DIR set build directory
- --with-rtsig_module enable rtsig module
--with-select_module enable select module
--without-select_module disable select module
--with-poll_module enable poll module