[Python-checkins] CVS: python/dist/src/Python atof.c,2.7,2.8 fmod.c,2.13,2.14 getmtime.c,2.16,2.17 hypot.c,2.3,2.4 pyfpe.c,2.6,2.7 strtod.c,1.10,1.11 thread.c,2.36,2.37

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


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

Modified Files:
	atof.c fmod.c getmtime.c hypot.c pyfpe.c strtod.c thread.c 
Log Message:
Patch #411138: Rename config.h to pyconfig.h.  Closes bug #231774.


Index: atof.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/atof.c,v
retrieving revision 2.7
retrieving revision 2.8
diff -C2 -d -r2.7 -r2.8
*** atof.c	2000/09/01 23:29:28	2.7
--- atof.c	2001/07/26 13:41:06	2.8
***************
*** 5,9 ****
     But it's good enough for the occasional string literal... */
  
! #include "config.h"
  
  #include <ctype.h>
--- 5,9 ----
     But it's good enough for the occasional string literal... */
  
! #include "pyconfig.h"
  
  #include <ctype.h>

Index: fmod.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/fmod.c,v
retrieving revision 2.13
retrieving revision 2.14
diff -C2 -d -r2.13 -r2.14
*** fmod.c	2000/09/01 23:29:28	2.13
--- fmod.c	2001/07/26 13:41:06	2.14
***************
*** 2,6 ****
  /* Portable fmod(x, y) implementation for systems that don't have it */
  
! #include "config.h"
  
  #include "pyport.h"
--- 2,6 ----
  /* Portable fmod(x, y) implementation for systems that don't have it */
  
! #include "pyconfig.h"
  
  #include "pyport.h"

Index: getmtime.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/getmtime.c,v
retrieving revision 2.16
retrieving revision 2.17
diff -C2 -d -r2.16 -r2.17
*** getmtime.c	2001/01/18 03:03:16	2.16
--- getmtime.c	2001/07/26 13:41:06	2.17
***************
*** 5,9 ****
  
  #include "Python.h"
! #include "config.h"
  
  time_t
--- 5,9 ----
  
  #include "Python.h"
! #include "pyconfig.h"
  
  time_t

Index: hypot.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/hypot.c,v
retrieving revision 2.3
retrieving revision 2.4
diff -C2 -d -r2.3 -r2.4
*** hypot.c	2000/07/31 15:28:04	2.3
--- hypot.c	2001/07/26 13:41:06	2.4
***************
*** 1,5 ****
  /* hypot() replacement */
  
! #include "config.h"
  #include "pyport.h"
  
--- 1,5 ----
  /* hypot() replacement */
  
! #include "pyconfig.h"
  #include "pyport.h"
  

Index: pyfpe.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/pyfpe.c,v
retrieving revision 2.6
retrieving revision 2.7
diff -C2 -d -r2.6 -r2.7
*** pyfpe.c	2000/07/22 18:47:25	2.6
--- pyfpe.c	2001/07/26 13:41:06	2.7
***************
*** 1,3 ****
! #include "config.h"
  #include "pyfpe.h"
  /* 
--- 1,3 ----
! #include "pyconfig.h"
  #include "pyfpe.h"
  /* 

Index: strtod.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/strtod.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** strtod.c	2000/07/22 18:47:25	1.10
--- strtod.c	2001/07/26 13:41:06	1.11
***************
*** 1,3 ****
! #include "config.h"
  
  /* comp.sources.misc strtod(), as posted in comp.lang.tcl,
--- 1,3 ----
! #include "pyconfig.h"
  
  /* comp.sources.misc strtod(), as posted in comp.lang.tcl,

Index: thread.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/thread.c,v
retrieving revision 2.36
retrieving revision 2.37
diff -C2 -d -r2.36 -r2.37
*** thread.c	2000/10/06 15:48:38	2.36
--- thread.c	2001/07/26 13:41:06	2.37
***************
*** 6,10 ****
     Stuff shared by all thread_*.h files is collected here. */
  
! #include "config.h"
  
  /* config.h may or may not define DL_IMPORT */
--- 6,10 ----
     Stuff shared by all thread_*.h files is collected here. */
  
! #include "pyconfig.h"
  
  /* config.h may or may not define DL_IMPORT */