-- File: Bluejay.config
-- Generates the Voice File Server.
-- Last Edited by: John Ousterhout March 8, 1983 10:53 am
-- Last Edited by: Swinehart, March 1, 1983 3:35 pm
-- Last Edited by: L. Stewart, January 3, 1984 10:22 am

Bluejay: CONFIGURATION
IMPORTS
	BasicTime, Commander, CommandTool, Convert, FileNames, FS, IntervalTimer, IO, Process, PrincOpsUtils, PupDefs, Rope, SpyOps, VM
EXPORTS
	Jukebox, VoiceStream
CONTROL VoiceStreamBasic, VoiceStreamServer, JukeboxCommandsImpl =
BEGIN
	JukeboxImpl;
	VoiceStreamBasic;
	VoiceStreamServer;
	VoiceStreamSocket;
	JukeboxCommandsImpl;
END.