changeset 13006:e4e18abbe5a2

(HAVE_UNISTD_H): Add #undef.
author Richard M. Stallman <rms@gnu.org>
date Fri, 08 Sep 1995 16:24:48 +0000
parents 35c7fa318961
children 8a1252eb804e
files src/m/apollo.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/apollo.h	Wed Sep 06 18:17:59 1995 +0000
+++ b/src/m/apollo.h	Fri Sep 08 16:24:48 1995 +0000
@@ -99,3 +99,6 @@
 #endif
 
 #define OLDXMENU_OPTIONS ${C_SWITCH_MACHINE}
+
+/* In SR10.4, unistd.h has bad prototype for getpgrp, so we don't include it. */
+#undef HAVE_UNISTD_H