From 7f00deb032eae76dfd5dcfbd1105cd223baa8848 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 21 Apr 2001 03:20:47 +0000 Subject: SF bug #417508: 'hypot' not found with Borland C++Build. --- Misc/ACKS | 1 + PC/config.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Misc/ACKS b/Misc/ACKS index 987e13f..410d5cd 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -153,6 +153,7 @@ Jun Hamano Mark Hammond Manus Hand Milton L. Hankins +Stephen Hansen Barry Hantman Lynda Hardman Jason Harper 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 */ -- cgit v0.12