-- AltoDir.config
-- written by Barth:  September 22, 1980  4:00 PM
-- edited by Brotz:  Monday Nov. 3, 1980 2:26 pm PST

DIRECTORY
  crD: FROM "CoreDefs" ,
  csD: FROM "CoreStreamDefs",
  intCommon: FROM "IntCommon";

AltoDir: CONFIGURATION
  IMPORTS crD, csD, DirectoryDefs, ImageDefs, intCommon, IODefs,
    LaurelExecDefs, SegmentDefs, Storage, StreamDefs, StringDefs, TimeDefs
  CONTROL AltoDirMain =

BEGIN
AltoDirMain;
Match;
END.  -- of AltoDir.config --