Yggdrasil.config
Copyright Ó 1988 by Xerox Corporation. All rights reserved.
Last edited by
Bob Hagmann May 26, 1988 4:16:17 pm PDT
Yggdrasil: CONFIG
IMPORTS
Basics, BasicTime, BTree, BTreeVM, ConstArith, Convert, ConvertUnsafe, FSBackdoor, FileStream, IO, List, Random, RedBlackTree, RefTab, RefText, Rope, SafeStorage, SymTab, YggAccessControl, YggClientMap, YggDID, YggDummyProcess, YggDummyRPC, YggDummyVM, YggHostFS, YggMonitoringLog, YggRecoveryPassProcs, VM
EXPORTS
ALL
CONTROL
YggFilePageMgrImpls,
YggIndexImpls,
YggLockImpls,
YggLogImpls,
YggNavImpls,
YggRepImpls,
YggTransactionImpls,
YggUnixFileImpl
= BEGIN
YggFilePageMgrImpls;
YggIndexImpls;
YggLockImpls;
YggLogImpls;
YggNavImpls;
YggRepImpls;
YggTransactionImpls;
YggUnixFileImpl;
END.