comparison src/s/aix4.h @ 207:e45d5e7c476e r20-4b2

Import from CVS: tag r20-4b2
author cvs
date Mon, 13 Aug 2007 10:03:52 +0200
parents 59463afc5666
children c42ec1d1cded
comparison
equal deleted inserted replaced
206:d3e9274cbc4e 207:e45d5e7c476e
1 /* Synched up with: FSF 19.31. */
2
3 #define AIX4 1 #define AIX4
4 2
5 #include "aix3-2-5.h" 3 #include "aix3-2-5.h"
6 4
7 /* AIX 4 does not have HFT any more. */ 5 /* AIX 4 does not have HFT any more. */
8 #undef AIXHFT 6 #undef AIXHFT
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