-- File: SegmentDB.config -- Contents: Config containing Cypress Segment and Cache level components -- Last edited by: -- MBrown on February 22, 1983 1:27 pm -- Cattell on January 17, 1983 6:44 pm -- Last Edited by: Willie-sue, May 3, 1983 10:31 am SegmentDB: CONFIGURATION IMPORTS -- Cypress DBEnvironment, -- Cedar Atom, ConvertUnsafe, File, Inline, IO, ProcessProps, System, Rope, RTOS, Time, -- Pilot, CompatibilityPackage Directory, Space, String, Transaction, -- Alpine DBFileAlpine EXPORTS DBStats, DBFile, DBFilePilot, DBSegment CONTROL DBStatsImpl, DBFileImpl, DBFilePilotImpl, DBSegmentImpl = BEGIN DBStatsImpl; DBFileImpl; DBFilePilotImpl; DBSegmentImpl; RedBlackTreeImpl; END.