summaryrefslogtreecommitdiff
path: root/ext/standard/dns.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-07-08 14:46:32 +0000
committerfoobar <sniper@php.net>2003-07-08 14:46:32 +0000
commita952a4383ab6975302740cfe826667a725ce1719 (patch)
treebde446937830759742bf9bb3cc81f6b879cd252a /ext/standard/dns.h
parent471eaadffd08280c6e128543040e2affeb3b429c (diff)
downloadphp-git-a952a4383ab6975302740cfe826667a725ce1719.tar.gz
fix typo (most likely fixes #24533 too)
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 b6072c5b96..0654ece490 100644
--- a/ext/standard/dns.h
+++ b/ext/standard/dns.h
@@ -23,7 +23,7 @@
#ifndef DNS_H
#define DNS_H
-#if HAVE_RES_NMKQUERY & HAVE_RES_NSEND & HAVE_DN_EXPAND & HAVE_DN_SKIPNAME
+#if HAVE_RES_NMKQUERY && HAVE_RES_NSEND && HAVE_DN_EXPAND && HAVE_DN_SKIPNAME
#define HAVE_DNS_FUNCS 1
#endif