added files
[bcm963xx.git] / userapps / opensource / net-snmp / local / mib2c.column_enums.conf
1 @open ${name}_enums.h@
2 /*
3  * Note: this file originally auto-generated by mib2c using
4  *  $Id: mib2c.column_enums.conf,v 5.1 2002/05/08 05:42:47 hardaker Exp $
5  */
6 #ifndef $name.uc_ENUMS_H
7 #define $name.uc_ENUMS_H
8 @foreach $i table@
9     @foreach $c column@
10        @eval $x = 0@
11        @foreach $e $v enum@
12            @if $x == 0@
13
14                /* enums for column $c */
15                @eval $x = 1@
16            @end@
17            #define $c.uc_$e.uc          $v
18        @end@
19     @end@
20 @end@
21
22 #endif /* $name.uc_ENUMS_H */