-- Copyright (C) 1984, 1985  by Xerox Corporation. All rights reserved. 
-- PupGateway.config, HGM,  8-Jan-85 12:56:56

PACK CpuIdleImpl, Idler;

PupGateway: CONFIGURATION LINKS: CODE
  IMPORTS
    CmFile, Cursor, Date, DeviceCleanup, Display, Exec, Event, FileSW, Format, FormSW,
    HeraldWindow, Heap, Menu, MFile, MouseFace, MsgSW, MSegment, MStream,
    Process, ProcessorFace, Profile, Put, Runtime, Space, SpecialMFile, SpecialSpace,
    SpecialSystem, STP, STPOps, Stream, String, StringLookUp, Supervisor, System,
    TemporaryBooting, TemporarySetGMT, TextSW, Time, Token,
    Tool, ToolFont, ToolWindow, Unformat, UserInput, UserTerminal,
    Version, Volume, Window, WindowFont,
    RS232CFace, RS366Face,
    NameInfoDefs, SendDefs,
    AddressTranslation, Buffer, BufferOps, Checksums, CommHeap, CommUtil,
    Courier, CourierInternal, Driver,
    EchoServer, ExpeditedCourier, NetworkStream, Router, RouterInternal, RoutingTable, Socket,
    PupDefs, PupPktOps, Stats, StatsOps, PupStream, PupRouterDefs,
    CommHeap, CommUtil, EthernetOneFace, SpecialRuntime,
    NSString,
    NSAddr, Auth, NSName, NSExec, CH, MoreCH, MachineTypeFace, PhysicalVolume, SpecialVolume,
    BootFileInfoNoDisk, VMPerf, DiskDriversPerf, File, KernelFile, DiskChannel
  EXPORTS ALL
  CONTROL
    EthernetOneStarter,
    PupGate, Servers,
    echo1, echo2, echo3, BSPSink, BSPTestTool,
    RoutingInfoTool, NameLookupTool, GateWatcherTool,
    EchoTool, BootServerInfoClient, BootServerInfoTool,
    GateFTPServer, HostWatcher, TimeChecker,
    NetWatcher, PupNetWatcher, CoPilotWatcher, GateDMT,
    DeviceInfo, PasswordTool,
    CpuIdleImpl, Idler,
    PupNetMgtServiceConfig =
  BEGIN
  
  PupGate LINKS: FRAME;
  Servers LINKS: FRAME;

  -- Pup tools
  echo1: EchoUserTool;
  echo2: EchoUserTool;
  echo3: EchoUserTool;
  BSPSink;
  BSPTestTool;
  RoutingInfoTool;
  NameLookupTool;
  GateWatcherTool;
  DeviceInfo;

  -- OISCP tools
  EchoTool;
  BootServerInfoClient;
  BootServerInfoTool;

  -- Background hacks
  PasswordViaGrapevine;
  GateFTPServer;
  HostWatcher;
  HostWatcherPoke;
  GateDMT;
  TimeChecker;
  NetWatcher;
  PupNetWatcher;
  CoPilotWatcher;

  -- Support things
  CpuIdleImpl;
  Idler;
  Indirection;
  MailerGV;
  Passworder;
  CommunicationStats;
  CornPopper;
  
  -- Other handy things
  PasswordTool;
  
  EthernetOneDriver;
  EthernetOneStarter;
  
  SlaDriver;
  SimplePhoneNetworkDriver;
  RS232CIO;

  -- STP Things for GateFTPServer
  STPServerImpl;
  
  PupNetMgtServiceConfig;
  
  END.