Home | History | Annotate | Download | only in libjpeg_turbo
      1 /* config.h.  Generated from config.h.in by configure.  */
      2 /* config.h.in.  Generated from configure.ac by autoheader.  */
      3 
      4 /* Build number */
      5 #define BUILD "20140410"
      6 
      7 /* Support arithmetic encoding */
      8 /* #undef C_ARITH_CODING_SUPPORTED */
      9 
     10 /* Support arithmetic decoding */
     11 /* #undef D_ARITH_CODING_SUPPORTED */
     12 
     13 /* Support in-memory source/destination managers */
     14 /* #undef MEM_SRCDST_SUPPORTED */
     15 
     16 /* Define to 1 if you have the <dlfcn.h> header file. */
     17 #define HAVE_DLFCN_H 1
     18 
     19 /* Define to 1 if you have the <inttypes.h> header file. */
     20 #define HAVE_INTTYPES_H 1
     21 
     22 /* Define to 1 if you have the <jni.h> header file. */
     23 /* #undef HAVE_JNI_H */
     24 
     25 /* Define to 1 if you have the `memcpy' function. */
     26 #define HAVE_MEMCPY 1
     27 
     28 /* Define to 1 if you have the <memory.h> header file. */
     29 #define HAVE_MEMORY_H 1
     30 
     31 /* Define to 1 if you have the `memset' function. */
     32 #define HAVE_MEMSET 1
     33 
     34 /* Define if your compiler supports prototypes */
     35 #define HAVE_PROTOTYPES 1
     36 
     37 /* Define to 1 if you have the <stddef.h> header file. */
     38 #define HAVE_STDDEF_H 1
     39 
     40 /* Define to 1 if you have the <stdint.h> header file. */
     41 #define HAVE_STDINT_H 1
     42 
     43 /* Define to 1 if you have the <stdlib.h> header file. */
     44 #define HAVE_STDLIB_H 1
     45 
     46 /* Define to 1 if you have the <strings.h> header file. */
     47 #define HAVE_STRINGS_H 1
     48 
     49 /* Define to 1 if you have the <string.h> header file. */
     50 #define HAVE_STRING_H 1
     51 
     52 /* Define to 1 if you have the <sys/stat.h> header file. */
     53 #define HAVE_SYS_STAT_H 1
     54 
     55 /* Define to 1 if you have the <sys/types.h> header file. */
     56 #define HAVE_SYS_TYPES_H 1
     57 
     58 /* Define to 1 if you have the <unistd.h> header file. */
     59 #if !defined(_MSC_VER)
     60 #define HAVE_UNISTD_H 1
     61 #endif
     62 
     63 /* Define to 1 if the system has the type `unsigned char'. */
     64 #define HAVE_UNSIGNED_CHAR 1
     65 
     66 /* Define to 1 if the system has the type `unsigned short'. */
     67 #define HAVE_UNSIGNED_SHORT 1
     68 
     69 /* Compiler does not support pointers to undefined structures. */
     70 /* #undef INCOMPLETE_TYPES_BROKEN */
     71 
     72 /* How to obtain function inlining. */
     73 #ifndef INLINE
     74 #if defined(__GNUC__)
     75 #define INLINE inline __attribute__((always_inline))
     76 #elif defined(_MSC_VER)
     77 #define INLINE __forceinline
     78 #else
     79 #define INLINE
     80 #endif
     81 #endif
     82 
     83 /* libjpeg API version */
     84 #define JPEG_LIB_VERSION 62
     85 
     86 /* libjpeg-turbo version */
     87 #define LIBJPEG_TURBO_VERSION 1.3.1
     88 
     89 /* Define to the sub-directory in which libtool stores uninstalled libraries.
     90    */
     91 #define LT_OBJDIR ".libs/"
     92 
     93 /* Define if you have BSD-like bzero and bcopy */
     94 /* #undef NEED_BSD_STRINGS */
     95 
     96 /* Define if you need short function names */
     97 /* #undef NEED_SHORT_EXTERNAL_NAMES */
     98 
     99 /* Define if you have sys/types.h */
    100 #define NEED_SYS_TYPES_H 1
    101 
    102 /* Name of package */
    103 #define PACKAGE "libjpeg-turbo"
    104 
    105 /* Define to the address where bug reports for this package should be sent. */
    106 #define PACKAGE_BUGREPORT ""
    107 
    108 /* Define to the full name of this package. */
    109 #define PACKAGE_NAME "libjpeg-turbo"
    110 
    111 /* Define to the full name and version of this package. */
    112 #define PACKAGE_STRING "libjpeg-turbo 1.3.1"
    113 
    114 /* Define to the one symbol short name of this package. */
    115 #define PACKAGE_TARNAME "libjpeg-turbo"
    116 
    117 /* Define to the home page for this package. */
    118 #define PACKAGE_URL ""
    119 
    120 /* Define to the version of this package. */
    121 #define PACKAGE_VERSION "1.3.1"
    122 
    123 /* Define if shift is unsigned */
    124 /* #undef RIGHT_SHIFT_IS_UNSIGNED */
    125 
    126 /* Define to 1 if you have the ANSI C header files. */
    127 #define STDC_HEADERS 1
    128 
    129 /* Version number of package */
    130 #define VERSION "1.3.1"
    131 
    132 /* Use accelerated SIMD routines. */
    133 #define WITH_SIMD 1
    134 
    135 /* Define to 1 if type `char' is unsigned and you are not using gcc.  */
    136 #ifndef __CHAR_UNSIGNED__
    137 /* # undef __CHAR_UNSIGNED__ */
    138 #endif
    139 
    140 /* Define to empty if `const' does not conform to ANSI C. */
    141 /* #undef const */
    142 
    143 /* Define to `__inline__' or `__inline' if that's what the C compiler
    144    calls it, or to nothing if 'inline' is not supported under any name.  */
    145 #ifndef __cplusplus
    146 /* #undef inline */
    147 #endif
    148 
    149 /* Define to `unsigned int' if <sys/types.h> does not define. */
    150 /* #undef size_t */
    151