blob: 27d4cc9d526dc0c6f903bcdaa55986416998856f [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
DRC22bfd9c2011-09-07 03:26:06 +000015/* Compiler supports function prototypes. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000016#undef HAVE_PROTOTYPES
17
18/* 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
DRC22bfd9c2011-09-07 03:26:06 +000024/* Compiler supports 'unsigned char'. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000025#undef HAVE_UNSIGNED_CHAR
26
DRC22bfd9c2011-09-07 03:26:06 +000027/* Compiler supports 'unsigned short'. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000028#undef HAVE_UNSIGNED_SHORT
29
DRC22bfd9c2011-09-07 03:26:06 +000030/* Compiler does not support pointers to unspecified structures. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000031#undef INCOMPLETE_TYPES_BROKEN
32
DRC22bfd9c2011-09-07 03:26:06 +000033/* Compiler has <strings.h> rather than standard <string.h>. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000034#undef NEED_BSD_STRINGS
35
DRC22bfd9c2011-09-07 03:26:06 +000036/* Linker requires that global names be unique in first 15 characters. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000037#undef NEED_SHORT_EXTERNAL_NAMES
38
DRC22bfd9c2011-09-07 03:26:06 +000039/* Need to include <sys/types.h> in order to obtain size_t. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000040#undef NEED_SYS_TYPES_H
41
DRC22bfd9c2011-09-07 03:26:06 +000042/* Broken compiler shifts signed values as an unsigned shift. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000043#undef RIGHT_SHIFT_IS_UNSIGNED
44
Pierre Ossman59a39382009-03-09 13:15:56 +000045/* Use accelerated SIMD routines. */
46#undef WITH_SIMD
47
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000048/* Define to 1 if type `char' is unsigned and you are not using gcc. */
49#ifndef __CHAR_UNSIGNED__
50# undef __CHAR_UNSIGNED__
51#endif
52
53/* Define to empty if `const' does not conform to ANSI C. */
54#undef const
55
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000056/* Define to `unsigned int' if <sys/types.h> does not define. */
57#undef size_t