1 2 3 "BEGIN INCLUDE FILE access_audit_eventflags.incl.alm 4 5 6 "Created 01/14/85 1527.1 est Mon by convert_include_file, 7 " Version of 01/09/85 0954.4 est Wed. 8 9 "Made from >Pool>m>loe>incl>access_audit_eventflags.incl.pl1, 10 " modified 01/09/85 1217.7 est Wed 11 12 " 13 " Structure audit_event_flags 14 " 15 bool audit_event_flags.special_op,400000 " DU 16 bool audit_event_flags.grant,200000 " DU 17 bool audit_event_flags.admin_op,100000 " DU 18 bool audit_event_flags.priv_op,040000 " DU 19 bool audit_event_flags.cc_1_10,020000 " DU 20 bool audit_event_flags.cc_10_100,010000 " DU 21 bool audit_event_flags.receiver,004000 " DU 22 23 "END INCLUDE FILE access_audit_eventflags.incl.alm