Formerly make.h.~78~
authorRoland McGrath <roland@redhat.com>
Fri, 17 Sep 1993 04:49:17 +0000 (04:49 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 17 Sep 1993 04:49:17 +0000 (04:49 +0000)
make.h

diff --git a/make.h b/make.h
index 5b9c05e..94f760e 100644 (file)
--- a/make.h
+++ b/make.h
@@ -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.  */