-- Copyright (C) 1984, 1985, 1987  by Xerox Corporation. All rights reserved. 
-- SmallPupGateway.config
-- Tim Diebert      9-Aug-87 17:41:39

PACK CpuIdleDummyImpl;

SmallPupGateway: CONFIGURATION LINKS: CODE
  IMPORTS
    CmFile, Event, FileSW,
    Format,
    HeraldWindow, Heap, Menu, MFile, MStream,
    Process, ProcessorFace, Put, Runtime, Space,
    SpecialSystem, Stream, String, Supervisor, System,
    TemporaryBooting, TextSW, Time, Token,
    Tool, ToolWindow, Unformat, UserInput,
    Version, Volume,
    RS232CFace, RS366Face, Clusternet,
    SendDefs,
    AddressTranslation, Buffer, BufferOps, Checksums, CommHeap, CommUtil,
    CommunicationInternal, Driver,
    EchoServer, Protocol1,
    Router, RouterInternal, RoutingTable, Socket, SpecialCommunication,
    PupDefs, PupPktOps, Stats, StatsOps, PupStream, PupRouterDefs,
    CommHeap, CommUtil,
    NSString
  EXPORTS ALL
  CONTROL
    SmallPupGate, SmallServers,
    TimeChecker,
    DeviceInfo,
    CpuIdleDummyImpl,
    PhoneLineWatcher
  = BEGIN
  
  SmallPupGate LINKS: FRAME;
  SmallServers LINKS: FRAME;

-- Pup tools
  DeviceInfo;
  TimeChecker;

-- Support things
  CpuIdleDummyImpl;
  Indirection;
  MailerGV;
  CommunicationStats;
  CornPopper;
  
-- Other handy things
  
  PhoneAdoptionPup;
  PhoneNetConfig;
  RS232CIO;
  PhoneLineWatcher;
  
  END.