Mercurial > hg > xemacs-beta
annotate src/s/aix4.h @ 251:677f6a0ee643 r20-5b24
Import from CVS: tag r20-5b24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:19:59 +0200 |
parents | e45d5e7c476e |
children | c42ec1d1cded |
rev | line source |
---|---|
0 | 1 #define AIX4 |
2 | |
3 #include "aix3-2-5.h" | |
4 | |
5 /* AIX 4 does not have HFT any more. */ | |
6 #undef AIXHFT | |
207 | 7 |
8 /* Get bzero, strcasecmp, and friends, for warning suppression. | |
9 These functions shouldn't actually be used, but don't try to fix it. */ | |
10 #ifndef NOT_C_CODE | |
11 #include <strings.h> | |
12 #endif |