Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / libjpeg_turbo / jconfig.h
1 /* 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".
4  */
5 #define JPEG_LIB_VERSION 62
6
7 /* libjpeg-turbo version */
8 #define LIBJPEG_TURBO_VERSION 1.3.1
9
10 /* Support arithmetic encoding */
11 /* #undef C_ARITH_CODING_SUPPORTED */
12
13 /* Support arithmetic decoding */
14 /* #undef D_ARITH_CODING_SUPPORTED */
15
16 /* Support in-memory source/destination managers */
17 /* #undef MEM_SRCDST_SUPPORTED */
18
19 /* Define if your compiler supports prototypes */
20 #define HAVE_PROTOTYPES 1
21
22 /* Define to 1 if you have the <stddef.h> header file. */
23 #define HAVE_STDDEF_H 1
24
25 /* Define to 1 if you have the <stdlib.h> header file. */
26 #define HAVE_STDLIB_H 1
27
28 /* Define to 1 if the system has the type `unsigned char'. */
29 #define HAVE_UNSIGNED_CHAR 1
30
31 /* Define to 1 if the system has the type `unsigned short'. */
32 #define HAVE_UNSIGNED_SHORT 1
33
34 /* Define if you want use complete types */
35 /* #undef INCOMPLETE_TYPES_BROKEN */
36
37 /* Define if you have BSD-like bzero and bcopy */
38 /* #undef NEED_BSD_STRINGS */
39
40 /* Define if you need short function names */
41 /* #undef NEED_SHORT_EXTERNAL_NAMES */
42
43 /* Define if you have sys/types.h */
44 /* #undef NEED_SYS_TYPES_H */
45
46 /* Define if shift is unsigned */
47 /* #undef RIGHT_SHIFT_IS_UNSIGNED */
48
49 /* Use accelerated SIMD routines. */
50 #define WITH_SIMD 1
51
52 /* Define to 1 if type `char' is unsigned and you are not using gcc.  */
53 #ifndef __CHAR_UNSIGNED__
54 /* # undef __CHAR_UNSIGNED__ */
55 #endif
56
57 /* Define to empty if `const' does not conform to ANSI C. */
58 /* #undef const */
59
60 /* Define to `unsigned int' if <sys/types.h> does not define. */
61 /* #undef size_t */