1 /* BEGIN INCLUDE FILE xforum_data_.incl.pl1 */ 2 3 4 /****^ HISTORY COMMENTS: 5 1) change(86-01-17,LJAdams), approve(86-03-07,MCR7327), 6 audit(86-03-10,Lippard), install(86-04-24,MR12.0-1048): 7 Structure defining the help search paths that will be used by xforum. 8 2) change(87-11-11,LJAdams), approve(87-11-11,MCR7800), 9 audit(87-12-01,Gilcrease), install(87-12-07,MR12.2-1008): 10 Change version number to 2.1. 11 END HISTORY COMMENTS */ 12 13 dcl xforum_data_$help_dirs fixed bin ext static; 14 15 dcl 1 xforum_HELP_DIRS based (addr(xforum_data_$help_dirs)), 16 2 N fixed bin, 17 2 path (0 refer (xforum_HELP_DIRS.N)) char(168); 18 19 dcl xforum_version char(3) int static options (constant) init ("2.1"); 20 21 /* END INCLUDE FILE xforum_data.incl.pl1 */