--	Disjoint.Config
--	February 1981 by DF/MN
--	Configuration for Disjoint
-- Updated (Pilot): 12-Aug-81 15:10:56

Disjoint: CONFIGURATION
IMPORTS CIFUtilitiesDefs, Directory, GSysPressDefs, Inline, AuxIntDefs, AuxOutputDefs, IntDefs, IODefs, JaMFnsDefs, Real, SegmentDefs, Space, String, Storage, StreamDefs, Time, Transaction
CONTROL DisjointControl =

	BEGIN

	DisjointControl;
	DisjointGather;
	DisjointSplit;
	DisjointAlloc;
	DisjointGraphics;
	DisjointIO;
	DisjointJoin;
	DisjointProp;
	DisjointCollapse;
	DJExt;
	MoreCIFUtilities;
--	GSysPress;
--	PressOut;
	XFSP;

	END.