aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-07-22 13:39:32 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-07-22 13:39:32 +0000
commit1a645b8807a2e55372a02ec50d71a8134968626d (patch)
tree84a8028ff1c43a89bf085a21b4ec50c61ae206ef /src/config.h.in
parent1f9a0c772d2178f0df6c2a6ea16e3c0986abeed4 (diff)
added check for fftw3;
use config.h for extended configuration svn path=/trunk/externals/iem/iemmatrix/; revision=10203
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
new file mode 100644
index 0000000..1f8be77
--- /dev/null
+++ b/src/config.h.in
@@ -0,0 +1,10 @@
+#ifndef CONFIG_H_
+#define CONFIG_H_
+
+
+/* do we have fftw3 installed? */
+#undef HAVE_FFTW3_H
+
+
+
+#endif /* CONFIG_H_ */