Mercurial > hg > xemacs-beta
comparison src/s/aix4.h @ 284:558f606b08ae r21-0b40
Import from CVS: tag r21-0b40
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:34:13 +0200 |
parents | c42ec1d1cded |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
283:fa3d41851a08 | 284:558f606b08ae |
---|---|
3 #include "aix3-2-5.h" | 3 #include "aix3-2-5.h" |
4 | 4 |
5 /* AIX 4 does not have HFT any more. */ | 5 /* AIX 4 does not have HFT any more. */ |
6 #undef AIXHFT | 6 #undef AIXHFT |
7 | 7 |
8 /* Get 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 | 8 #ifndef NOT_C_CODE |
11 #include <strings.h> | 9 #define _XFUNCS_H_ 1 |
10 /* Forward declarations for xlc warning suppressions */ | |
11 struct ether_addr; | |
12 struct sockaddr_dl; | |
12 #endif | 13 #endif |