mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-28 17:46:40 -04:00
On Diital Unix, define _SOCKADDR_LEN now, since sendmsg() needs it.
This commit is contained in:
parent
a30e7fc234
commit
ee7c4a9d17
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ dnl PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
|||
dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||
dnl SOFTWARE.
|
||||
|
||||
AC_REVISION($Revision: 1.49 $)
|
||||
AC_REVISION($Revision: 1.50 $)
|
||||
|
||||
AC_PREREQ(2.13)
|
||||
|
||||
|
|
@ -241,7 +241,7 @@ case "$host" in
|
|||
dnl Turn on 4.4BSD style sa_len support.
|
||||
dnl (Disabled for now because it is incompatible
|
||||
dnl with the use of send() and recv()).
|
||||
dnl AC_DEFINE(_SOCKADDR_LEN)
|
||||
AC_DEFINE(_SOCKADDR_LEN)
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue