[Python-checkins] CVS: python/dist/src/PC config.h,1.50,1.51

Tim Peters tim_one@users.sourceforge.net
Fri, 20 Apr 2001 20:20:49 -0700


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

Modified Files:
	config.h 
Log Message:
SF bug #417508: 'hypot' not found with Borland C++Build.


Index: config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/config.h,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -r1.50 -r1.51
*** config.h	2001/04/18 21:12:25	1.50
--- config.h	2001/04/21 03:20:47	1.51
***************
*** 177,180 ****
--- 177,182 ----
  #define LONG_LONG __int64
  
+ #undef HAVE_HYPOT
+ 
  #else /* !_WIN32 */
  #error "Only Win32 and later are supported"