-- Copyright (C) 1986 by Xerox Corporation. All rights reserved.
-- CMathLib.config
-- NFS 22-Apr-86 17:16:37
CMathLib:CONFIGURATION
IMPORTS CBasics, DoubleIeee, DoubleReal, DoubleRealFns, DoubleRealOps, Inline
EXPORTS Libm, LibmSupport
<<All C pieces must be in control list because they will destroy the
runtime support's association of processes with configurations if they are
started when a library procedure is called.>>
CONTROL LibMImpla, LibmImplB, trig, j0, j1, jn, lgamma = {
LibmSupportImpl;
LibMImpla;
LibmImplB;
trig;
j0;
j1;
jn;
lgamma;
}.