X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=userapps%2Fopensource%2Fnet-snmp%2Finclude%2Fnet-snmp%2Fsystem%2Flinux.h;fp=userapps%2Fopensource%2Fnet-snmp%2Finclude%2Fnet-snmp%2Fsystem%2Flinux.h;h=c37b72762f27794eae28b9119479ee378fa98abd;hb=9dffd9f7659a1b28265e0dc9497343eb3d108d02;hp=0000000000000000000000000000000000000000;hpb=e48c2529a5a7e7dbf1797bb6d1bf964bc03e78a7;p=bcm963xx.git diff --git a/userapps/opensource/net-snmp/include/net-snmp/system/linux.h b/userapps/opensource/net-snmp/include/net-snmp/system/linux.h new file mode 100644 index 00000000..c37b7276 --- /dev/null +++ b/userapps/opensource/net-snmp/include/net-snmp/system/linux.h @@ -0,0 +1,16 @@ +#include "sysv.h" + +#define DONT_USE_NLIST 1 + +#undef NPROC_SYMBOL + +#undef bsdlike + +#define ARP_SCAN_FOUR_ARGUMENTS + +/* + * red hat >= 5.0 doesn't have this + */ +#ifndef MNTTYPE_PROC +#define MNTTYPE_PROC "proc" +#endif