Mercurial > hg > xemacs-beta
view src/s/aix4.h @ 265:8efd647ea9ca r20-5b31
Import from CVS: tag r20-5b31
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:25:37 +0200 |
parents | e45d5e7c476e |
children | c42ec1d1cded |
line wrap: on
line source
#define AIX4 #include "aix3-2-5.h" /* AIX 4 does not have HFT any more. */ #undef AIXHFT /* Get bzero, strcasecmp, and friends, for warning suppression. These functions shouldn't actually be used, but don't try to fix it. */ #ifndef NOT_C_CODE #include <strings.h> #endif