-- NamesAndLogServer.config
-- Makes NamesAndLog.bcd; implements Names and Log; allows for export of NamesGV to other sites, but exports it locally as well.
Last Edited by: Swinehart, March 6, 1985 11:37:22 am PST
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;
}.