summaryrefslogtreecommitdiff
path: root/Build/source/extra/xz/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/extra/xz/config.h.in')
-rw-r--r--Build/source/extra/xz/config.h.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/extra/xz/config.h.in b/Build/source/extra/xz/config.h.in
index 3e95a842701..ae3fd3bf550 100644
--- a/Build/source/extra/xz/config.h.in
+++ b/Build/source/extra/xz/config.h.in
@@ -47,9 +47,6 @@
to 0 if you don't. */
#undef HAVE_DECL_PROGRAM_INVOCATION_NAME
-/* Define to 1 if decoder components are enabled. */
-#undef HAVE_DECODER
-
/* Define to 1 if arm decoder is enabled. */
#undef HAVE_DECODER_ARM
@@ -80,9 +77,6 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
-/* Define to 1 if encoder components are enabled. */
-#undef HAVE_ENCODER
-
/* Define to 1 if arm encoder is enabled. */
#undef HAVE_ENCODER_ARM
@@ -140,6 +134,9 @@
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
+/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
+#undef HAVE_MBRTOWC
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@@ -231,6 +228,9 @@
declarations. */
#undef HAVE_VISIBILITY
+/* Define to 1 if you have the `wcwidth' function. */
+#undef HAVE_WCWIDTH
+
/* Define to 1 if the system has the type `_Bool'. */
#undef HAVE__BOOL