aboutsummaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-07-08 23:51:22 +0000
committerRoland McGrath <roland@redhat.com>1993-07-08 23:51:22 +0000
commit5a4a5d3160961ec2cc3a5b39c7122560f06a55e2 (patch)
tree1c6372db9f7f8b324eaf50ca9798a9ecb739a238 /make.h
parent3a511f58747637665a3bed6c4d7f36767178a0fa (diff)
downloadgunmake-5a4a5d3160961ec2cc3a5b39c7122560f06a55e2.tar.gz
Formerly make.h.~73~
Diffstat (limited to 'make.h')
-rw-r--r--make.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/make.h b/make.h
index f533e52..8475efa 100644
--- a/make.h
+++ b/make.h
@@ -55,9 +55,9 @@ extern int errno;
#endif
#endif
-#ifdef butterfly
-/* The BBN Butterfly has <unistd.h> that defines _POSIX_VERSION,
- but isn't really a POSIX.1 system. */
+/* Some systems define _POSIX_VERSION but are not really POSIX.1. */
+#if (defined (butterfly) || \
+ (defined (__mips) && defined (_SYSTYPE_SVR3)))
#undef POSIX
#endif