aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2002-07-29 01:56:56 +0000
committerRichard M. Stallman2002-07-29 01:56:56 +0000
commit53202f7d01834a85439159d1a61223cb709b9dfd (patch)
tree101ba7572ad1100523554a01075811fbed2f9e17 /src
parent05be396488e335fbac46c9d2dfd9d20ba16ac85e (diff)
downloademacs-53202f7d01834a85439159d1a61223cb709b9dfd.tar.gz
emacs-53202f7d01834a85439159d1a61223cb709b9dfd.zip
(HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
Diffstat (limited to 'src')
-rw-r--r--src/s/hpux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/hpux.h b/src/s/hpux.h
index c7842f1d6df..9a2e7e845f8 100644
--- a/src/s/hpux.h
+++ b/src/s/hpux.h
@@ -217,5 +217,7 @@ Boston, MA 02111-1307, USA. */
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