-- PeachCommon.config
-- Copyright (C) 1984, Xerox Corporation.  All rights reserved.
-- Michael Plass,  2-Nov-84 10:09:54
PeachCommon: CONFIGURATION LINKS: CODE
	IMPORTS BitBlt, Heap, NameInfoDefs, PDInterpOutput, Process, ProcessorFace, Space, Stream, String, System, Time, PDRemoteStream, STP, OthelloOps, TTY, TTYPort
	EXPORTS ALL
	CONTROL
		PDStartTimeImpl,
		PDInterpSysCallsDevelImpl,
		PDTTYLearSiegler,
		PDRemoteStreamImpl,
		PDQueueImpl,
		PDTTYImpl,
		PDUserImpl,
		PDInterpBitmapImpl, 
		PDInterpReaderImpl,
		PDInterpPageImpl,
		PDTextBitmapImpl
	= {
	PDTTYLearSiegler;
	PDStartTimeImpl;
	PDInterpSysCallsDevelImpl;
	PDRemoteStreamImpl;
	PDQueueImpl;
	PDTTYImpl;
	PDUserImpl;
	PDInterpBitmapImpl;
	PDInterpReaderImpl;
	PDInterpPageImpl;
	PDTextBitmapImpl;
	}.