/* * * F11DEF - file journal control bit definitions [not in Starlet] */ #ifndef _FJNDEF_H #define _FJNDEF_H /* File journal control bit definitions. These are identical to, and must track, the bits in JOURNAL of $FH2DEF, but are defined relative to the journal control byte instead of relative to the file header. */ #define FJN$V_ONLY_RU 0 #define FJN$V_RUJNL 1 #define FJN$V_BIJNL 2 #define FJN$V_AIJNL 3 #define FJN$V_ATJNL 4 #define FJN$V_NEVER_RU 5 #define FJN$V_JOURNAL_FILE 6 #define FJN$M_ONLY_RU (1<