From: Paul Mackerras Date: Thu, 18 Jan 1996 03:18:39 +0000 (+0000) Subject: Support PPP Deflate compression by default X-Git-Tag: RELEASE_2_3_6~532 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=00d6b31a5087fa0bb2c9cdbc95d2dcdafca9be9b;ds=sidebyside Support PPP Deflate compression by default --- 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.