mib2c.mfd.conf
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
- ############################################################# -*- c -*-
- ## top level mfd conf file
- ## $Id: mib2c.mfd.conf,v 1.2.2.3 2004/12/28 23:49:11 rstory Exp $
- ########################################################################
- @if $m2c_mark_boundary == 1@
- /** START code generated by $RCSfile: mib2c.mfd.conf,v $ $Revision: 1.2.2.3 $ */
- @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)@
- @ die@
- @end@
- ##
- @run mfd-top.m2c@
- ##
- ##@ifconf ${name}_Makefile@
- ##@else@
- ##@ run mfd-makefile.m2m@
- ##@end@
- ##@ifconf ${name}_subagent.c@
- ##@else@
- ##@ run subagent.m2c@
- ##@end@
- ##
- ########################################################################
- @if $m2c_mark_boundary == 1@
- /** END code generated by $RCSfile: mib2c.mfd.conf,v $ $Revision: 1.2.2.3 $ */
- @end@