|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T a
Length: 530 (0x212) Types: TextFile Names: »acl2.h«
└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« └─⟦d3ac74d73⟧ └─⟦this⟧ »isode-5.0/doc/manual/acl2.h«
/* represents ACLInfo defined by QUIPU */ /* For use as Attribute Syntax */ struct acl_info { int acl_categories; #define ACL_NONE 0 #define ACL_DETECT 1 #define ACL_COMPARE 2 #define ACL_READ 3 #define ACL_ADD 4 #define ACL_WRITE 5 int acl_selector_type; #define ACL_ENTRY 0 #define ACL_OTHER 1 #define ACL_PREFIX 2 #define ACL_GROUP 3 DN acl_name; /* prefix and group only */ struct acl_info *acl_next; };