-- File PressSend.configG.WilliamsDecember 2, 1981 5:12 PM
--

PressSend: CONFIGURATION
IMPORTS FrameDefs, ImageDefs, IODefs, ProcessDefs, SegmentDefs, Storage, StreamDefs, StringDefs, SystemDefs--, InlineDefs----InlineDefs needed by EFTPRecv only
CONTROL PressNetSendFile =

BEGIN

PressNetSendFile;
--IMPORTS IODefs, PressNetDefs, SegmentDefs, Storage, StreamDefs, StringDefs
--EXPORTS nothing

PressNetSender;
--IMPORTS EFTPDefs, IODefs, PupDefs, SegmentDefs, Storage, StreamDefs
--EXPORTS PressNetDefs

--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.