1 2 3 "BEGIN INCLUDE FILE aim_template.incl.alm 4 5 6 "Created 03/26/84 1515.2 est Mon by convert_include_file, 7 " Version of 11/07/82 1445.1 est Sun. 8 9 "Made from >ldd>include_1>aim_template.incl.pl1, 10 " modified 09/07/83 1810.6 est Wed 11 12 " 13 " Structure aim_template 14 " 15 equ aim_template_size,2 16 17 18 equ aim_template.categories,0 19 20 equ aim_template.level,1 " UPPER 21 equ aim_template.privileges,1 " LOWER 22 equ aim_template.ipc_word,1 23 bool aim_template.ipc,400000 " DL 24 equ aim_template.dir_word,1 25 bool aim_template.dir,200000 " DL 26 equ aim_template.seg_word,1 27 bool aim_template.seg,100000 " DL 28 equ aim_template.soos_word,1 29 bool aim_template.soos,040000 " DL 30 equ aim_template.ring1_word,1 31 bool aim_template.ring1,020000 " DL 32 equ aim_template.rcp_word,1 33 bool aim_template.rcp,010000 " DL 34 equ aim_template.comm_word,1 35 bool aim_template.comm,004000 " DL 36 37 "END INCLUDE FILE aim_template.incl.alm