X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fmain.c;h=273e90a822a350390f2e3a4db6110283e3dcc2e8;hb=0e3ef87b18e5b71756b5b78e30775697573aac61;hp=d5dd4767f4b00d3fa3eaae4c085b135ee4e11f31;hpb=533d3413287dd27d335a4646c77a7fb89933af6d;p=ppp.git diff --git a/pppd/main.c b/pppd/main.c index d5dd476..273e90a 100644 --- a/pppd/main.c +++ b/pppd/main.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: main.c,v 1.37 1996/09/26 06:21:59 paulus Exp $"; +static char rcsid[] = "$Id: main.c,v 1.38 1996/10/08 04:35:03 paulus Exp $"; #endif #include @@ -52,6 +52,10 @@ static char rcsid[] = "$Id: main.c,v 1.37 1996/09/26 06:21:59 paulus Exp $"; #include "pathnames.h" #include "patchlevel.h" +#ifdef CBCP_SUPPORT +#include "cbcp.h" +#endif + #if defined(SUNOS4) extern char *strerror(); #endif @@ -133,6 +137,9 @@ struct protent *protocols[] = { &lcp_protent, &pap_protent, &chap_protent, +#ifdef CBCP_SUPPORT + &cbcp_protent, +#endif &ipcp_protent, &ccp_protent, #ifdef IPX_CHANGE