[Bug 1741] Patch to add support for building on Haiku
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Thu Mar 25 16:12:33 EST 2010
https://bugzilla.mindrot.org/show_bug.cgi?id=1741
--- Comment #2 from Damien Miller <djm at mindrot.org> 2010-03-25 16:12:31 EST ---
(From update of attachment 1819)
>+if test -z "$have_u_int64_t" ; then
>+ AC_MSG_CHECKING([for u_int64_t type in posix/stdint.h])
>+ AC_TRY_COMPILE(
>+ [ #include <posix/stdint.h> ],
>+ [ u_int64_t a; a = 1],
This looks OK, but we don't actually check for the posix/stdint.h
header nor do we include it so we actually pick up the u_int64_t
definition in a central place.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list