blob: b6191812d1385f76f1d0bdf06ba6d8661b938a81 [file] [log] [blame]
hbono@chromium.org98626972011-08-03 03:13:08 +00001/* jconfig.h. Generated from jconfig.h.in by configure. */
2/* Version ID for the JPEG library.
3 * Might be useful for tests like "#if JPEG_LIB_VERSION >= 60".
hbono@chromium.org920a8a92010-11-22 09:17:38 +00004 */
hbono@chromium.org98626972011-08-03 03:13:08 +00005#define JPEG_LIB_VERSION 62
hbono@chromium.orgdf5ffdd2012-05-11 07:46:03 +00006
7/* libjpeg-turbo version */
noel@chromium.org3395bcc2014-04-14 06:56:00 +00008#define LIBJPEG_TURBO_VERSION 1.3.1
hbono@chromium.org920a8a92010-11-22 09:17:38 +00009
hbono@chromium.org98626972011-08-03 03:13:08 +000010/* Support arithmetic encoding */
hbono@chromium.org0ec930e2012-01-18 07:01:04 +000011/* #undef C_ARITH_CODING_SUPPORTED */
hbono@chromium.org98626972011-08-03 03:13:08 +000012
13/* Support arithmetic decoding */
hbono@chromium.org0ec930e2012-01-18 07:01:04 +000014/* #undef D_ARITH_CODING_SUPPORTED */
hbono@chromium.org98626972011-08-03 03:13:08 +000015
noel@chromium.org3395bcc2014-04-14 06:56:00 +000016/* Support in-memory source/destination managers */
17/* #undef MEM_SRCDST_SUPPORTED */
18
hbono@chromium.org98626972011-08-03 03:13:08 +000019/* Define if your compiler supports prototypes */
hbono@chromium.org98626972011-08-03 03:13:08 +000020#define HAVE_PROTOTYPES 1
hbono@chromium.org98626972011-08-03 03:13:08 +000021
22/* Define to 1 if you have the <stddef.h> header file. */
hbono@chromium.org98626972011-08-03 03:13:08 +000023#define HAVE_STDDEF_H 1
hbono@chromium.org98626972011-08-03 03:13:08 +000024
25/* Define to 1 if you have the <stdlib.h> header file. */
hbono@chromium.org98626972011-08-03 03:13:08 +000026#define HAVE_STDLIB_H 1
hbono@chromium.org920a8a92010-11-22 09:17:38 +000027
hbono@chromium.org98626972011-08-03 03:13:08 +000028/* Define to 1 if the system has the type `unsigned char'. */
hbono@chromium.org98626972011-08-03 03:13:08 +000029#define HAVE_UNSIGNED_CHAR 1
hbono@chromium.org920a8a92010-11-22 09:17:38 +000030
hbono@chromium.org98626972011-08-03 03:13:08 +000031/* Define to 1 if the system has the type `unsigned short'. */
hbono@chromium.org98626972011-08-03 03:13:08 +000032#define HAVE_UNSIGNED_SHORT 1
hbono@chromium.org920a8a92010-11-22 09:17:38 +000033
hbono@chromium.org98626972011-08-03 03:13:08 +000034/* Define if you want use complete types */
35/* #undef INCOMPLETE_TYPES_BROKEN */
hbono@chromium.org920a8a92010-11-22 09:17:38 +000036
hbono@chromium.org98626972011-08-03 03:13:08 +000037/* Define if you have BSD-like bzero and bcopy */
38/* #undef NEED_BSD_STRINGS */
hbono@chromium.org920a8a92010-11-22 09:17:38 +000039
hbono@chromium.org98626972011-08-03 03:13:08 +000040/* Define if you need short function names */
41/* #undef NEED_SHORT_EXTERNAL_NAMES */
hbono@chromium.org920a8a92010-11-22 09:17:38 +000042
hbono@chromium.org98626972011-08-03 03:13:08 +000043/* Define if you have sys/types.h */
44/* #undef NEED_SYS_TYPES_H */
hbono@chromium.org920a8a92010-11-22 09:17:38 +000045
hbono@chromium.org98626972011-08-03 03:13:08 +000046/* Define if shift is unsigned */
47/* #undef RIGHT_SHIFT_IS_UNSIGNED */
hbono@chromium.org920a8a92010-11-22 09:17:38 +000048
hbono@chromium.org98626972011-08-03 03:13:08 +000049/* Use accelerated SIMD routines. */
50#define WITH_SIMD 1
hbono@chromium.org920a8a92010-11-22 09:17:38 +000051
hbono@chromium.org98626972011-08-03 03:13:08 +000052/* Define to 1 if type `char' is unsigned and you are not using gcc. */
53#ifndef __CHAR_UNSIGNED__
54/* # undef __CHAR_UNSIGNED__ */
55#endif
hbono@chromium.org920a8a92010-11-22 09:17:38 +000056
hbono@chromium.org98626972011-08-03 03:13:08 +000057/* Define to empty if `const' does not conform to ANSI C. */
58/* #undef const */
hbono@chromium.org920a8a92010-11-22 09:17:38 +000059
hbono@chromium.org98626972011-08-03 03:13:08 +000060/* Define to `unsigned int' if <sys/types.h> does not define. */
61/* #undef size_t */