-- ThSystem.config -- Makes ThSystem.bcd -- last edit by Dan Swinehart on March 5, 1985 6:44:41 pm PST <<-- Last Edited by: Pier, May 4, 1984 1:53:44 pm PDT>> ThSystem: CONFIGURATION IMPORTS Atom, BasicTime, BluejayUtils, BTree, BTreeVM, Commander, CommandToolExtras, Convert, ExplicitExport, FS, FSBackdoor, IO, Log, LupineRuntime, Names, NamesGV, NamesRPC, Process, PrincOpsUtils, ProcessProps, RefTab, RefText, Rope, RPC, Rope, RPCLupine, RPCSecurity, SafeStorage, UserProfile, VM EXPORTS NamesRPC, Thrush, ThNet, ThParty, ThPartyPrivate, ThSmartsRpcControl, ThVersions, TU, LarkPlay CONTROL BTreeSimpleImpl, NamesGVAuthImpl, TriplesImpl, DESDummy, WhitePagesImpl, WPBTreeImpl, TUImpl, ThVersionsImpl, ThServer --, ThClient -- = { ThServer: CONFIGURATION IMPORTS Atom, BasicTime, BluejayUtils, Commander, CommandToolExtras, DESFace, ExplicitExport, IO, Log, LupineRuntime, LupineRuntimeExtras, Names, NamesGV, NamesRPC, LarkPlay, Process, Rope, RPC, RPCLupine, SafeStorage, Thrush, ThNet, ThVersions, Triples, TU, UserProfile EXPORTS ThSmartsPrivate, ThParty, ThPartyPrivate, ThSmartsRpcControl <> CONTROL RedBlackTreeImpl, RemoteSmarts, ThPartyRpcServerImpl, ThPartyMonitorImpl, ThPartyOpsImpl, ThPartySupervisorImpl, ThPartyInitImpl, LarkSmartsRpcServerImpl, LarkRpcClientImpl, LarkRpcBinderImpl, LarkInImpl, LarkOutImpl, LarkSmartsMonitorImpl, LarkSmartsImpl, LarkSmartsSupImpl, LarkSmartsInitImpl, LarkTrunkSmartsImpl = { RemoteSmarts: CONFIGURATION IMPORTS LupineRuntime, LupineRuntimeExtras, Rope, RPCLupine, SafeStorage EXPORTS ThSmartsRpcControl CONTROL ThSmartsRpcClientImpl, ThSmartsRpcBinderImpl = { ThSmartsRpcClientImpl; ThSmartsRpcBinderImpl; }; RemoteSmarts; ThPartyMonitorImpl; ThPartyInitImpl; ThPartyOpsImpl; ThPartySupervisorImpl; ThPartyRpcServerImpl; LarkSmartsRpcServerImpl; LarkRpcClientImpl; LarkRpcBinderImpl; LarkSmartsMonitorImpl; LarkSmartsSupImpl; LarkSmartsImpl; LarkTrunkSmartsImpl; LarkSmartsInitImpl; LarkInImpl; LarkOutImpl; RedBlackTreeImpl; }; <> <> <> <> <> <> <<}; >> WhitePagesImpl; WPBTreeImpl; ThVersionsImpl; ThServer; <> TUImpl; NamesGVAuthImpl; TriplesImpl; DESDummy; LarkPlayImpl; LupineRuntimeExtrasImpl; BTreeSimpleImpl; }.