summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2010-12-25 14:42:54 +0000
committerGuenter Knauf <fuankg@apache.org>2010-12-25 14:42:54 +0000
commitbc6802461023d2c755c45fb8f07f85b38ae42577 (patch)
tree27a2918097a5ce36b65fcb3b403bbeff2c84e5ab
parent6174f259eba6113c86d5b24d47815d512d780f72 (diff)
downloadapr-bc6802461023d2c755c45fb8f07f85b38ae42577.tar.gz
Removed stuff defined in expat.h; moved license to top.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@1052792 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/arch/netware/apr_arch_pre_nw.h36
1 files changed, 13 insertions, 23 deletions
diff --git a/include/arch/netware/apr_arch_pre_nw.h b/include/arch/netware/apr_arch_pre_nw.h
index 36d9942c1..7380e1182 100644
--- a/include/arch/netware/apr_arch_pre_nw.h
+++ b/include/arch/netware/apr_arch_pre_nw.h
@@ -1,16 +1,3 @@
-#ifndef __pre_nw__
-#define __pre_nw__
-
-#include <stdint.h>
-
-#ifndef __GNUC__
-#pragma precompile_target "precomp.mch"
-#endif
-
-#define NETWARE
-
-#define N_PLAT_NLM
-
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
@@ -26,6 +13,19 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+#ifndef __pre_nw__
+#define __pre_nw__
+
+#include <stdint.h>
+
+#ifndef __GNUC__
+#pragma precompile_target "precomp.mch"
+#endif
+
+#define NETWARE
+
+#define N_PLAT_NLM
+
#define FAR
#define far
@@ -51,16 +51,6 @@
#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