summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-03-16 18:18:01 +0000
committerfoobar <sniper@php.net>2001-03-16 18:18:01 +0000
commit88f41b4e914d957a66b045a33f255a746d070cce (patch)
treec3af6af2d7346bbf5656ad5916547243d02d0917
parent5dcf391497badc4b7432f8f1f04dc22b3a972095 (diff)
downloadphp-git-88f41b4e914d957a66b045a33f255a746d070cce.tar.gz
This has got to be the last one..
-rw-r--r--ext/standard/basic_functions.c2
1 files changed, 1 insertions, 1 deletions
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