summaryrefslogtreecommitdiff
path: root/src/syswait.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-11-17 03:49:13 +0000
committerRichard M. Stallman <rms@gnu.org>2001-11-17 03:49:13 +0000
commit3bddb27298bd1afe93cd5f663c6171e1979608a9 (patch)
treec583a8e12f9859c07fd8a7ab61a51eee4a21b0fd /src/syswait.h
parentfc3b70c887755655df6433ea189a7c02475179db (diff)
downloademacs-3bddb27298bd1afe93cd5f663c6171e1979608a9.tar.gz
Delete conditionals for HPUX7, ISC 4.1, and convex.
Diffstat (limited to 'src/syswait.h')
-rw-r--r--src/syswait.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/syswait.h b/src/syswait.h
index 23690f141cb..da5e52c689f 100644
--- a/src/syswait.h
+++ b/src/syswait.h
@@ -34,17 +34,7 @@ Boston, MA 02111-1307, USA. */
#if 1
#include <sys/types.h>
-/* Old code included a comment that HPUX version 7 has broken
- definitions of some of the macros and `the convex' does too.
- HAVE_SYS_WAIT_H probably won't be defined on them if they still get
- used, but for safety... -- fx */
-/* ISC 4.1 doesn't have wait3, but does have sys/wait.h. */
-#if (defined(HPUX) && !defined(HPUX8)) || defined(convex) || defined(ISC4_1)
-#undef HAVE_SYS_WAIT_H
-#endif
-
-#if defined HAVE_SYS_WAIT_H /* We have sys/wait.h with POSIXoid
- definitions. */
+#ifdef HAVE_SYS_WAIT_H /* We have sys/wait.h with POSIXoid definitions. */
#include <sys/wait.h>
#ifndef WCOREDUMP /* not POSIX */