blob: c8d0dd78e439749ac3279cd2484015145f0cdbfd [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
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +00006/* Define if your compiler supports prototypes */
7#undef HAVE_PROTOTYPES
8
9/* Define to 1 if you have the <stddef.h> header file. */
10#undef HAVE_STDDEF_H
11
12/* Define to 1 if you have the <stdlib.h> header file. */
13#undef HAVE_STDLIB_H
14
15/* Define to 1 if the system has the type `unsigned char'. */
16#undef HAVE_UNSIGNED_CHAR
17
18/* Define to 1 if the system has the type `unsigned short'. */
19#undef HAVE_UNSIGNED_SHORT
20
21/* Define if you want use complete types */
22#undef INCOMPLETE_TYPES_BROKEN
23
24/* Define if you have BSD-like bzero and bcopy */
25#undef NEED_BSD_STRINGS
26
27/* Define if you need short function names */
28#undef NEED_SHORT_EXTERNAL_NAMES
29
30/* Define if you have sys/types.h */
31#undef NEED_SYS_TYPES_H
32
33/* Define if shift is unsigned */
34#undef RIGHT_SHIFT_IS_UNSIGNED
35
Pierre Ossman59a39382009-03-09 13:15:56 +000036/* Use accelerated SIMD routines. */
37#undef WITH_SIMD
38
Constantin Kaplinsky0ca44252008-09-28 05:08:48 +000039/* Define to 1 if type `char' is unsigned and you are not using gcc. */
40#ifndef __CHAR_UNSIGNED__
41# undef __CHAR_UNSIGNED__
42#endif
43
44/* Define to empty if `const' does not conform to ANSI C. */
45#undef const
46
47/* Define to `__inline__' or `__inline' if that's what the C compiler
48 calls it, or to nothing if 'inline' is not supported under any name. */
49#ifndef __cplusplus
50#undef inline
51#endif
52
53/* Define to `unsigned int' if <sys/types.h> does not define. */
54#undef size_t