]> git.eshelyaron.com Git - emacs.git/commitdiff
[! HAVE_LIBXMU] (LIBXMU): Define as empty.
authorRichard M. Stallman <rms@gnu.org>
Wed, 1 Oct 1997 17:24:24 +0000 (17:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 1 Oct 1997 17:24:24 +0000 (17:24 +0000)
[! HAVE_LIBXMU] (NO_EDITRES): Defined.

src/s/aix4-1.h

index f5053a45afd1b35853768a2bb1485e7930a81b4a..ce9bf026df5b1208608d621f44045807e09441c2 100644 (file)
    if it was a control character like tab, enter, backspace, or ESC.
    Bill_Mann @ PraxisInt.com   */
 /* #undef X11R5_INHIBIT_I18N */
+
+#ifndef HAVE_LIBXMU
+#define LIBXMU
+
+/* Unfortunately without libXmu we cannot support EditRes.  */
+#define NO_EDITRES
+#endif