Things to do to integrate CCP to existing RouterWare code
---------------------------------------------------------
1. in vnvram.h, include the "CCP Compression" string and include
   pointers to the ccp_configuration_table. compile files in this
   directory.
2. initialize_ccp is called from PPP. So the function does not have to be 
   included in vrtrwstr.h
3. in mtrlibs, include ccp.lib

Configuration strings in PPP for CCP support
--------------------------------------------
PPP CCP = enabled

Configuration strings in CCP 
-----------------------------
[[ CCP Compression = Section Start ]]
CCP Port = 00,enabled
CCP Port = 01,enabled
CCP Port = 02,enabled
CCP Port Option = 00,CCP,Predictor Type I,1,Auto,Negotiation Not Required,Negotiable,H0
CCP Port Remote Option = 00,CCP,Predictor Type I,1,Auto,Negotiation Not Required,Negotiable,H0
CCP Port Option = 00,CCP,Predictor Type II,2,Auto,Negotiation Not Required,Negotiable,H0
CCP Port Remote Option = 00,CCP,Predictor Type II,2,Auto,Negotiation Not Required,Negotiable,H0
CCP Port Option = 00,CCP,BSD LZW Compress,21,Auto,Negotiation Not Required,Negotiable,H1,2C
CCP Port Remote Option = 00,CCP,BSD LZW Compress,21,Auto,Negotiation Not Required,Negotiable,H1,2C
CCP Printf =
CCP Printf Data =
CCP Printf Memory =
CCP Printf Alarm =
CCP Initialization Breakpoint =
CCP Run Time Breakpoint =

For Stacker LZS Compression
---------------------------
CCP Port Stacker Performance Value =
CCP Port Stacker Performance Mode =
