1 /* --------------- BEGIN include file rcp_mandatories.incl.pl1 --------------- */
 2 
 3 /* Written by (probably) Tavares in (probably) 1979. */
 4 /* Modified by Chris Jones, 03/85, to remove disk models 181 and 191, and tape
 5    model 400. */
 6 
 7 dcl 1 rcp_mandatories (2) aligned static options (constant),
 8     2 resource_name char (32) initial
 9     ("disk_drive", "tape_drive"),
10     2 attributes (72) char (12) initial
11                                                             /* disk drives */
12     (" ", " ", "model=400", "model=451", "model=500",
13      "model=501", (66) (1) " ",
14                                                             /* tape drives */
15      "track=9", "den=800", "den=1600", " ", "model=500",
16      "model=601", "model=610", (65) (1) " ");
17 
18 /* ---------------- END include file rcp_mandatories.incl.pl1 ---------------- */