summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidnetsnmp/include/net-snmp/system/svr5.h
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/spidnetsnmp/include/net-snmp/system/svr5.h')
-rw-r--r--cleopatre/application/spidnetsnmp/include/net-snmp/system/svr5.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/cleopatre/application/spidnetsnmp/include/net-snmp/system/svr5.h b/cleopatre/application/spidnetsnmp/include/net-snmp/system/svr5.h
deleted file mode 100644
index c4a9f9a963..0000000000
--- a/cleopatre/application/spidnetsnmp/include/net-snmp/system/svr5.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * used to minimally build SCO UnixWare 7.1.0 using CCS 3.2 compiler - YMMV
- */
-
-#include <net-snmp/system/generic.h>
-
-/*
- * using CCS "cc", "configure" does not find this item
- */
-#define HAVE_MEMCPY 1
-/*
- * so, undo the damage done earlier in config.h
- */
-#undef memcpy
-#undef memmove
-#define HAVE_GETHOSTBYNAME 1
-
-/*
- * lie about this next define to avoid sa_len and sa_family MACROS !!
- */
-#define STRUCT_SOCKADDR_HAS_SA_UNION_SA_GENERIC_SA_FAMILY2 1
-
-/*
- * this header requires queue_t, not easily done without kernel headers
- */
-#undef HAVE_NETINET_IN_PCB_H