home *** CD-ROM | disk | FTP | other *** search
- /*
- * @(#)path_md.h 1.16 96/11/23
- *
- * Copyright (c) 1995, 1996 Sun Microsystems, Inc. All Rights Reserved.
- *
- * This software is the confidential and proprietary information of Sun
- * Microsystems, Inc. ("Confidential Information"). You shall not
- * disclose such Confidential Information and shall use it only in
- * accordance with the terms of the license agreement you entered into
- * with Sun.
- *
- * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
- * SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
- * PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR ANY DAMAGES
- * SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
- * THIS SOFTWARE OR ITS DERIVATIVES.
- *
- * CopyrightVersion 1.1_beta
- *
- */
-
- /*
- * Solaris-dependent search path definitions and API
- */
-
- #ifndef _SOLARIS_PATH_MD_H_
- #define _SOLARIS_PATH_MD_H_
-
- #define DIR_SEPARATOR '/'
- #define LOCAL_DIR_SEPARATOR '/'
-
- #define CLS_CONST_STRING "<init>([C)Ljava/lang/String;"
-
- #define CLS_RESLV_INIT_CLASS "java/lang/Class"
- #define CLS_RESLV_INIT_OBJECT "java/lang/Object"
- #define CLS_RESLV_INIT_REF "sun/misc/Ref"
-
- #define INTRP_BRKPT_STRING "sun/tools/debug/BreakpointHandler"
-
- #define LANG_MATH_INTEGER_VALOF "<init>(I)Ljava/lang/Integer;"
- #define LANG_MATH_LONG_VALOF "<init>(J)Ljava/lang/Long;"
- #define LANG_MATH_FLOAT_VALOF "<init>(F)Ljava/lang/Float;"
- #define LANG_MATH_DOUBLE_VALOF "<init>(D)Ljava/lang/Double;"
-
- #define LANG_OBJECT_CLONE "copy(Ljava/lang/Object;)V"
-
- #define LANG_STRING_MAKE_STR "<init>([C)Ljava/lang/String;"
-
- #endif /* !_SOLARIS_PATH_MD_H_ */
-