File: Peanut.config April 4, 1983 9:41 am
Last edited by Bill Paxton, June 10, 1983 10:03 am
Last edited by Doug Wyatt, April 14, 1983 2:55 pm
Last Edited by: Pausch, July 14, 1983 2:44 pm
Last edited by Doug Wyatt, November 21, 1983 5:18 pm (for Cedar 5.0)
Peanut: CONFIGURATION LINKS: CODE
IMPORTS Atom, BasicTime, Booting, Buttons, Commander, Convert, FS, GVBasics, GVNames, GVRetrieve, GVSend, Icons, InputFocus, IO, List, Menus, MessageWindow, Process, PutGet, Rope, Rules, TEditDisplay, TextEdit, TextNode, TiogaFileOps, TiogaMenuOps, TiogaOps, TypeScript, UserCredentials, UserProfile, VFonts, ViewerEvents, ViewerOps, ViewerSpecs
EXPORTS ALL
CONTROL GVAnswerImpl, GVMailParseImpl, PeanutProfileImpl, PeanutWindowImpl, PeanutSendMailImpl, PeanutRetrieveImpl, PeanutTopImpl
= BEGIN
PeanutProfileImpl;
PeanutWindowImpl;
PeanutRetrieveImpl;
PeanutSendMailImpl;
PeanutTopImpl;
GVAnswerImpl;
GVMailParseImpl;
END.