mirror of
https://github.com/curl/curl.git
synced 2026-08-26 08:33:31 +03:00
tiny-curl: Micrium support
This commit is contained in:
parent
ceda8d10ea
commit
a0eb1f9c0c
4 changed files with 477 additions and 2 deletions
|
|
@ -68,6 +68,10 @@
|
|||
|
||||
#else /* HAVE_CONFIG_H */
|
||||
|
||||
#ifdef MICRIUM
|
||||
#include "config-micrium.h"
|
||||
#endif
|
||||
|
||||
#ifdef FreeRTOS
|
||||
#include "config-freertos.h"
|
||||
#endif
|
||||
|
|
@ -541,7 +545,7 @@
|
|||
* Mutually exclusive CURLRES_* definitions.
|
||||
*/
|
||||
|
||||
#if defined(ENABLE_IPV6) && defined(HAVE_GETADDRINFO)
|
||||
#if defined(HAVE_GETADDRINFO)
|
||||
# define CURLRES_IPV6
|
||||
#else
|
||||
# define CURLRES_IPV4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue