]> granicus.if.org Git - xz/commitdiff
DOS: Update config.h.
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 3 Nov 2015 18:29:58 +0000 (20:29 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 3 Nov 2015 18:29:58 +0000 (20:29 +0200)
dos/config.h

index 1ed81f67111064d9564223ab80563ed41a2e3124..725cb8ecb0844e02bb44e661790feb1269dcdb9f 100644 (file)
@@ -10,6 +10,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
 
@@ -37,6 +40,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