]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Config.h.in
...
[FrontAlgorithms.git] / lib / fpa / Config.h.in
diff --git a/lib/fpa/Config.h.in b/lib/fpa/Config.h.in
new file mode 100644 (file)
index 0000000..18294bf
--- /dev/null
@@ -0,0 +1,18 @@
+// =========================================================================
+// @author Leonardo Florez Valencia
+// @email florez-l@javeriana.edu.co
+// =========================================================================
+
+#ifndef __fpa__Config__h__
+#define __fpa__Config__h__
+
+#define ivq_FOUND @ivq_FOUND@
+#if ivq_FOUND == 1
+#  define USE_ivq
+#else
+#  undef USE_ivq
+#endif
+
+#endif // __fpa__Config__h__
+
+// eof - $RCSfile$