diff options
author | Brad King <brad.king@kitware.com> | 2016-05-05 19:10:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-05-05 19:10:03 (GMT) |
commit | 4544c68a6ed18a42edb10903b9e0d4983a0e2f5c (patch) | |
tree | e16cac68e865e7c54d42c973689717cec68851a8 /Utilities/cmexpat/expat_config.h.cmake | |
parent | 9f7de3960cbf3e36ce3a83b57d48bef7116693de (diff) | |
download | CMake-4544c68a6ed18a42edb10903b9e0d4983a0e2f5c.zip CMake-4544c68a6ed18a42edb10903b9e0d4983a0e2f5c.tar.gz CMake-4544c68a6ed18a42edb10903b9e0d4983a0e2f5c.tar.bz2 |
expat: Hard-code configuration options for our needs
Also include our configured header on Windows too to get the same
configuration.
Diffstat (limited to 'Utilities/cmexpat/expat_config.h.cmake')
-rw-r--r-- | Utilities/cmexpat/expat_config.h.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Utilities/cmexpat/expat_config.h.cmake b/Utilities/cmexpat/expat_config.h.cmake index bd2ade0..ad540d6 100644 --- a/Utilities/cmexpat/expat_config.h.cmake +++ b/Utilities/cmexpat/expat_config.h.cmake @@ -56,13 +56,13 @@ /* Define to specify how much context to retain around the current parse point. */ -#cmakedefine XML_CONTEXT_BYTES @XML_CONTEXT_BYTES@ +#define XML_CONTEXT_BYTES 1024 /* Define to make parameter entity parsing functionality available. */ -#cmakedefine XML_DTD +/* #undef XML_DTD */ /* Define to make XML Namespaces functionality available. */ -#cmakedefine XML_NS +/* #undef XML_NS */ /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */ #ifdef _MSC_VER |