1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-05 04:50:35 +03:00
Files
mariadb-columnstore-engine/utils/net-snmp/system/bsd.h
2016-01-06 14:08:59 -06:00

21 lines
418 B
C

#include <net-snmp/system/generic.h>
/*
* the bsd route symbol adds an 's' at the end to this symbol name
*/
#undef RTTABLES_SYMBOL
#define RTTABLES_SYMBOL "rt_tables"
/*
* BSD systems use a different method of looking up sockaddr_in values
*/
#define NEED_KLGETSA 1
/*
* ARP_Scan_Next needs a 4th ifIndex argument
*/
#define ARP_SCAN_FOUR_ARGUMENTS 1
#define UTMP_HAS_NO_TYPE 1
#define UTMP_HAS_NO_PID 1