-- file: PLtoTF.config -- Pascal-to-Mesa Configuration -- Pascal-to-Mesa translator output, translated at September 23, 1986 1:41:43 pm PDT PLtoTF: CONFIGURATION IMPORTS BasicTime, Commander, Convert, FS, IO, Rope, SafeStorage, UnsafeStorage CONTROL PascalBasicImpl, PascalWizardFilesImpl, PLtoTFMain, PLtoTFVars1, PLtoTFVars2, PLtoTFExternalsImpl, PLtoTF1Impl, PLtoTF2Impl, PLtoTF3Impl, PLtoTF4Impl, PLtoTF5Impl = BEGIN PascalBasicImpl; PascalWizardFilesImpl; PLtoTFMain; PLtoTFVars1; PLtoTFVars2; PLtoTFExternalsImpl; PLtoTF1Impl; PLtoTF2Impl; PLtoTF3Impl; PLtoTF4Impl; PLtoTF5Impl END.