-- Lupine: Example of server configuration

-- TargetServer.config

-- Andrew Birrell  July 8, 1982 9:29 am

TargetClient: CONFIGURATION
IMPORTS Atom, ConvertUnsafe, Heap, Inline, LupineRuntime, Rope,
        RopeInline, RPCLupine, SafeStorage, UnsafeStorage =
BEGIN

TargetRpcServerImpl;

TargetImpl;

END.