/* -- DO NOT EDIT -- * Generated by smidump version 0.4.3: * smidump -f scli IANA-LANGUAGE-MIB * * Derived from IANA-LANGUAGE-MIB: * The MIB module registers object identifier values for * well-known programming and scripting languages. Every * language registration MUST describe the format used * when transferring scripts written in this language. * * Any additions or changes to the contents of this MIB * module require Designated Expert Review as defined in * the Guidelines for Writing IANA Considerations Section * document. The Designated Expert will be selected by * the IESG Area Director of the OPS Area. * * Note, this module does not have to register all possible * languages since languages are identified by object * identifier values. It is therefore possible to registered * languages in private OID trees. The references given below are not * normative with regard to the language version. Other * references might be better suited to describe some newer * versions of this language. The references are only * provided as `a pointer into the right direction'. * * Revision 2000-05-10 00:00: * Import mib-2 instead of experimental, so that * this module compiles * * Revision 1999-09-09 09:00: * Initial version as published at time of * publication of RFC 2591. * * $Id: iana-language-mib.h 1787 2006-02-21 20:45:55Z schoenw $ */ #ifndef _IANA_LANGUAGE_MIB_H_ #define _IANA_LANGUAGE_MIB_H_ #include "gsnmp.h" G_BEGIN_DECLS /* * Tables to map identities to strings and vice versa. */ #define IANA_LANGUAGE_MIB_IANALANGJAVABYTECODE 1,3,6,1,2,1,73,1 #define IANA_LANGUAGE_MIB_IANALANGTCL 1,3,6,1,2,1,73,2 #define IANA_LANGUAGE_MIB_IANALANGPERL 1,3,6,1,2,1,73,3 #define IANA_LANGUAGE_MIB_IANALANGSCHEME 1,3,6,1,2,1,73,4 #define IANA_LANGUAGE_MIB_IANALANGSRSL 1,3,6,1,2,1,73,5 #define IANA_LANGUAGE_MIB_IANALANGPSL 1,3,6,1,2,1,73,6 #define IANA_LANGUAGE_MIB_IANALANGSMSL 1,3,6,1,2,1,73,7 extern GNetSnmpIdentity const iana_language_mib_identities[]; G_END_DECLS #endif /* _IANA_LANGUAGE_MIB_H_ */