-- PlotPackage.config -- Last Modified By Paul Rovner On September 22, 1982 3:57 pm PlotPackage: CONFIGURATION IMPORTS Graphics, GraphicsOps, Menus, IO, PriorityQueue, Process, Real, RealFns, RealVec, Rope, RTOS, SafeStorage, ShowTime, ViewerMenus, ViewerOps EXPORTS Plotter, RealEvent, RealVec, RefAnyStream, Timer CONTROL CoForkImpl, TimerImpl, RefAnyStreamImpl, RealVecImpl, RealEventImpl, PlotterImpl = BEGIN PlotterImpl; RealEventImpl; RealVecImpl; RefAnyStreamImpl; TimerImpl; CoForkImpl; END.