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
+++ b/libcruft/misc/lo-error.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <stdio.h>
--- a/liboctave/Array.cc
+++ b/liboctave/Array.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <assert.h>
--- a/liboctave/Bounds.cc
+++ b/liboctave/Bounds.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/CColVector.cc
+++ b/liboctave/CColVector.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/CDiagMatrix.cc
+++ b/liboctave/CDiagMatrix.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/CMatrix.cc
+++ b/liboctave/CMatrix.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/types.h>
--- a/liboctave/CRowVector.cc
+++ b/liboctave/CRowVector.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/CmplxAEPBAL.cc
+++ b/liboctave/CmplxAEPBAL.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "CmplxAEPBAL.h"
--- a/liboctave/CmplxCHOL.cc
+++ b/liboctave/CmplxCHOL.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "CmplxCHOL.h"
--- a/liboctave/CmplxDET.cc
+++ b/liboctave/CmplxDET.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>
--- a/liboctave/CmplxHESS.cc
+++ b/liboctave/CmplxHESS.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "CmplxHESS.h"
--- a/liboctave/CmplxLU.cc
+++ b/liboctave/CmplxLU.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "CmplxLU.h"
--- a/liboctave/CmplxQR.cc
+++ b/liboctave/CmplxQR.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "CmplxQR.h"
--- a/liboctave/CmplxQRP.cc
+++ b/liboctave/CmplxQRP.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <assert.h>
--- a/liboctave/CmplxSCHUR.cc
+++ b/liboctave/CmplxSCHUR.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "CmplxSCHUR.h"
--- a/liboctave/CmplxSVD.cc
+++ b/liboctave/CmplxSVD.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "CmplxSVD.h"
--- a/liboctave/CollocWt.cc
+++ b/liboctave/CollocWt.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/DAEFunc.cc
+++ b/liboctave/DAEFunc.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "DAEFunc.h"
--- a/liboctave/DASSL.cc
+++ b/liboctave/DASSL.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "DAE.h"
--- a/liboctave/EIG.cc
+++ b/liboctave/EIG.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "EIG.h"
--- a/liboctave/FEGrid.cc
+++ b/liboctave/FEGrid.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/FSQP.cc
+++ b/liboctave/FSQP.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #ifndef FSQP_MISSING
--- a/liboctave/LP.cc
+++ b/liboctave/LP.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "LP.h"
--- a/liboctave/LPsolve.cc
+++ b/liboctave/LPsolve.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dColVector.h"
--- a/liboctave/LSODE.cc
+++ b/liboctave/LSODE.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>
--- a/liboctave/LinConst.cc
+++ b/liboctave/LinConst.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/MArray.cc
+++ b/liboctave/MArray.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "MArray.h"
--- a/liboctave/NLConst.cc
+++ b/liboctave/NLConst.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "NLConst.h"
--- a/liboctave/NLEqn.cc
+++ b/liboctave/NLEqn.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <float.h>
--- a/liboctave/NLFunc.cc
+++ b/liboctave/NLFunc.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "NLFunc.h"
--- a/liboctave/NPSOL.cc
+++ b/liboctave/NPSOL.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>
--- a/liboctave/ODEFunc.cc
+++ b/liboctave/ODEFunc.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "ODEFunc.h"
--- a/liboctave/Objective.cc
+++ b/liboctave/Objective.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "Objective.h"
--- a/liboctave/QLD.cc
+++ b/liboctave/QLD.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>
--- a/liboctave/QP.cc
+++ b/liboctave/QP.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "QP.h"
--- a/liboctave/QPSOL.cc
+++ b/liboctave/QPSOL.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>
--- a/liboctave/Quad.cc
+++ b/liboctave/Quad.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>
--- a/liboctave/Range.cc
+++ b/liboctave/Range.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/dColVector.cc
+++ b/liboctave/dColVector.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/dDiagMatrix.cc
+++ b/liboctave/dDiagMatrix.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/dMatrix.cc
+++ b/liboctave/dMatrix.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/types.h>
--- a/liboctave/dRowVector.cc
+++ b/liboctave/dRowVector.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/dbleAEPBAL.cc
+++ b/liboctave/dbleAEPBAL.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleAEPBAL.h"
--- a/liboctave/dbleCHOL.cc
+++ b/liboctave/dbleCHOL.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleCHOL.h"
--- a/liboctave/dbleDET.cc
+++ b/liboctave/dbleDET.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>
--- a/liboctave/dbleGEPBAL.cc
+++ b/liboctave/dbleGEPBAL.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>
--- a/liboctave/dbleHESS.cc
+++ b/liboctave/dbleHESS.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleHESS.h"
--- a/liboctave/dbleLU.cc
+++ b/liboctave/dbleLU.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleLU.h"
--- a/liboctave/dbleQR.cc
+++ b/liboctave/dbleQR.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleQR.h"
--- a/liboctave/dbleQRP.cc
+++ b/liboctave/dbleQRP.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <assert.h>
--- a/liboctave/dbleSCHUR.cc
+++ b/liboctave/dbleSCHUR.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleSCHUR.h"
--- a/liboctave/dbleSVD.cc
+++ b/liboctave/dbleSVD.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleSVD.h"
--- a/liboctave/idx-vector.cc
+++ b/liboctave/idx-vector.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/liboctave/utils.cc
+++ b/liboctave/utils.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/types.h>
--- a/src/Map.cc
+++ b/src/Map.cc
@@ -35,7 +35,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/src/SLStack.cc
+++ b/src/SLStack.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "SLStack.h"
--- a/src/Stack.cc
+++ b/src/Stack.cc
@@ -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
+++ b/src/arith-ops.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <ctype.h>
--- a/src/balance.cc
+++ b/src/balance.cc
@@ -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
+++ b/src/chol.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleCHOL.h"
--- a/src/colloc.cc
+++ b/src/colloc.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "CollocWt.h"
--- a/src/dassl.cc
+++ b/src/dassl.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <strstream.h>
--- a/src/data.cc
+++ b/src/data.cc
@@ -30,7 +30,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "tree-const.h"
--- a/src/det.cc
+++ b/src/det.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleDET.h"
--- a/src/dirfns.cc
+++ b/src/dirfns.cc
@@ -35,7 +35,7 @@
 */ 
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/types.h>
--- a/src/dynamic-ld.cc
+++ b/src/dynamic-ld.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <strstream.h>
--- a/src/eig.cc
+++ b/src/eig.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "EIG.h"
--- a/src/error.cc
+++ b/src/error.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <strstream.h>
--- a/src/expm.cc
+++ b/src/expm.cc
@@ -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
+++ b/src/fft.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dMatrix.h"
--- a/src/fft2.cc
+++ b/src/fft2.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dMatrix.h"
--- a/src/find.cc
+++ b/src/find.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "tree-const.h"
--- a/src/fsolve.cc
+++ b/src/fsolve.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <strstream.h>
--- a/src/fsqp.cc
+++ b/src/fsqp.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "FSQP.h"
--- a/src/givens.cc
+++ b/src/givens.cc
@@ -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
+++ b/src/gripes.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "tree-const.h"
--- a/src/help.cc
+++ b/src/help.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <signal.h>
--- a/src/hess.cc
+++ b/src/hess.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleHESS.h"
--- a/src/ifft.cc
+++ b/src/ifft.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dMatrix.h"
--- a/src/ifft2.cc
+++ b/src/ifft2.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dMatrix.h"
--- a/src/input.cc
+++ b/src/input.cc
@@ -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
+++ b/src/inv.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dMatrix.h"
--- a/src/load-save.cc
+++ b/src/load-save.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <float.h>
--- a/src/log.cc
+++ b/src/log.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "EIG.h"
--- a/src/lpsolve.cc
+++ b/src/lpsolve.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "LPsolve.h"
--- a/src/lsode.cc
+++ b/src/lsode.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <strstream.h>
--- a/src/lu.cc
+++ b/src/lu.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleLU.h"
--- a/src/mappers.cc
+++ b/src/mappers.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>
--- a/src/minmax.cc
+++ b/src/minmax.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>
--- a/src/npsol.cc
+++ b/src/npsol.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <strstream.h>
--- a/src/oct-hist.cc
+++ b/src/oct-hist.cc
@@ -29,7 +29,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/types.h>
--- a/src/oct-obj.cc
+++ b/src/oct-obj.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "Array.h"
--- a/src/octave.cc
+++ b/src/octave.cc
@@ -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
+++ b/src/pager.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <signal.h>
--- a/src/pinv.cc
+++ b/src/pinv.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dMatrix.h"
--- a/src/pr-output.cc
+++ b/src/pr-output.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/src/procstream.cc
+++ b/src/procstream.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "procstream.h"
--- a/src/pt-base.cc
+++ b/src/pt-base.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/src/pt-cmd.cc
+++ b/src/pt-cmd.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/src/pt-const.cc
+++ b/src/pt-const.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <iostream.h>
--- a/src/pt-exp-base.cc
+++ b/src/pt-exp-base.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/types.h>
--- a/src/pt-misc.cc
+++ b/src/pt-misc.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/types.h>
--- a/src/pt-plot.cc
+++ b/src/pt-plot.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/types.h>
--- a/src/qpsol.cc
+++ b/src/qpsol.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <strstream.h>
--- a/src/qr.cc
+++ b/src/qr.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleQR.h"
--- a/src/quad.cc
+++ b/src/quad.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <strstream.h>
--- a/src/qzval.cc
+++ b/src/qzval.cc
@@ -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
+++ b/src/rand.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <time.h>
--- a/src/resource.cc
+++ b/src/resource.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "tree-const.h"
--- a/src/schur.cc
+++ b/src/schur.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleSCHUR.h"
--- a/src/sort.cc
+++ b/src/sort.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "tree-const.h"
--- a/src/strfns.cc
+++ b/src/strfns.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <ctype.h>
--- a/src/svd.cc
+++ b/src/svd.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "dbleSVD.h"
--- a/src/syl.cc
+++ b/src/syl.cc
@@ -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
+++ b/src/symtab.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "symtab.h"
--- a/src/sysdep.cc
+++ b/src/sysdep.cc
@@ -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
+++ b/src/tc-rep-ass.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <ctype.h>
--- a/src/tc-rep-idx.cc
+++ b/src/tc-rep-idx.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <ctype.h>
--- a/src/tc-rep.cc
+++ b/src/tc-rep.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <ctype.h>
--- a/src/timefns.cc
+++ b/src/timefns.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "tree-const.h"
--- a/src/token.cc
+++ b/src/token.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <assert.h>
--- a/src/unwind-prot.cc
+++ b/src/unwind-prot.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <stddef.h>
--- a/src/user-prefs.cc
+++ b/src/user-prefs.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <string.h>
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/types.h>
--- a/src/variables.cc
+++ b/src/variables.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #if 0
--- a/src/xdiv.cc
+++ b/src/xdiv.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <assert.h>
--- a/src/xpow.cc
+++ b/src/xpow.cc
@@ -22,7 +22,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <assert.h>