diff src/s/hpux.h @ 41184:556de690adf1

(HAVE_SYS_WAIT_H): Add #undef.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Nov 2001 03:48:21 +0000
parents e36f3a1efa2b
children 6d18f98e184a
line wrap: on
line diff
--- a/src/s/hpux.h	Sat Nov 17 03:47:10 2001 +0000
+++ b/src/s/hpux.h	Sat Nov 17 03:48:21 2001 +0000
@@ -216,3 +216,6 @@
 
 /* This triggers a conditional in xfaces.c.  */
 #define XOS_NEEDS_TIME_H
+
+/* HPUX 7 has sys/wait.h but it does not work right.  */
+#undef HAVE_SYS_WAIT_H