mib2c.mfd.conf
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. #############################################################  -*- c -*-
  2. ## top level mfd conf file
  3. ## $Id: mib2c.mfd.conf,v 1.2.2.3 2004/12/28 23:49:11 rstory Exp $
  4. ########################################################################
  5. @if $m2c_mark_boundary == 1@
  6. /** START code generated by $RCSfile: mib2c.mfd.conf,v $ $Revision: 1.2.2.3 $ */
  7. @end@
  8. ########################################################################
  9. ##
  10. @if "x$mfd_interactive_setup" == "x"@
  11. @   eval $mfd_interactive_setup = 1@
  12. @end@
  13. @if "x$m2c_report_progress" == "x"@
  14. @   eval $m2c_report_progress = 1@
  15. @end@
  16. ##
  17. @ifconf default-mfd-top.m2c@
  18. @   include default-mfd-top.m2c@
  19. @end@
  20. ##
  21. @if $name =~ /Table$/i@
  22. @else@
  23. @   print This module can only be used with tables, not branches or entire MIBs.@
  24. @   print Please specify and OID that is a table. (OID: $name)@
  25. @   die@
  26. @end@
  27. ##
  28. @run mfd-top.m2c@
  29. ##
  30. ##@ifconf ${name}_Makefile@
  31. ##@else@
  32. ##@   run mfd-makefile.m2m@
  33. ##@end@
  34. ##@ifconf ${name}_subagent.c@
  35. ##@else@
  36. ##@   run subagent.m2c@
  37. ##@end@
  38. ##
  39. ########################################################################
  40. @if $m2c_mark_boundary == 1@
  41. /** END code generated by $RCSfile: mib2c.mfd.conf,v $ $Revision: 1.2.2.3 $ */
  42. @end@