ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

config.h (3552B)


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