1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/media/libjpeg/jconfig.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,58 @@ 1.4 +/* jconfig.h. Generated from jconfig.h.in by configure, then manually edited 1.5 + for Mozilla. */ 1.6 + 1.7 +/* Export libjpeg v6.2's ABI. */ 1.8 +#define JPEG_LIB_VERSION 62 1.9 + 1.10 +/* libjpeg-turbo version */ 1.11 +#define LIBJPEG_TURBO_VERSION 1.3.1 1.12 + 1.13 +/* Support in-memory source/destination managers */ 1.14 +/* #undef MEM_SRCDST_SUPPORTED */ 1.15 + 1.16 +/* Compiler supports function prototypes. */ 1.17 +#define HAVE_PROTOTYPES 1 1.18 + 1.19 +/* Define to 1 if you have the <stddef.h> header file. */ 1.20 +#define HAVE_STDDEF_H 1 1.21 + 1.22 +/* Define to 1 if you have the <stdlib.h> header file. */ 1.23 +#define HAVE_STDLIB_H 1 1.24 + 1.25 +/* Compiler supports 'unsigned char'. */ 1.26 +#define HAVE_UNSIGNED_CHAR 1 1.27 + 1.28 +/* Compiler supports 'unsigned short'. */ 1.29 +#define HAVE_UNSIGNED_SHORT 1 1.30 + 1.31 +/* Compiler does not support pointers to unspecified structures. */ 1.32 +/* #define INCOMPLETE_TYPES_BROKEN 1 */ 1.33 + 1.34 +/* Compiler has <strings.h> rather than standard <string.h>. */ 1.35 +/* #undef NEED_BSD_STRINGS */ 1.36 + 1.37 +/* Linker requires that global names be unique in first 15 characters. */ 1.38 +/* #undef NEED_SHORT_EXTERNAL_NAMES */ 1.39 + 1.40 +/* Need to include <sys/types.h> in order to obtain size_t. */ 1.41 +#define NEED_SYS_TYPES_H 1 1.42 + 1.43 +/* Broken compiler shifts signed values as an unsigned shift. */ 1.44 +/* #undef RIGHT_SHIFT_IS_UNSIGNED */ 1.45 + 1.46 +/* The size of a `long', as computed by sizeof. */ 1.47 +#undef SIZEOF_LONG 1.48 + 1.49 +/* Use accelerated SIMD routines. */ 1.50 +#define WITH_SIMD 1 1.51 + 1.52 +/* Define to 1 if type `char' is unsigned and you are not using gcc. */ 1.53 +#ifndef __CHAR_UNSIGNED__ 1.54 +/* # undef __CHAR_UNSIGNED__ */ 1.55 +#endif 1.56 + 1.57 +/* Define to empty if `const' does not conform to ANSI C. */ 1.58 +/* #undef const */ 1.59 + 1.60 +/* Define to `unsigned int' if <sys/types.h> does not define. */ 1.61 +/* #undef size_t */