summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-11-23 20:41:02 +0000
committerRoland McGrath <roland@redhat.com>1992-11-23 20:41:02 +0000
commit081275c58eb163007e5cd5ceda55ee7121547206 (patch)
tree0a1bbb75b7411a7b17204e20f53ef9fb9b1324d3
parent968e9fce6c03f75c975b3f333f0529a04ae65e54 (diff)
downloadgunmake-081275c58eb163007e5cd5ceda55ee7121547206.tar.gz
Formerly make.h.~59~
-rw-r--r--make.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/make.h b/make.h
index 2954380..a12538d 100644
--- a/make.h
+++ b/make.h
@@ -55,6 +55,14 @@ extern int errno;
#define SYS_SIGLIST_DECLARED
#endif
+#ifdef HAVE_SYS_SIGLIST
+#ifndef SYS_SIGLIST_DECLARED
+extern char *sys_siglist[];
+#endif
+#else
+#include "signame.h"
+#endif
+
#ifndef isblank
#define isblank(c) ((c) == ' ' || (c) == '\t')
#endif