/* libclidef.h 		- constant definitions for use with LIB$ RTL routines
 *			for CLI interface 
 *			- taken from $LIBCLIDEF macro in sys$library:startlet
 */

#define LIB$K_CLI_GLOBAL_SYM           0x00000002
#define LIB$K_CLI_LOCAL_SYM            0x00000001                 
#define LIB$M_CLI_CTRLT                0x00100000                 
#define LIB$M_CLI_CTRLY                0x02000000                 

/* end of libclidef.h
 */
