fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / jpeg / configs / jconfig.h
blob0c430518c0e49dab7a459d09bfdbb415ccc38e76
1 /* jconfig.h. Generated from jconfig.cfg by configure. */
2 /* jconfig.cfg --- source file edited by configure script */
3 /* see jconfig.txt for explanations */
5 #define HAVE_PROTOTYPES 1
6 #define HAVE_UNSIGNED_CHAR 1
7 #define HAVE_UNSIGNED_SHORT 1
8 /* #undef void */
9 /* #undef const */
10 /* #undef CHAR_IS_UNSIGNED */
11 #define HAVE_STDDEF_H 1
12 #define HAVE_STDLIB_H 1
13 #define HAVE_LOCALE_H 1
14 /* #undef NEED_BSD_STRINGS */
15 /* #undef NEED_SYS_TYPES_H */
16 /* #undef NEED_FAR_POINTERS */
17 /* #undef NEED_SHORT_EXTERNAL_NAMES */
18 /* Define this if you get warnings about undefined structures. */
19 /* #undef INCOMPLETE_TYPES_BROKEN */
21 /* Define "boolean" as unsigned char, not enum, on Windows systems. */
22 #ifdef _WIN32
23 #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
24 typedef unsigned char boolean;
25 #endif
26 #ifndef FALSE /* in case these macros already exist */
27 #define FALSE 0 /* values of boolean */
28 #endif
29 #ifndef TRUE
30 #define TRUE 1
31 #endif
32 #define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
33 #endif
35 #ifdef JPEG_INTERNALS
37 /* #undef RIGHT_SHIFT_IS_UNSIGNED */
38 #ifdef WNT
39 #define INLINE __inline
40 #elif defined SOLARIS
41 #define INLINE
42 #else
43 #define INLINE inline
44 #endif
45 /* These are for configuring the JPEG memory manager. */
46 /* #undef DEFAULT_MAX_MEM */
47 /* #undef NO_MKTEMP */
49 #endif /* JPEG_INTERNALS */
51 #ifdef JPEG_CJPEG_DJPEG
53 #undef BMP_SUPPORTED /* BMP image file format */
54 #undef GIF_SUPPORTED /* GIF image file format */
55 #undef PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
56 /* #undef RLE_SUPPORTED */
57 #undef TARGA_SUPPORTED /* Targa image file format */
59 /* #undef TWO_FILE_COMMANDLINE */
60 /* #undef NEED_SIGNAL_CATCHER */
61 /* #undef DONT_USE_B_MODE */
63 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
64 /* #undef PROGRESS_REPORT */
66 #endif /* JPEG_CJPEG_DJPEG */