diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-01-17 12:29:30 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-01-17 12:29:30 +0100 |
| commit | 2f09e96b6d478a56484bdb6d771a3dced8c37126 (patch) | |
| tree | ec81147a77a06f90ffa130da08ed60afe10965cc /jpeg/jconfig.h | |
| parent | 8941dd1ab7c9d9c8b1b0db3d49c557487ca31eca (diff) | |
Update bundled libjpeg to version 9e (16 jan 2022)
Diffstat (limited to 'jpeg/jconfig.h')
| -rw-r--r-- | jpeg/jconfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jpeg/jconfig.h b/jpeg/jconfig.h index a73242fbd..340eb91e5 100644 --- a/jpeg/jconfig.h +++ b/jpeg/jconfig.h @@ -16,9 +16,9 @@ /* #undef void */ /* #undef const */ /* #undef CHAR_IS_UNSIGNED */ -/* #define HAVE_STDDEF_H 1 */ /* FLTK */ +#define HAVE_STDDEF_H 1 #define HAVE_STDLIB_H 1 -/* #define HAVE_LOCALE_H 1 */ /* FLTK */ +#define HAVE_LOCALE_H 1 /* #undef NEED_BSD_STRINGS */ /* #undef NEED_SYS_TYPES_H */ /* #undef NEED_FAR_POINTERS */ @@ -43,7 +43,7 @@ typedef unsigned char boolean; #ifdef JPEG_INTERNALS /* #undef RIGHT_SHIFT_IS_UNSIGNED */ -/* #define INLINE __inline__ */ /* FLTK */ +#define INLINE __inline__ /* These are for configuring the JPEG memory manager. */ /* #undef DEFAULT_MAX_MEM */ /* #undef NO_MKTEMP */ |
