media/libjpeg/jconfig.h

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 /* jconfig.h. Generated from jconfig.h.in by configure, then manually edited
michael@0 2 for Mozilla. */
michael@0 3
michael@0 4 /* Export libjpeg v6.2's ABI. */
michael@0 5 #define JPEG_LIB_VERSION 62
michael@0 6
michael@0 7 /* libjpeg-turbo version */
michael@0 8 #define LIBJPEG_TURBO_VERSION 1.3.1
michael@0 9
michael@0 10 /* Support in-memory source/destination managers */
michael@0 11 /* #undef MEM_SRCDST_SUPPORTED */
michael@0 12
michael@0 13 /* Compiler supports function prototypes. */
michael@0 14 #define HAVE_PROTOTYPES 1
michael@0 15
michael@0 16 /* Define to 1 if you have the <stddef.h> header file. */
michael@0 17 #define HAVE_STDDEF_H 1
michael@0 18
michael@0 19 /* Define to 1 if you have the <stdlib.h> header file. */
michael@0 20 #define HAVE_STDLIB_H 1
michael@0 21
michael@0 22 /* Compiler supports 'unsigned char'. */
michael@0 23 #define HAVE_UNSIGNED_CHAR 1
michael@0 24
michael@0 25 /* Compiler supports 'unsigned short'. */
michael@0 26 #define HAVE_UNSIGNED_SHORT 1
michael@0 27
michael@0 28 /* Compiler does not support pointers to unspecified structures. */
michael@0 29 /* #define INCOMPLETE_TYPES_BROKEN 1 */
michael@0 30
michael@0 31 /* Compiler has <strings.h> rather than standard <string.h>. */
michael@0 32 /* #undef NEED_BSD_STRINGS */
michael@0 33
michael@0 34 /* Linker requires that global names be unique in first 15 characters. */
michael@0 35 /* #undef NEED_SHORT_EXTERNAL_NAMES */
michael@0 36
michael@0 37 /* Need to include <sys/types.h> in order to obtain size_t. */
michael@0 38 #define NEED_SYS_TYPES_H 1
michael@0 39
michael@0 40 /* Broken compiler shifts signed values as an unsigned shift. */
michael@0 41 /* #undef RIGHT_SHIFT_IS_UNSIGNED */
michael@0 42
michael@0 43 /* The size of a `long', as computed by sizeof. */
michael@0 44 #undef SIZEOF_LONG
michael@0 45
michael@0 46 /* Use accelerated SIMD routines. */
michael@0 47 #define WITH_SIMD 1
michael@0 48
michael@0 49 /* Define to 1 if type `char' is unsigned and you are not using gcc. */
michael@0 50 #ifndef __CHAR_UNSIGNED__
michael@0 51 /* # undef __CHAR_UNSIGNED__ */
michael@0 52 #endif
michael@0 53
michael@0 54 /* Define to empty if `const' does not conform to ANSI C. */
michael@0 55 /* #undef const */
michael@0 56
michael@0 57 /* Define to `unsigned int' if <sys/types.h> does not define. */
michael@0 58 /* #undef size_t */

mercurial