aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-01-15 21:26:30 +0000
committerRichard M. Stallman1996-01-15 21:26:30 +0000
commit2a612632fd8e1d1527f87417ffb235dec6717063 (patch)
tree246bf2c979c5bd885eaede3b01c942db1e37724b /src
parent3b7ad313e0d7b351c55cf999474b61cdc18ecad1 (diff)
downloademacs-2a612632fd8e1d1527f87417ffb235dec6717063.tar.gz
emacs-2a612632fd8e1d1527f87417ffb235dec6717063.zip
(X11R5_INHIBIT_I18N): Add undef.
(LIB_MOTIF): Undef before defining.
Diffstat (limited to 'src')
-rw-r--r--src/s/aix4-1.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/s/aix4-1.h b/src/s/aix4-1.h
index 52c9265d7c4..0da441db70d 100644
--- a/src/s/aix4-1.h
+++ b/src/s/aix4-1.h
@@ -2,14 +2,14 @@
2 2
3#include "aix4.h" 3#include "aix4.h"
4 4
5#if 0 /* Tomotake FURUHATA <furuhata@trl.ibm.co.jp> says this is needed
6 in Mule, but we don't know why. Anyway, it's not needed now. */
7#define SYSTEM_MALLOC
8#endif
9
10/* olson@mcs.anl.gov says -li18n is needed by -lXm. */ 5/* olson@mcs.anl.gov says -li18n is needed by -lXm. */
6#undef LIB_MOTIF
11#define LIB_MOTIF -lXm -li18n 7#define LIB_MOTIF -lXm -li18n
12 8
13#ifdef __GNUC__ 9#ifdef __GNUC__
14#undef _NO_PROTO 10#undef _NO_PROTO
15#endif 11#endif
12
13/* Let's hope the X internationalization stuff is working in AIX 4.1.
14 It was not working in 3.2.5. */
15#undef X11R5_INHIBIT_I18N