commit | bfe13ccc58ccb96f243a58309800410db1ccb52c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 12 17:53:12 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 12 17:53:12 2020 +0200 |
tree | 9b11760d9a0a5bfbdfeda140c0f795e80844a556 | |
parent | c5f1ef53c24cc0c9f7b2131609e916f913634feb [diff] [blame] |
patch 8.2.0557: no IPv6 support for channels Problem: No IPv6 support for channels. Solution: Add IPv6 support. (Ozaki Kiichi, closes #5893)
diff --git a/src/config.h.in b/src/config.h.in index deeceb7..166724c 100644 --- a/src/config.h.in +++ b/src/config.h.in
@@ -438,6 +438,9 @@ /* Define if we have shl_load() */ #undef HAVE_SHL_LOAD +/* Define if we can use IPv6 networking. */ +#undef FEAT_IPV6 + /* Define if you want to include NetBeans integration. */ #undef FEAT_NETBEANS_INTG