changeset 13509:eddef35ecc54

(NO_EDITRES): Defined. (LIBXMU): Define once again.
author Richard M. Stallman <rms@gnu.org>
date Sat, 11 Nov 1995 07:14:26 +0000
parents b64345cf1ee9
children f4212b188d42
files src/s/hpux9.h
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/hpux9.h	Sat Nov 11 07:13:56 1995 +0000
+++ b/src/s/hpux9.h	Sat Nov 11 07:14:26 1995 +0000
@@ -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