/* If you want to build the library manually without using1* 'configure' or 'CMake'2* then copy this file3* 'opj_config_private.h.cmake.in'4* to5* 'opj_config_private.h'6*7* Open 'opj_config_private.h' and change the file contents8* if you want to define something because you know you have9* BOTH installed the library AND the header file(s).10* Then e.g. write11#define HAVE_LIBPNG 112*13*14* The file 'opj_config_private.h' will be included in some source files.15* ==== YOU CAN NOT COMPILE WITHOUT IT. ====16* === DO NOT FORGET TO CHANGE 'config.nix' APPROPRIATELY. ====17*/1819#ifndef _WIN3220#define OPJ_HAVE_INTTYPES_H 121#else22#undef OPJ_HAVE_INTTYPES_H23#endif2425#define USE_JPIP26#define OPJ_PACKAGE_VERSION "2.0.0"2728/* DO NOT DEFINE BOTH VERSIONS OF LCMS */29/* define to 1 if you have both liblcms and lcms.h installed */30#undef OPJ_HAVE_LIBLCMS131/* #define OPJ_HAVE_LIBLCMS1 1 */3233/* define to 1 if you have both liblcms2 and lcms2.h installed */34#undef OPJ_HAVE_LIBLCMS235/* #define OPJ_HAVE_LIBLCMS2 1 */3637/* define to 1 if you have both libpng and png.h installed */38#undef OPJ_HAVE_LIBPNG39/* #define OPJ_HAVE_LIBPNG 1 */4041/* define to 1 if you have both libtiff and tiff.h installed */42#undef OPJ_HAVE_LIBTIFF43/* #define OPJ_HAVE_LIBTIFF 1 */4445/*---------------- DO NOT CHANGE BELOW THIS LINE ----------------*/46#define PACKAGE_URL "http://www.openjpeg.org/"47#define PACKAGE_BUGREPORT "http://code.google.com/p/openjpeg/"484950