5937N/A/*
5937N/A * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
5937N/A *
5937N/A * U.S. Government Rights - Commercial software. Government users are subject
5937N/A * to the Sun Microsystems, Inc. standard license agreement and applicable
5937N/A * provisions of the FAR and its supplements.
5937N/A *
5937N/A *
5937N/A * This distribution may include materials developed by third parties. Sun,
5937N/A * Sun Microsystems, the Sun logo and Solaris are trademarks or registered
5937N/A * trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
5937N/A *
5937N/A */
5937N/A#ifndef STDHDR_H
5937N/A#define STDHDR_H
5937N/A
5937N/A#define LARGE_TABLE 200
5937N/A#define MIB_TRUE 1
5937N/A#define MIB_FALSE 2
5937N/A
5937N/A#define entityMIB 1,3,6,1,2,1,47
5937N/A#define entityMIBObjects entityMIB,1
5937N/A#define entityMIBTraps entityMIB,2
5937N/A#define entityMIBTrapPrefix entityMIBTraps,0
5937N/A#define entityPhysical entityMIBObjects,1
7102N/A#define entPhysicalTable entityPhysical,1
7102N/A#define entPhysicalEntry entPhysicalTable,1
7102N/A#define entPhysicalDesc entPhysicalEntry,2
5937N/A/* 2^31 - 1 limit on all the indexes */
5937N/A#define MAX_ENTITY_INDEX 2147483647
5937N/A
5937N/Atypedef long int_l; /* This is a workaround for ASN.c unable to handle
5937N/A int data type properly
5937N/A in a 64 bit environment */
5937N/A
5937N/A
5937N/A#endif /* STDHDR_H */
5937N/A