~alinuxninja/nginx-edge/trunk

« back to all changes in this revision

Viewing changes to debian/modules/ngx_pagespeed/psol/include/third_party/libjpeg_turbo/src/win/jconfig.h

  • Committer: Vivian
  • Date: 2015-12-04 18:20:11 UTC
  • Revision ID: git-v1:a36f2bc32e884f7473b3a47040e5411306144d7d
* Do not extract psol.tar.gz

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* jconfig.h.  Generated from jconfig.h.in by configure.  */
2
 
/* Version ID for the JPEG library.
3
 
 * Might be useful for tests like "#if JPEG_LIB_VERSION >= 60".
4
 
 */
5
 
#define JPEG_LIB_VERSION 62
6
 
 
7
 
/* libjpeg-turbo version */
8
 
#define LIBJPEG_TURBO_VERSION 1.2.80
9
 
 
10
 
/* Support arithmetic encoding */
11
 
/* #undef C_ARITH_CODING_SUPPORTED */
12
 
 
13
 
/* Support arithmetic decoding */
14
 
/* #undef D_ARITH_CODING_SUPPORTED */
15
 
 
16
 
/* Compiler supports function prototypes. */
17
 
#define HAVE_PROTOTYPES 1
18
 
 
19
 
/* Define to 1 if you have the <stddef.h> header file. */
20
 
#define HAVE_STDDEF_H 1
21
 
 
22
 
/* Define to 1 if you have the <stdlib.h> header file. */
23
 
#define HAVE_STDLIB_H 1
24
 
 
25
 
/* Compiler supports 'unsigned char'. */
26
 
#define HAVE_UNSIGNED_CHAR 1
27
 
 
28
 
/* Compiler supports 'unsigned short'. */
29
 
#define HAVE_UNSIGNED_SHORT 1
30
 
 
31
 
/* Compiler does not support pointers to unspecified structures. */
32
 
/* #undef INCOMPLETE_TYPES_BROKEN */
33
 
 
34
 
/* Compiler has <strings.h> rather than standard <string.h>. */
35
 
/* #undef NEED_BSD_STRINGS */
36
 
 
37
 
/* Linker requires that global names be unique in first 15 characters. */
38
 
/* #undef NEED_SHORT_EXTERNAL_NAMES */
39
 
 
40
 
/* Need to include <sys/types.h> in order to obtain size_t. */
41
 
/* #undef NEED_SYS_TYPES_H 1 */
42
 
 
43
 
/* Broken compiler shifts signed values as an unsigned shift. */
44
 
/* #undef RIGHT_SHIFT_IS_UNSIGNED */
45
 
 
46
 
/* Use accelerated SIMD routines. */
47
 
#define WITH_SIMD 1
48
 
 
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
53
 
 
54
 
/* Define to empty if `const' does not conform to ANSI C. */
55
 
/* #undef const */
56
 
 
57
 
/* Define to `unsigned int' if <sys/types.h> does not define. */
58
 
/* #undef size_t */