diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-27 08:39:41 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-27 08:39:41 +0000 |
| commit | 9d087b798dd6e8f90ca1e84ffc1159dbca378ac7 (patch) | |
| tree | ec14682be12843866e0e950dc7c6827da55edcba | |
| parent | a92ddba7791d0adb2782a3087f37c4dd3bdae46c (diff) | |
Notes
| -rw-r--r-- | sys/net/ppp_comp.h | 13 |
1 files changed, 0 insertions, 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 @@ -31,19 +31,6 @@ #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. */ #ifdef PACKETPTR |
