blob: 0da441db70d9c7975e2062923b76080a8da557ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#define AIX4_1
#include "aix4.h"
/* 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
|