/* * * "Common" DCL qualifiers */ #ifndef _CQUALDEF_H #define _CQUALDEF_H /* Note: the VMS routines that use these are not included in the run-time library. */ #define LIB$V_CQF_CONFIRM 0 #define LIB$V_CQF_EXCLUDE 1 #define LIB$V_CQF_BEFORE 2 #define LIB$V_CQF_SINCE 3 #define LIB$V_CQF_CREATED 4 #define LIB$V_CQF_MODIFIED 5 #define LIB$V_CQF_EXPIRED 6 #define LIB$V_CQF_BACKUP 7 #define LIB$V_CQF_BYOWNER 8 #define LIB$M_CQF_CONFIRM (1<