aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-10-01 17:24:24 +0000
committerRichard M. Stallman1997-10-01 17:24:24 +0000
commitc151e13c0e6ef928c7c5713dd6c7a8b97810aa9c (patch)
tree3d30efa7b3475a5fa0a30da6b58e730e21c08f94 /src
parent0655d4d4b6f9b63986fd4062170f444b31d5079c (diff)
downloademacs-c151e13c0e6ef928c7c5713dd6c7a8b97810aa9c.tar.gz
emacs-c151e13c0e6ef928c7c5713dd6c7a8b97810aa9c.zip
[! HAVE_LIBXMU] (LIBXMU): Define as empty.
[! HAVE_LIBXMU] (NO_EDITRES): Defined.
Diffstat (limited to 'src')
-rw-r--r--src/s/aix4-1.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/s/aix4-1.h b/src/s/aix4-1.h
index f5053a45afd..ce9bf026df5 100644
--- a/src/s/aix4-1.h
+++ b/src/s/aix4-1.h
@@ -29,3 +29,10 @@
29 if it was a control character like tab, enter, backspace, or ESC. 29 if it was a control character like tab, enter, backspace, or ESC.
30 Bill_Mann @ PraxisInt.com */ 30 Bill_Mann @ PraxisInt.com */
31/* #undef X11R5_INHIBIT_I18N */ 31/* #undef X11R5_INHIBIT_I18N */
32
33#ifndef HAVE_LIBXMU
34#define LIBXMU
35
36/* Unfortunately without libXmu we cannot support EditRes. */
37#define NO_EDITRES
38#endif