-- File: Extras.config,  Last Edit: HGM March 31, 1981  8:39 PM
PACK GateCursor, BackgroundAlto;
Extras: CONFIGURATION LINKS: CODE
  IMPORTS
    DirectoryDefs, DiskKDDefs, FrameDefs, Process, Runtime,
    Segments, SegmentDefs, StreamDefs, String, Storage, SystemDefs, Time,
    CmFile, Cursor, Event, Format, HeapString, Menu, MsgSW,
    Put, Profile, UserInput, UserTerminal,
    FormSW, Tool, ToolDriver, ToolWindow, UserTerminal, Window, WindowFont,
    OISCP, Router, Socket, SocketInternal, SpecialSystem,
    Stream, BufferDefs, PupDefs, PupStream,
    George, Indirect, Lock, Password, Slosh, StatsDefs,
    DriverDefs, GateDefs, AltoSlaDefs, PupRouterDefs, NameServerDefs,
    FTPDefs
  EXPORTS
    LineWatcher,  -- for outer config to Start
    AddressTranslation, Mailer
  CONTROL
    BSPSink, echo1, echo2, echo3, BSPTestTool,
    RoutingInfoTool, NameLookupTool, GateWatcherTool, DeviceInfo,
    GateFTPServer, HostWatcher,
    TimeChecker, LineWatcher, NetWatcher,
    GateCursor, BackgroundAlto, MemoryErrorInfo,
    EchoTool,
    PasswordTool, FileInterface =
  BEGIN
-- Pup Tools
  BSPSink;
  echo1: EchoUserTool;
  echo2: EchoUserTool;
  echo3: EchoUserTool;
  BSPTestTool;
  RoutingInfoTool;
  NameLookupTool;
  GateWatcherTool;
  GateFTPServer;
  PasswordViaGrapevine;
  TimeChecker;
  LineWatcher;
  NetWatcher;
  HostWatcher;
  HostWatcherPoke;
  DeviceInfo;
--  OISCP Tools
  EchoTool;
-- Other things
  PasswordTool;
  GateCursor;
  MemoryErrorInfo;
  BackgroundAlto;
  AddressTranslationImpl;
  STPs LINKS: FRAME;
  StreamAltoDefault;
  FileTool LINKS: FRAME;
  MailerGV;
  MailerMTP;
  GrapevineUser;
  END.