-- Copyright (C) 1985  by Xerox Corporation. All rights reserved. 
-- ThinSimpleSubTajo.config, HGM,  6-Jan-85  6:20:47 


ThinSimpleSubTajo: CONFIGURATION
  IMPORTS
    Auth, CH, NSString,
    TajoMisc,  -- StartClient
    AddressTranslation, ByteBlt, CommunicationInternal, Courier, 
    DeviceCleanup, File, FileTransfer, FloppyChannel, Heap,
    Inline, MVolume, NetworkStream, PhysicalVolume, Process, ProcessorFace,
    Runtime, Scavenger, Socket, Space, SpecialFile,
    SpecialSpace, SpecialSystem, SpecialVolume, Stream, Supervisor, System, 
    TemporaryBooting, TIP, TIPTable, TTY, UserTerminal, 
    Version, VersionExtras, VM, Volume, VolumeConversion, Zone
    
  EXPORTS ALL =
  BEGIN
  
  -- stuff from Wisk
  
  SelectionsA;
  SelectionsB;
  BlockSources;
  PieceSources;
  ScratchSources;
  TextSourcesA;
  TextSourcesB;
  AtomImpl;
  TajoFont;
  WindowFonts;
  
  -- stuff missing from Wisk
  DummyProcsOne;
  DummyProcsTwo;
  DummyProcsThree;
  DummyProcsFour;

  -- other stuff from SubTajo
  
  ThinSimpleBuiltInTools;
  WiskSupport;
  DevComSoft;
  
  -- stuff provided from other directories
  MesaBasics;
  FileSystem;
  
  END..