X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_api.c;h=a5ecb12ec66fbdae50e81974a144c526ddb841b0;hp=22d622cdf6cb42e8ed12a0003a652a91354f87fe;hb=a19f558421040b5396b3d76e6c4878d7eda85aba;hpb=40e535bf0ccece715c2ccc640148fab5ebd9a053 diff --git a/http_api.c b/http_api.c index 22d622c..a5ecb12 100644 --- a/http_api.c +++ b/http_api.c @@ -55,7 +55,7 @@ PHP_HTTP_API long _http_support(long feature) #ifdef HTTP_HAVE_MAGIC support |= HTTP_SUPPORT_MAGICMIME; #endif -#if defined(HTTP_HAVE_ZLIB) || defined(HAVE_ZLIB) +#ifdef HTTP_HAVE_ZLIB support |= HTTP_SUPPORT_ENCODINGS; #endif