/* * * F11DEF - file characteristics bit definitions [not in Starlet] */ #ifndef _FCHDEF_H #define _FCHDEF_H /* File characteristics bit definitions. These are identical to, and must track, the bits in FILECHAR of $FH2DEF, but are defined relative to the file characteristics longword instead of relative to the file header. */ #define FCH$V_VCC_STATE 8 #define FCH$M_VCC_STATE 0x0700 #define FCH$S_VCC_STATE 3 #define FCH$V_ASSOCIATED 11 #define FCH$V_EXISTENCE 12 #define FCH$M_ASSOCIATED (1<