summaryrefslogtreecommitdiff
path: root/local/mib2c.column_defines.conf
blob: a4d2e6d8b009fc250187498795a19b31f4f759f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@open ${name}_columns.h@
/*
 * Note: this file originally auto-generated by mib2c using
 *  $Id: mib2c.column_defines.conf 7011 2002-05-08 05:42:47Z hardaker $
 */
#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 */