diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-11-17 03:48:21 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-11-17 03:48:21 +0000 |
commit | 40c394282161f973ec2d964ced8beb48d83f1471 (patch) | |
tree | e60ce66955c54d5bd217dc523fbe3bd702b5a72f /src/m | |
parent | 5735374d0787f1d3e9d640007298732ed9968eb2 (diff) | |
download | emacs-40c394282161f973ec2d964ced8beb48d83f1471.tar.gz |
(HAVE_SYS_WAIT_H): Add #undef.
Diffstat (limited to 'src/m')
-rw-r--r-- | src/m/convex.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/m/convex.h b/src/m/convex.h index bd5125a2435..272a033e36c 100644 --- a/src/m/convex.h +++ b/src/m/convex.h @@ -189,3 +189,6 @@ Boston, MA 02111-1307, USA. */ -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 |