"Dan Fandrich" <[email protected]> wrote:
Do the shim include files mirror the POSIX socket include files? If so,
then adding something like CPPFLAGS=-Isrc/include/lwip/ to the configure
like ought to make configure & curl pick them up. If not, it's trickier.
I'm not sure about non-Windows; only that setup.h has this section:
#ifdef USE_LWIPSOCK
# include <lwip/init.h>
# include <lwip/sockets.h>
# include <lwip/netdb.h>
#endif
So AFAICS, all targets should be able to use that section.
Better ask Yang Tse about it. He added the lwIP patches and I tried
(privately) approx 1 year ago to build a Win-version of libcurl+lwIP, but
failed to get it working. But I do use lwIP for othe stuff.
--gv
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html