aboutsummaryrefslogtreecommitdiff
path: root/dos/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'dos/config.h')
-rw-r--r--dos/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/dos/config.h b/dos/config.h
index 5b0e089f..371baa44 100644
--- a/dos/config.h
+++ b/dos/config.h
@@ -16,6 +16,9 @@
/* Define to 1 if arm decoder is enabled. */
#define HAVE_DECODER_ARM 1
+/* Define to 1 if arm64 decoder is enabled. */
+#define HAVE_DECODER_ARM64 1
+
/* Define to 1 if armthumb decoder is enabled. */
#define HAVE_DECODER_ARMTHUMB 1
@@ -46,6 +49,9 @@
/* Define to 1 if arm encoder is enabled. */
#define HAVE_ENCODER_ARM 1
+/* Define to 1 if arm64 encoder is enabled. */
+#define HAVE_ENCODER_ARM64 1
+
/* Define to 1 if armthumb encoder is enabled. */
#define HAVE_ENCODER_ARMTHUMB 1
@@ -76,6 +82,9 @@
/* Define to 1 if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
+/* Define to 1 if .lz (lzip) decompression support is enabled. */
+#define HAVE_LZIP_DECODER 1
+
/* Define to 1 to enable bt2 match finder. */
#define HAVE_MF_BT2 1