comparison src/config.h.in @ 20003:e373843e2980 v8.2.0557

patch 8.2.0557: no IPv6 support for channels Commit: https://github.com/vim/vim/commit/bfe13ccc58ccb96f243a58309800410db1ccb52c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 12 17:53:12 2020 +0200 patch 8.2.0557: no IPv6 support for channels Problem: No IPv6 support for channels. Solution: Add IPv6 support. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/5893)
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Apr 2020 18:00:07 +0200
parents df141c730008
children 128963cd954f
comparison
equal deleted inserted replaced
20002:2bf41f30475c 20003:e373843e2980
436 #undef HAVE_DL_H 436 #undef HAVE_DL_H
437 437
438 /* Define if we have shl_load() */ 438 /* Define if we have shl_load() */
439 #undef HAVE_SHL_LOAD 439 #undef HAVE_SHL_LOAD
440 440
441 /* Define if we can use IPv6 networking. */
442 #undef FEAT_IPV6
443
441 /* Define if you want to include NetBeans integration. */ 444 /* Define if you want to include NetBeans integration. */
442 #undef FEAT_NETBEANS_INTG 445 #undef FEAT_NETBEANS_INTG
443 446
444 /* Define if you want to include process communication. */ 447 /* Define if you want to include process communication. */
445 #undef FEAT_JOB_CHANNEL 448 #undef FEAT_JOB_CHANNEL