aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/grpc_if_nametoindex_unsupported.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/iomgr/grpc_if_nametoindex_unsupported.cc')
-rw-r--r--src/core/lib/iomgr/grpc_if_nametoindex_unsupported.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/grpc_if_nametoindex_unsupported.cc b/src/core/lib/iomgr/grpc_if_nametoindex_unsupported.cc
index 1faaaa6e42..08644cccf3 100644
--- a/src/core/lib/iomgr/grpc_if_nametoindex_unsupported.cc
+++ b/src/core/lib/iomgr/grpc_if_nametoindex_unsupported.cc
@@ -20,7 +20,7 @@
#include "src/core/lib/iomgr/port.h"
-#ifndef GRPC_POSIX_SOCKET
+#if GRPC_IF_NAMETOINDEX == 0 || !defined(GRPC_POSIX_SOCKET_IF_NAMETOINDEX)
#include "src/core/lib/iomgr/grpc_if_nametoindex.h"
@@ -34,4 +34,5 @@ uint32_t grpc_if_nametoindex(char* name) {
return 0;
}
-#endif /* GRPC_POSIX_SOCKET */
+#endif /* GRPC_IF_NAMETOINDEX == 0 || \
+ !defined(GRPC_POSIX_SOCKET_IF_NAMETOINDEX) */