]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
authorRichard M. Stallman <rms@gnu.org>
Mon, 29 Jul 2002 01:56:56 +0000 (01:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 29 Jul 2002 01:56:56 +0000 (01:56 +0000)
src/s/hpux.h

index c7842f1d6df37fe5ce984f66e39719c9998b2142..9a2e7e845f85848746716adc37f9ab2e7261cab9 100644 (file)
@@ -217,5 +217,7 @@ Boston, MA 02111-1307, USA.  */
 /* 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