-- file GL.config 
-- edited by Satterthwaite on June 18, 1982 12:46 pm

GL: CONFIG LINKS: CODE
    IMPORTS 
      Directory, Exec, ExecOps, File, FileStream, Heap, KernelFile, LongString,
      ProcessorFace, Runtime, Space, Stream, Strings, Time, Transaction, TTY
    CONTROL GLControl = {

  OSMiscOpsImpl;
  CharIOImpl;
  CommandPack;
  
  ListerUtilities;

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

  Symbols;
  
  GLList;
  GLControl;
  }.