michael@0: /* jconfig.h. Generated from jconfig.h.in by configure, then manually edited michael@0: for Mozilla. */ michael@0: michael@0: /* Export libjpeg v6.2's ABI. */ michael@0: #define JPEG_LIB_VERSION 62 michael@0: michael@0: /* libjpeg-turbo version */ michael@0: #define LIBJPEG_TURBO_VERSION 1.3.1 michael@0: michael@0: /* Support in-memory source/destination managers */ michael@0: /* #undef MEM_SRCDST_SUPPORTED */ michael@0: michael@0: /* Compiler supports function prototypes. */ michael@0: #define HAVE_PROTOTYPES 1 michael@0: michael@0: /* Define to 1 if you have the header file. */ michael@0: #define HAVE_STDDEF_H 1 michael@0: michael@0: /* Define to 1 if you have the header file. */ michael@0: #define HAVE_STDLIB_H 1 michael@0: michael@0: /* Compiler supports 'unsigned char'. */ michael@0: #define HAVE_UNSIGNED_CHAR 1 michael@0: michael@0: /* Compiler supports 'unsigned short'. */ michael@0: #define HAVE_UNSIGNED_SHORT 1 michael@0: michael@0: /* Compiler does not support pointers to unspecified structures. */ michael@0: /* #define INCOMPLETE_TYPES_BROKEN 1 */ michael@0: michael@0: /* Compiler has rather than standard . */ michael@0: /* #undef NEED_BSD_STRINGS */ michael@0: michael@0: /* Linker requires that global names be unique in first 15 characters. */ michael@0: /* #undef NEED_SHORT_EXTERNAL_NAMES */ michael@0: michael@0: /* Need to include in order to obtain size_t. */ michael@0: #define NEED_SYS_TYPES_H 1 michael@0: michael@0: /* Broken compiler shifts signed values as an unsigned shift. */ michael@0: /* #undef RIGHT_SHIFT_IS_UNSIGNED */ michael@0: michael@0: /* The size of a `long', as computed by sizeof. */ michael@0: #undef SIZEOF_LONG michael@0: michael@0: /* Use accelerated SIMD routines. */ michael@0: #define WITH_SIMD 1 michael@0: michael@0: /* Define to 1 if type `char' is unsigned and you are not using gcc. */ michael@0: #ifndef __CHAR_UNSIGNED__ michael@0: /* # undef __CHAR_UNSIGNED__ */ michael@0: #endif michael@0: michael@0: /* Define to empty if `const' does not conform to ANSI C. */ michael@0: /* #undef const */ michael@0: michael@0: /* Define to `unsigned int' if does not define. */ michael@0: /* #undef size_t */