a0583e79363d6bec68c7634272969a16f1682b54
[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 1.1.1.1 2005/04/29 01:45:17 echo 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 */