finally in sync with archive
[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
deleted file mode 100755 (executable)
index 24218fc..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-@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 */