-- AlpineServerImpls.config
-- Last edited by
-- MBrown on January 31, 1984 9:38:54 pm PST
-- Kolling on May 6, 1983 12:29 pm

AlpineServerImpls: CONFIG
IMPORTS
-- Alpine, for public errors and client map.
AlpineDebug, AlpineFile, AlpineOwner, AlpineTransaction, AlpineVolume, ClientMap,
-- Cedar
Atom, BasicTime, Booting, ConvertUnsafe, File, GVNames, List, LupineRuntime,
Process, RefTab, Rope, RPC, RPCLupine, RuntimeError, SafeStorage, VM
EXPORTS
ALL
--AlpineControl
CONTROL
AlpineImpls,
AlpineServerStubsImpls
= BEGIN

AlpineImpls;
AlpineServerStubsImpls;

END.