summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-10-30 21:09:55 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-10-30 21:09:55 (GMT)
commit5b40f1c2125203527600eddecb813a2cd9d38eb0 (patch)
treeab59a394b3b761d53798dd8d7022d530ddfde3a3 /PC
parent345b8df2c472ebce6caca99888ab2ef7bf55542a (diff)
downloadcpython-5b40f1c2125203527600eddecb813a2cd9d38eb0.zip
cpython-5b40f1c2125203527600eddecb813a2cd9d38eb0.tar.gz
cpython-5b40f1c2125203527600eddecb813a2cd9d38eb0.tar.bz2
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.
Diffstat (limited to 'PC')
-rw-r--r--PC/pyconfig.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index 370b518..20792ac 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -180,7 +180,6 @@ typedef int pid_t;
#define HAVE_LONG_LONG 1
#define LONG_LONG __int64
-#undef HAVE_HYPOT
#undef HAVE_SYS_UTIME_H
#define HAVE_UTIME_H
#define HAVE_DIRENT_H