PPP, CORE, we don't need PPP_LINK_ENABLED_NUMBER anymore

This commit is contained in:
Sylvain Rochet 2015-02-20 00:44:58 +01:00
parent 1918914598
commit 444da3ecec

View File

@ -87,12 +87,6 @@
#define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */
#define PPP_TRANS 0x20 /* Asynchronous transparency modifier */
/*
* Number of enabled low-level protocols
* Useful for low-level protocols to check whether they are alone.
*/
#define PPP_LINK_ENABLED_NUMBER (!!PPPOS_SUPPORT+!!PPPOE_SUPPORT+!!PPPOL2TP_SUPPORT)
/*
* Protocol field values.
*/