X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_api.c;h=3e8ec02b187f350506a8cda243009795922508c5;hp=d689c8622baa1818e4cee1cb1cc63d84dab359ed;hb=c18bf30da36029eabb2367c0751cb763d67eb6b0;hpb=dfe2dbf042d42f83255b6ff46c2210bcd57ca586 diff --git a/http_api.c b/http_api.c index d689c86..3e8ec02 100644 --- a/http_api.c +++ b/http_api.c @@ -79,7 +79,7 @@ PHP_HTTP_API long _http_support(long feature) #ifdef HTTP_HAVE_MAGIC support |= HTTP_SUPPORT_MAGICMIME; #endif -#ifdef HTTP_HAVE_ZLIB +#if defined(HTTP_HAVE_ZLIB) || defined(HAVE_ZLIB) support |= HTTP_SUPPORT_ENCODINGS; #endif