-- File: PupGateway.config - last edit: -- AOF 17-Feb-88 16:45:11 -- HGM 13-Jul-85 18:16:12 -- Copyright (C) 1984, 1985, 1988 by Xerox Corporation. All rights reserved. PACK CpuIdleImpl, Idler; PupGateway: CONFIGURATION LINKS: CODE IMPORTS ByteBlt, 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, NewRS232CFace, RS232CFace, RS366Face, NameInfoDefs, SendDefs, AddressTranslation, Buffer, BufferOps, Checksums, CommHeap, CommUtil, CommunicationInternal, Courier, CourierInternal, Driver, EchoServer, ExpeditedCourier, NetworkStream, Protocol1, Router, RouterInternal, RoutingTable, Socket, SpecialCommunication, SppOps, PupDefs, PupPktOps, Stats, StatsOps, StatsOpsExtras, PupStream, PupRouterDefs, CommHeap, CommUtil, EthernetOneFace, SpecialRuntime, -- PupNetMgtConfig -- NSAddr, Auth, NSName, NSExec, CH, MoreCH, MachineTypeFace, PhysicalVolume, SpecialVolume, -- BootFileInfoNoDisk, VMPerf, DiskDriversPerf, File, KernelFile, DiskChannel, NSString 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; PhoneAdoptionPup; PhoneNetConfig; RS232CIO; -- STP Things for GateFTPServer STPServerImpl; -- PupNetMgtServiceConfig; END.