From 3bd52891c51b803a4be838a20253e1fe1244fae5 Mon Sep 17 00:00:00 2001 From: Sylvain Rochet Date: Tue, 17 Mar 2015 22:34:55 +0100 Subject: [PATCH] PPP, CCP, commented-in unused PPP config file parsing --- src/netif/ppp/ccp.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/netif/ppp/ccp.c b/src/netif/ppp/ccp.c index 9fdb7b70..35b44657 100644 --- a/src/netif/ppp/ccp.c +++ b/src/netif/ppp/ccp.c @@ -57,8 +57,10 @@ /* * Command-line options. */ +#if PPP_OPTIONS static int setbsdcomp (char **); static int setdeflate (char **); +#endif /* PPP_OPTIONS */ static char bsd_value[8]; static char deflate_value[8]; @@ -267,6 +269,7 @@ static int ccp_localstate[NUM_PPP]; static int all_rejected[NUM_PPP]; /* we rejected all peer's options */ +#if PPP_OPTIONS /* * Option parsing */ @@ -356,6 +359,7 @@ setdeflate(argv) return 1; } +#endif /* PPP_OPTIONS */ /* * ccp_init - initialize CCP.