diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-03-30 06:27:36 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-30 06:27:36 +0000 |
| commit | 6881bfb99063e3d42abaa313641b311c6fc3522d (patch) | |
| tree | 1df669d89a2f58b450947901b1f41eb407dbf540 /auto/os/linux | |
| parent | 11dbe97ca401221313dc233aa2d6f67dfcaef1a7 (diff) | |
| download | nginx-6881bfb99063e3d42abaa313641b311c6fc3522d.tar.gz nginx-6881bfb99063e3d42abaa313641b311c6fc3522d.tar.bz2 | |
nginx-0.0.3-2004-03-30-10:27:36 import
Diffstat (limited to 'auto/os/linux')
| -rw-r--r-- | auto/os/linux | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/auto/os/linux b/auto/os/linux index 78ab3d14b..4a9823dd9 100644 --- a/auto/os/linux +++ b/auto/os/linux @@ -30,6 +30,15 @@ if [ $ngx_found = yes ]; then fi +# rtsig + +if [ $EVENT_RTSIG = YES ]; then + have=HAVE_RTSIG . auto/have + EVENT_MODULES="$EVENT_MODULES $RTSIG_MODULE" + CORE_SRCS="$CORE_SRCS $RTSIG_SRCS" +fi + + # sendfile() CC_TEST_FLAGS="-D_GNU_SOURCE" |
