1 #include <net-snmp/system/generic.h>
2 
3 #define osf4 osf4
4 
5 /* Needed by <sys/socket.h> to give us the correct sockaddr structures */
6 #ifndef _SOCKADDR_LEN
7 #define _SOCKADDR_LEN
8 #endif
9 
10 #undef TCP_TTL_SYMBOL
11 #define TCP_TTL_SYMBOL "tcp_ttl"
12 
13 /* var_route.c nlist symbols */
14 #undef RTTABLES_SYMBOL
15 #define RTTABLES_SYMBOL "rtable"
16 #undef RTHASHSIZE_SYMBOL
17 #define RTHASHSIZE_SYMBOL "rhash_size"
18 
19 #ifndef __GNUC__
20 #  undef NETSNMP_ENABLE_INLINE
21 #  define NETSNMP_ENABLE_INLINE 0
22 #endif
23 
24 #ifndef UINT32_MAX
25 #  define UINT32_MAX UINT_MAX
26 #endif
27