Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 74586 invoked by uid 500); 19 Oct 2001 19:33:03 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 74571 invoked from network); 19 Oct 2001 19:33:03 -0000 Date: 19 Oct 2001 19:26:26 -0000 Message-ID: <20011019192626.70066.qmail@icarus.apache.org> From: bnicholes@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/misc/netware pre_nw.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bnicholes 01/10/19 12:26:26 Modified: misc/netware pre_nw.h Log: Added the expat global defines Revision Changes Path 1.2 +11 -0 apr/misc/netware/pre_nw.h Index: pre_nw.h =================================================================== RCS file: /home/cvs/apr/misc/netware/pre_nw.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pre_nw.h 2001/08/28 00:30:45 1.1 +++ pre_nw.h 2001/10/19 19:26:26 1.2 @@ -37,6 +37,17 @@ #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