Warning: That file was not part of the compilation database. It may have many parsing errors.

1/* jconfig.h. Generated 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 80
6
7/* libjpeg-turbo version */
8#define LIBJPEG_TURBO_VERSION 1.3.1
9
10/* Support arithmetic encoding */
11#define C_ARITH_CODING_SUPPORTED 1
12
13/* Support arithmetic decoding */
14#define D_ARITH_CODING_SUPPORTED 1
15
16/* Support in-memory source/destination managers */
17/* #undef MEM_SRCDST_SUPPORTED */
18
19/* Compiler supports function prototypes. */
20#define HAVE_PROTOTYPES 1
21
22/* Define to 1 if you have the <stddef.h> header file. */
23#define HAVE_STDDEF_H 1
24
25/* Define to 1 if you have the <stdlib.h> header file. */
26#define HAVE_STDLIB_H 1
27
28/* Compiler supports 'unsigned char'. */
29#define HAVE_UNSIGNED_CHAR 1
30
31/* Compiler supports 'unsigned short'. */
32#define HAVE_UNSIGNED_SHORT 1
33
34/* Compiler does not support pointers to unspecified structures. */
35/* #undef INCOMPLETE_TYPES_BROKEN */
36
37/* Compiler has <strings.h> rather than standard <string.h>. */
38/* #undef NEED_BSD_STRINGS */
39
40/* Linker requires that global names be unique in first 15 characters. */
41/* #undef NEED_SHORT_EXTERNAL_NAMES */
42
43/* Need to include <sys/types.h> in order to obtain size_t. */
44#define NEED_SYS_TYPES_H 1
45
46/* Broken compiler shifts signed values as an unsigned shift. */
47/* #undef RIGHT_SHIFT_IS_UNSIGNED */
48
49/* Use accelerated SIMD routines. */
50#define WITH_SIMD 1
51
52/* Define to 1 if type `char' is unsigned and you are not using gcc. */
53#ifndef __CHAR_UNSIGNED__
54/* # undef __CHAR_UNSIGNED__ */
55#endif
56
57/* Define to empty if `const' does not conform to ANSI C. */
58/* #undef const */
59
60/* Define to `unsigned int' if <sys/types.h> does not define. */
61/* #undef size_t */
62

Warning: That file was not part of the compilation database. It may have many parsing errors.