Mercurial > emacs
annotate src/s/aix4-1.h @ 12414:cbe404298013
(LIB_MOTIF): Defined.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 28 Jun 1995 19:37:59 +0000 |
parents | 8a933302229c |
children | 5b4022385032 |
rev | line source |
---|---|
10151 | 1 #define AIX4_1 |
2 | |
3 #include "aix4.h" | |
10212
f13745ca9b4e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
10151
diff
changeset
|
4 |
10224 | 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. */ | |
10212
f13745ca9b4e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
10151
diff
changeset
|
7 #define SYSTEM_MALLOC |
10224 | 8 #endif |
12414 | 9 |
10 /* olson@mcs.anl.gov says -li18n is needed by -lXm. */ | |
11 #define LIB_MOTIF -lXm -li18n |