-- 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 September 29, 1983 12:34 pm
 --  Willie-sue, May 3, 1983 10:31 am
-- Last Edited by: Wert, August 4, 1984 8:30:31 pm PDT

SegmentDB: CONFIGURATION
  IMPORTS
    -- Cypress
    DBEnvironment,
    -- Cedar
    Atom, BasicTime, ConvertUnsafe, IO, ProcessProps, Rope, RPC, VM,
    -- Alpine
    AlpFile, AlpineInterimDirectory, AlpInstance, AlpTransaction
  EXPORTS
    DBFileAlpine,
    DBStats,
    DBFile,
    DBSegment,
    DBSegmentExtras
  CONTROL
    DBStatsImpl,
    DBFileImpl,
    DBSegmentImpl 

  = BEGIN

  DBStatsImpl;
  DBFileImpl;
  DBFileAlpineImpl;
  DBSegmentImpl;

END.