[Python-checkins] CVS: python/dist/src/PC pyconfig.h,1.1,1.2 readme.txt,1.23,1.24

Tim Peters tim_one@users.sourceforge.net
Thu, 26 Jul 2001 14:35:01 -0700


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

Modified Files:
	pyconfig.h readme.txt 
Log Message:
Repair more now-obsolete references to config.h.


Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/pyconfig.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pyconfig.h	2001/07/26 13:41:05	1.1
--- pyconfig.h	2001/07/26 21:34:59	1.2
***************
*** 2,6 ****
  #define Py_CONFIG_H
  
! /* config.h.  NOT Generated automatically by configure.
  
  This is a manually maintained version used for the Watcom,
--- 2,6 ----
  #define Py_CONFIG_H
  
! /* pyconfig.h.  NOT Generated automatically by configure.
  
  This is a manually maintained version used for the Watcom,

Index: readme.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/readme.txt,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** readme.txt	2000/11/13 17:21:58	1.23
--- readme.txt	2001/07/26 21:34:59	1.24
***************
*** 51,55 ****
  files or build settings so you can make custom builds.
  
! config.h    An important configuration file specific to PC's.
  
  config.c    The list of C modules to include in the Python PC
--- 51,55 ----
  files or build settings so you can make custom builds.
  
! pyconfig.h    An important configuration file specific to PC's.
  
  config.c    The list of C modules to include in the Python PC