comparison src/s/hpux.h @ 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 6d18f98e184a
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
46718:175cd09f34d2 46719:9fee2ba2f93d
215 sprintf (pty_name, "/dev/ptym/pty%c%x", c, i); 215 sprintf (pty_name, "/dev/ptym/pty%c%x", c, i);
216 216
217 /* This triggers a conditional in xfaces.c. */ 217 /* This triggers a conditional in xfaces.c. */
218 #define XOS_NEEDS_TIME_H 218 #define XOS_NEEDS_TIME_H
219 219
220 #ifndef HPUX8
220 /* It's possible that HPUX 7 has sys/wait.h but it does not work right. */ 221 /* It's possible that HPUX 7 has sys/wait.h but it does not work right. */
221 #undef HAVE_SYS_WAIT_H 222 #undef HAVE_SYS_WAIT_H
223 #endif