[Python-checkins] CVS: python/dist/src/PC pyconfig.h,1.4,1.5

Tim Peters tim_one@users.sourceforge.net
Tue, 30 Oct 2001 13:09:57 -0800


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

Modified Files:
	pyconfig.h 
Log Message:
SF bug #474077 2.2b1: Error compiling extns with BCC
Removed "#undef HAVE_HYPOT" line from Borland config, as suggested.
Whether this will break some other Borland usage is a good question I
can't answer.


Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/pyconfig.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pyconfig.h	2001/09/06 00:32:15	1.4
--- pyconfig.h	2001/10/30 21:09:55	1.5
***************
*** 181,185 ****
  #define LONG_LONG __int64
  
- #undef HAVE_HYPOT
  #undef HAVE_SYS_UTIME_H
  #define HAVE_UTIME_H
--- 181,184 ----