summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-09-17 04:49:17 +0000
committerRoland McGrath <roland@redhat.com>1993-09-17 04:49:17 +0000
commit0da218acc1a8fd73620df49df7e8051416d74283 (patch)
tree82ba0c75e21aead3ed51b7477a2e4b16a69dd724 /make.h
parent9fc36f735856db7655e10036fab7b8090d65d271 (diff)
downloadmake-0da218acc1a8fd73620df49df7e8051416d74283.tar.gz
Formerly make.h.~78~
Diffstat (limited to 'make.h')
-rw-r--r--make.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/make.h b/make.h
index 5b9c05e3..94f760ed 100644
--- 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. */