aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorGerd Moellmann2000-01-03 21:22:35 +0000
committerGerd Moellmann2000-01-03 21:22:35 +0000
commit44cd3ae58d6d404ba8e48736024a45030bd3f8c2 (patch)
treeadf66f1a28b60e4522babef921e625e3378fa65b /src/s
parentea4fa0af4b3d0f1904fb3f19516343b6322f8e9c (diff)
downloademacs-44cd3ae58d6d404ba8e48736024a45030bd3f8c2.tar.gz
emacs-44cd3ae58d6d404ba8e48736024a45030bd3f8c2.zip
(NO_EDITRES): Define even if HAVE_LIBXMU.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/hpux9.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h
index e2423afd055..d73d3b7ce8d 100644
--- a/src/s/hpux9.h
+++ b/src/s/hpux9.h
@@ -50,10 +50,12 @@
50/* HP-UX doesn't supply Xmu. */ 50/* HP-UX doesn't supply Xmu. */
51#define LIBXMU 51#define LIBXMU
52 52
53/* Unfortunately without libXmu we cannot support EditRes. */
54#define NO_EDITRES
55#endif 53#endif
56 54
55/* Assar Westerlund <assar@sics.se> says this is necessary for
56 HP-UX 10.20, and that it works for HP-UX 0 as well. */
57#define NO_EDITRES
58
57/* zoo@armadillo.com says we don't need -lXext in HPUX 9. */ 59/* zoo@armadillo.com says we don't need -lXext in HPUX 9. */
58#undef LIBX11_SYSTEM 60#undef LIBX11_SYSTEM
59 61