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