From 00d6b31a5087fa0bb2c9cdbc95d2dcdafca9be9b Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 18 Jan 1996 03:18:39 +0000 Subject: [PATCH 1/1] Support PPP Deflate compression by default --- include/net/ppp-comp.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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. -- 2.39.2