summaryrefslogtreecommitdiff
path: root/local/mib2c.mfd.conf
blob: ba1dc26de65dd91693a7d44002c8af46d488d794 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#############################################################  -*- c -*-
## top level mfd conf file
## $Id: mib2c.mfd.conf 15885 2007-02-26 11:30:36Z dts12 $
########################################################################
@if $m2c_mark_boundary == 1@
/** START code generated by $RCSfile$ $Revision: 15885 $ */
@end@
########################################################################
##
@if "x$mfd_interactive_setup" == "x"@
@   eval $mfd_interactive_setup = 1@
@end@
@if "x$m2c_report_progress" == "x"@
@   eval $m2c_report_progress = 1@
@end@
##
@ifconf default-mfd-top.m2c@
@   include default-mfd-top.m2c@
@end@
##
@if $name =~ /Table$/i@
@else@
@   print This module can only be used with tables, not branches or entire MIBs.@
@   print Please specify and OID that is a table. (OID: $name)@
@   quit@
@end@
##
@run mfd-top.m2c@
########################################################################
@if $m2c_mark_boundary == 1@
/** END code generated by $RCSfile$ $Revision: 15885 $ */
@end@