Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / system / svr5.h
1 /*
2  * used to minimally build SCO UnixWare 7.1.0 using CCS 3.2 compiler - YMMV 
3  */
4
5 #include "generic.h"
6
7 /*
8  * using CCS "cc", "configure" does not find this item 
9  */
10 #define HAVE_MEMCPY 1
11 /*
12  * so, undo the damage done earlier in config.h 
13  */
14 #undef memcpy
15 #undef memmove
16 #define HAVE_GETHOSTBYNAME 1
17
18 /*
19  * lie about this next define to avoid sa_len and sa_family MACROS !! 
20  */
21 #define STRUCT_SOCKADDR_HAS_SA_UNION_SA_GENERIC_SA_FAMILY2 1
22
23 /*
24  * this header requires queue_t, not easily done without kernel headers 
25  */
26 #undef HAVE_NETINET_IN_PCB_H