From: Maxim Dounin Date: Thu, 7 Dec 2017 14:09:36 +0000 (+0300) Subject: Configure: fixed SO_BINDANY comment. X-Git-Tag: release-1.13.8~11 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=40f1c48b53707c8e448330a865b48778a3a7ece6;p=nginx.git Configure: fixed SO_BINDANY comment. --- diff --git a/auto/unix b/auto/unix index 77ea02986..f6f290275 100644 --- a/auto/unix +++ b/auto/unix @@ -342,7 +342,7 @@ ngx_feature_test="setsockopt(0, SOL_SOCKET, SO_ACCEPTFILTER, NULL, 0)" . auto/feature -# NetBSD bind to any address for transparent proxying +# OpenBSD bind to any address for transparent proxying ngx_feature="SO_BINDANY" ngx_feature_name="NGX_HAVE_TRANSPARENT_PROXY"