]> granicus.if.org Git - php/commitdiff
Missed this one.
authorfoobar <sniper@php.net>
Fri, 16 Mar 2001 14:45:46 +0000 (14:45 +0000)
committerfoobar <sniper@php.net>
Fri, 16 Mar 2001 14:45:46 +0000 (14:45 +0000)
ext/standard/dns.h

index d77e4ea83df04fee18ba26fa42ddf464047a146a..cb0a4eeb572cda28294e872fa3697e6c5b2e5636 100644 (file)
@@ -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