home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / snmp / mib2c-data / m2c_setup_enum.m2i < prev    next >
Encoding:
Text File  |  2006-08-08  |  1017 b   |  25 lines

  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@
  25.