-- File: SplinePkg.config. Makes SplinePkg.bcd --m.stone September 26, 1980 6:00 PM SplinePkg: CONFIGURATION IMPORTS InlineDefs,Real EXPORTS SplineDefs = BEGIN DCubicsSub; --any one of the dcubic routines SplineMemoryFns; RUM _ RegularUMSpline[]; --Regular Splines, Unit Mesh RAL _ RegularALSpline[]; --Regular Splines, Arc Length L _ LocalSpline[]; --Local Splines Splines[RAL,RUM,L]; --Router for above three modules END.