Formerly make.h.~59~

This commit is contained in:
Roland McGrath 1992-11-23 20:41:02 +00:00
parent 968e9fce6c
commit 081275c58e

8
make.h
View file

@ -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