X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=include%2Fnet%2Fppp-comp.h;h=61ee35e3cc882ad54924eca35f8b1934cdfd2f67;hp=733205c7965153f3bfa53e82835b1dc0351bf460;hb=4d5401a1de510cdbb89cf10bc5956774c62683be;hpb=8184bd37a54fb5705e81a196162488d1ab80c38f diff --git a/include/net/ppp-comp.h b/include/net/ppp-comp.h index 733205c..61ee35e 100644 --- a/include/net/ppp-comp.h +++ b/include/net/ppp-comp.h @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: ppp-comp.h,v 1.8 1995/10/27 03:36:32 paulus Exp $ + * $Id: ppp-comp.h,v 1.9 1996/01/18 03:18:39 paulus Exp $ */ #ifndef _NET_PPP_COMP_H @@ -37,9 +37,11 @@ #ifndef DO_BSD_COMPRESS #define DO_BSD_COMPRESS 1 /* by default, include BSD-Compress */ #endif +#ifndef DO_DEFLATE +#define DO_DEFLATE 1 /* by default, include Deflate */ +#endif #define DO_PREDICTOR_1 0 #define DO_PREDICTOR_2 0 -#define DO_DEFLATE 0 /* * Structure giving methods for compression/decompression.