1 /* Begin include file trusted_path_flags.incl.pl1 BIM 1984-07-26 */ 2 3 4 /****^ HISTORY COMMENTS: 5 1) change(86-05-19,GDixon), approve(86-09-26,MCR7499), 6 audit(86-10-08,Beattie), install(86-10-13,MR12.0-1183): 7 Correct alignnment problem to make entire structure aligned, with flags in 8 the structure unaligned. 9 END HISTORY COMMENTS */ 10 11 12 /* format: style4 */ 13 14 declare 1 trusted_path_flags aligned, 15 2 login bit (1) unal, /* Require disconnection to change auth */ 16 2 pad bit (35) unal; 17 18 /* End include file trusted_path_flags.incl.pl1 */