pppd.h disabled, renamed MAX() to LWIP_MAX()

This commit is contained in:
Sylvain Rochet
2012-06-02 19:19:51 +02:00
parent 323aebf1f5
commit 29c5ee6b19
7 changed files with 168 additions and 8 deletions

View File

@@ -104,8 +104,12 @@
#include "pppmy.h"
#include "fsm.h"
#include "lcp.h"
#if CCP_SUPPORT
#include "ccp.h"
#endif /* CCP_SUPPORT */
#if ECP_SUPPORT
#include "ecp.h"
#endif /* ECP_SUPPORT */
#include "ipcp.h"
#if PAP_SUPPORT
#include "upap.h"