summaryrefslogtreecommitdiff
path: root/network_io
diff options
context:
space:
mode:
Diffstat (limited to 'network_io')
-rw-r--r--network_io/unix/sockopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/network_io/unix/sockopt.c b/network_io/unix/sockopt.c
index 26e2271c9..c48ab06a5 100644
--- a/network_io/unix/sockopt.c
+++ b/network_io/unix/sockopt.c
@@ -337,7 +337,7 @@ apr_status_t apr_socket_opt_set(apr_socket_t *sock,
return errno;
}
apr_set_option(sock, APR_SO_FREEBIND, on);
-#elif defined(IP_BINDANY)
+#elif 0 /* defined(IP_BINDANY) ... */
/* TODO: insert FreeBSD support here, note family specific
* options, IP_BINDANY vs IPV6_BINDANY */
#else