summaryrefslogtreecommitdiff
path: root/local/mib2c.mfd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'local/mib2c.mfd.conf')
-rw-r--r--local/mib2c.mfd.conf32
1 files changed, 32 insertions, 0 deletions
diff --git a/local/mib2c.mfd.conf b/local/mib2c.mfd.conf
new file mode 100644
index 0000000..d309ea5
--- /dev/null
+++ b/local/mib2c.mfd.conf
@@ -0,0 +1,32 @@
+############################################################# -*- c -*-
+## top level mfd conf file
+## $Id$
+########################################################################
+@if $m2c_mark_boundary == 1@
+/** START code generated by $RCSfile$ $Revision$ */
+@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$ */
+@end@