Your IP : 216.73.216.48


Current Path : /usr/X11R6/share/snmp/
Upload File :
Current File : //usr/X11R6/share/snmp/mib2c.column_defines.conf

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