-- LogMapImpls.config
 -- Last edited by
 --   Kolling on November 12, 1982 5:12 pm


   LogMapImpls: CONFIGURATION
   IMPORTS FileMap, SafeStorage, TransactionMap, RedBlackTree
   EXPORTS AlpineInternal, LogMap
   CONTROL LogMapImpl =

BEGIN

  LogMapImpl;
  
END.