/********************************************************************************************************************************/ /* Created: 15-MAR-2001 23:37:26 by OpenVMS SDL EV1-33 */ /* Source: 15-MAR-2001 23:34:43 _$11$DUA933:[BUILD.SDL]LIBWAITDEF.SDI;1 */ /********************************************************************************************************************************/ /*** MODULE $LIBWAITDEF ***/ #ifndef __LIBWAITDEF_LOADED #define __LIBWAITDEF_LOADED 1 #pragma nostandard #ifdef __cplusplus extern "C" { #define __unknown_params ... #else #define __unknown_params #endif #if !defined(__VAXC) && !defined(VAXC) #define __struct struct #define __union union #else #define __struct variant_struct #define __union variant_union #endif /* Interface definitions for LIB$WAIT */ /* */ /* LIB$WAIT floating-point format codes (must equal CVT$K_VAX_F,... codes) */ #define LIB$K_VAX_F 0 /* VAX F Floating point data */ #define LIB$K_VAX_D 1 /* VAX D Floating point data */ #define LIB$K_VAX_G 2 /* VAX G Floating point data */ #define LIB$K_VAX_H 3 /* VAX H Floating point data */ /* LIB$WAIT option definitions */ #define LIB$K_WAKE 0 /* WAKE option, interruptable */ #define LIB$K_NOWAKE 1 /* NOWAKE option, non-interruptable */ #ifdef __cplusplus } #endif #pragma standard #endif /* __LIBWAITDEF_LOADED */