Mercurial > emacs
changeset 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 | 223cc183a020 |
children | d12c8d3334f4 |
files | src/m/convex.h src/s/hpux.h src/s/isc4-1.h |
diffstat | 3 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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
--- 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