changeset 1192:b6360f2d4fa6

[project @ 1995-03-30 21:38:35 by jwe]
author jwe
date Thu, 30 Mar 1995 21:38:35 +0000
parents f16c33407b80
children 3db39662c697
files libcruft/misc/lo-error.cc liboctave/Array.cc liboctave/Bounds.cc liboctave/CColVector.cc liboctave/CDiagMatrix.cc liboctave/CMatrix.cc liboctave/CRowVector.cc liboctave/CmplxAEPBAL.cc liboctave/CmplxCHOL.cc liboctave/CmplxDET.cc liboctave/CmplxHESS.cc liboctave/CmplxLU.cc liboctave/CmplxQR.cc liboctave/CmplxQRP.cc liboctave/CmplxSCHUR.cc liboctave/CmplxSVD.cc liboctave/CollocWt.cc liboctave/DAEFunc.cc liboctave/DASSL.cc liboctave/EIG.cc liboctave/FEGrid.cc liboctave/FSQP.cc liboctave/LP.cc liboctave/LPsolve.cc liboctave/LSODE.cc liboctave/LinConst.cc liboctave/MArray.cc liboctave/NLConst.cc liboctave/NLEqn.cc liboctave/NLFunc.cc liboctave/NPSOL.cc liboctave/ODEFunc.cc liboctave/Objective.cc liboctave/QLD.cc liboctave/QP.cc liboctave/QPSOL.cc liboctave/Quad.cc liboctave/Range.cc liboctave/dColVector.cc liboctave/dDiagMatrix.cc liboctave/dMatrix.cc liboctave/dRowVector.cc liboctave/dbleAEPBAL.cc liboctave/dbleCHOL.cc liboctave/dbleDET.cc liboctave/dbleGEPBAL.cc liboctave/dbleHESS.cc liboctave/dbleLU.cc liboctave/dbleQR.cc liboctave/dbleQRP.cc liboctave/dbleSCHUR.cc liboctave/dbleSVD.cc liboctave/idx-vector.cc liboctave/utils.cc src/Map.cc src/SLStack.cc src/Stack.cc src/arith-ops.cc src/balance.cc src/chol.cc src/colloc.cc src/dassl.cc src/data.cc src/det.cc src/dirfns.cc src/dynamic-ld.cc src/eig.cc src/error.cc src/expm.cc src/fft.cc src/fft2.cc src/find.cc src/fsolve.cc src/fsqp.cc src/givens.cc src/gripes.cc src/help.cc src/hess.cc src/ifft.cc src/ifft2.cc src/input.cc src/inv.cc src/load-save.cc src/log.cc src/lpsolve.cc src/lsode.cc src/lu.cc src/mappers.cc src/minmax.cc src/npsol.cc src/oct-hist.cc src/oct-obj.cc src/octave.cc src/pager.cc src/pinv.cc src/pr-output.cc src/procstream.cc src/pt-base.cc src/pt-cmd.cc src/pt-const.cc src/pt-exp-base.cc src/pt-misc.cc src/pt-plot.cc src/qpsol.cc src/qr.cc src/quad.cc src/qzval.cc src/rand.cc src/resource.cc src/schur.cc src/sort.cc src/strfns.cc src/svd.cc src/syl.cc src/symtab.cc src/sysdep.cc src/tc-rep-ass.cc src/tc-rep-idx.cc src/tc-rep.cc src/timefns.cc src/token.cc src/unwind-prot.cc src/user-prefs.cc src/utils.cc src/variables.cc src/xdiv.cc src/xpow.cc
diffstat 127 files changed, 127 insertions(+), 127 deletions(-) [+]
line wrap: on
line diff
--- a/libcruft/misc/lo-error.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/libcruft/misc/lo-error.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <stdio.h>
--- a/liboctave/Array.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/Array.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <assert.h>
--- a/liboctave/Bounds.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/Bounds.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/CColVector.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/CColVector.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/CDiagMatrix.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/CDiagMatrix.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/CMatrix.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/CMatrix.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/types.h>
--- a/liboctave/CRowVector.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/CRowVector.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/CmplxAEPBAL.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/CmplxAEPBAL.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "CmplxAEPBAL.h"
--- a/liboctave/CmplxCHOL.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/CmplxCHOL.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "CmplxCHOL.h"
--- a/liboctave/CmplxDET.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/CmplxDET.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>
--- a/liboctave/CmplxHESS.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/CmplxHESS.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "CmplxHESS.h"
--- a/liboctave/CmplxLU.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/CmplxLU.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "CmplxLU.h"
--- a/liboctave/CmplxQR.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/CmplxQR.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "CmplxQR.h"
--- a/liboctave/CmplxQRP.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/CmplxQRP.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <assert.h>
--- a/liboctave/CmplxSCHUR.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/CmplxSCHUR.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "CmplxSCHUR.h"
--- a/liboctave/CmplxSVD.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/CmplxSVD.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "CmplxSVD.h"
--- a/liboctave/CollocWt.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/CollocWt.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/DAEFunc.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/DAEFunc.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "DAEFunc.h"
--- a/liboctave/DASSL.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/DASSL.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "DAE.h"
--- a/liboctave/EIG.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/EIG.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "EIG.h"
--- a/liboctave/FEGrid.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/FEGrid.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/FSQP.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/FSQP.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #ifndef FSQP_MISSING
--- a/liboctave/LP.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/LP.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "LP.h"
--- a/liboctave/LPsolve.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/LPsolve.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dColVector.h"
--- a/liboctave/LSODE.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/LSODE.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>
--- a/liboctave/LinConst.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/LinConst.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/MArray.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/MArray.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "MArray.h"
--- a/liboctave/NLConst.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/NLConst.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "NLConst.h"
--- a/liboctave/NLEqn.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/NLEqn.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <float.h>
--- a/liboctave/NLFunc.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/NLFunc.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "NLFunc.h"
--- a/liboctave/NPSOL.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/NPSOL.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>
--- a/liboctave/ODEFunc.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/ODEFunc.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "ODEFunc.h"
--- a/liboctave/Objective.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/Objective.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "Objective.h"
--- a/liboctave/QLD.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/QLD.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>
--- a/liboctave/QP.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/QP.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "QP.h"
--- a/liboctave/QPSOL.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/QPSOL.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>
--- a/liboctave/Quad.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/Quad.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>
--- a/liboctave/Range.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/Range.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/dColVector.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/dColVector.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/dDiagMatrix.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/dDiagMatrix.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/dMatrix.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/dMatrix.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/types.h>
--- a/liboctave/dRowVector.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/dRowVector.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/dbleAEPBAL.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/dbleAEPBAL.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleAEPBAL.h"
--- a/liboctave/dbleCHOL.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/dbleCHOL.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleCHOL.h"
--- a/liboctave/dbleDET.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/dbleDET.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>
--- a/liboctave/dbleGEPBAL.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/dbleGEPBAL.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>
--- a/liboctave/dbleHESS.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/dbleHESS.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleHESS.h"
--- a/liboctave/dbleLU.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/dbleLU.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleLU.h"
--- a/liboctave/dbleQR.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/dbleQR.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleQR.h"
--- a/liboctave/dbleQRP.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/dbleQRP.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <assert.h>
--- a/liboctave/dbleSCHUR.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/dbleSCHUR.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleSCHUR.h"
--- a/liboctave/dbleSVD.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/dbleSVD.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleSVD.h"
--- a/liboctave/idx-vector.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/idx-vector.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/utils.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/liboctave/utils.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/types.h>
--- a/src/Map.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/Map.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -35,7 +35,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/src/SLStack.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/SLStack.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "SLStack.h"
--- a/src/Stack.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/Stack.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -24,7 +24,7 @@
 // Maybe this will work with 2.6.x and beyond?
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/src/arith-ops.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/arith-ops.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <ctype.h>
--- a/src/balance.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/balance.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -24,7 +24,7 @@
 // Written by A. S. Hodel <scotte@eng.auburn.edu>
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dMatrix.h"
--- a/src/chol.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/chol.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleCHOL.h"
--- a/src/colloc.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/colloc.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "CollocWt.h"
--- a/src/dassl.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/dassl.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <strstream.h>
--- a/src/data.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/data.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -30,7 +30,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "tree-const.h"
--- a/src/det.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/det.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleDET.h"
--- a/src/dirfns.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/dirfns.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -35,7 +35,7 @@
 */ 
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/types.h>
--- a/src/dynamic-ld.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/dynamic-ld.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <strstream.h>
--- a/src/eig.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/eig.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "EIG.h"
--- a/src/error.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/error.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <strstream.h>
--- a/src/expm.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/expm.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -24,7 +24,7 @@
 // Written by A. S. Hodel <scotte@eng.auburn.edu>
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>
--- a/src/fft.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/fft.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dMatrix.h"
--- a/src/fft2.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/fft2.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dMatrix.h"
--- a/src/find.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/find.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "tree-const.h"
--- a/src/fsolve.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/fsolve.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <strstream.h>
--- a/src/fsqp.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/fsqp.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "FSQP.h"
--- a/src/givens.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/givens.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -24,7 +24,7 @@
 // Written by A. S. Hodel <scotte@eng.auburn.edu>
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dMatrix.h"
--- a/src/gripes.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/gripes.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "tree-const.h"
--- a/src/help.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/help.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <signal.h>
--- a/src/hess.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/hess.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleHESS.h"
--- a/src/ifft.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/ifft.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dMatrix.h"
--- a/src/ifft2.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/ifft2.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dMatrix.h"
--- a/src/input.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/input.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -34,7 +34,7 @@
 // Use the GNU readline library for command line editing and hisory.
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/types.h>
--- a/src/inv.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/inv.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dMatrix.h"
--- a/src/load-save.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/load-save.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <float.h>
--- a/src/log.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/log.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "EIG.h"
--- a/src/lpsolve.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/lpsolve.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "LPsolve.h"
--- a/src/lsode.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/lsode.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <strstream.h>
--- a/src/lu.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/lu.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleLU.h"
--- a/src/mappers.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/mappers.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>
--- a/src/minmax.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/minmax.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>
--- a/src/npsol.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/npsol.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <strstream.h>
--- a/src/oct-hist.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/oct-hist.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -29,7 +29,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/types.h>
--- a/src/oct-obj.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/oct-obj.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "Array.h"
--- a/src/octave.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/octave.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -24,7 +24,7 @@
 // Born February 20, 1992.
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/types.h>
--- a/src/pager.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/pager.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <signal.h>
--- a/src/pinv.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/pinv.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dMatrix.h"
--- a/src/pr-output.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/pr-output.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/src/procstream.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/procstream.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "procstream.h"
--- a/src/pt-base.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/pt-base.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/src/pt-cmd.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/pt-cmd.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/src/pt-const.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/pt-const.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/src/pt-exp-base.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/pt-exp-base.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/types.h>
--- a/src/pt-misc.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/pt-misc.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/types.h>
--- a/src/pt-plot.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/pt-plot.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/types.h>
--- a/src/qpsol.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/qpsol.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <strstream.h>
--- a/src/qr.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/qr.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleQR.h"
--- a/src/quad.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/quad.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <strstream.h>
--- a/src/qzval.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/qzval.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -24,7 +24,7 @@
 // Written by A. S. Hodel <scotte@eng.auburn.edu>
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <float.h>
--- a/src/rand.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/rand.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <time.h>
--- a/src/resource.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/resource.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "tree-const.h"
--- a/src/schur.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/schur.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleSCHUR.h"
--- a/src/sort.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/sort.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "tree-const.h"
--- a/src/strfns.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/strfns.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <ctype.h>
--- a/src/svd.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/svd.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleSVD.h"
--- a/src/syl.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/syl.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -24,7 +24,7 @@
 // Written by A. S. Hodel <scotte@eng.auburn.edu>
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dMatrix.h"
--- a/src/symtab.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/symtab.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "symtab.h"
--- a/src/sysdep.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/sysdep.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -30,7 +30,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/types.h>
--- a/src/tc-rep-ass.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/tc-rep-ass.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <ctype.h>
--- a/src/tc-rep-idx.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/tc-rep-idx.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <ctype.h>
--- a/src/tc-rep.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/tc-rep.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <ctype.h>
--- a/src/timefns.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/timefns.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "tree-const.h"
--- a/src/token.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/token.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <assert.h>
--- a/src/unwind-prot.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/unwind-prot.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <stddef.h>
--- a/src/user-prefs.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/user-prefs.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <string.h>
--- a/src/utils.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/utils.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/types.h>
--- a/src/variables.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/variables.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #if 0
--- a/src/xdiv.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/xdiv.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <assert.h>
--- a/src/xpow.cc	Thu Mar 30 20:36:59 1995 +0000
+++ b/src/xpow.cc	Thu Mar 30 21:38:35 1995 +0000
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <assert.h>