From: Richard M. Stallman Date: Sat, 11 Nov 1995 07:14:26 +0000 (+0000) Subject: (NO_EDITRES): Defined. X-Git-Tag: emacs-19.34~2351 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b985297a9eef7adb111f5bc13ec249ef5045bd08;p=emacs.git (NO_EDITRES): Defined. (LIBXMU): Define once again. --- 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