-- File: Gateway.config, last edit: HGM, February 28, 1981 1:50 PM

Gateway: CONFIGURATION
IMPORTS
StreamDefs, -- for GetDefaultKey
WindowOps -- suppress warnings for Cookie stuff
EXPORTS
-- Mesa stuff
AllocDefs, BcdOps, BFSDefs,
CoreSwapDefs, DirectoryDefs, DiskDefs, DiskKDDefs,
-- DisplayDefs, FontDefs,
FrameDefs, FrameOps, FSPDefs,
-- ImageDefs,
IODefs,
-- KeyDefs,
LoaderOps, LoadStateOps, MiscDefs, MiscOps, NubOps, NucleusOps,
ProcessDefs, SegmentDefs,
-- StreamDefs,
StreamIO, StringDefs,
SystemDefs, TimeDefs, TrapDefs, SwapperOps, StreamScan,
-- for Pilot compatibility
Process, Runtime, Storage, String, Time,
-- Random stuff
StreamDefs, -- GetDefaultDisplayStream
DisplayDefs, -- GetTypescript
Table, ImageDefs, -- From ImageMaker & CheckPoint
-- Tajo PUBLIC stuff
Caret, CmFile, Context, Cursor, Event, FileSW, FileWindow, Format, FormSW,
HeapString, Menu, MsgSW, Profile, Put, Selection, Scrollbar,
StringSW, TextDisplay, TextSource, TextSW, TajoMisc, Tool, ToolFont,
ToolWindow, TTYSW, UserInput, UserTerminal, Window, WindowFont,
-- Tajo PRIVATE stuff
FormSWOps, MenuOps, MsgSWOps, RenameFile, TajoOps,
TextDisplayOps, TextSWOps, ToolOps, ToolWindowOps,
TTYSWOps, UserInputOps, UserTerminalOps,
-- CONTROL module (for client startlists)
AltoTajoControl,
-- Pup/Oiscp/Gateway stuff
Stream, ByteBlt, Trouble,
GateDefs, GateControlDefs,
ForwarderDefs,
PupPktDefs, PupStream,
PupRouterDefs, DriverDefs, CommUtilDefs, AltoSlaDefs,
PupDefs, BufferDefs,
FTPDefs, Mailer,
NetworkStream, Socket,
-- communication private -- OISCP, SocketInternal,
-- OISCP private -- PacketStream, Router

CONTROL
AltoTajoControl =
BEGIN

Tajo;
AltoGateway;

END..