aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
blob: 116d8ce99adefaf93e953242ef0df76fc9687b18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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



#endif /* CONFIG_H_ */