Lines Matching refs:gethostbyaddr_r
2408 dnl Verify if gethostbyaddr_r is available, prototyped,
2423 AC_MSG_CHECKING([if gethostbyaddr_r can be linked])
2425 AC_LANG_FUNC_LINK_TRY([gethostbyaddr_r])
2435 AC_MSG_CHECKING([if gethostbyaddr_r is prototyped])
2436 AC_EGREP_CPP([gethostbyaddr_r],[
2449 AC_MSG_CHECKING([if gethostbyaddr_r takes 5 args.])
2454 if(0 != gethostbyaddr_r(0, 0, 0, 0, 0))
2467 AC_MSG_CHECKING([if gethostbyaddr_r takes 7 args.])
2472 if(0 != gethostbyaddr_r(0, 0, 0, 0, 0, 0, 0))
2485 AC_MSG_CHECKING([if gethostbyaddr_r takes 8 args.])
2490 if(0 != gethostbyaddr_r(0, 0, 0, 0, 0, 0, 0, 0))
2502 AC_MSG_CHECKING([if gethostbyaddr_r is compilable])
2511 AC_MSG_CHECKING([if gethostbyaddr_r usage allowed])
2521 AC_MSG_CHECKING([if gethostbyaddr_r might be used])
2528 [Define to 1 if you have the gethostbyaddr_r function.])
2530 dnl [Specifies the number of arguments to gethostbyaddr_r])
2533 AC_DEFINE(HAVE_GETHOSTBYADDR_R_5, 1, [gethostbyaddr_r() takes 5 args])
2535 AC_DEFINE(HAVE_GETHOSTBYADDR_R_7, 1, [gethostbyaddr_r() takes 7 args])
2537 AC_DEFINE(HAVE_GETHOSTBYADDR_R_8, 1, [gethostbyaddr_r() takes 8 args])