From 9d087b798dd6e8f90ca1e84ffc1159dbca378ac7 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 27 Oct 2000 08:39:41 +0000 Subject: [PATCH] Remove bogus undocumented macros used to control conditional assembly. --- sys/net/ppp_comp.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/sys/net/ppp_comp.h b/sys/net/ppp_comp.h index b777bfc2d3b0..5cf591be6411 100644 --- a/sys/net/ppp_comp.h +++ b/sys/net/ppp_comp.h @@ -30,19 +30,6 @@ #ifndef _NET_PPP_COMP_H #define _NET_PPP_COMP_H -/* - * 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 -#ifndef DO_DEFLATE -#define DO_DEFLATE 1 /* by default, include Deflate */ -#endif -#define DO_PREDICTOR_1 0 -#define DO_PREDICTOR_2 0 - /* * Structure giving methods for compression/decompression. */