# HG changeset patch # User Richard M. Stallman # Date 821741190 0 # Node ID fb0b99d7038e93b34013fc041973ca7e3460b78b # Parent ee40177f6c6850c21e9392f8a4cffefcde96212f (X11R5_INHIBIT_I18N): Add undef. (LIB_MOTIF): Undef before defining. diff -r ee40177f6c68 -r fb0b99d7038e src/s/aix4-1.h --- a/src/s/aix4-1.h Mon Jan 15 09:18:04 1996 +0000 +++ b/src/s/aix4-1.h Mon Jan 15 21:26:30 1996 +0000 @@ -2,14 +2,14 @@ #include "aix4.h" -#if 0 /* Tomotake FURUHATA says this is needed - in Mule, but we don't know why. Anyway, it's not needed now. */ -#define SYSTEM_MALLOC -#endif - /* olson@mcs.anl.gov says -li18n is needed by -lXm. */ +#undef LIB_MOTIF #define LIB_MOTIF -lXm -li18n #ifdef __GNUC__ #undef _NO_PROTO #endif + +/* Let's hope the X internationalization stuff is working in AIX 4.1. + It was not working in 3.2.5. */ +#undef X11R5_INHIBIT_I18N