-- file CrossSL.config 
-- edited by Satterthwaite on August 1, 1983 1:58 pm

DIRECTORY
  ListerUtilities: FROM "tListerUtilities",
  TreePack: FROM "DummyTreePack";
  
CrossSL: CONFIG LINKS: CODE
    IMPORTS 
      Directory, Exec, ExecOps, File, FileStream, Heap, KernelFile, LongString,
      ProcessorFace, Runtime, Space, Stream, Strings, Time, Transaction, TTY
    CONTROL CrossSLControl = {

  OSMiscOpsImpl;
  CharIOImpl;
  CommandPack;
  
  ListerUtilities;

  Symbols: CONFIG
      IMPORTS File, Heap, LongString, Space, Strings, Transaction
      EXPORTS SymbolOps, SymbolTable = {
    SymbolCache;
    SymbolPack};

  Symbols;
  
  TreePack;
  LiteralPack;
  
  Debug;
  DebugTab;
  SLList;
  CrossSLControl;
  }.