From cbf4403134738245db48b306c62eb1258f2b2bd0 Mon Sep 17 00:00:00 2001 From: Thomas Munro Date: Sun, 7 Aug 2022 12:42:11 +1200 Subject: Simplify replacement code for strtof. strtof() is in C99 and all targeted systems have it. We can remove the configure probe and some dead code, but we still need replacement code for a couple of systems that have known buggy implementations selected via platform template. Reviewed-by: Tom Lane Discussion: https://postgr.es/m/152683.1659830125%40sss.pgh.pa.us --- src/tools/msvc/Solution.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm index 4916a86f5cf..caacb965bbd 100644 --- a/src/tools/msvc/Solution.pm +++ b/src/tools/msvc/Solution.pm @@ -349,7 +349,6 @@ sub GenerateFiles HAVE_STRLCPY => undef, HAVE_STRNLEN => 1, HAVE_STRSIGNAL => undef, - HAVE_STRTOF => 1, HAVE_STRUCT_ADDRINFO => 1, HAVE_STRUCT_CMSGCRED => undef, HAVE_STRUCT_OPTION => undef, -- cgit v1.2.3