Lines Matching refs:gethostbyaddr_r
2453 dnl Verify if gethostbyaddr_r is available, prototyped,
2468 AC_MSG_CHECKING([if gethostbyaddr_r can be linked])
2470 AC_LANG_FUNC_LINK_TRY([gethostbyaddr_r])
2480 AC_MSG_CHECKING([if gethostbyaddr_r is prototyped])
2481 AC_EGREP_CPP([gethostbyaddr_r],[
2494 AC_MSG_CHECKING([if gethostbyaddr_r takes 5 args.])
2499 if(0 != gethostbyaddr_r(0, 0, 0, 0, 0))
2512 AC_MSG_CHECKING([if gethostbyaddr_r takes 7 args.])
2517 if(0 != gethostbyaddr_r(0, 0, 0, 0, 0, 0, 0))
2530 AC_MSG_CHECKING([if gethostbyaddr_r takes 8 args.])
2535 if(0 != gethostbyaddr_r(0, 0, 0, 0, 0, 0, 0, 0))
2547 AC_MSG_CHECKING([if gethostbyaddr_r is compilable])
2556 AC_MSG_CHECKING([if gethostbyaddr_r usage allowed])
2566 AC_MSG_CHECKING([if gethostbyaddr_r might be used])
2573 [Define to 1 if you have the gethostbyaddr_r function.])
2575 dnl [Specifies the number of arguments to gethostbyaddr_r])
2578 AC_DEFINE(HAVE_GETHOSTBYADDR_R_5, 1, [gethostbyaddr_r() takes 5 args])
2580 AC_DEFINE(HAVE_GETHOSTBYADDR_R_7, 1, [gethostbyaddr_r() takes 7 args])
2582 AC_DEFINE(HAVE_GETHOSTBYADDR_R_8, 1, [gethostbyaddr_r() takes 8 args])