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

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

mercurial