summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2001-11-02 18:25:31 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2001-11-02 18:25:31 +0000
commitba74c4ffb6ce0aef0b76f53a925195af162cd173 (patch)
tree5f8ee1906b3d012338375e7176ca04bd61c3cd0a /xml
parentd4699874058ccf7a137f080057225be3616408c3 (diff)
downloadlibapr-util-ba74c4ffb6ce0aef0b76f53a925195af162cd173.tar.gz
Added the NetWare version of config.h
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58438 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'xml')
-rw-r--r--xml/expat/lib/config.hnw23
1 files changed, 23 insertions, 0 deletions
diff --git a/xml/expat/lib/config.hnw b/xml/expat/lib/config.hnw
new file mode 100644
index 00000000..de129d34
--- /dev/null
+++ b/xml/expat/lib/config.hnw
@@ -0,0 +1,23 @@
+/*================================================================
+** Copyright 2000, Clark Cooper
+** All rights reserved.
+**
+** This is free software. You are permitted to copy, distribute, or modify
+** it under the terms of the MIT/X license (contained in the COPYING file
+** with this distribution.)
+**
+**
+*/
+
+#ifndef CONFIG_HNW
+#define CONFIG_HNW
+
+#include <memory.h>
+#include <string.h>
+
+#define XML_NS 1
+#define XML_DTD 1
+#define XML_BYTE_ORDER 12
+#define XML_CONTEXT_BYTES 1024
+
+#endif /* ndef CONFIG_HNW */