/etc/snmp/mib2c.column_defines.conf is in libsnmp-dev 5.4.3~dfsg-2.4ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 */
|