Formerly make.h.~56~
authorRoland McGrath <roland@redhat.com>
Mon, 12 Oct 1992 21:58:52 +0000 (21:58 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 12 Oct 1992 21:58:52 +0000 (21:58 +0000)
make.h

diff --git a/make.h b/make.h
index 2c406d0..61b525c 100644 (file)
--- a/make.h
+++ b/make.h
@@ -49,6 +49,10 @@ extern int errno;
 #if !defined (HAVE_SYS_SIGLIST) && defined (HAVE__SYS_SIGLIST)
 #define        sys_siglist     _sys_siglist
 #define        HAVE_SYS_SIGLIST        /* Now we have it.  */
+
+/* It was declared in <signal.h>, with who knows what type.
+   Don't declare it again and risk conflicting.  */
+#define        SYS_SIGLIST_DECLARED
 #endif
 
 #ifndef        isblank