flush
[m6w6/ext-http] / src / php_http_curl.c
index a9950948d1c5ebb66ae8c3e4b9b7568e7ec99b7a..3a67443b820cf99d80c26ac0f521d1607590fb2a 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "php_http_api.h"
 
-#if PHP_HTTP_HAVE_CURL
+#if PHP_HTTP_HAVE_LIBCURL
 
 #if defined(ZTS) && defined(PHP_HTTP_HAVE_SSL)
 #      ifdef PHP_WIN32
@@ -133,7 +133,7 @@ PHP_MSHUTDOWN_FUNCTION(http_curl)
        return SUCCESS;
 }
 
-#endif /* PHP_HTTP_HAVE_CURL */
+#endif /* PHP_HTTP_HAVE_LIBCURL */
 
 /*
  * Local variables: