]> Creatis software - FrontAlgorithms.git/blob - lib/fpa/Config.h.in
18294bf750c8374c4ca1f5dfe0ac272729ff0a3b
[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 ivq_FOUND @ivq_FOUND@
10 #if ivq_FOUND == 1
11 #  define USE_ivq
12 #else
13 #  undef USE_ivq
14 #endif
15
16 #endif // __fpa__Config__h__
17
18 // eof - $RCSfile$