]> Creatis software - FrontAlgorithms.git/blob - lib/fpa/Config.h.in
708dec1f9f21d52b344660b0e93949f41188ce1f
[FrontAlgorithms.git] / lib / fpa / Config.h.in
1 // =========================================================================
2 // @author Leonardo Florez Valencia
3 // @email florez-l@javeriana.edu.co
4 // =========================================================================
5
6 #ifndef __fpa__Config__h__
7 #define __fpa__Config__h__
8
9 #define VTK_FOUND @VTK_FOUND@
10 #if VTK_FOUND == 1
11 #  define USE_VTK
12 #else
13 #  undef USE_VTK
14 #endif
15
16 #define ivq_FOUND @ivq_FOUND@
17 #if ivq_FOUND == 1
18 #  define USE_ivq
19 #else
20 #  undef USE_ivq
21 #endif
22
23 #endif // __fpa__Config__h__
24
25 // eof - $RCSfile$