/* * * F11DEF - file attributes definitions [not in Starlet] */ #ifndef _FATDEF_H #define _FATDEF_H /* Record attributes area as used by FCS and RMS. */ /* record format */ #define FAT$C_UNDEFINED 0 /* undefined record type */ #define FAT$C_FIXED 1 /* fixed record type */ #define FAT$C_VARIABLE 2 /* variable length */ #define FAT$C_VFC 3 /* variable + fixed control */ #define FAT$C_STREAM 4 /* RMS-11 (DEC traditional) stream format */ #define FAT$C_STREAMLF 5 /* LF-terminated stream format */ #define FAT$C_STREAMCR 6 /* CR-terminated stream format */ /* file organization */ #define FAT$C_SEQUENTIAL 0 /* sequential organization */ #define FAT$C_RELATIVE 1 /* relative organization */ #define FAT$C_INDEXED 2 /* indexed organization */ #define FAT$C_DIRECT 3 /* direct organization */ /* record attributes */ #define FAT$V_FORTRANCC 0 #define FAT$V_IMPLIEDCC 1 #define FAT$V_PRINTCC 2 #define FAT$V_NOSPAN 3 #define FAT$V_MSBRCW 4 #define FAT$M_FORTRANCC (1<