Make HAVE_IPV6 non-optional

This commit is contained in:
Manuel Pégourié-Gonnard 2015-04-09 16:42:38 +02:00
parent 43b997fee9
commit b31424c86a
9 changed files with 2 additions and 168 deletions

View file

@ -246,9 +246,6 @@
#if defined MBEDTLS_HAVE_INT8
#define POLARSSL_HAVE_INT8 MBEDTLS_HAVE_INT8
#endif
#if defined MBEDTLS_HAVE_IPV6
#define POLARSSL_HAVE_IPV6 MBEDTLS_HAVE_IPV6
#endif
#if defined MBEDTLS_HAVE_LONGLONG
#define POLARSSL_HAVE_LONGLONG MBEDTLS_HAVE_LONGLONG
#endif

View file

@ -99,18 +99,6 @@
*/
#define MBEDTLS_HAVE_TIME
/**
* \def MBEDTLS_HAVE_IPV6
*
* System supports the basic socket interface for IPv6 (RFC 3493),
* specifically getaddrinfo(), freeaddrinfo() and struct sockaddr_storage.
*
* Note: on Windows/MingW, XP or higher is required.
*
* Comment if your system does not support the IPv6 socket interface
*/
#define MBEDTLS_HAVE_IPV6
/**
* \def MBEDTLS_PLATFORM_MEMORY
*