-- File MesaPress.configG.Williams
--last changed January 14, 1982 4:12 PM by GWilliams
--now Import AltoRam and Trouble from MesaTfs
--

MesaPress: CONFIGURATION
IMPORTS AllocDefs, AltoRam, BcplOps, FrameDefs, FrameOps, FSPDefs, ImageDefs, InlineDefs, IODefs, MiscDefs, ProcessDefs, SegmentDefs, Storage, StreamDefs, StringDefs, SystemDefs, TridentDefs, Trouble
CONTROL Press =

BEGIN
MesaTfs;--Tfs Package
--IMPORTS AllocDefs, BcplOps, FrameDefs, FrameOps, ImageDefs, InlineDefs, IODefs, MiscDefs, ProcessDefs, SegmentDefs, StringDefs, SystemDefs, TridentDefs
--EXPORTS TridentDefs, RamDefs

BootRam;
--IMPORTS AltoRam
--EXPORTS PressDefs

PressInit;
--IMPORTS AltoRam, InlineDefs, IODefs, PressDefs, SegmentDefs, StreamDefs, StringDefs, SystemDefs, TridentDefs
--EXPORTS PressDefs

PressLockCode;
--IMPORTS ControlDefs, FrameDefs, TridentDefs
--EXPORTS PressDefs

PrintSlot;
-- IMPORTS InlineDefs, IODefs, MiscDefs, PressDefs, RamDefs, SegmentDefs, Storage, SystemDefs, TridentDefs, FSPDefs

Press;--main pack
--IMPORTS ImageDefs, PressDefs, PressNetDefs, SystemDefs, TridentDefs
--EXPORTS PressDefs

--From here down is PressNetListener stuff - - doesn’t need any new imports to this config

PressNetListener;
--IMPORTS AltoRam, EFTPDefs, IODefs, InlineDefs, PressBandsDefs, PressDefs, PressNetDefs, PupDefs, SegmentDefs, TridentDefs
--EXPORTS PressNetDefs
PressBandsOps;
--IMPORTS AltoRam, IODefs, InlineDefs, MiscDefs, PressDefs, SegmentDefs, TridentDefs
--EXPORTS PressBandsDefs

EFTPRecv;
--uncomment this line if for PressListen
--IMPORTS InlineDefs, CommUtilDefs, EFTPDefs, PupDefs
--EXPORTS EFTPDefs

--Need EFTPSend because it implements EFTPTimeOut and EFTPRecv doesn’t
EFTPSend;
--IMPORTS InlineDefs, CommUtilDefs, PupDefs
--EXPORTS EFTPDefs

TinyPup;
--IMPORTS FrameDefs, ImageDefs,
--ProcessDefs, SegmentDefs, StringDefs, SystemDefs
--EXPORTS Stream, ByteBltDefs,
--PupPktDefs, PupStream, PupDefs, CommUtilDefs, BufferDefs,
--DriverDefs, PupRouterDefs


END.
--last changed October 23, 1981 4:50 PM by GWilliams
--Press&PressInit changed, added PressNetListener