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
