comparison src/s/aix3-2-5.h @ 14822:004a081ecdef

(X11R5_INHIBIT_I18N): Definition moved to aix3-2.h.
author Richard M. Stallman <rms@gnu.org>
date Sun, 17 Mar 1996 18:04:54 +0000
parents c270d3de1ff2
children aa2f8bc34e57
comparison
equal deleted inserted replaced
14821:d73389597e30 14822:004a081ecdef
22 #undef sigmask 22 #undef sigmask
23 #undef sigsetmask 23 #undef sigsetmask
24 #undef _setjmp 24 #undef _setjmp
25 #undef _longjmp 25 #undef _longjmp
26 26
27 /* The character-composition stuff is broken in X11R5.
28 Even with XIMStatusNothing aliased to XIMStatusNone,
29 tranle@intellicorp.com (Minh Tran-Le) reports that enabling
30 the internationalization code causes the modifier keys C, M and Shift
31 to beep after a mouse click. */
32 #define X11R5_INHIBIT_I18N
33
34 /* Bill Woodward <wpwood@austin.ibm.com> says: 27 /* Bill Woodward <wpwood@austin.ibm.com> says:
35 libIM *must* precede libXm, to avoid getting aixLoadIM error messages. */ 28 libIM *must* precede libXm, to avoid getting aixLoadIM error messages. */
36 #define LIB_MOTIF -lIM -lXm 29 #define LIB_MOTIF -lIM -lXm