[mapserver-dev] change in maphttp.c requires higher curl version

bartvde at osgis.nl bartvde at osgis.nl
Mon Jul 7 08:01:38 EDT 2008


Hi list,

maphttp.c now uses CURLOPT_PROXYAUTH but this is only available in 7.10.7
and higher. Our version of curl (RHE3) is older.

Is it possible to use an ifdef or something similar so people can keep
building their Mapservers without upgrading curl?

#ifdef CURLOPT_PROXYAUTH
curl_easy_setopt(http_handle, CURLOPT_PROXYAUTH, nProxyAuthType);
#endif

TIA.

Best regards,
Bart



More information about the mapserver-dev mailing list