X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_curl.h;h=a76724ca15450d3dfcb7907cbc6ebe24027b3a7e;hp=7a9821c188c0851a5d780fa45fff9f2867d5561c;hb=2e92ec70991d53cb3d6d710ae7a6b3a6b31ec978;hpb=cdff5afac598d4276f6a7116cb47fec33d0efb48 diff --git a/src/php_http_curl.h b/src/php_http_curl.h index 7a9821c..a76724c 100644 --- a/src/php_http_curl.h +++ b/src/php_http_curl.h @@ -13,7 +13,7 @@ #ifndef PHP_HTTP_CURL_H #define PHP_HTTP_CURL_H -#if PHP_HTTP_HAVE_CURL +#if PHP_HTTP_HAVE_LIBCURL #include #define PHP_HTTP_CURL_VERSION(x, y, z) (LIBCURL_VERSION_NUM >= (((x)<<16) + ((y)<<8) + (z))) @@ -26,7 +26,7 @@ PHP_MINIT_FUNCTION(http_curl); PHP_MSHUTDOWN_FUNCTION(http_curl); -#endif /* PHP_HTTP_HAVE_CURL */ +#endif /* PHP_HTTP_HAVE_LIBCURL */ #endif /* PHP_HTTP_CURL_H */