Blob Blame History Raw
@open ${name}_columns.h@
/*
 * Note: this file originally auto-generated by mib2c
 * using mib2c.column_defines.conf
 */
#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 */