mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Windows/MSVC: Update config.h.
This commit is contained in:
parent
9fa5949330
commit
af13781886
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,9 @@
|
||||||
/* Define to 1 if sha256 integrity check is enabled. */
|
/* Define to 1 if sha256 integrity check is enabled. */
|
||||||
#define HAVE_CHECK_SHA256 1
|
#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 to 1 if arm decoder is enabled. */
|
||||||
#define HAVE_DECODER_ARM 1
|
#define HAVE_DECODER_ARM 1
|
||||||
|
|
||||||
|
@ -42,6 +45,9 @@
|
||||||
/* Define to 1 if x86 decoder is enabled. */
|
/* Define to 1 if x86 decoder is enabled. */
|
||||||
#define HAVE_DECODER_X86 1
|
#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 to 1 if arm encoder is enabled. */
|
||||||
#define HAVE_ENCODER_ARM 1
|
#define HAVE_ENCODER_ARM 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue