Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/libjpeg/jconfig.cfg @ 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.cfg --- source file edited by configure script */ | |
| 2 /* see jconfig.txt for explanations */ | |
| 3 | |
| 4 #undef HAVE_PROTOTYPES | |
| 5 #undef HAVE_UNSIGNED_CHAR | |
| 6 #undef HAVE_UNSIGNED_SHORT | |
| 7 #undef void | |
| 8 #undef const | |
| 9 #undef CHAR_IS_UNSIGNED | |
| 10 #undef HAVE_STDDEF_H | |
| 11 #undef HAVE_STDLIB_H | |
| 12 #undef HAVE_LOCALE_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 this if you get warnings about undefined structures. */ | |
| 18 #undef INCOMPLETE_TYPES_BROKEN | |
| 19 | |
| 20 /* Define "boolean" as unsigned char, not enum, on Windows systems. */ | |
| 21 #ifdef _WIN32 | |
| 22 #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */ | |
| 23 typedef unsigned char boolean; | |
| 24 #endif | |
| 25 #ifndef FALSE /* in case these macros already exist */ | |
| 26 #define FALSE 0 /* values of boolean */ | |
| 27 #endif | |
| 28 #ifndef TRUE | |
| 29 #define TRUE 1 | |
| 30 #endif | |
| 31 #define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */ | |
| 32 #endif | |
| 33 | |
| 34 #ifdef JPEG_INTERNALS | |
| 35 | |
| 36 #undef RIGHT_SHIFT_IS_UNSIGNED | |
| 37 #undef INLINE | |
| 38 /* These are for configuring the JPEG memory manager. */ | |
| 39 #undef DEFAULT_MAX_MEM | |
| 40 #undef NO_MKTEMP | |
| 41 | |
| 42 #endif /* JPEG_INTERNALS */ | |
| 43 | |
| 44 #ifdef JPEG_CJPEG_DJPEG | |
| 45 | |
| 46 #define BMP_SUPPORTED /* BMP image file format */ | |
| 47 #define GIF_SUPPORTED /* GIF image file format */ | |
| 48 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */ | |
| 49 #undef RLE_SUPPORTED /* Utah RLE image file format */ | |
| 50 #define TARGA_SUPPORTED /* Targa image file format */ | |
| 51 | |
| 52 #undef TWO_FILE_COMMANDLINE | |
| 53 #undef NEED_SIGNAL_CATCHER | |
| 54 #undef DONT_USE_B_MODE | |
| 55 | |
| 56 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */ | |
| 57 #undef PROGRESS_REPORT | |
| 58 | |
| 59 #endif /* JPEG_CJPEG_DJPEG */ |
