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

SNMP编程

开发平台:

Unix_Linux

  1. #############################################################  -*- c -*-
  2. ## generic include for XXX. Do not use directly.
  3. ##
  4. ## $Id: m2c_setup_enum.m2i,v 1.5 2004/04/22 02:25:33 rstory Exp $
  5. ########################################################################
  6. @if $m2c_mark_boundary == 1@
  7. /** START code generated by $RCSfile: m2c_setup_enum.m2i,v $ $Revision: 1.5 $ */
  8. @end@
  9. ########################################################################
  10. ##
  11. ##  the iname enum should be unique per column, so always use node name
  12. ##
  13. @        if $m2c_const_lc == 1@
  14. @            eval $m2c_ename = "${m2c_de_pfx}_${e}"@
  15. @            eval $m2c_iname = "${m2c_const_pfx}${node}_${e}"@
  16. @        else@
  17. @            eval $m2c_ename = "${m2c_de_pfx}_$e.uc"@
  18. @            eval $m2c_iname = "${m2c_const_pfx}$node.uc_$e.uc"@
  19. @        end@
  20. ##
  21. ########################################################################
  22. @if $m2c_mark_boundary == 1@
  23. /** END code generated by $RCSfile: m2c_setup_enum.m2i,v $ $Revision: 1.5 $ */
  24. @end@