[Python-checkins] CVS: python/dist/src/Modules/expat xmlparse.c,1.1.1.1,1.2 xmlrole.c,1.1.1.1,1.2 xmltok.c,1.1.1.1,1.2

Martin v. L?wis loewis@users.sourceforge.net
Mon, 11 Feb 2002 15:16:34 -0800


Update of /cvsroot/python/python/dist/src/Modules/expat
In directory usw-pr-cvs1:/tmp/cvs-serv9012

Modified Files:
	xmlparse.c xmlrole.c xmltok.c 
Log Message:
Disable usage of Expat's config.h.


Index: xmlparse.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/expat/xmlparse.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** xmlparse.c	11 Feb 2002 23:13:06 -0000	1.1.1.1
--- xmlparse.c	11 Feb 2002 23:16:32 -0000	1.2
***************
*** 10,14 ****
--- 10,16 ----
  #  undef XMLPARSEAPI
  #else
+ #ifdef HAVE_CONFIG_H
  #include <config.h>
+ #endif
  
  #ifdef __declspec

Index: xmlrole.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/expat/xmlrole.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** xmlrole.c	11 Feb 2002 23:13:07 -0000	1.1.1.1
--- xmlrole.c	11 Feb 2002 23:16:32 -0000	1.2
***************
*** 10,14 ****
--- 10,16 ----
  #  include "winconfig.h"
  #else
+ #ifdef HAVE_CONFIG_H
  #  include <config.h>
+ #endif
  #endif /* ndef COMPILED_FROM_DSP */
  

Index: xmltok.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/expat/xmltok.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** xmltok.c	11 Feb 2002 23:13:07 -0000	1.1.1.1
--- xmltok.c	11 Feb 2002 23:16:32 -0000	1.2
***************
*** 7,11 ****
--- 7,13 ----
  #  include "winconfig.h"
  #else
+ #ifdef HAVE_CONFIG_H
  #  include <config.h>
+ #endif
  #endif /* ndef COMPILED_FROM_DSP */