@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 */ |