XEmacs 21.2-b1
[chise/xemacs-chise.git.1] / src / s / aix4.h
diff --git a/src/s/aix4.h b/src/s/aix4.h
new file mode 100644 (file)
index 0000000..3bdd989
--- /dev/null
@@ -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