Bug 1768672 [wpt PR 34019] - [Anonymous Iframe] Fix anonymous for initial empty docum...
[gecko.git] / media / libjpeg / jconfig.h
blobf2723e654098ff27542e1eb16a536c11ad0af617
1 /* jconfig.h. Generated from jconfig.h.in by configure, then manually edited
2 for Mozilla. */
4 /* Export libjpeg v6.2's ABI. */
5 #define JPEG_LIB_VERSION 62
7 /* libjpeg-turbo version */
8 #define LIBJPEG_TURBO_VERSION 2.0.6
10 /* libjpeg-turbo version in integer form */
11 #define LIBJPEG_TURBO_VERSION_NUMBER 2000006
13 /* Support arithmetic encoding */
14 /* #undef C_ARITH_CODING_SUPPORTED */
16 /* Support arithmetic decoding */
17 /* #undef D_ARITH_CODING_SUPPORTED */
19 /* Support in-memory source/destination managers */
20 /* #undef MEM_SRCDST_SUPPORTED */
22 /* Use accelerated SIMD routines. */
23 #define WITH_SIMD 1
26 * Define BITS_IN_JSAMPLE as either
27 * 8 for 8-bit sample values (the usual setting)
28 * 12 for 12-bit sample values
29 * Only 8 and 12 are legal data precisions for lossy JPEG according to the
30 * JPEG standard, and the IJG code does not support anything else!
31 * We do not support run-time selection of data precision, sorry.
33 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */
35 /* Define to 1 if you have the <locale.h> header file. */
36 /* #undef HAVE_LOCALE_H */
38 /* Define to 1 if you have the <stddef.h> header file. */
39 #define HAVE_STDDEF_H 1
41 /* Define to 1 if you have the <stdlib.h> header file. */
42 #define HAVE_STDLIB_H 1
44 /* Need to include <sys/types.h> in order to obtain size_t. */
45 #define NEED_SYS_TYPES_H 1
47 /* Compiler has <strings.h> rather than standard <string.h>. */
48 /* #undef NEED_BSD_STRINGS */
50 /* Compiler supports 'unsigned char'. */
51 #define HAVE_UNSIGNED_CHAR 1
53 /* Compiler supports 'unsigned short'. */
54 #define HAVE_UNSIGNED_SHORT 1
56 /* Compiler does not support pointers to unspecified structures. */
57 /* #define INCOMPLETE_TYPES_BROKEN 1 */
59 /* Broken compiler shifts signed values as an unsigned shift. */
60 /* #undef RIGHT_SHIFT_IS_UNSIGNED */
62 /* Define to 1 if type `char' is unsigned and you are not using gcc. */
63 #ifndef __CHAR_UNSIGNED__
64 /* # undef __CHAR_UNSIGNED__ */
65 #endif
67 /* Define to empty if `const' does not conform to ANSI C. */
68 /* #undef const */
70 /* Define to `unsigned int' if <sys/types.h> does not define. */
71 /* #undef size_t */