]> 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
deleted file mode 100644 (file)
index 708dec1..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-// =========================================================================
-// @author Leonardo Florez Valencia
-// @email florez-l@javeriana.edu.co
-// =========================================================================
-
-#ifndef __fpa__Config__h__
-#define __fpa__Config__h__
-
-#define VTK_FOUND @VTK_FOUND@
-#if VTK_FOUND == 1
-#  define USE_VTK
-#else
-#  undef USE_VTK
-#endif
-
-#define ivq_FOUND @ivq_FOUND@
-#if ivq_FOUND == 1
-#  define USE_ivq
-#else
-#  undef USE_ivq
-#endif
-
-#endif // __fpa__Config__h__
-
-// eof - $RCSfile$