summaryrefslogtreecommitdiff
path: root/ext/standard/dns.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-03-11 03:49:21 +0000
committerfoobar <sniper@php.net>2001-03-11 03:49:21 +0000
commit6795032cb8bfb902c8968f4ad57cb03a3104d11f (patch)
treebeb9e34e69e6e61de85503bae2f63c0ded33eb75 /ext/standard/dns.h
parent85980139b217a1b967812e414041c30817bf07d2 (diff)
downloadphp-git-6795032cb8bfb902c8968f4ad57cb03a3104d11f.tar.gz
HAVE_BINDLIB --> HAVE_LIBBIND
Diffstat (limited to 'ext/standard/dns.h')
-rw-r--r--ext/standard/dns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/dns.h b/ext/standard/dns.h
index 0717ad00f4..d77e4ea83d 100644
--- a/ext/standard/dns.h
+++ b/ext/standard/dns.h
@@ -25,7 +25,7 @@
PHP_FUNCTION(gethostbyaddr);
PHP_FUNCTION(gethostbyname);
PHP_FUNCTION(gethostbynamel);
-#if !defined(PHP_WIN32)||(HAVE_BINDLIB)
+#if !defined(PHP_WIN32)||(HAVE_LIBBIND)
PHP_FUNCTION(checkdnsrr);
PHP_FUNCTION(getmxrr);
#endif