1 /* BEGIN INCLUDE FILE xmail_help_data_.incl.pl1 */ 2 3 /****^ HISTORY COMMENTS: 4 1) change(86-03-21,Blair), approve(86-03-21,MCR7358), 5 audit(86-04-22,RBarstad), install(86-05-28,MR12.0-1062): 6 Structure defining the help search paths that will be used by xmail. 7 END HISTORY COMMENTS */ 8 9 /* Created 06/17/81 by Suzanne Krupp */ 10 11 dcl xmail_data_$help_dirs fixed bin ext static; 12 13 dcl 1 xmail_HELP_DIRS based (addr(xmail_data_$help_dirs)), 14 2 N fixed bin, 15 2 path (0 refer (xmail_HELP_DIRS.N)) char (168); 16 17 /* END INCLUDE FILE xmail_help_data_.incl.pl1 */