Blame thirdparty/libjpeg-turbo/libjpeg-turbo-2.0.6/win/jconfig.h.in
|
shun-iwasawa |
82a8f5 |
#define JPEG_LIB_VERSION @JPEG_LIB_VERSION@
|
|
shun-iwasawa |
82a8f5 |
#define LIBJPEG_TURBO_VERSION @VERSION@
|
|
shun-iwasawa |
82a8f5 |
#define LIBJPEG_TURBO_VERSION_NUMBER @LIBJPEG_TURBO_VERSION_NUMBER@
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
#cmakedefine C_ARITH_CODING_SUPPORTED
|
|
shun-iwasawa |
82a8f5 |
#cmakedefine D_ARITH_CODING_SUPPORTED
|
|
shun-iwasawa |
82a8f5 |
#cmakedefine MEM_SRCDST_SUPPORTED
|
|
shun-iwasawa |
82a8f5 |
#cmakedefine WITH_SIMD
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
#define BITS_IN_JSAMPLE @BITS_IN_JSAMPLE@ /* use 8 or 12 */
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
#define HAVE_STDDEF_H
|
|
shun-iwasawa |
82a8f5 |
#define HAVE_STDLIB_H
|
|
shun-iwasawa |
82a8f5 |
#undef NEED_SYS_TYPES_H
|
|
shun-iwasawa |
82a8f5 |
#undef NEED_BSD_STRINGS
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
#define HAVE_UNSIGNED_CHAR
|
|
shun-iwasawa |
82a8f5 |
#define HAVE_UNSIGNED_SHORT
|
|
shun-iwasawa |
82a8f5 |
#undef INCOMPLETE_TYPES_BROKEN
|
|
shun-iwasawa |
82a8f5 |
#undef RIGHT_SHIFT_IS_UNSIGNED
|
|
shun-iwasawa |
82a8f5 |
#undef __CHAR_UNSIGNED__
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Define "boolean" as unsigned char, not int, per Windows custom */
|
|
shun-iwasawa |
82a8f5 |
#ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
|
|
shun-iwasawa |
82a8f5 |
typedef unsigned char boolean;
|
|
shun-iwasawa |
82a8f5 |
#endif
|
|
shun-iwasawa |
82a8f5 |
#define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Define "INT32" as int, not long, per Windows custom */
|
|
shun-iwasawa |
82a8f5 |
#if !(defined(_BASETSD_H_) || defined(_BASETSD_H)) /* don't conflict if basetsd.h already read */
|
|
shun-iwasawa |
82a8f5 |
typedef short INT16;
|
|
shun-iwasawa |
82a8f5 |
typedef signed int INT32;
|
|
shun-iwasawa |
82a8f5 |
#endif
|
|
shun-iwasawa |
82a8f5 |
#define XMD_H /* prevent jmorecfg.h from redefining it */
|