aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
blob: 15435c9972b69ff60cbc3567497f1929e9b2aa54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef CONFIG_H_
#define CONFIG_H_

/* do we have fftw3 installed? */
#undef HAVE_FFTW3_H

/* do we have libsndfile installed? */
#undef HAVE_SNDFILE_H

/* do we have libgsl installed? */
#undef HAVE_LIBGSL

/* can libgsl compute complex eigenvalues? */
#undef HAVE_GSL_EIGEN_NONSYMM

/* can math compute Bessel functions? */
#undef HAVE_MATH_BESSEL

#endif /* CONFIG_H_ */