diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-11 07:14:26 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-11 07:14:26 +0000 |
commit | aba1e39d4ce932ce756ff30da8dba03aa03004b3 (patch) | |
tree | ccd22f4fc6bdac1d94ecb690180affc55575afa8 /src | |
parent | 2298c221ad53ce3d537464ed01884c43908d8d32 (diff) | |
download | emacs-aba1e39d4ce932ce756ff30da8dba03aa03004b3.tar.gz |
(NO_EDITRES): Defined.
(LIBXMU): Define once again.
Diffstat (limited to 'src')
-rw-r--r-- | src/s/hpux9.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h index a64de765b37..b78aaecbb45 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h @@ -44,11 +44,11 @@ #define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2 #define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2 -#if 0 -/* HP-UX doesn't supply Xmu, and someone said we don't need it. But - we do seem to need it, with both Athena widgets and Motif. Too bad. */ +/* HP-UX doesn't supply Xmu. */ #define LIBXMU -#endif + +/* Unfortunately without libXmu we cannot support EditRes. */ +#define NO_EDITRES /* zoo@armadillo.com says we don't need -lXext in HPUX 9. */ #undef LIBX11_SYSTEM |