Structural deformable models
fxconfig.h
Go to the documentation of this file.
1 #ifndef _FXCONFIG_H_
2 #define _FXCONFIG_H_
3 
4 /* setup for FOX */
5 #define HAVE_OPENGL 1
6 #define HAVE_JPEG_H 1
7 #define HAVE_TIFF_H 1
8 #define HAVE_PNG_H 1
9 
10 #endif