[Bug 2483] use AI_ADDRCONFIG flag for getaddrinfo() hints on Solaris

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Tue Oct 27 09:23:03 AEDT 2015


https://bugzilla.mindrot.org/show_bug.cgi?id=2483

--- Comment #1 from Darren Tucker <dtucker at zip.com.au> ---
Comment on attachment 2739
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2739
the proposed patch

>+        AC_DEFINE([HAVE_AI_ADDRCONFIG])

If you were going to do this in configure you should be using
AC_CHECK_DECLS, but AI_ADDRCONFIG is already a preprocessor symbol so
it'd be simpler to just use that in the ifdef.

All that said, having this different between portable and openbsd is a
maintenance burden.  If we're going to do this perhaps it should be
done upstream?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list