diff options
| author | Richard M. Stallman | 2002-07-29 01:57:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-29 01:57:49 +0000 |
| commit | 6d18dc4094bcbfb3b05046a23c3fd05e5e7ec8a8 (patch) | |
| tree | b2d1c1fa60fdb730b8053e735bce417c903bf8b5 /src | |
| parent | 53202f7d01834a85439159d1a61223cb709b9dfd (diff) | |
| download | emacs-6d18dc4094bcbfb3b05046a23c3fd05e5e7ec8a8.tar.gz emacs-6d18dc4094bcbfb3b05046a23c3fd05e5e7ec8a8.zip | |
(HPUX8): Define this before including hpux.h.
(HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux8.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/s/hpux8.h b/src/s/hpux8.h index 08320074b60..c06675301f0 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | Our conjecture that they are needed for hpux version 8, | 4 | Our conjecture that they are needed for hpux version 8, |
| 5 | which is what runs on the 700. */ | 5 | which is what runs on the 700. */ |
| 6 | 6 | ||
| 7 | #include "hpux.h" | ||
| 8 | |||
| 9 | #define HPUX8 | 7 | #define HPUX8 |
| 10 | 8 | ||
| 9 | #include "hpux.h" | ||
| 10 | |||
| 11 | /* dob@inel.gov says HPUX 8.07 needs this. He was using X11R5, I think. */ | 11 | /* dob@inel.gov says HPUX 8.07 needs this. He was using X11R5, I think. */ |
| 12 | #define LIBX11_SYSTEM -lXext | 12 | #define LIBX11_SYSTEM -lXext |
| 13 | 13 | ||
| @@ -69,6 +69,3 @@ | |||
| 69 | 69 | ||
| 70 | /* Enable a special hack in XTread_socket. */ | 70 | /* Enable a special hack in XTread_socket. */ |
| 71 | #define X_IO_BUG | 71 | #define X_IO_BUG |
| 72 | |||
| 73 | /* Override hpux.h which undefs this flag. */ | ||
| 74 | #define HAVE_SYS_WAIT_H | ||