-- Copyright (C) 1984  by Xerox Corporation. All rights reserved. 
-- TTYPupGateway.config, HGM,  6-Jan-85  3:36:54

TTYPupGateway: CONFIGURATION LINKS: CODE
  IMPORTS
    AddressTranslation, Buffer, BufferOps, Checksums, CmFile, CommUtil, Courier, CourierInternal, DeviceCleanup, Driver, EchoServer, Event, ExpeditedCourier, Format, Heap, MFile, MSegment, MStream, NetworkStream, NSString, Process, ProcessorFace, PupDefs, PupRouterDefs, PupPktOps, PupStream, Put, Router, RouterInternal, RoutingTable, RS232CFace, RS366Face, Runtime, SendDefs, Socket, Space, SpecialMFile, SpecialRuntime, SpecialSpace, SpecialSystem, Stats, StatsOps, Stream, String, StringLookUp, Supervisor, System, TemporaryBooting, TemporarySetGMT, Time, Token, Unformat, Version, Volume
  EXPORTS ALL
  CONTROL
    PupGateNoTajo, ServersNoTajo, CommandsAndSuch,
    GateInfoNoDisk, NameServerInfo, OthelloNS, OthelloPup,
    CoPilotWatcher, TimeCheckerNoDisk, NetWatcher, PupNetWatcher =
  BEGIN
  
  PupGateNoTajo;
  ServersNoTajo;
  
  CommandsAndSuch;
  DummySmashPassword;
  OthelloOpsTime;
  GateInfoNoDisk;
  NameServerInfo;
  OthelloNS;
  OthelloPup;
  
  CoPilotWatcher;
  TimeCheckerNoDisk;
  NetWatcher;
  PupNetWatcher;
  
  PutNoDisk;
  
  CpuIdleImpl;
  Idler;
  Indirection;
  MailerGV;
  Passworder;
  CommunicationStats;
  CornPopper;
  
  SlaDriver;
  SimplePhoneNetworkDriver;
  RS232CIO;

  OscarAdm;
  RemoteTTY;
  TTYImpl;
  TelnetStreamImpl;

  
  END...