summaryrefslogtreecommitdiff
path: root/misc/netware
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2001-10-19 19:26:26 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2001-10-19 19:26:26 +0000
commit48d26c9ca7cc0413e9add8b6030a26769947a53f (patch)
treea2a3dfba7cc487a26898c785e84caa8033a35029 /misc/netware
parent22bbf6b39c407a7f63e9cc7637f094e83d96678a (diff)
downloadlibapr-48d26c9ca7cc0413e9add8b6030a26769947a53f.tar.gz
Added the expat global defines
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62443 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc/netware')
-rw-r--r--misc/netware/pre_nw.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/netware/pre_nw.h b/misc/netware/pre_nw.h
index 6a3d99c45..582ad4283 100644
--- a/misc/netware/pre_nw.h
+++ b/misc/netware/pre_nw.h
@@ -37,6 +37,17 @@ typedef unsigned long long uint64_t;
#define __int64 long long
#endif
+/* expat version */
+#define VERSION "expat_1.95.1"
+#define EXPAT_MAJOR_VERSION 1
+#define EXPAT_MINOR_VERSION 95
+#define EXPAT_EDIT 2
+
+#define XML_MAJOR_VERSION EXPAT_MAJOR_VERSION
+#define XML_MINOR_VERSION EXPAT_MINOR_VERSION
+#define XML_MICRO_VERSION EXPAT_EDIT
+
+
#endif