blob: 53e7bd1c8569e28ec97fa1adefa6094fdb77ddda [file] [log] [blame]
Matt Sarett8f300592015-11-23 17:28:50 -05001/* jconfig.h. Generated from jconfig.h.in by configure. */
DRC36a6eec2010-10-08 08:05:44 +00002/* Version ID for the JPEG library.
3 * Might be useful for tests like "#if JPEG_LIB_VERSION >= 60".
4 */
Matt Sarett8f300592015-11-23 17:28:50 -05005#define JPEG_LIB_VERSION 62
DRC36a6eec2010-10-08 08:05:44 +00006
DRCab64b622011-12-18 16:29:35 +00007/* libjpeg-turbo version */
Matt Sarett8f300592015-11-23 17:28:50 -05008#define LIBJPEG_TURBO_VERSION 1.4.2
DRCab64b622011-12-18 16:29:35 +00009
DRCe3720042010-11-23 06:50:14 +000010/* Support arithmetic encoding */
Matt Sarett8f300592015-11-23 17:28:50 -050011/* #define C_ARITH_CODING_SUPPORTED 1 */
DRCe3720042010-11-23 06:50:14 +000012
13/* Support arithmetic decoding */
Matt Sarett8f300592015-11-23 17:28:50 -050014/* #define D_ARITH_CODING_SUPPORTED 1 */
DRCe3720042010-11-23 06:50:14 +000015
DRCaee4f722014-08-09 23:06:07 +000016/*
17 * Define BITS_IN_JSAMPLE as either
18 * 8 for 8-bit sample values (the usual setting)
19 * 12 for 12-bit sample values
20 * Only 8 and 12 are legal data precisions for lossy JPEG according to the
21 * JPEG standard, and the IJG code does not support anything else!
22 * We do not support run-time selection of data precision, sorry.
23 */
24
25#define BITS_IN_JSAMPLE 8 /* use 8 or 12 */
26
DRCff6961f2014-04-20 09:17:11 +000027/* Define to 1 if you have the <locale.h> header file. */
Matt Sarett8f300592015-11-23 17:28:50 -050028#define HAVE_LOCALE_H 1
DRCab706232013-01-18 23:42:31 +000029
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000030/* Define to 1 if you have the <stddef.h> header file. */
Matt Sarett8f300592015-11-23 17:28:50 -050031#define HAVE_STDDEF_H 1
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000032
33/* Define to 1 if you have the <stdlib.h> header file. */
Matt Sarett8f300592015-11-23 17:28:50 -050034#define HAVE_STDLIB_H 1
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000035
DRCff6961f2014-04-20 09:17:11 +000036/* Define to 1 if the system has the type `unsigned char'. */
Matt Sarett8f300592015-11-23 17:28:50 -050037#define HAVE_UNSIGNED_CHAR 1
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000038
DRCff6961f2014-04-20 09:17:11 +000039/* Define to 1 if the system has the type `unsigned short'. */
Matt Sarett8f300592015-11-23 17:28:50 -050040#define HAVE_UNSIGNED_SHORT 1
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000041
DRCff6961f2014-04-20 09:17:11 +000042/* Compiler does not support pointers to undefined structures. */
Matt Sarett8f300592015-11-23 17:28:50 -050043/* #undef INCOMPLETE_TYPES_BROKEN */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000044
DRCff6961f2014-04-20 09:17:11 +000045/* Support in-memory source/destination managers */
Matt Sarett8f300592015-11-23 17:28:50 -050046#define MEM_SRCDST_SUPPORTED 1
DRCff6961f2014-04-20 09:17:11 +000047
48/* Define if you have BSD-like bzero and bcopy in <strings.h> rather than
49 memset/memcpy in <string.h>. */
Matt Sarett8f300592015-11-23 17:28:50 -050050/* #undef NEED_BSD_STRINGS */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000051
DRCff6961f2014-04-20 09:17:11 +000052/* Define if you need to include <sys/types.h> to get size_t. */
Matt Sarett8f300592015-11-23 17:28:50 -050053/* #undef NEED_SYS_TYPES_H 1 */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000054
DRCff6961f2014-04-20 09:17:11 +000055/* Define if your (broken) compiler shifts signed values as if they were
56 unsigned. */
Matt Sarett8f300592015-11-23 17:28:50 -050057/* #undef RIGHT_SHIFT_IS_UNSIGNED */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000058
Pierre Ossman59a39382009-03-09 13:15:56 +000059/* Use accelerated SIMD routines. */
Matt Sarett8f300592015-11-23 17:28:50 -050060#define WITH_SIMD 1
Pierre Ossman59a39382009-03-09 13:15:56 +000061
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000062/* Define to 1 if type `char' is unsigned and you are not using gcc. */
63#ifndef __CHAR_UNSIGNED__
Matt Sarett8f300592015-11-23 17:28:50 -050064/* # undef __CHAR_UNSIGNED__ */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000065#endif
66
67/* Define to empty if `const' does not conform to ANSI C. */
Matt Sarett8f300592015-11-23 17:28:50 -050068/* #undef const */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000069
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000070/* Define to `unsigned int' if <sys/types.h> does not define. */
Matt Sarett8f300592015-11-23 17:28:50 -050071/* #undef size_t */
DRC3ebcc322015-05-15 19:09:44 +000072
73/* The size of `size_t', as computed by sizeof. */
Matt Sarett8f300592015-11-23 17:28:50 -050074#if __WORDSIZE==64 || defined(_WIN64)
75#define SIZEOF_SIZE_T 8
76#else
77#define SIZEOF_SIZE_T 4
78#endif