0fca77b230ce328c4027b04a8f1da5168e64777c
[platform/upstream/libjpeg-turbo.git] / win / jconfig.h.in
1 #define JPEG_LIB_VERSION  @JPEG_LIB_VERSION@
2 #define LIBJPEG_TURBO_VERSION  @VERSION@
3 #define LIBJPEG_TURBO_VERSION_NUMBER  @LIBJPEG_TURBO_VERSION_NUMBER@
4
5 #cmakedefine C_ARITH_CODING_SUPPORTED
6 #cmakedefine D_ARITH_CODING_SUPPORTED
7 #cmakedefine MEM_SRCDST_SUPPORTED
8 #cmakedefine WITH_SIMD
9
10 #define BITS_IN_JSAMPLE  @BITS_IN_JSAMPLE@      /* use 8 or 12 */
11
12 #undef RIGHT_SHIFT_IS_UNSIGNED
13
14 /* Define "boolean" as unsigned char, not int, per Windows custom */
15 #ifndef __RPCNDR_H__            /* don't conflict if rpcndr.h already read */
16 typedef unsigned char boolean;
17 #endif
18 #define HAVE_BOOLEAN            /* prevent jmorecfg.h from redefining it */
19
20 /* Define "INT32" as int, not long, per Windows custom */
21 #if !(defined(_BASETSD_H_) || defined(_BASETSD_H))   /* don't conflict if basetsd.h already read */
22 typedef short INT16;
23 typedef signed int INT32;
24 #endif
25 #define XMD_H                   /* prevent jmorecfg.h from redefining it */