https://bugzilla.mindrot.org/show_bug.cgi?id=2483
--- Comment #1 from Darren Tucker <[email protected]> --- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
