From: foobar Date: Fri, 16 Mar 2001 14:45:46 +0000 (+0000) Subject: Missed this one. X-Git-Tag: php-4.0.6RC1~677 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8913a7350e28ad050c71442b8ecbdbb6375f3265;p=php Missed this one. --- diff --git a/ext/standard/dns.h b/ext/standard/dns.h index d77e4ea83d..cb0a4eeb57 100644 --- a/ext/standard/dns.h +++ b/ext/standard/dns.h @@ -25,7 +25,8 @@ PHP_FUNCTION(gethostbyaddr); PHP_FUNCTION(gethostbyname); PHP_FUNCTION(gethostbynamel); -#if !defined(PHP_WIN32)||(HAVE_LIBBIND) + +#if HAVE_RES_SEARCH && !(defined(__BEOS__)||defined(PHP_WIN32)) PHP_FUNCTION(checkdnsrr); PHP_FUNCTION(getmxrr); #endif