- fix build on Debian systems where access to Curl_* functions is prohibited
[m6w6/ext-http] / config.w32
index c82eca464f9848b4825a7273e072141e41c1b186..c07e9d25116c9f12484413a8a2ce228d8471c073 100644 (file)
@@ -104,6 +104,7 @@ if (PHP_HTTP != "no") {
                AC_DEFINE("HAVE_CURL_MULTI_STRERROR", 1, "");
                AC_DEFINE("HAVE_CURL_EASY_STRERROR", 1, "");
                AC_DEFINE("HAVE_CURL_EASY_RESET", 1, "");
+               AC_DEFINE("HAVE_CURL_GETFORMDATA", 1, "");
        } else {
                WARNING("curl convenience functions not enabled; libraries and headers not found");
        }