tiny-curl: Micrium support

This commit is contained in:
Daniel Stenberg 2020-08-14 15:45:59 +02:00
parent ceda8d10ea
commit a0eb1f9c0c
4 changed files with 477 additions and 2 deletions

View file

@ -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