blob: 5b8328ff9e6e8086a9bbedd586128e993cf949da [file] [log] [blame]
@open ${name}_columns.h@
/*
* Note: this file originally auto-generated by mib2c using
* $Id$
*/
#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 */