]> code.delx.au - gnu-emacs/blobdiff - src/syswait.h
2002-08-10 Andrew Choi <akochoi@shaw.ca>
[gnu-emacs] / src / syswait.h
index 692c202da1bb8e726ec90f809f1cf10771ae81c4..da5e52c689f57093e41071be811f30d9b7957b08 100644 (file)
@@ -34,16 +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 */
-#if (defined (HPUX) && !defined (HPUX8)) || defined (convex)
-#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 */