[Python-checkins] CVS: python/dist/src/Include Python.h,2.35,2.36 pgenheaders.h,2.24,2.25 pyport.h,2.27,2.28

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


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

Modified Files:
	Python.h pgenheaders.h pyport.h 
Log Message:
Patch #411138: Rename config.h to pyconfig.h.  Closes bug #231774.


Index: Python.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/Python.h,v
retrieving revision 2.35
retrieving revision 2.36
diff -C2 -d -r2.35 -r2.36
*** Python.h	2001/07/16 02:29:45	2.35
--- Python.h	2001/07/26 13:41:05	2.36
***************
*** 22,26 ****
  
  #include "patchlevel.h"
! #include "config.h"
  
  #ifdef HAVE_LIMITS_H
--- 22,26 ----
  
  #include "patchlevel.h"
! #include "pyconfig.h"
  
  #ifdef HAVE_LIMITS_H

Index: pgenheaders.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pgenheaders.h,v
retrieving revision 2.24
retrieving revision 2.25
diff -C2 -d -r2.24 -r2.25
*** pgenheaders.h	2000/09/01 23:29:26	2.24
--- pgenheaders.h	2001/07/26 13:41:05	2.25
***************
*** 8,12 ****
  /* Include files and extern declarations used by most of the parser. */
  
! #include "config.h"
  
  /* config.h may or may not define DL_IMPORT */
--- 8,12 ----
  /* Include files and extern declarations used by most of the parser. */
  
! #include "pyconfig.h"
  
  /* config.h may or may not define DL_IMPORT */

Index: pyport.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pyport.h,v
retrieving revision 2.27
retrieving revision 2.28
diff -C2 -d -r2.27 -r2.28
*** pyport.h	2001/05/14 22:32:33	2.27
--- pyport.h	2001/07/26 13:41:05	2.28
***************
*** 2,6 ****
  #define Py_PYPORT_H
  
! #include "config.h" /* include for defines */
  
  /**************************************************************************
--- 2,6 ----
  #define Py_PYPORT_H
  
! #include "pyconfig.h" /* include for defines */
  
  /**************************************************************************