diff src/s/isc4-1.h @ 41184:556de690adf1

(HAVE_SYS_WAIT_H): Add #undef.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Nov 2001 03:48:21 +0000
parents a29eda7ceb21
children 695cf19ef79e
line wrap: on
line diff
--- a/src/s/isc4-1.h	Sat Nov 17 03:47:10 2001 +0000
+++ b/src/s/isc4-1.h	Sat Nov 17 03:48:21 2001 +0000
@@ -27,3 +27,6 @@
 /* According to template.h HAVE_TERMIO and HAVE_TERMIOS shouldn't be */
 /* defined at the same time. */
 #undef HAVE_TERMIO
+
+/* ISC 4.1 has sys/wait.h but it does not work right.  */
+#undef HAVE_SYS_WAIT_H