/* * * Key Grant Block definitions */ #ifndef _KGBDEF_H #define _KGBDEF_H /* Format of records in the rights database file. These records (1) associate identifier codes with names, and (2) list the holders of all identifiers in the system. */ #define KGB$V_RESOURCE 0 #define KGB$V_DYNAMIC 1 #define KGB$V_NOACCESS 2 #define KGB$V_SUBSYSTEM 3 #define KGB$V_IMPERSONATE 4 #define KGB$V_HOLDER_HIDDEN 5 #define KGB$V_NAME_HIDDEN 6 #define KGB$M_RESOURCE (1<