-- VPlot.config
-- last modified by McCreight, November 9, 1983 3:04 pm
-- Last Edited by: Jacobi, October 27, 1983 12:37 pm

VPlot: CONFIGURATION

IMPORTS
-- IMPORTED by VersatecImpl
Atom,
BasicTime,
CD,
CDApplications,
CDCallSpecific,
CDViewer,
CDExtras,
CDOps,
CDProperties,
CDSequencer,
-- ConvertUnsafe,
FS,
FSRemoteFile,
Graphics,
GraphicsOps,
IO,
Menus,
Process,
Real,
TerminalIO,
VFonts,
ViewerOps,

-- IMPORTED by RemoteFiles
--
AlpineInterimDirectory,
-- AlpFile,
-- AlpTransaction,
-- FileIOAlpine,
-- Stream,
-- UserCredentials,


-- IMPORTED by STPPackage
-- ConvertUnsafe,
-- FileStream,
-- Format,
-- Heap,
-- PupStream,
-- Rope,
-- Stream,
-- LongString,
-- Time,

-- IMPORTED by CornerStitchingImpl
SafeStorage

EXPORTS
CornerStitching,
STPStreams
-- NewSTP,
-- RemoteFiles,
-- UnsafeSTP

CONTROL
-- STPPackage,
STPStreamsImpl,
CornerStitchingImpl,
VersatecImpl =

BEGIN
--STPPackage;
STPStreamsImpl;
CornerStitchingImpl;
--RemoteFilesImpl;
VersatecImpl;
END.