X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fs%2Faix4.h;fp=src%2Fs%2Faix4.h;h=3bdd989c68b07033074baa089571c800dec3c7be;hb=6883ee56ec887c2c48abe5b06b5e66aa74031910;hp=0000000000000000000000000000000000000000;hpb=5db996688c255b7f4bbe096f935b10d4c4ab7ade;p=chise%2Fxemacs-chise.git.1 diff --git a/src/s/aix4.h b/src/s/aix4.h new file mode 100644 index 0000000..3bdd989 --- /dev/null +++ b/src/s/aix4.h @@ -0,0 +1,13 @@ +#define AIX4 + +#include "aix3-2-5.h" + +/* AIX 4 does not have HFT any more. */ +#undef AIXHFT + +#ifndef NOT_C_CODE +#define _XFUNCS_H_ 1 +/* Forward declarations for xlc warning suppressions */ +struct ether_addr; +struct sockaddr_dl; +#endif