[Python-checkins] CVS: python/dist/src/Misc Porting,3.1,3.2

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


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

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


Index: Porting
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/Porting,v
retrieving revision 3.1
retrieving revision 3.2
diff -C2 -d -r3.1 -r3.2
*** Porting	1998/08/10 16:36:48	3.1
--- Porting	2001/07/26 13:41:05	3.2
***************
*** 20,25 ****
  Makefiles tell the story.
  
! You'll also need a config.h file tailored for your platform.  You can
! start with config.h.in, read the comments and turn on definitions that
  apply to your platform.
  
--- 20,25 ----
  Makefiles tell the story.
  
! You'll also need a pyconfig.h file tailored for your platform.  You can
! start with pyconfig.h.in, read the comments and turn on definitions that
  apply to your platform.