summaryrefslogtreecommitdiffhomepage
path: root/auto/os/conf
diff options
context:
space:
mode:
Diffstat (limited to 'auto/os/conf')
-rw-r--r--auto/os/conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/os/conf b/auto/os/conf
index add6068a8..27e0123b4 100644
--- a/auto/os/conf
+++ b/auto/os/conf
@@ -54,3 +54,9 @@ if [ $TEST_BUILD_EPOLL = YES ]; then
EVENT_MODULES="$EVENT_MODULES $EPOLL_MODULE"
CORE_SRCS="$CORE_SRCS $EPOLL_SRCS"
fi
+
+if [ $TEST_BUILD_SIGIO = YES ]; then
+ CFLAGS="$CFLAGS -D HAVE_SIGIO=1 -D TEST_BUILD_SIGIO=1"
+ EVENT_MODULES="$EVENT_MODULES $SIGIO_MODULE"
+ CORE_SRCS="$CORE_SRCS $SIGIO_SRCS"
+fi