-- File: RPCRuntime.config - last edit:
-- AOF                  8-Feb-88 17:06:38
-- HGM                 21-Jan-84 20:50:55
-- Copyright (C) 1984, 1988 by Xerox Corporation. All rights reserved. 

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

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

  RPCBinding;
  RPCPktIO;
  RPCPktStreams;
  RPCSecurity;
  RPCSignals;

  LupineRuntimeImpl;

  END.