--FilePageMgrImpls.config -- Last edited by: -- Karen Kolling on October 28, 1983 3:41 pm FilePageMgrImpls: CONFIGURATION IMPORTS AlpineZones, BasicTime, CountedVM, DebuggerSwap, File, FileTableImpl, FileMap, IO, Process, RedBlackTree, ViewRec, VM EXPORTS FilePageMgr CONTROL FilePageMgrMainImpl, FilePageMgrLruImpl, FilePageMgrIOImpl, FilePageMgrRedBlackTreeImpl = BEGIN FilePageMgrMainImpl; FilePageMgrLruImpl; FilePageMgrIOImpl; FilePageMgrRedBlackTreeImpl; END.