Toggle off Xalan in a config macro to avoid dependency on xmlsec header correctness.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 24 May 2007 20:59:41 +0000 (20:59 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 24 May 2007 20:59:41 +0000 (20:59 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@334 de75baf8-a10c-0410-a50a-987c0e22f00f

config_win32.h
xmltooling/config_pub_win32.h

index 1ff6630..1fbb096 100644 (file)
@@ -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 */
 
index 958211c..75ac0f9 100644 (file)
@@ -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