-- Copyright (C) 1984, 1985  by Xerox Corporation. All rights reserved. 
-- PupGateNoDisk.config, HGM,  9-May-86 17:49:53
-- Last edited by Leong,  7-Feb-85 14:49:25

DIRECTORY
  InrConfig: FROM "UnpackedInrConfig";

PACK
  GateInit, GateParameterNoDisk,
  RealForwarder, ForwarderCold, ForwarderStats, TroubleNoDisk,
  StatsCold, StatsPrint, StatsStrings,
  TrapBadPups, MailerGV,
  INRImpl, InrRoutingTableImpl, CommSvcHeaps;

PupGateNoDisk: CONFIGURATION LINKS: CODE
  IMPORTS
    CmFile, Event, Format, Heap, Process, Put, Runtime, SpecialSystem,
    String, Supervisor, System, Time, Token, Version,
    Buffer, BufferOps, Checksums, Driver, EchoServer, GateDefs, Indirect,
    Protocol1, PupDefs, PupRouterDefs, Router, RouterInternal, RoutingTable,
    Socket, PhoneCreate, Stats, StatsOps,
    SendDefs, Space,
    ProcessorFace, -- SetMP for InrConfig ????
    NSString
  EXPORTS
    ALL
  CONTROL
    GateInit, ForwarderStats, TrapBadPups =
  BEGIN
  
  GateInit;
  GateParameterNoDisk LINKS: FRAME;
  RealForwarder;
  ForwarderCold;
  ForwarderStats;
  InrConfig;
  
  TroubleNoDisk;
  
  CommunicationStats;
  
  TrapBadPups;
  MailerGV;
  
  END.