|
|
|
@ -247,7 +247,7 @@ fi |
|
|
|
|
|
|
|
dnl |
|
|
|
dnl Detect library functions needed by php dns_xxx functions |
|
|
|
dnl ext/standard/dns.h will collect these in a single define: HAVE_DNS_FUNCS |
|
|
|
dnl ext/standard/php_dns.h will collect these in a single define: HAVE_DNS_FUNCS |
|
|
|
dnl |
|
|
|
PHP_CHECK_FUNC(res_nmkquery, resolv, bind, socket) |
|
|
|
PHP_CHECK_FUNC(res_nsend, resolv, bind, socket) |
|
|
|
@ -257,7 +257,7 @@ PHP_CHECK_FUNC(dn_skipname, resolv, bind, socket) |
|
|
|
|
|
|
|
dnl |
|
|
|
dnl These are old deprecated functions, a single define of HAVE_DEPRECATED_DNS_FUNCS |
|
|
|
dnl will be set in ext/standard/dns.h |
|
|
|
dnl will be set in ext/standard/php_dns.h |
|
|
|
dnl |
|
|
|
|
|
|
|
PHP_CHECK_FUNC(res_mkquery, resolv, bind, socket) |
|
|
|
|