diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-09-29 16:00:49 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-09-29 16:00:49 +0000 |
| commit | ff8da91784ae67ef3b5daa6ebbbbef2ec728729f (patch) | |
| tree | 66ca5a267c5768598f12e4bc727e5eced7c3c453 /auto/os/linux | |
| parent | 55168f6b6bca2d9aafc11ada25b514f7ac99d34f (diff) | |
| download | nginx-ff8da91784ae67ef3b5daa6ebbbbef2ec728729f.tar.gz nginx-ff8da91784ae67ef3b5daa6ebbbbef2ec728729f.tar.bz2 | |
nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyright
Diffstat (limited to 'auto/os/linux')
| -rw-r--r-- | auto/os/linux | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/auto/os/linux b/auto/os/linux index c34fba1ac..8576ea680 100644 --- a/auto/os/linux +++ b/auto/os/linux @@ -1,4 +1,7 @@ +# Copyright (C) Igor Sysoev + + CORE_INCS="$UNIX_INCS" CORE_DEPS="$UNIX_DEPS $LINUX_DEPS" CORE_SRCS="$UNIX_SRCS $LINUX_SRCS" @@ -15,7 +18,7 @@ version=`grep "#define LINUX_VERSION_CODE" /usr/include/linux/version.h \ | sed -e 's/^.* \(.*\)$/\1/'` -# enable rt signals on Linux 2.2.19 and onward +# enable the rt signals on Linux 2.2.19 and onward if [ $version -ge 131609 -o $EVENT_RTSIG = YES ]; then echo " + using rt signals" |
