-- Lupine: Example of client configuration

-- TargetClient.config

-- Andrew Birrell  September 13, 1983 4:55 pm
-- Bob Hagmann,  November 9, 1984 10:05:20 am PST

TargetClient: CONFIGURATION
IMPORTS Atom, LupineRuntime, Rope, RPCLupine, SafeStorage, UserCredentials 
CONTROL TargetRpcClientImpl, TargetRpcBinderImpl, TargetClientImpl
= BEGIN

TargetRpcClientImpl;
TargetRpcBinderImpl;

TargetClientImpl;

END.