-- 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, March 6, 1985 11:37:30 am PST
NamesAndLogClient: CONFIGURATION
IMPORTS AMBridge, AMEvents, AMTypes, Atom, BasicTime, Commander, CommandToolExtras, Convert, FS, Interpreter, IO, IOUtils, LupineRuntime, ProcessProps, PupDefs, RefTab, RPCLupine, Rope, RPC, RPCBinding, UserCredentials, UserProfile
EXPORTS ExplicitExport, Log, Names, NamesGV, NamesGVImpExp
CONTROL LogImpl, NamesImpl, NamesGVRpcClientImpl, NamesGVImportImpl = {
LogImpl;
NamesImpl;
NamesGVRpcClientImpl;
NamesGVImportImpl;
LupineRuntimeExtrasImpl;
ExplicitExportImpl;
}.