-- NamesAndLogClient.config
-- Makes NamesAndLog.bcd; implements Names and Log; allows for import of NamesGV from other site (and exports the result!)
-- Last Edited by: Swinehart, June 16, 1984 5:21:35 pm PDT
NamesAndLogClient: CONFIGURATION
IMPORTS AMBridge, AMEvents, AMTypes, Atom, BasicTime, Commander, CommandToolExtras, Convert, FS, Interpreter, IO, LupineRuntime, ProcessProps, PupDefs, RefTab, RPCLupine, Rope, RPC, UserCredentials, UserProfile
EXPORTS Log, Names, NamesGV
CONTROL LogImpl, NamesImpl, NamesGVRpcClientImpl, NamesGVImportImpl = {
LogImpl;
NamesImpl;
NamesGVRpcClientImpl;
NamesGVImportImpl;
LupineRuntimeExtrasImpl;
}.