X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=213384f0630f154beeda9a983038bf6e9ba05ed9;hp=4b5aaa557fffa24f9965d2ff86f79f4a6b55e146;hb=60086d086e7f0dbfccf61931c1b2e2b410ccb5bb;hpb=11a6602c24b3cc89fa3d7fa2d0fb67b2131635d7 diff --git a/php_http.h b/php_http.h index 4b5aaa5..213384f 100644 --- a/php_http.h +++ b/php_http.h @@ -59,6 +59,7 @@ # define CURL_STATICLIB # endif # include +# define HTTP_CURL_VERSION(x, y, z) (LIBCURL_VERSION_NUM >= (((x)<<16) + ((y)<<8) + (z))) #endif #if defined(HTTP_WANT_MAGIC) && defined(HTTP_HAVE_MAGIC)