1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
/* -- 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_ */
|