and added files
[bcm963xx.git] / userapps / opensource / net-snmp / local / mib2c.column_defines.conf
diff --git a/userapps/opensource/net-snmp/local/mib2c.column_defines.conf b/userapps/opensource/net-snmp/local/mib2c.column_defines.conf
new file mode 100644 (file)
index 0000000..24218fc
--- /dev/null
@@ -0,0 +1,15 @@
+@open ${name}_columns.h@
+/*
+ * Note: this file originally auto-generated by mib2c using
+ *  $Id: mib2c.column_defines.conf,v 5.1 2002/05/08 05:42:47 hardaker Exp $
+ */
+#ifndef $name.uc_COLUMNS_H
+#define $name.uc_COLUMNS_H
+@foreach $i table@
+
+/* column number definitions for table $i */
+    @foreach $c column@
+       #define COLUMN_$c.uc            $c.subid
+    @end@
+@end@
+#endif /* $name.uc_COLUMNS_H */