-- Copyright (C) 1984  by Xerox Corporation. All rights reserved. 
-- RPCRuntime.config, HGM, 18-Jan-85 17:45:31
-- Cedar 5, HGM, 21-Jan-84 20:50:55

PACK 
  RPCBinding, RPCPktIO, RPCPktStreams, RPCSecurity,
  RPCSignals, LupineRuntimeImpl;

RPCRuntime: CONFIGURATION LINKS: CODE
  IMPORTS
    Buffer, DESFace, Driver, Heap, Inline, NameInfoDefs,
    NameUpdateDefs, Process, ProcessOperations, ProtocolDefs, PupDefs,
    Space, String, System, VM
  EXPORTS LupineRuntime, MesaRPC, MesaRPCLupine
  CONTROL LupineRuntimeImpl, RPCPktIO =
  BEGIN

  RPCBinding;
  RPCPktIO;
  RPCPktStreams;
  RPCSecurity;
  RPCSignals;

  LupineRuntimeImpl;

  END.