summaryrefslogtreecommitdiffhomepage
path: root/auto/os/linux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/os/linux9
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"