diff src/s/aix4.h @ 428:3ecd8885ac67 r21-2-22

Import from CVS: tag r21-2-22
author cvs
date Mon, 13 Aug 2007 11:28:15 +0200
parents
children abe6d1db359e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/s/aix4.h	Mon Aug 13 11:28:15 2007 +0200
@@ -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