summaryrefslogtreecommitdiff
path: root/unixish.h
diff options
context:
space:
mode:
authorLarry Wall <larry@netlabs.com>1993-12-10 00:00:00 +0000
committerLarry Wall <larry@netlabs.com>1993-12-10 00:00:00 +0000
commited6116ce9b9d13712ea252ee248b0400653db7f9 (patch)
tree348e8de37401fa4381f6bfe0989abef2e3b409e0 /unixish.h
parent9bbf408117c16189b372e6657c9e5a15d01ea504 (diff)
downloadperl-ed6116ce9b9d13712ea252ee248b0400653db7f9.tar.gz
perl 5.0 alpha 5
[editor's note: the sparc executables have not been included, and emacs backup files and other cruft such as patch backup files have been removed. This was reconstructed from a tarball found on the September 1994 InfoMagic CD]
Diffstat (limited to 'unixish.h')
-rw-r--r--unixish.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/unixish.h b/unixish.h
index dc593c6ba7..31871fffe0 100644
--- a/unixish.h
+++ b/unixish.h
@@ -28,6 +28,11 @@
#define HAS_PASSWD
#endif
+
+#if !defined(NSIG) || defined(M_UNIX) || defined(M_XENIX)
+# include <signal.h>
+#endif
+
#ifndef SIGABRT
# define SIGABRT SIGILL
#endif