diff options
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 |