From 3f9351d1f16d272355e1958ff3038fd168f23a9b Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Mon, 1 May 1995 01:43:37 +0000 Subject: [PATCH] define DO_BSD_COMPRESS --- include/net/ppp-comp.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/include/net/ppp-comp.h b/include/net/ppp-comp.h index b97ff3c..e2579f8 100644 --- a/include/net/ppp-comp.h +++ b/include/net/ppp-comp.h @@ -24,16 +24,24 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: ppp-comp.h,v 1.6 1995/04/24 02:41:37 paulus Exp $ + * $Id: ppp-comp.h,v 1.7 1995/05/01 01:43:37 paulus Exp $ */ #ifndef _NET_PPP_COMP_H #define _NET_PPP_COMP_H -#ifdef PACKETPTR +/* + * The following symbols control whether we include code for + * various compression methods. + */ +#ifndef DO_BSD_COMPRESS +#define DO_BSD_COMPRESS 1 /* by default, include BSD-Compress */ +#endif + /* * Structure giving methods for compression/decompression. */ +#ifdef PACKETPTR struct compressor { int compress_proto; /* CCP compression protocol number */ -- 2.39.2