Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / system / bsd.h
1 #include "generic.h"
2
3 /*
4  * the bsd route symbol adds an 's' at the end to this symbol name 
5  */
6 #undef RTTABLES_SYMBOL
7 #define RTTABLES_SYMBOL "rt_tables"
8
9 /*
10  * BSD systems use a different method of looking up sockaddr_in values 
11  */
12 #define NEED_KLGETSA 1
13
14 /*
15  * ARP_Scan_Next needs a 4th ifIndex argument 
16  */
17 #define ARP_SCAN_FOUR_ARGUMENTS 1
18
19 #define UTMP_HAS_NO_TYPE 1