-- Copyright (C) 1984, 1985 by Xerox Corporation. All rights reserved. -- PupGateNoTajo.config, HGM, 26-Nov-85 22:58:33 PupGateNoTajo: CONFIGURATION LINKS: CODE IMPORTS CmFile, Event, Format, Heap, MFile, MSegment, MStream, Process, ProcessorFace, Put, Runtime, SpecialRuntime, SpecialSpace, SpecialSystem, String, Supervisor, System, TemporaryBooting, TemporarySetGMT, Time, Token, Unformat, Version, Volume, AddressTranslation, Buffer, BufferOps, Checksums, CommUtil, CommHeap, Driver, EchoServer, GateDefs, NS3MBit, Protocol1, Pup10MBit, PupDefs, PupPktOps, PupRouterDefs, Router, RouterInternal, RoutingTable, Socket, PhoneCreate, Stats, StatsOps, SendDefs, Space, NSString, Clusternet, Courier, CourierInternal, CommunicationInternal, SpecialCommunication, RS232CFace, RS366Face, Stream, PupStream, NameServerDefs -- Suppress Binder warning EXPORTS ALL CONTROL GateInit, ForwarderStats, TrapBadPups, PupEchoServerNoDisk, GateControlServer, GateStats, NameAndDirServer, TimeServerImpl, TimeServerClockImpl, TimeServersLogTajo, TimeServersParmNoDisk, PupTimeServerHot, PupTimeServerCold, CommandsAndSuch, OthelloNS, OthelloPup, GateInfoNoDisk, CpuIdleImpl, Idler = BEGIN NameAndDirServer: CONFIGURATION IMPORTS CmFile, Format, Heap, Runtime, Process, String, Supervisor, System, Time, Volume, Event, MFile, MSegment, MStream, Put, Token, Indirect, MiscServerDefs, NameServerDefs, Buffer, PupDefs, PupPktOps, Socket, Stats EXPORTS NameServerDefs, PupDirServer CONTROL NameServerStrings, PupDirServer, PupNameServerHot, PupNameServerCold = BEGIN PupNameServerHot; PupNameServerCold; NameServerStrings; PupDirServer; SloshRecv LINKS: FRAME; EFTPRecv LINKS: FRAME; SloshSend LINKS: FRAME; EFTPSend; NetDirCache; NetDirFileTajo; ServerHeaps; END; CommandsAndSuch; OthelloOpsTime; OthelloNS; OthelloPup; GateInfoNoDisk; InitParmsNoTajo; GateInit; GateParameterNoTajo; RealForwarder; ForwarderCold; ForwarderStats; InrConfig; TroubleNoDisk; CommunicationStats; TrapBadPups; MailerGV; Indirection; RemoteTTY; TTYImpl; PupTelnetStreamImpl; OscarAdm; PutNoDisk; PhoneAdoptionPup; PhoneNetConfig; RS232CIO; PupEchoServerNoDisk; GateControlServer; GateControlFinishNoDisk; GateStats; PupMiscServer; NameAndDirServer; TimeServerImpl; TimeServerClockImpl; TimeServersLogTajo; TimeServersParmNoDisk; PupTimeServerHot; PupTimeServerCold; CpuIdleImpl; Idler; END.