diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2015-11-03 20:29:58 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2015-11-03 20:29:58 +0200 |
commit | 9fa5949330f162c5a2f6653f83025327837e8f39 (patch) | |
tree | f446a63f830d968724491a6207c05f7cb8dbf051 /dos/config.h | |
parent | xz: Make xz buildable even when encoders or decoders are disabled. (diff) | |
download | xz-9fa5949330f162c5a2f6653f83025327837e8f39.tar.xz |
DOS: Update config.h.
Diffstat (limited to 'dos/config.h')
-rw-r--r-- | dos/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dos/config.h b/dos/config.h index 1ed81f67..725cb8ec 100644 --- a/dos/config.h +++ b/dos/config.h @@ -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 |