aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorFranz Zotter <fzotter@users.sourceforge.net>2011-02-21 21:59:48 +0000
committerFranz Zotter <fzotter@users.sourceforge.net>2011-02-21 21:59:48 +0000
commit4e0347379605425a02cb2323a30c0e9f0ad61dac (patch)
tree88f1e265abe9838b6371d1a7963587adb628fdd5 /src/config.h.in
parent270d32eaebaee010c8dcd5bb066934d8f7e70fb0 (diff)
[mtx_bessel] extended to gsl/gsl_sf_bessel.h support
svn path=/trunk/externals/iem/iemmatrix/; revision=14939
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in6
1 files changed, 6 insertions, 0 deletions
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 <gsl/gsl_linalg.h> header file. */
#undef HAVE_GSL_GSL_LINALG_H
+/* Define to 1 if you have the <gsl/gsl_sf_bessel.h> header file. */
+#undef HAVE_GSL_GSL_LINALG_H
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H