From: Roland McGrath Date: Mon, 23 Nov 1992 20:41:02 +0000 (+0000) Subject: Formerly make.h.~59~ X-Git-Tag: 3.70.2~531 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=081275c58eb163007e5cd5ceda55ee7121547206;p=platform%2Fupstream%2Fmake.git Formerly make.h.~59~ --- 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