mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
PPP: don't define PPP_IP if PPP_IPV4_SUPPORT is disabled
Doing so helps a lot at finding places where we have leftovers of IPv4 support when the support is disabled.
This commit is contained in:
parent
6584002826
commit
9b7cba9643
@ -90,7 +90,9 @@ extern "C" {
|
|||||||
/*
|
/*
|
||||||
* Protocol field values.
|
* Protocol field values.
|
||||||
*/
|
*/
|
||||||
|
#if PPP_IPV4_SUPPORT
|
||||||
#define PPP_IP 0x21 /* Internet Protocol */
|
#define PPP_IP 0x21 /* Internet Protocol */
|
||||||
|
#endif /* PPP_IPV4_SUPPORT */
|
||||||
#if 0 /* UNUSED */
|
#if 0 /* UNUSED */
|
||||||
#define PPP_AT 0x29 /* AppleTalk Protocol */
|
#define PPP_AT 0x29 /* AppleTalk Protocol */
|
||||||
#define PPP_IPX 0x2b /* IPX protocol */
|
#define PPP_IPX 0x2b /* IPX protocol */
|
||||||
|
Loading…
Reference in New Issue
Block a user