-- Lupine: Example of client configuration

-- TargetClient.config

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

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

TargetRpcClientImpl;
TargetRpcBinderImpl;

TargetClientImpl;

END.