aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-09-08 16:24:48 +0000
committerRichard M. Stallman1995-09-08 16:24:48 +0000
commit4a722d6c5368968a4db40222788b786e996ecbc6 (patch)
tree32c9f6635e0b2653d65ebe1d7b5cfce33e800718 /src
parent6d766abc91070e6e4a5f3e24cb4461e55a58b938 (diff)
downloademacs-4a722d6c5368968a4db40222788b786e996ecbc6.tar.gz
emacs-4a722d6c5368968a4db40222788b786e996ecbc6.zip
(HAVE_UNISTD_H): Add #undef.
Diffstat (limited to 'src')
-rw-r--r--src/m/apollo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/m/apollo.h b/src/m/apollo.h
index 8212f7fc7c7..c405e201f8f 100644
--- a/src/m/apollo.h
+++ b/src/m/apollo.h
@@ -99,3 +99,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
99#endif 99#endif
100 100
101#define OLDXMENU_OPTIONS ${C_SWITCH_MACHINE} 101#define OLDXMENU_OPTIONS ${C_SWITCH_MACHINE}
102
103/* In SR10.4, unistd.h has bad prototype for getpgrp, so we don't include it. */
104#undef HAVE_UNISTD_H