diff options
author | Thomas Munro | 2022-08-13 20:52:08 +0000 |
---|---|---|
committer | Thomas Munro | 2022-08-13 21:03:38 +0000 |
commit | de42bc3ac8f7205f2c302b402e40704ceb46a70c (patch) | |
tree | c4e351ff8cdeac89a3fff9c7ac4086c78bc03cfa /src/tools/msvc/Solution.pm | |
parent | 55d9cd46f65a5fc0c3bbb69d36cc9dba597a8c9c (diff) |
Remove configure probe for struct sockaddr_storage.
<sys/socket.h> provides sockaddr_storage in SUSv3 and all targeted Unix
systems have it. Windows has it too.
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CA%2BhUKG%2BL_3brvh%3D8e0BW_VfX9h7MtwgN%3DnFHP5o7X2oZucY9dg%40mail.gmail.com
Diffstat (limited to 'src/tools/msvc/Solution.pm')
-rw-r--r-- | src/tools/msvc/Solution.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm index 6300053dbe5..5f2d97a217a 100644 --- a/src/tools/msvc/Solution.pm +++ b/src/tools/msvc/Solution.pm @@ -349,7 +349,6 @@ sub GenerateFiles HAVE_STRUCT_CMSGCRED => undef, HAVE_STRUCT_OPTION => undef, HAVE_STRUCT_SOCKADDR_SA_LEN => undef, - HAVE_STRUCT_SOCKADDR_STORAGE => 1, HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY => 1, HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN => undef, HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY => undef, |