aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-11 07:14:26 +0000
committerRichard M. Stallman1995-11-11 07:14:26 +0000
commitb985297a9eef7adb111f5bc13ec249ef5045bd08 (patch)
tree5aab2b7c9564edb6274b7648e7597cc2d19c079c /src
parent3b882b1dabcb67f914cb4d5d1bfbf694a87ce0b3 (diff)
downloademacs-b985297a9eef7adb111f5bc13ec249ef5045bd08.tar.gz
emacs-b985297a9eef7adb111f5bc13ec249ef5045bd08.zip
(NO_EDITRES): Defined.
(LIBXMU): Define once again.
Diffstat (limited to 'src')
-rw-r--r--src/s/hpux9.h8
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 @@
44#define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2 44#define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2
45#define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2 45#define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2
46 46
47#if 0 47/* HP-UX doesn't supply Xmu. */
48/* HP-UX doesn't supply Xmu, and someone said we don't need it. But
49 we do seem to need it, with both Athena widgets and Motif. Too bad. */
50#define LIBXMU 48#define LIBXMU
51#endif 49
50/* Unfortunately without libXmu we cannot support EditRes. */
51#define NO_EDITRES
52 52
53/* zoo@armadillo.com says we don't need -lXext in HPUX 9. */ 53/* zoo@armadillo.com says we don't need -lXext in HPUX 9. */
54#undef LIBX11_SYSTEM 54#undef LIBX11_SYSTEM