blob: 4aef763249f6ca27342b3dbe1df50a553c6f38ba [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
DRCe3720042010-11-23 06:50:14 +00006/* Support arithmetic encoding */
7#undef C_ARITH_CODING_SUPPORTED
8
9/* Support arithmetic decoding */
10#undef D_ARITH_CODING_SUPPORTED
11
DRC22bfd9c2011-09-07 03:26:06 +000012/* Compiler supports function prototypes. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000013#undef HAVE_PROTOTYPES
14
15/* Define to 1 if you have the <stddef.h> header file. */
16#undef HAVE_STDDEF_H
17
18/* Define to 1 if you have the <stdlib.h> header file. */
19#undef HAVE_STDLIB_H
20
DRC22bfd9c2011-09-07 03:26:06 +000021/* Compiler supports 'unsigned char'. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000022#undef HAVE_UNSIGNED_CHAR
23
DRC22bfd9c2011-09-07 03:26:06 +000024/* Compiler supports 'unsigned short'. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000025#undef HAVE_UNSIGNED_SHORT
26
DRC22bfd9c2011-09-07 03:26:06 +000027/* Compiler does not support pointers to unspecified structures. */
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000028#undef INCOMPLETE_TYPES_BROKEN
29
DRCb4570bb2011-09-07 06:31:00 +000030/* How to obtain function inlining. */
31#undef INLINE
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