summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index ecca7fc75..538b635f5 100755
--- a/configure
+++ b/configure
@@ -414,6 +414,7 @@ fi
if sh ./hasgot sigaction sigprocmask; then
echo "POSIX signal handling found."
+ echo "#define POSIX_SIGNALS" >> s.h
else
if sh ./runtest signals.c; then
echo "Signals have the BSD semantics."