Formerly make.h.~78~

This commit is contained in:
Roland McGrath 1993-09-17 04:49:17 +00:00
parent 9fc36f7358
commit 0da218acc1

4
make.h
View file

@ -65,6 +65,10 @@ extern int errno;
#undef POSIX
#endif
#if !defined (POSIX) && defined (_AIX) && defined (_POSIX_SOURCE)
#define POSIX
#endif
#if !defined (HAVE_SYS_SIGLIST) && defined (HAVE__SYS_SIGLIST)
#define sys_siglist _sys_siglist
#define HAVE_SYS_SIGLIST /* Now we have it. */