comparison mupdf-source/thirdparty/libjpeg/jconfig.st @ 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.st --- jconfig.h for Atari ST/Mega/STE/TT/Falcon
2 * using Pure C or Turbo C. See jconfig.txt for explanations.
3 */
4
5 #define HAVE_PROTOTYPES
6 #define HAVE_UNSIGNED_CHAR
7 #define HAVE_UNSIGNED_SHORT
8 /* #define void char */
9 /* #define const */
10 #undef CHAR_IS_UNSIGNED
11 #define HAVE_STDDEF_H
12 #define HAVE_STDLIB_H
13 #undef NEED_BSD_STRINGS
14 #undef NEED_SYS_TYPES_H
15 #undef NEED_FAR_POINTERS
16 #undef NEED_SHORT_EXTERNAL_NAMES
17 #define INCOMPLETE_TYPES_BROKEN /* suppress undefined-structure warnings */
18
19 #ifdef JPEG_INTERNALS
20
21 #undef RIGHT_SHIFT_IS_UNSIGNED
22
23 #define ALIGN_TYPE long /* apparently double is a weird size? */
24
25 #endif /* JPEG_INTERNALS */
26
27 #ifdef JPEG_CJPEG_DJPEG
28
29 #define BMP_SUPPORTED /* BMP image file format */
30 #define GIF_SUPPORTED /* GIF image file format */
31 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
32 #undef RLE_SUPPORTED /* Utah RLE image file format */
33 #define TARGA_SUPPORTED /* Targa image file format */
34
35 #define TWO_FILE_COMMANDLINE /* optional -- undef if you like Unix style */
36 /* Note: if you undef TWO_FILE_COMMANDLINE, you may need to define
37 * USE_SETMODE. Some Atari compilers require it, some do not.
38 */
39 #define NEED_SIGNAL_CATCHER /* needed if you use jmemname.c */
40 #undef DONT_USE_B_MODE
41 #undef PROGRESS_REPORT /* optional */
42
43 #endif /* JPEG_CJPEG_DJPEG */