blob: cdca01f30bdec9fef67c0c6e899a8b9c6aa9a209 [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
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000018/* Define to 1 if you have the <stddef.h> header file. */
19#undef HAVE_STDDEF_H
20
21/* Define to 1 if you have the <stdlib.h> header file. */
22#undef HAVE_STDLIB_H
23
DRCff6961f2014-04-20 09:17:11 +000024/* Define to 1 if the system has the type `unsigned char'. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000025#undef HAVE_UNSIGNED_CHAR
26
DRCff6961f2014-04-20 09:17:11 +000027/* Define to 1 if the system has the type `unsigned short'. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000028#undef HAVE_UNSIGNED_SHORT
29
DRCff6961f2014-04-20 09:17:11 +000030/* Compiler does not support pointers to undefined structures. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000031#undef INCOMPLETE_TYPES_BROKEN
32
DRCff6961f2014-04-20 09:17:11 +000033/* Support in-memory source/destination managers */
34#undef MEM_SRCDST_SUPPORTED
35
36/* Define if you have BSD-like bzero and bcopy in <strings.h> rather than
37 memset/memcpy in <string.h>. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000038#undef NEED_BSD_STRINGS
39
DRCff6961f2014-04-20 09:17:11 +000040/* Define if you need to include <sys/types.h> to get size_t. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000041#undef NEED_SYS_TYPES_H
42
DRCff6961f2014-04-20 09:17:11 +000043/* Define if your (broken) compiler shifts signed values as if they were
44 unsigned. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000045#undef RIGHT_SHIFT_IS_UNSIGNED
46
Pierre Ossman59a39382009-03-09 13:15:56 +000047/* Use accelerated SIMD routines. */
48#undef WITH_SIMD
49
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000050/* Define to 1 if type `char' is unsigned and you are not using gcc. */
51#ifndef __CHAR_UNSIGNED__
52# undef __CHAR_UNSIGNED__
53#endif
54
55/* Define to empty if `const' does not conform to ANSI C. */
56#undef const
57
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000058/* Define to `unsigned int' if <sys/types.h> does not define. */
59#undef size_t