mirror of
https://github.com/nginx/nginx.git
synced 2026-09-01 02:58:40 +00:00
nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyright
This commit is contained in:
parent
55168f6b6b
commit
ff8da91784
250 changed files with 406 additions and 273 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue