1@open ${name}_columns.h@
2/*
3 * Note: this file originally auto-generated by mib2c
4 * using mib2c.column_defines.conf
5 */
6#ifndef $name.uc_COLUMNS_H
7#define $name.uc_COLUMNS_H
8@foreach $i table@
9
10/* column number definitions for table $i */
11    @foreach $c column@
12       #define COLUMN_$c.uc		$c.subid
13    @end@
14@end@
15#endif /* $name.uc_COLUMNS_H */
16