summaryrefslogtreecommitdiff
path: root/expat/expat_config.h.cmake
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2019-09-02 23:48:25 +0200
committerSebastian Pipping <sebastian@pipping.org>2019-09-03 00:36:36 +0200
commit3e38a17340bdb3c191a4bf3e720f358c4cf01d84 (patch)
tree2d20ce331280723ee15e5b23d5ce524e9da872d7 /expat/expat_config.h.cmake
parentc7d639115bfea8ce596dec95ba6756aa99ac6831 (diff)
downloadlibexpat-git-3e38a17340bdb3c191a4bf3e720f358c4cf01d84.tar.gz
CMake: Fix use of XML_UNICODE and XML_UNICODE_WCHAR_T
C/C++ code is not ready to get those from expat_config.h, yet.
Diffstat (limited to 'expat/expat_config.h.cmake')
-rw-r--r--expat/expat_config.h.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/expat/expat_config.h.cmake b/expat/expat_config.h.cmake
index bb8c86cd..173fed16 100644
--- a/expat/expat_config.h.cmake
+++ b/expat/expat_config.h.cmake
@@ -103,12 +103,6 @@
/* Define to make XML Namespaces functionality available. */
#cmakedefine XML_NS
-/* Define to use UTF-16 chars (two bytes). */
-#cmakedefine XML_UNICODE
-
-/* Define to use wchar_t as UTF-16 char type instead of unsigned short. */
-#cmakedefine XML_UNICODE_WCHAR_T
-
/* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
#ifdef _MSC_VER
# define __func__ __FUNCTION__