# HG changeset patch # User Eli Zaretskii # Date 1005919387 0 # Node ID f1b3a7278c62274ca4c52fbbb1cbce6454f924e6 # Parent 98cd2e32a438c78e8fa1d871194b2bd2fe811d5a (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by Andrew Wiseman . diff -r 98cd2e32a438 -r f1b3a7278c62 src/syswait.h --- a/src/syswait.h Fri Nov 16 13:53:05 2001 +0000 +++ b/src/syswait.h Fri Nov 16 14:03:07 2001 +0000 @@ -38,7 +38,8 @@ 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) +/* 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