]> git.eshelyaron.com Git - emacs.git/commitdiff
(NO_EDITRES): Defined.
authorRichard M. Stallman <rms@gnu.org>
Sat, 11 Nov 1995 07:14:26 +0000 (07:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 11 Nov 1995 07:14:26 +0000 (07:14 +0000)
(LIBXMU): Define once again.

src/s/hpux9.h

index a64de765b377db6b01f3ba009f7cc98aeccd7618..b78aaecbb459258f21f19703f8ede5dab8c75086 100644 (file)
 #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