comparison src/s/aix4.h @ 282:c42ec1d1cded r21-0b39

Import from CVS: tag r21-0b39
author cvs
date Mon, 13 Aug 2007 10:33:18 +0200
parents e45d5e7c476e
children 558f606b08ae
comparison
equal deleted inserted replaced
281:090b52736db2 282:c42ec1d1cded
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 bzero, strcasecmp, and friends, for warning suppression. 8 /* Get strcasecmp, and friends, for warning suppression.
9 These functions shouldn't actually be used, but don't try to fix it. */ 9 These functions shouldn't actually be used, but don't try to fix it. */
10 #ifndef NOT_C_CODE 10 #ifndef NOT_C_CODE
11 #include <strings.h> 11 #include <strings.h>
12 #endif 12 #endif