On 2/7/07, Vlad Seryakov <[EMAIL PROTECTED]> wrote:
But when we check for inet_ntop there is no u_int8_t or other type references, just inet_ntop(0, (char *)0, (char *)0, 0);Can you check config.log for inet_ntop checking
The custom check is unnecessary. It should just be: AC_CHECK_FUNCS([inet_ntop]) which merely checks that the function is linkable in libc, which is enough.