Formerly make.h.~59~
authorRoland McGrath <roland@redhat.com>
Mon, 23 Nov 1992 20:41:02 +0000 (20:41 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 23 Nov 1992 20:41:02 +0000 (20:41 +0000)
make.h

diff --git a/make.h b/make.h
index 2954380..a12538d 100644 (file)
--- 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