From 4e0347379605425a02cb2323a30c0e9f0ad61dac Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Mon, 21 Feb 2011 21:59:48 +0000 Subject: [mtx_bessel] extended to gsl/gsl_sf_bessel.h support svn path=/trunk/externals/iem/iemmatrix/; revision=14939 --- src/config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index ea56ead..c86dafa 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -9,9 +9,15 @@ /* can gsl compute complex eigenvalues? */ #undef HAVE_GSL_EIGEN_NONSYMM +/* can gsl compute Bessel functions? */ +#undef HAVE_GSL_BESSEL + /* Define to 1 if you have the header file. */ #undef HAVE_GSL_GSL_LINALG_H +/* Define to 1 if you have the header file. */ +#undef HAVE_GSL_GSL_LINALG_H + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H -- cgit v1.2.1