diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2015-11-03 20:31:31 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2016-06-28 21:09:46 +0300 |
commit | 42131a25e52bfe400acfa7df93469a96bb78bb78 (patch) | |
tree | 7bf97ba223f41399d5d7bbe57b823cefe58188c9 /windows | |
parent | DOS: Update config.h. (diff) | |
download | xz-42131a25e52bfe400acfa7df93469a96bb78bb78.tar.xz |
Windows/MSVC: Update config.h.
Diffstat (limited to 'windows')
-rw-r--r-- | windows/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/windows/config.h b/windows/config.h index 9b1b375a..71f353f4 100644 --- a/windows/config.h +++ b/windows/config.h @@ -15,6 +15,9 @@ /* Define to 1 if sha256 integrity check is enabled. */ #define HAVE_CHECK_SHA256 1 +/* Define to 1 if any of HAVE_DECODER_foo have been defined. */ +#define HAVE_DECODERS 1 + /* Define to 1 if arm decoder is enabled. */ #define HAVE_DECODER_ARM 1 @@ -42,6 +45,9 @@ /* Define to 1 if x86 decoder is enabled. */ #define HAVE_DECODER_X86 1 +/* Define to 1 if any of HAVE_ENCODER_foo have been defined. */ +#define HAVE_ENCODERS 1 + /* Define to 1 if arm encoder is enabled. */ #define HAVE_ENCODER_ARM 1 |