# HG changeset patch # User Richard M. Stallman # Date 1005968953 0 # Node ID d12c8d3334f49542514a8a78498e16e9aed09645 # Parent 556de690adf14a7b59ae9c2bebf6a6b5764981df Delete conditionals for HPUX7, ISC 4.1, and convex. diff -r 556de690adf1 -r d12c8d3334f4 src/syswait.h --- a/src/syswait.h Sat Nov 17 03:48:21 2001 +0000 +++ b/src/syswait.h Sat Nov 17 03:49:13 2001 +0000 @@ -34,17 +34,7 @@ #if 1 #include -/* 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 #ifndef WCOREDUMP /* not POSIX */