X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fccp.h;h=e403e56ee6069995f9c8fa4283e2d0c9b5a1fdf1;hp=95a1b232b9e104ba8b9251b9f4edf5b2f9d67fe3;hb=bc45bd7903b4439e920bc2095b7543dc768f7ff8;hpb=a3396b002507d72b3e1f1169bd02ae018539654b diff --git a/pppd/ccp.h b/pppd/ccp.h index 95a1b23..e403e56 100644 --- a/pppd/ccp.h +++ b/pppd/ccp.h @@ -24,28 +24,14 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: ccp.h,v 1.2 1994/09/21 06:47:37 paulus Exp $ + * $Id: ccp.h,v 1.4 1995/04/24 06:00:54 paulus Exp $ */ -/* - * Compression algorithms = configuration options - */ -#define CI_BSD_COMPRESS 0x21 /* BSD Compress */ - -/* - * Extra codes for CCP. - */ -#define RESETREQ 14 -#define RESETACK 15 - typedef struct ccp_options { - u_short bsd_compress: 1; /* do BSD Compress? */ + u_int bsd_compress: 1; /* do BSD Compress? */ u_short bsd_bits; /* # bits/code for BSD Compress */ } ccp_options; -#define MIN_BSD_BITS 9 -#define MAX_BSD_BITS 15 - extern fsm ccp_fsm[]; extern ccp_options ccp_wantoptions[]; extern ccp_options ccp_gotoptions[];