-- Copyright (C) 1984, 1985, 1987  by Xerox Corporation. All rights reserved. 
-- SmallServers.config, 
-- Tim Diebert,   9-Aug-87 17:35:52

SmallServers: CONFIGURATION LINKS: CODE
  IMPORTS Format, MStream, Process, Put, SpecialSystem, String, System, Time,
    Router, Socket
  EXPORTS ALL
  CONTROL TimeServers =
  BEGIN

  TimeServers: CONFIGURATION
    IMPORTS
      Format, MStream, Process, Put, SpecialSystem, String, System, Time,
      Router, Socket
    EXPORTS ALL
    CONTROL TimeServerDummyImpl = BEGIN
    TimeServerClockImpl;
    TimeServerDummyImpl;
    TimeServersLogTajo;
    END;

  TimeServers;

  END.