blautenb 2003/04/23 00:30:55
Modified: c/src/framework XSECConfig.hpp.in XSECW32Config.hpp
Log:
Fixes from Scott Cantor and Derek Atkins
Revision Changes Path
1.4 +13 -0 xml-security/c/src/framework/XSECConfig.hpp.in
Index: XSECConfig.hpp.in
===================================================================
RCS file: /home/cvs/xml-security/c/src/framework/XSECConfig.hpp.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XSECConfig.hpp.in 22 Feb 2003 08:47:24 -0000 1.3
+++ XSECConfig.hpp.in 23 Apr 2003 07:30:55 -0000 1.4
@@ -66,6 +66,11 @@
*
*/
+#undef XSEC_VERSION
+#undef XSEC_VERSION_MAJOR
+#undef XSEC_VERSION_MEDIUM
+#undef XSEC_VERSION_MINOR
+
/*
* The following defines whether Xalan integration is required.
*
@@ -74,6 +79,14 @@
*/
#undef XSEC_NO_XALAN
+
+/*
+ * Define presence of cryptographic providers
+ */
+
+#undef HAVE_OPENSSL
+
+#undef HAVE_WINCAPI
/*
* Macros used to determine what header files exist on this
1.7 +12 -9 xml-security/c/src/framework/XSECW32Config.hpp
Index: XSECW32Config.hpp
===================================================================
RCS file: /home/cvs/xml-security/c/src/framework/XSECW32Config.hpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- XSECW32Config.hpp 22 Apr 2003 22:35:18 -0000 1.6
+++ XSECW32Config.hpp 23 Apr 2003 07:30:55 -0000 1.7
@@ -70,7 +70,9 @@
*
*/
-#define XSEC_VERSION 0.11
+#define XSEC_VERSION "0.2.0"
+#define XSEC_VERSION_MAJOR
+#define XSEC_VERSION_MINOR
/*
* The following defines whether Xalan integration is required.
@@ -82,6 +84,14 @@
/* #define XSEC_NO_XALAN */
/*
+ * Define presence of cryptographic providers
+ */
+
+#define HAVE_OPENSSL 1
+
+#define HAVE_WINCAPI 1
+
+/*
* Macros used to determine what header files exist on this
* system
*/
@@ -92,10 +102,3 @@
/* Windows direct.h */
#define HAVE_DIRECT_H 1
-/*
- * Macros used to identify what crypto providers are available
- */
-
-#define HAVE_OPENSSL 1
-
-#define HAVE_WINCAPI 1