-- Chipmonk.config -- written by McCreight: March 27, 1981 6:17 PM -- modified by Petit (repeatedly): April 24, 1981 2:27 PM -- and again by McCreight December 20, 1982 2:39 PM DIRECTORY TextFns: FROM "bTextFns"; Chipmonk: CONFIGURATION IMPORTS BcdOps,DirectoryDefs,DiskKDDefs,FrameDefs,FrameOps,FSPDefs, LoaderOps,LoadStateOps,ProcessDefs,SegmentDefs,Storage,StreamDefs, StringDefs,SwapperOps,SystemDefs,IODefs,MiscDefs,ImageDefs, TrapDefs EXPORTS multiGraphicsDefs,ppdefs,ppddefs,ppdddefs, ppMainDefs,ppoutdefs,pppdefs,ppfeeddefs, ZoneAllocDefs,ChipUserInt,ChipOrient CONTROL bbitfns,cbitfns,TextFns,ppkint,ppccur,ppkb,ppspace, ppdrawCommon,ppdrawBW,ppdrawCol,ppprocs,ppcolset, ppfeed,ppfeed2,ppfeed3,ppio,ppout, ppprocs2,ppprocs5,ppprocs8,ChipUserIntImpl,ChipOrientImpl, ppprocs6,pppush,pprect,ppmain3,ppmain,ppInit = BEGIN bbitfns;cbitfns;TextFns;ppkint;ppccur;ppkb;StorageZone;ppspace;ppdrawCommon; ppdrawBW;ppdrawCol; ppprocs;ppcolset;ppfeed;ppfeed2;ppfeed3;ppio;ppout; ppprocs2;ppprocs5;ChipUserIntImpl;ChipOrientImpl; ppprocs6;pppush;ppprocs8;pprect;ppmain;ppmain2;ppInit; ppRunConfig;ppmain3;UnNewConfig END.