On Mon, 31 Jan 2011, Prashant R wrote:
I am wondering if there are any options to be able to configure various options for libcurl .
./configure --help shows most of them. The docs/INSTALL file descusses a bunch of them.
Also I am looking to use lwip's tcp/ip stack in libcurl . Where do I specify this linkage ?
libcurl isn't linked to use any particular tcp/ip stack. It uses socket/POSIX functions and you're free to provide them using any ip stack you please.
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
