add abi-check files and reports to gh-pages
[openjpeg.git] / abi-check / installed / openjpeg / 2.0 / include / openjpeg-2.0 / opj_config.h
1 /* create config.h for CMake */
2 #define OPJ_PACKAGE_VERSION "2.0.0"
3
4 #define HAVE_INTTYPES_H 1
5 #define HAVE_MEMORY_H 1
6 #define HAVE_STDINT_H 1
7 #define HAVE_STDLIB_H 1
8 #define HAVE_STRINGS_H 1
9 #define HAVE_STRING_H 1
10 #define HAVE_SYS_STAT_H 1
11 #define HAVE_SYS_TYPES_H 1
12 #define HAVE_UNISTD_H 1
13 #define HAVE_LIBPNG 1
14 #define HAVE_PNG_H 1
15 #define HAVE_LIBTIFF 1
16 #define HAVE_TIFF_H 1
17 #define HAVE_SSIZE_T TRUE
18
19 /* #undef _LARGEFILE_SOURCE */
20 /* #undef _LARGE_FILES */
21 /* #undef _FILE_OFFSET_BITS */
22 #define HAVE_FSEEKO ON
23
24 /* #undef HAVE_LIBLCMS1 */
25 #define HAVE_LIBLCMS2
26 /* #undef HAVE_LCMS1_H */
27 #define HAVE_LCMS2_H
28
29 /* Byte order.  */
30 /* All compilers that support Mac OS X define either __BIG_ENDIAN__ or
31 __LITTLE_ENDIAN__ to match the endianness of the architecture being
32 compiled for. This is not necessarily the same as the architecture of the
33 machine doing the building. In order to support Universal Binaries on
34 Mac OS X, we prefer those defines to decide the endianness.
35 On other platforms we use the result of the TRY_RUN. */
36 #if !defined(__APPLE__)
37 /* #undef OPJ_BIG_ENDIAN */
38 #elif defined(__BIG_ENDIAN__)
39 # define OPJ_BIG_ENDIAN
40 #endif
41