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


#endif /* CONFIG_H_ */