[Python-checkins] python/dist/src/Mac/mwerks mwerks_pyexpat_config.h,NONE,1.1.2.1

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 21 Feb 2003 13:56:58 -0800


Update of /cvsroot/python/python/dist/src/Mac/mwerks
In directory sc8-pr-cvs1:/tmp/cvs-serv2383

Added Files:
      Tag: r23a2-branch
	mwerks_pyexpat_config.h 
Log Message:
Pyexpat needs a specific definitions file again.

--- NEW FILE: mwerks_pyexpat_config.h ---
/*
** Configuration file for dynamically loaded Carbon pyexpat module.
*/
#include "mwerks_shcarbon_config.h"

#define XML_NS 1
#define XML_DTD 1
#define BYTEORDER 4321
#define XML_CONTEXT_BYTES 1024