/********************************************************************************************************************************/ /* Created: 30-Mar-2010 17:29:34 by OpenVMS SDL EV3-3 */ /* Source: 30-MAR-2010 17:29:19 $1$DGA7274:[STARLET_H.SRC]LIBCLIDEF.SDI;1 */ /********************************************************************************************************************************/ /*** MODULE $LIBCLIDEF ***/ #ifndef __LIBCLIDEF_LOADED #define __LIBCLIDEF_LOADED 1 #pragma __nostandard /* This file uses non-ANSI-Standard features */ #pragma __member_alignment __save #pragma __nomember_alignment #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __save /* Save the previously-defined required ptr size */ #pragma __required_pointer_size __short /* And set ptr size default to 32-bit pointers */ #endif #ifdef __cplusplus extern "C" { #define __unknown_params ... #define __optional_params ... #else #define __unknown_params #define __optional_params ... #endif #ifndef __struct #if !defined(__VAXC) #define __struct struct #else #define __struct variant_struct #endif #endif #ifndef __union #if !defined(__VAXC) #define __union union #else #define __union variant_union #endif #endif /* Definitions for LIB$ CLI callback procedures */ #define LIB$K_CLI_LOCAL_SYM 1 #define LIB$K_CLI_GLOBAL_SYM 2 #define LIB$M_CLI_CTRLT 0x100000 #define LIB$M_CLI_CTRLY 0x2000000 #ifdef __NEW_STARLET typedef struct _cli$ctrl_fields { unsigned lib$v_fill_a_s : 20; /* Ctrl-A to Ctrl-S are unused */ unsigned lib$v_cli_ctrlt : 1; unsigned lib$v_fill_u_x : 4; /* Ctrl-U to Ctrl-X are unused */ unsigned lib$v_cli_ctrly : 1; unsigned lib$v_fill_0_ : 6; } CLI$CTRL_FIELDS; #else /* __OLD_STARLET */ struct cli$ctrl_fields { unsigned lib$v_fill_a_s : 20; /* Ctrl-A to Ctrl-S are unused */ unsigned lib$v_cli_ctrlt : 1; unsigned lib$v_fill_u_x : 4; /* Ctrl-U to Ctrl-X are unused */ unsigned lib$v_cli_ctrly : 1; unsigned lib$v_fill_0_ : 6; } ; #endif /* #ifdef __NEW_STARLET */ #pragma __member_alignment __restore #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __restore /* Restore the previously-defined required ptr size */ #endif #ifdef __cplusplus } #endif #pragma __standard #endif /* __LIBCLIDEF_LOADED */