-- 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, June 15, 1984 3:39:38 pm PDT
NamesAndLogServer: CONFIGURATION
IMPORTS AMBridge, AMEvents, AMTypes, Atom, BasicTime, Commander, CommandToolExtras, Convert, FS, GVNames, Interpreter, IO, LupineRuntime, MBQueue, MBQueueImpl, Process, ProcessProps, PupDefs, RefTab, RPCLupine, SymTab, Rope, RPC, UserCredentials, UserProfile
EXPORTS Log, Names, NamesGV
CONTROL LogImpl, NamesImpl, NamesGVImpl, NamesGVRpcServerImpl, NamesGVExportImpl = {
LogImpl;
NamesImpl;
NamesGVImpl;
NamesGVRpcServerImpl;
NamesGVExportImpl;
LupineRuntimeExtrasImpl;
}.