don't build any PPP file if PPP support is disabled

This commit is contained in:
Sylvain Rochet
2012-06-03 16:38:26 +02:00
parent 89d2c2917f
commit 2f5f86d6fc
23 changed files with 78 additions and 38 deletions

View File

@@ -69,6 +69,7 @@
*/
#include "lwip/opt.h"
#if PPP_SUPPORT /* don't build if not configured for use in lwipopts.h */
#if 0 /* UNUSED */
#include <stdio.h>
@@ -2580,3 +2581,5 @@ free_wordlist(wp)
}
}
#endif /* UNUSED */
#endif /* PPP_SUPPORT */