added PPP_LINK_CCP define

This commit is contained in:
Michael Hipp 1998-03-29 13:19:22 +00:00
parent 0a857f6f85
commit ce73839c31
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,10 @@ struct isdn_ppp_comp_data {
};
#endif
#ifndef PPP_LINK_CCP
#define PPP_LINK_CCP 0x80fb
#endif
#define NUM_PPP 64 /* 64 PPP interface supported (per process) */
struct wordlist {