home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / snmp / mib2c-data / m2c_setup_enum.m2i < prev    next >
Encoding:
Text File  |  2009-03-19  |  1.0 KB  |  25 lines

  1. #############################################################  -*- c -*-
  2. ## generic include for XXX. Do not use directly.
  3. ##
  4. ## $Id: m2c_setup_enum.m2i 11987 2005-03-04 19:58:28Z rstory $
  5. ########################################################################
  6. @if $m2c_mark_boundary == 1@
  7. /** START code generated by $RCSfile$ $Revision: 11987 $ */
  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}${m2c_enum_sfx}"@
  15. @            eval $m2c_iname = "${m2c_const_pfx}${node}_${e}${m2c_enum_sfx}"@
  16. @        else@
  17. @            eval $m2c_ename = "${m2c_de_pfx}_$e.uc${m2c_enum_sfx}"@
  18. @            eval $m2c_iname = "${m2c_const_pfx}$node.uc_$e.uc${m2c_enum_sfx}"@
  19. @        end@
  20. ##
  21. ########################################################################
  22. @if $m2c_mark_boundary == 1@
  23. /** END code generated by $RCSfile$ $Revision: 11987 $ */
  24. @end@
  25.