mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 16:43:39 +08:00
don't build any PPP file if PPP support is disabled
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user