diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-04-18 18:24:18 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-04-18 18:24:18 +0200 |
commit | b6fb0516ec862a18fdffe06c9400d507a7193835 (patch) | |
tree | 4ff904f75596cb65758ee6a39dba61da97abea58 /src/config.h.in | |
parent | a494f56f885876c98a276f7acfa386bfbb344680 (diff) | |
download | vim-git-b6fb0516ec862a18fdffe06c9400d507a7193835.tar.gz |
patch 8.2.0594: MS-Windows: cannot build with WINVER set to 0x0501v8.2.0594
Problem: MS-Windows: cannot build with WINVER set to 0x0501.
Solution: Only use inet_ntop() when available. (Ozaki Kiichi, closes #5946)
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index 166724c91..83549303f 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -174,6 +174,7 @@ #undef HAVE_GETTIMEOFDAY #undef HAVE_GETWD #undef HAVE_ICONV +#undef HAVE_INET_NTOP #undef HAVE_LOCALTIME_R #undef HAVE_LSTAT #undef HAVE_MEMSET |