-- RPC: Runtime system configuration
-- Copyright (C) 1985 by Xerox Corporation. All rights reserved.
-- RPCRuntime.config
-- Andrew Birrell October 24, 1983 4:26 pm
-- Bob Hagmann February 11, 1985 4:39:04 pm PST
-- Swinehart, September 15, 1985 7:09:30 pm PDT (export RPCPkt!)

RPCRuntime: CONFIGURATION LINKS: CODE
IMPORTS Atom, BasicTime, Booting, CommUtilDefs, Convert, ConvertUnsafe, DriverDefs, EthernetOneFace, GVBasics, GVNames, PrincOpsUtils, Process, PupDefs, Rope, RPCPrivate, SafeStorage, UnsafeStorage, VM, VMInternal
EXPORTS LupineRuntime, RPC, RPCLupine, RPCWatch, RPCInternalExtras, RPCPkt
CONTROL RPCPktIO, LupineRuntimeImpl =

BEGIN

DESDummy;

RPCBinding;
RPCPktIO;
RPCPktStreams;
RPCSecurity;
RPCSignals;

LupineRuntimeImpl;

END.