diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2015-04-23 14:17:40 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2015-04-23 14:17:40 +0300 |
| commit | 33b8e5bc0698c96177a69aa783375aa47ac980d1 (patch) | |
| tree | 86a11f849857f4c20970ba14c2943608bbb9d4c7 /auto/os | |
| parent | c1882d9f3f05f39468ebbc00c5f21f01ec691fd9 (diff) | |
| download | nginx-33b8e5bc0698c96177a69aa783375aa47ac980d1.tar.gz nginx-33b8e5bc0698c96177a69aa783375aa47ac980d1.tar.bz2 | |
Removed the obsolete rtsig module.
Diffstat (limited to 'auto/os')
| -rw-r--r-- | auto/os/linux | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/auto/os/linux b/auto/os/linux index 19bf832ce..c93226757 100644 --- a/auto/os/linux +++ b/auto/os/linux @@ -26,18 +26,6 @@ version=$((`uname -r \ version=${version:-0} -# enable the rt signals on Linux between 2.2.19 and 2.6.17 - -if [ \( $version -ge 131603 -a $version -lt 132626 \) -o $EVENT_RTSIG = YES ] -then - echo " + rt signals found" - have=NGX_HAVE_RTSIG . auto/have - EVENT_MODULES="$EVENT_MODULES $RTSIG_MODULE" - CORE_SRCS="$CORE_SRCS $RTSIG_SRCS" - EVENT_FOUND=YES -fi - - # posix_fadvise64() had been implemented in 2.5.60 if [ $version -lt 132412 ]; then |
