blob: 78023c17a07b97ec6615ee23a69bcaec6a2ebab3 [file] [log] [blame]
DRC36a6eec2010-10-08 08:05:44 +00001/* Version ID for the JPEG library.
2 * Might be useful for tests like "#if JPEG_LIB_VERSION >= 60".
3 */
4#define JPEG_LIB_VERSION 62 /* Version 6b */
5
DRCab64b622011-12-18 16:29:35 +00006/* libjpeg-turbo version */
7#define LIBJPEG_TURBO_VERSION 0
8
DRCe3720042010-11-23 06:50:14 +00009/* Support arithmetic encoding */
10#undef C_ARITH_CODING_SUPPORTED
11
12/* Support arithmetic decoding */
13#undef D_ARITH_CODING_SUPPORTED
14
DRCff6961f2014-04-20 09:17:11 +000015/* Define to 1 if you have the <locale.h> header file. */
16#undef HAVE_LOCALE_H
DRCab706232013-01-18 23:42:31 +000017
DRCff6961f2014-04-20 09:17:11 +000018/* Define if your compiler supports prototypes */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000019#undef HAVE_PROTOTYPES
20
21/* Define to 1 if you have the <stddef.h> header file. */
22#undef HAVE_STDDEF_H
23
24/* Define to 1 if you have the <stdlib.h> header file. */
25#undef HAVE_STDLIB_H
26
DRCff6961f2014-04-20 09:17:11 +000027/* Define to 1 if the system has the type `unsigned char'. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000028#undef HAVE_UNSIGNED_CHAR
29
DRCff6961f2014-04-20 09:17:11 +000030/* Define to 1 if the system has the type `unsigned short'. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000031#undef HAVE_UNSIGNED_SHORT
32
DRCff6961f2014-04-20 09:17:11 +000033/* Compiler does not support pointers to undefined structures. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000034#undef INCOMPLETE_TYPES_BROKEN
35
DRCff6961f2014-04-20 09:17:11 +000036/* Support in-memory source/destination managers */
37#undef MEM_SRCDST_SUPPORTED
38
39/* Define if you have BSD-like bzero and bcopy in <strings.h> rather than
40 memset/memcpy in <string.h>. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000041#undef NEED_BSD_STRINGS
42
DRCff6961f2014-04-20 09:17:11 +000043/* Define if linker requires that the first 15 characters of global names be
44 unique. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000045#undef NEED_SHORT_EXTERNAL_NAMES
46
DRCff6961f2014-04-20 09:17:11 +000047/* Define if you need to include <sys/types.h> to get size_t. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000048#undef NEED_SYS_TYPES_H
49
DRCff6961f2014-04-20 09:17:11 +000050/* Define if your (broken) compiler shifts signed values as if they were
51 unsigned. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000052#undef RIGHT_SHIFT_IS_UNSIGNED
53
Pierre Ossman59a39382009-03-09 13:15:56 +000054/* Use accelerated SIMD routines. */
55#undef WITH_SIMD
56
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000057/* Define to 1 if type `char' is unsigned and you are not using gcc. */
58#ifndef __CHAR_UNSIGNED__
59# undef __CHAR_UNSIGNED__
60#endif
61
62/* Define to empty if `const' does not conform to ANSI C. */
63#undef const
64
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000065/* Define to `unsigned int' if <sys/types.h> does not define. */
66#undef size_t