summaryrefslogtreecommitdiff
path: root/ext/standard/dns.h
diff options
context:
space:
mode:
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 1dcd9ac4d3..1e5b755bd8 100644
--- a/ext/standard/dns.h
+++ b/ext/standard/dns.h
@@ -37,7 +37,7 @@
PHP_FUNCTION(gethostbyaddr);
PHP_FUNCTION(gethostbyname);
PHP_FUNCTION(gethostbynamel);
-#if !(PHP_WIN32)||(HAVE_BINDLIB)
+#if !defined(PHP_WIN32)||(HAVE_BINDLIB)
PHP_FUNCTION(checkdnsrr);
PHP_FUNCTION(getmxrr);
#endif