summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-04-21 03:20:47 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-04-21 03:20:47 (GMT)
commit7f00deb032eae76dfd5dcfbd1105cd223baa8848 (patch)
tree84451e8b32c76a146a15faa7862278cf73af9a43 /PC
parentcf96de052f656c400ecfd8302d6507e4f586c365 (diff)
downloadcpython-7f00deb032eae76dfd5dcfbd1105cd223baa8848.zip
cpython-7f00deb032eae76dfd5dcfbd1105cd223baa8848.tar.gz
cpython-7f00deb032eae76dfd5dcfbd1105cd223baa8848.tar.bz2
SF bug #417508: 'hypot' not found with Borland C++Build.
Diffstat (limited to 'PC')
-rw-r--r--PC/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/PC/config.h b/PC/config.h
index a69c73b..f6ad9c1 100644
--- a/PC/config.h
+++ b/PC/config.h
@@ -176,6 +176,8 @@ typedef int pid_t;
#define HAVE_LONG_LONG 1
#define LONG_LONG __int64
+#undef HAVE_HYPOT
+
#else /* !_WIN32 */
#error "Only Win32 and later are supported"
#endif /* !_WIN32 */