From: Scott Cantor Date: Thu, 24 May 2007 20:59:41 +0000 (+0000) Subject: Toggle off Xalan in a config macro to avoid dependency on xmlsec header correctness. X-Git-Tag: 1.0-alpha1~13 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=8b4e40c9692eb5290b8a144b74eb0612dc9612e5 Toggle off Xalan in a config macro to avoid dependency on xmlsec header correctness. --- diff --git a/config_win32.h b/config_win32.h index 1ff6630..1fbb096 100644 --- a/config_win32.h +++ b/config_win32.h @@ -96,6 +96,9 @@ /* Define if you wish to disable XML-Security-dependent features. */ /* #undef XMLTOOLING_NO_XMLSEC */ +/* Define if you wish to disable Xalan-dependent features. */ +#define XSEC_NO_XALAN + /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff --git a/xmltooling/config_pub_win32.h b/xmltooling/config_pub_win32.h index 958211c..75ac0f9 100644 --- a/xmltooling/config_pub_win32.h +++ b/xmltooling/config_pub_win32.h @@ -7,3 +7,6 @@ /* Define to 1 to disable XML-Security-dependent features. */ /* #undef XMLTOOLING_NO_XMLSEC */ + +/* Define if you wish to disable Xalan-dependent features. */ +#define XSEC_NO_XALAN