From: foobar Date: Tue, 8 Jul 2003 14:46:32 +0000 (+0000) Subject: fix typo (most likely fixes #24533 too) X-Git-Tag: BEFORE_ARG_INFO~320 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a952a4383ab6975302740cfe826667a725ce1719;p=php fix typo (most likely fixes #24533 too) --- 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