From: foobar Date: Fri, 16 Mar 2001 18:18:01 +0000 (+0000) Subject: This has got to be the last one.. X-Git-Tag: php-4.0.6RC1~673 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88f41b4e914d957a66b045a33f255a746d070cce;p=php This has got to be the last one.. --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 5c1080c611..d0c3b6d315 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -247,7 +247,7 @@ function_entry basic_functions[] = { PHP_FE(gethostbyaddr, NULL) PHP_FE(gethostbyname, NULL) PHP_FE(gethostbynamel, NULL) -#if HAVE_LIBBIND && !(defined(__BEOS__)||defined(PHP_WIN32)) +#if HAVE_RES_SEARCH && !(defined(__BEOS__)||defined(PHP_WIN32)) PHP_FE(checkdnsrr, NULL) PHP_FE(getmxrr, second_and_third_args_force_ref) #else