|
shun-iwasawa |
82a8f5 |
/* Version ID for the JPEG library.
|
|
shun-iwasawa |
82a8f5 |
* Might be useful for tests like "#if JPEG_LIB_VERSION >= 60".
|
|
shun-iwasawa |
82a8f5 |
*/
|
|
shun-iwasawa |
82a8f5 |
#define JPEG_LIB_VERSION @JPEG_LIB_VERSION@
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* libjpeg-turbo version */
|
|
shun-iwasawa |
82a8f5 |
#define LIBJPEG_TURBO_VERSION @VERSION@
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* libjpeg-turbo version in integer form */
|
|
shun-iwasawa |
82a8f5 |
#define LIBJPEG_TURBO_VERSION_NUMBER @LIBJPEG_TURBO_VERSION_NUMBER@
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Support arithmetic encoding */
|
|
shun-iwasawa |
82a8f5 |
#cmakedefine C_ARITH_CODING_SUPPORTED 1
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Support arithmetic decoding */
|
|
shun-iwasawa |
82a8f5 |
#cmakedefine D_ARITH_CODING_SUPPORTED 1
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Support in-memory source/destination managers */
|
|
shun-iwasawa |
82a8f5 |
#cmakedefine MEM_SRCDST_SUPPORTED 1
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Use accelerated SIMD routines. */
|
|
shun-iwasawa |
82a8f5 |
#cmakedefine WITH_SIMD 1
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/*
|
|
shun-iwasawa |
82a8f5 |
* Define BITS_IN_JSAMPLE as either
|
|
shun-iwasawa |
82a8f5 |
* 8 for 8-bit sample values (the usual setting)
|
|
shun-iwasawa |
82a8f5 |
* 12 for 12-bit sample values
|
|
shun-iwasawa |
82a8f5 |
* Only 8 and 12 are legal data precisions for lossy JPEG according to the
|
|
shun-iwasawa |
82a8f5 |
* JPEG standard, and the IJG code does not support anything else!
|
|
shun-iwasawa |
82a8f5 |
* We do not support run-time selection of data precision, sorry.
|
|
shun-iwasawa |
82a8f5 |
*/
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
#define BITS_IN_JSAMPLE @BITS_IN_JSAMPLE@ /* use 8 or 12 */
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Define to 1 if you have the <locale.h> header file. */</locale.h>
|
|
shun-iwasawa |
82a8f5 |
#cmakedefine HAVE_LOCALE_H 1
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Define to 1 if you have the <stddef.h> header file. */</stddef.h>
|
|
shun-iwasawa |
82a8f5 |
#cmakedefine HAVE_STDDEF_H 1
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Define to 1 if you have the <stdlib.h> header file. */</stdlib.h>
|
|
shun-iwasawa |
82a8f5 |
#cmakedefine HAVE_STDLIB_H 1
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Define if you need to include <sys types.h=""> to get size_t. */</sys>
|
|
shun-iwasawa |
82a8f5 |
#cmakedefine NEED_SYS_TYPES_H 1
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Define if you have BSD-like bzero and bcopy in <strings.h> rather than</strings.h>
|
|
shun-iwasawa |
82a8f5 |
memset/memcpy in <string.h>. */</string.h>
|
|
shun-iwasawa |
82a8f5 |
#cmakedefine NEED_BSD_STRINGS 1
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Define to 1 if the system has the type `unsigned char'. */
|
|
shun-iwasawa |
82a8f5 |
#cmakedefine HAVE_UNSIGNED_CHAR 1
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Define to 1 if the system has the type `unsigned short'. */
|
|
shun-iwasawa |
82a8f5 |
#cmakedefine HAVE_UNSIGNED_SHORT 1
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Compiler does not support pointers to undefined structures. */
|
|
shun-iwasawa |
82a8f5 |
#cmakedefine INCOMPLETE_TYPES_BROKEN 1
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Define if your (broken) compiler shifts signed values as if they were
|
|
shun-iwasawa |
82a8f5 |
unsigned. */
|
|
shun-iwasawa |
82a8f5 |
#cmakedefine RIGHT_SHIFT_IS_UNSIGNED 1
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Define to 1 if type `char' is unsigned and you are not using gcc. */
|
|
shun-iwasawa |
82a8f5 |
#ifndef __CHAR_UNSIGNED__
|
|
shun-iwasawa |
82a8f5 |
#cmakedefine __CHAR_UNSIGNED__ 1
|
|
shun-iwasawa |
82a8f5 |
#endif
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Define to empty if `const' does not conform to ANSI C. */
|
|
shun-iwasawa |
82a8f5 |
/* #undef const */
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Define to `unsigned int' if <sys types.h=""> does not define. */</sys>
|
|
shun-iwasawa |
82a8f5 |
/* #undef size_t */
|