diff options
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/config_archive.c | 4 | ||||
| -rw-r--r-- | src/config/general.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/config/config_archive.c b/src/config/config_archive.c index 3644b5de8..eceebaecb 100644 --- a/src/config/config_archive.c +++ b/src/config/config_archive.c @@ -30,3 +30,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); */ PROVIDE_REQUIRING_SYMBOL(); + +#ifdef IMAGE_ZLIB +REQUIRE_OBJECT ( zlib ); +#endif diff --git a/src/config/general.h b/src/config/general.h index fd317be96..d6653795e 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -117,6 +117,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define IMAGE_PNG /* PNG image support */ #define IMAGE_DER /* DER image support */ #define IMAGE_PEM /* PEM image support */ +#define IMAGE_ZLIB /* ZLIB image support */ /* * Command-line commands to include |
