-- DFUserImpl.Config, schmidt, last edited February 6, 1983 9:30 pm
-- Pilot 6.0/ Mesa 7.0
-- the configuration for the DFUser clients
DFUserImpl: CONFIG LINKS: CODE
IMPORTS CIFS, ConvertUnsafe, Date, DateAndTimeUnsafe,
Directory, File, FileLookup, FileStream,
Heap, IO, LongString,
Process, Rope, RopeInline, Runtime, Space,
-- STP, STPOps, -- Stream, String, Time,
Transaction, UnsafeStorage, UserCredentialsUnsafe, UserTerminal,
Format, PupStream
EXPORTS CWF, DFUser, DFSubr, STPSubr, Subr = {
-- DFSubr is a private interface
DFParserImpl; -- exports DFSubr
DFSubrImpl; -- exports DFSubr, DFUser
SubrImpl; -- exports Subr
CWFImpl; -- exports CWF
STPSubrImpl; -- exports STPSubr
FQImpl;
UnsafeSTPs;
}.