changeset 46719:9fee2ba2f93d

(HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
author Richard M. Stallman <rms@gnu.org>
date Mon, 29 Jul 2002 01:56:56 +0000
parents 175cd09f34d2
children 1b101ca07856
files src/s/hpux.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/hpux.h	Mon Jul 29 01:55:43 2002 +0000
+++ b/src/s/hpux.h	Mon Jul 29 01:56:56 2002 +0000
@@ -217,5 +217,7 @@
 /* This triggers a conditional in xfaces.c.  */
 #define XOS_NEEDS_TIME_H
 
+#ifndef HPUX8
 /* It's possible that HPUX 7 has sys/wait.h but it does not work right.  */
 #undef HAVE_SYS_WAIT_H
+#endif