and added files
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / system / linux.h
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 (file)
index 0000000..c37b727
--- /dev/null
@@ -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