/* Ported to GNU C openVMS/Alpha by Klaus Kämpf, kkaempf@progis.de */ /* * * RMS extended attributes block definitions */ #ifndef _XAB_H #define _XAB_H #ifndef _XABDEF_H #include /* general xab definitions */ #endif #ifndef _XABALLDEF_H #include /* allocation */ #endif #define _XABDATDEF_H #ifndef _XABDATDEF_H #include /* date/time */ #endif #ifndef _XABFHCDEF_H #include /* file header characteristics */ #endif #ifndef _XABKEYDEF_H #include /* key definition */ #endif #ifndef _XABPRODEF_H #include /* protection */ #endif #ifndef _XABRDTDEF_H #include /* revision date/time */ #endif #ifndef _XABSUMDEF_H #include /* summary */ #endif #ifndef _XABTRMDEF_H #include /* terminal control */ #endif #ifndef _XABITMDEF_H #include /* item-list */ #endif #ifndef _XABJNLDEF_H #include /* journalling */ #endif #ifndef _XABRUDEF_H #include /* recovery unit */ #endif #ifndef _XABCXFDEF_H #include /* context associated with FAB */ #endif #ifndef _XABCXRDEF_H #include /* context associated with RAB */ #endif #endif /*_XAB_H*/