[Python-checkins] CVS: python/dist/src/Modules _testcapimodule.c,1.9,1.10 getbuildinfo.c,2.6,2.7 posixmodule.c,2.194,2.195

Martin v. L?wis loewis@users.sourceforge.net
Thu, 26 Jul 2001 06:41:07 -0700


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

Modified Files:
	_testcapimodule.c getbuildinfo.c posixmodule.c 
Log Message:
Patch #411138: Rename config.h to pyconfig.h.  Closes bug #231774.


Index: _testcapimodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_testcapimodule.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** _testcapimodule.c	2001/06/26 22:40:47	1.9
--- _testcapimodule.c	2001/07/26 13:41:05	1.10
***************
*** 26,30 ****
  }
  
! /* Test #defines from config.h (particularly the SIZEOF_* defines).
  
     The ones derived from autoconf on the UNIX-like OSes can be relied
--- 26,30 ----
  }
  
! /* Test #defines from pyconfig.h (particularly the SIZEOF_* defines).
  
     The ones derived from autoconf on the UNIX-like OSes can be relied

Index: getbuildinfo.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/getbuildinfo.c,v
retrieving revision 2.6
retrieving revision 2.7
diff -C2 -d -r2.6 -r2.7
*** getbuildinfo.c	2000/07/21 06:00:07	2.6
--- getbuildinfo.c	2001/07/26 13:41:05	2.7
***************
*** 1,3 ****
! #include "config.h"
  
  #ifdef macintosh
--- 1,3 ----
! #include "pyconfig.h"
  
  #ifdef macintosh

Index: posixmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/posixmodule.c,v
retrieving revision 2.194
retrieving revision 2.195
diff -C2 -d -r2.194 -r2.195
*** posixmodule.c	2001/07/19 20:48:32	2.194
--- posixmodule.c	2001/07/26 13:41:05	2.195
***************
*** 47,51 ****
  
  /* Various compilers have only certain posix functions */
! /* XXX Gosh I wish these were all moved into config.h */
  #if defined(PYCC_VACPP) && defined(PYOS_OS2)
  #include <process.h>
--- 47,51 ----
  
  /* Various compilers have only certain posix functions */
! /* XXX Gosh I wish these were all moved into pyconfig.h */
  #if defined(PYCC_VACPP) && defined(PYOS_OS2)
  #include <process.h>