-- NamesAndLogServer.config -- Makes NamesAndLog.bcd; implements Names and Log; allows for export of NamesGV to other sites, but exports it locally as well. <> NamesAndLogServer: CONFIGURATION IMPORTS AMBridge, AMEvents, AMTypes, Atom, BasicTime, Commander, CommandToolExtras, Convert, FS, GVNames, Interpreter, IO, IOUtils, LupineRuntime, MBQueue, Process, ProcessProps, PupDefs, RefTab, RPCLupine, SymTab, Rope, RPC, RPCBinding, UserCredentials, UserProfile EXPORTS ExplicitExport, Log, Names, NamesGV, NamesGVImpExp CONTROL LogImpl, NamesImpl, NamesGVImpl, NamesGVRpcServerImpl, NamesGVExportImpl = { LogImpl; NamesImpl; NamesGVImpl; NamesGVRpcServerImpl; NamesGVExportImpl; LupineRuntimeExtrasImpl; ExplicitExportImpl; }.