diff options
| author | foobar <sniper@php.net> | 2003-07-08 14:46:32 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2003-07-08 14:46:32 +0000 |
| commit | a952a4383ab6975302740cfe826667a725ce1719 (patch) | |
| tree | bde446937830759742bf9bb3cc81f6b879cd252a /ext/standard/dns.h | |
| parent | 471eaadffd08280c6e128543040e2affeb3b429c (diff) | |
| download | php-git-a952a4383ab6975302740cfe826667a725ce1719.tar.gz | |
fix typo (most likely fixes #24533 too)
Diffstat (limited to 'ext/standard/dns.h')
| -rw-r--r-- | ext/standard/dns.h | 2 |
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 |
