diff options
| author | Richard M. Stallman | 1995-02-18 09:07:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-02-18 09:07:07 +0000 |
| commit | 0dee0e2d65c84b773511679fb802d09efd227d3d (patch) | |
| tree | a0780e28c5696673b0168890f393b8167f2aa18c | |
| parent | ec321cadaabee877726cba760883b704d2a93ee1 (diff) | |
| download | emacs-0dee0e2d65c84b773511679fb802d09efd227d3d.tar.gz emacs-0dee0e2d65c84b773511679fb802d09efd227d3d.zip | |
(LIB_X11_LIB, C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
Add #undef's to cancel hpux8.h's definitions.
| -rw-r--r-- | src/s/hpux9.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h index 32c9ae8fb35..18702c63a57 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h | |||
| @@ -28,3 +28,13 @@ | |||
| 28 | #define HAVE_TERMIOS | 28 | #define HAVE_TERMIOS |
| 29 | #define NO_TERMIO | 29 | #define NO_TERMIO |
| 30 | #endif | 30 | #endif |
| 31 | |||
| 32 | /* According to ngorelic@speclab.cr.usgs.gov, | ||
| 33 | references to the X11R4 directoriess in these variables | ||
| 34 | (inherited from hpux8.h) | ||
| 35 | cause the wrong libraries to be found, | ||
| 36 | and the options to specify the X11R5 directories are unnecessary | ||
| 37 | since the R5 files are found without them. */ | ||
| 38 | #undef LIB_X11_LIB | ||
| 39 | #undef C_SWITCH_X_SYSTEM | ||
| 40 | #undef LD_SWITCH_X_DEFAULT | ||