diff options
| author | Thomas Munro | 2022-08-13 21:57:48 +0000 |
|---|---|---|
| committer | Thomas Munro | 2022-08-13 21:57:48 +0000 |
| commit | 52ea29045b79a5f996e454ac6c7f3bcd64aef572 (patch) | |
| tree | 4b23198477e801d1cb87bb67cb1fa5efce1537fd /src/tools | |
| parent | 5579388d2dda60ded329a4623f9b4529e91a1b24 (diff) | |
Remove configure probe for gethostbyname_r.
It was only used by src/port/getaddrinfo.c, removed by the previous
commit.
Discussion: https://postgr.es/m/CA%2BhUKGJFLPCtAC58EAimF6a6GPw30TU_59FUY%3DGWB_kC%3DJEmVQ%40mail.gmail.com
Diffstat (limited to 'src/tools')
| -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 17999d0698b..92722a12711 100644 --- a/src/tools/msvc/Solution.pm +++ b/src/tools/msvc/Solution.pm @@ -256,7 +256,6 @@ sub GenerateFiles HAVE_GCC__SYNC_INT32_CAS => undef, HAVE_GCC__SYNC_INT32_TAS => undef, HAVE_GCC__SYNC_INT64_CAS => undef, - HAVE_GETHOSTBYNAME_R => undef, HAVE_GETIFADDRS => undef, HAVE_GETOPT => undef, HAVE_GETOPT_H => undef, |
