]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly make.h.~55~
authorRoland McGrath <roland@redhat.com>
Fri, 2 Oct 1992 23:42:13 +0000 (23:42 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 2 Oct 1992 23:42:13 +0000 (23:42 +0000)
make.h

diff --git a/make.h b/make.h
index adaccf3fa1370254cced3fcc4d93c56c59de58e8..2c406d09a1ea3ca91ac8975dcbce4f7b602162c9 100644 (file)
--- a/make.h
+++ b/make.h
@@ -48,6 +48,7 @@ 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.  */
 #endif
 
 #ifndef        isblank