-- 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 19, 1984 12:08:14 pm PDT NamesAndLogClient: CONFIGURATION IMPORTS AMBridge, AMEvents, AMTypes, Atom, BasicTime, Commander, CommandToolExtras, Convert, FS, Interpreter, IO, IOUtils, IOPrintImpl, LupineRuntime, ProcessProps, PupDefs, RefTab, RPCLupine, Rope, RPC, UserCredentials, UserProfile EXPORTS Log, Names, NamesGV CONTROL LogImpl, NamesImpl, NamesGVRpcClientImpl, NamesGVImportImpl = { LogImpl; NamesImpl; NamesGVRpcClientImpl; NamesGVImportImpl; LupineRuntimeExtrasImpl; }.