You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2010/12/25 15:42:00 UTC

svn commit: r1052791 - /apr/apr/branches/1.3.x/include/arch/netware/apr_arch_pre_nw.h

Author: fuankg
Date: Sat Dec 25 14:41:59 2010
New Revision: 1052791

URL: http://svn.apache.org/viewvc?rev=1052791&view=rev
Log:
Removed stuff defined in expat.h; moved license to top.

Modified:
    apr/apr/branches/1.3.x/include/arch/netware/apr_arch_pre_nw.h

Modified: apr/apr/branches/1.3.x/include/arch/netware/apr_arch_pre_nw.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/include/arch/netware/apr_arch_pre_nw.h?rev=1052791&r1=1052790&r2=1052791&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/include/arch/netware/apr_arch_pre_nw.h (original)
+++ apr/apr/branches/1.3.x/include/arch/netware/apr_arch_pre_nw.h Sat Dec 25 14:41:59 2010
@@ -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