]> granicus.if.org Git - php/commitdiff
This has got to be the last one..
authorfoobar <sniper@php.net>
Fri, 16 Mar 2001 18:18:01 +0000 (18:18 +0000)
committerfoobar <sniper@php.net>
Fri, 16 Mar 2001 18:18:01 +0000 (18:18 +0000)
ext/standard/basic_functions.c

index 5c1080c611e00a337590146bfeecdda90f4a39d3..d0c3b6d3154b73d962d60ba3bc63af9beefed063 100644 (file)
@@ -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