From: Sharan Santhanam Date: Thu, 7 Jun 2018 13:50:56 +0000 (+0200) Subject: Enable menu-based configuration of sockets and IPv6 X-Git-Tag: RELEASE-0.3~19 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3cee66328554dd9d6ac7db82e09b1058d3ccd7e2;p=unikraft%2Flibs%2Flwip.git Enable menu-based configuration of sockets and IPv6 Removes the hardcoded and enabled lwIP options for sockets and IPv6 that actually can be configured using Config.uk Signed-off-by: Sharan Santhanam --- diff --git a/include/lwipopts.h b/include/lwipopts.h index f5d380d..4489eb3 100644 --- a/include/lwipopts.h +++ b/include/lwipopts.h @@ -12,8 +12,6 @@ #include #include -#define LWIP_SOCKET 1 -#define LWIP_IPV6 1 #define SO_REUSE 1 /*