adding a template ctest file
[openjpeg.git] / opj_configure.h.in
1 /* 
2  * here is where system comupted values get stored these values should only
3  * change when the target compile platform changes 
4  */
5
6 /* what byte order */
7 #ifndef __OPJ_CONFIGURE_H
8 #define __OPJ_CONFIGURE_H
9 #cmakedefine CMAKE_WORDS_BIGENDIAN
10 #ifdef CMAKE_WORDS_BIGENDIAN
11         #define OPJ_BIG_ENDIAN 
12 #else
13         #define OPJ_LITTLE_ENDIAN 
14 #endif
15
16 #endif /* __OPJ_CONFIGURE_H */