From 8913a7350e28ad050c71442b8ecbdbb6375f3265 Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 16 Mar 2001 14:45:46 +0000 Subject: Missed this one. --- ext/standard/dns.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1