curl/include/curl
Gisle Vanem e1b6b2219d lwip: Fix compatibility issues with later versions
The name of the header guard in lwIP's <lwip/opt.h> has changed from
'__LWIP_OPT_H__' to 'LWIP_HDR_OPT_H' (bug #35874 in May 2015).

Other fixes:

- In curl_setup.h, the problem with an old PSDK doesn't apply if lwIP is
used.

- In memdebug.h, the 'socket' should be undefined first due to lwIP's
lwip_socket() macro.

- In curl_addrinfo.c lwIP's getaddrinfo() + freeaddrinfo() macros need
special handling because they were undef'ed in memdebug.h.

- In select.c we can't use preprocessor conditionals inside select if
MSVC and select is a macro, as it is with lwIP.

http://curl.haxx.se/mail/lib-2015-12/0023.html
http://curl.haxx.se/mail/lib-2015-12/0024.html
2015-12-07 14:27:55 -05:00
..
.gitignore gitignore: Sort for readability 2015-08-18 01:03:05 -04:00
curl.h lwip: Fix compatibility issues with later versions 2015-12-07 14:27:55 -05:00
curlbuild.h.cmake cmake: unbreak for non-Windows platforms 2013-10-20 17:12:56 +02:00
curlbuild.h.dist curlbuild.h: Fix non-configure compiling to mips and sh4 targets 2015-10-16 23:57:44 +02:00
curlbuild.h.in build: fix AIX compilation and usage 2012-11-23 17:57:00 +01:00
curlrules.h build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
curlver.h bump: towards next release 2015-12-02 23:24:47 +01:00
easy.h Fix spelling errors in include/ 2011-04-21 07:55:53 -07:00
Makefile.am Revert "has: generate the curl/has.h header" 2015-09-04 16:12:26 +02:00
mprintf.h mprintf.h: remove #ifdef CURLDEBUG 2015-03-03 12:36:18 +01:00
multi.h multi: Move http2 push function declarations to header end 2015-06-30 17:19:21 -04:00
stdcheaders.h
typecheck-gcc.h typecheck-gcc.h: add missing slist-using options 2015-11-13 23:19:19 +01:00