diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-11-17 03:47:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-11-17 03:47:10 +0000 |
commit | d7782c71455f35bfddf30233dd156aaa9e77d495 (patch) | |
tree | 879822afc8657a5f2dff5c634b8ff8d31c71202b | |
parent | b6270150cfb2e9c328b0db10446feb017ae4b993 (diff) |
(HAVE_SYS_WAIT_H): Define it.
-rw-r--r-- | src/s/hpux8.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/hpux8.h b/src/s/hpux8.h index a525cce068..08320074b6 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h @@ -69,3 +69,6 @@ /* Enable a special hack in XTread_socket. */ #define X_IO_BUG + +/* Override hpux.h which undefs this flag. */ +#define HAVE_SYS_WAIT_H |