aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
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_ */