aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.m4
diff options
context:
space:
mode:
authorGravatar apolcyn <apolcyn@google.com>2019-01-08 14:36:20 -0800
committerGravatar GitHub <noreply@github.com>2019-01-08 14:36:20 -0800
commit26dddbb10dfc74db458d975f42346a9d677ca5ed (patch)
treef1045da2bea90a724270693dcaa63346b49da583 /config.m4
parent6c4a45dfa4c527c1c88018a59a3cce56bf405b6d (diff)
parentcab4774d95b9fa53f3cfe3bf58fb07dbc8f7650f (diff)
Merge pull request #16187 from apolcyn/ipv6_resolver_scope_ids
Support named scope id's in grpc_parse_ipv6 on posix platforms
Diffstat (limited to 'config.m4')
-rw-r--r--config.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/config.m4 b/config.m4
index 25ffe2148a..3c3c0210d8 100644
--- a/config.m4
+++ b/config.m4
@@ -128,6 +128,8 @@ if test "$PHP_GRPC" != "no"; then
src/core/lib/iomgr/gethostname_fallback.cc \
src/core/lib/iomgr/gethostname_host_name_max.cc \
src/core/lib/iomgr/gethostname_sysconf.cc \
+ src/core/lib/iomgr/grpc_if_nametoindex_posix.cc \
+ src/core/lib/iomgr/grpc_if_nametoindex_unsupported.cc \
src/core/lib/iomgr/internal_errqueue.cc \
src/core/lib/iomgr/iocp_windows.cc \
src/core/lib/iomgr/iomgr.cc \