diff options
Diffstat (limited to 'ext/standard/php_dns.h')
| -rw-r--r-- | ext/standard/php_dns.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/php_dns.h b/ext/standard/php_dns.h index 6f80d5d69f..a95e2c0d7e 100644 --- a/ext/standard/php_dns.h +++ b/ext/standard/php_dns.h @@ -65,7 +65,7 @@ PHP_FUNCTION(gethostbynamel); PHP_FUNCTION(gethostname); #endif -#if defined(PHP_WIN32) || (HAVE_DNS_SEARCH_FUNC && !(defined(__BEOS__) || defined(NETWARE))) +#if defined(PHP_WIN32) || (HAVE_DNS_SEARCH_FUNC && !defined(__BEOS__)) PHP_FUNCTION(dns_check_record); # if defined(PHP_WIN32) || HAVE_FULL_DNS_FUNCS @@ -74,7 +74,7 @@ PHP_FUNCTION(dns_get_record); PHP_MINIT_FUNCTION(dns); # endif -#endif /* defined(PHP_WIN32) || (HAVE_DNS_SEARCH_FUNC && !(defined(__BEOS__) || defined(NETWARE))) */ +#endif /* defined(PHP_WIN32) || (HAVE_DNS_SEARCH_FUNC && !defined(__BEOS__)) */ #ifndef INT16SZ #define INT16SZ 2 |
