Lines Matching refs:inet_ntoa_r
3459 dnl Verify if inet_ntoa_r is available, prototyped,
3474 AC_MSG_CHECKING([if inet_ntoa_r can be linked])
3476 AC_LANG_FUNC_LINK_TRY([inet_ntoa_r])
3486 AC_MSG_CHECKING([if inet_ntoa_r is prototyped])
3487 AC_EGREP_CPP([inet_ntoa_r],[
3500 AC_MSG_CHECKING([if inet_ntoa_r takes 2 args.])
3506 if(0 != inet_ntoa_r(addr, 0))
3519 AC_MSG_CHECKING([if inet_ntoa_r takes 3 args.])
3525 if(0 != inet_ntoa_r(addr, 0, 0))
3537 AC_MSG_CHECKING([if inet_ntoa_r is compilable])
3546 AC_MSG_CHECKING([if inet_ntoa_r usage allowed])
3556 AC_MSG_CHECKING([if inet_ntoa_r might be used])
3563 [Define to 1 if you have the inet_ntoa_r function.])
3565 dnl [Specifies the number of arguments to inet_ntoa_r])
3568 AC_DEFINE(HAVE_INET_NTOA_R_2, 1, [inet_ntoa_r() takes 2 args])
3570 AC_DEFINE(HAVE_INET_NTOA_R_3, 1, [inet_ntoa_r() takes 3 args])