comparison mupdf-source/thirdparty/libjpeg/jconfig.xc @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
1 /* jconfig.xc --- jconfig.h for Xcode Apple Clang on Apple Darwin/macOS.
2 * Generated from jconfig.cfg by configure.
3 * jconfig.cfg --- source file edited by configure script.
4 * See jconfig.txt for explanations.
5 */
6
7 #define HAVE_PROTOTYPES 1
8 #define HAVE_UNSIGNED_CHAR 1
9 #define HAVE_UNSIGNED_SHORT 1
10 /* #undef void */
11 /* #undef const */
12 /* #undef CHAR_IS_UNSIGNED */
13 #define HAVE_STDDEF_H 1
14 #define HAVE_STDLIB_H 1
15 #define HAVE_LOCALE_H 1
16 /* #undef NEED_BSD_STRINGS */
17 /* #undef NEED_SYS_TYPES_H */
18 /* #undef NEED_FAR_POINTERS */
19 /* #undef NEED_SHORT_EXTERNAL_NAMES */
20 /* Define this if you get warnings about undefined structures. */
21 /* #undef INCOMPLETE_TYPES_BROKEN */
22
23 /* Define "boolean" as unsigned char, not enum, on Windows systems. */
24 #ifdef _WIN32
25 #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
26 typedef unsigned char boolean;
27 #endif
28 #ifndef FALSE /* in case these macros already exist */
29 #define FALSE 0 /* values of boolean */
30 #endif
31 #ifndef TRUE
32 #define TRUE 1
33 #endif
34 #define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
35 #endif
36
37 #ifdef JPEG_INTERNALS
38
39 /* #undef RIGHT_SHIFT_IS_UNSIGNED */
40 #define INLINE __inline__
41 /* These are for configuring the JPEG memory manager. */
42 /* #undef DEFAULT_MAX_MEM */
43 /* #undef NO_MKTEMP */
44
45 #endif /* JPEG_INTERNALS */
46
47 #ifdef JPEG_CJPEG_DJPEG
48
49 #define BMP_SUPPORTED /* BMP image file format */
50 #define GIF_SUPPORTED /* GIF image file format */
51 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
52 /* #undef RLE_SUPPORTED */
53 #define TARGA_SUPPORTED /* Targa image file format */
54
55 /* #undef TWO_FILE_COMMANDLINE */
56 /* #undef NEED_SIGNAL_CATCHER */
57 /* #undef DONT_USE_B_MODE */
58
59 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
60 /* #undef PROGRESS_REPORT */
61
62 #endif /* JPEG_CJPEG_DJPEG */