finally in sync with archive
[bcm963xx.git] / userapps / opensource / net-snmp / local / mib2c.column_enums.conf
diff --git a/userapps/opensource/net-snmp/local/mib2c.column_enums.conf b/userapps/opensource/net-snmp/local/mib2c.column_enums.conf
deleted file mode 100755 (executable)
index 84c4abf..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-@open ${name}_enums.h@
-/*
- * Note: this file originally auto-generated by mib2c using
- *  $Id: mib2c.column_enums.conf,v 5.1 2002/05/08 05:42:47 hardaker Exp $
- */
-#ifndef $name.uc_ENUMS_H
-#define $name.uc_ENUMS_H
-@foreach $i table@
-    @foreach $c column@
-       @eval $x = 0@
-       @foreach $e $v enum@
-           @if $x == 0@
-
-               /* enums for column $c */
-              @eval $x = 1@
-          @end@
-           #define $c.uc_$e.uc         $v
-       @end@
-    @end@
-@end@
-
-#endif /* $name.uc_ENUMS_H */