# HG changeset patch # User Richard M. Stallman # Date 1005968901 0 # Node ID 556de690adf14a7b59ae9c2bebf6a6b5764981df # Parent 223cc183a020b4f0d8b691c1184cdec45acc34a8 (HAVE_SYS_WAIT_H): Add #undef. diff -r 223cc183a020 -r 556de690adf1 src/m/convex.h --- a/src/m/convex.h Sat Nov 17 03:47:10 2001 +0000 +++ b/src/m/convex.h Sat Nov 17 03:48:21 2001 +0000 @@ -189,3 +189,6 @@ -L /usr/lib \ '-A__iob=___ap$$iob' '-A_use_libc_sema=___ap$$use_libc_sema' #endif + +/* The convex has sys/wait.h but it does not work right. */ +#undef HAVE_SYS_WAIT_H diff -r 223cc183a020 -r 556de690adf1 src/s/hpux.h --- a/src/s/hpux.h Sat Nov 17 03:47:10 2001 +0000 +++ b/src/s/hpux.h Sat Nov 17 03:48:21 2001 +0000 @@ -216,3 +216,6 @@ /* This triggers a conditional in xfaces.c. */ #define XOS_NEEDS_TIME_H + +/* HPUX 7 has sys/wait.h but it does not work right. */ +#undef HAVE_SYS_WAIT_H diff -r 223cc183a020 -r 556de690adf1 src/s/isc4-1.h --- 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