summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-10-27 08:39:41 +0000
committerphk <phk@FreeBSD.org>2000-10-27 08:39:41 +0000
commitf914715e89446f0af04221e10afdbb16b5aca97e (patch)
tree7f412ff018d2e5f05382c16f000cf924beb66781 /sys
parentdd63fc7f515415841b6c8b56fb07761a0b16e338 (diff)
downloadFreeBSD-src-f914715e89446f0af04221e10afdbb16b5aca97e.zip
FreeBSD-src-f914715e89446f0af04221e10afdbb16b5aca97e.tar.gz
Remove bogus undocumented macros used to control conditional assembly.
Diffstat (limited to 'sys')
-rw-r--r--sys/net/ppp_comp.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/net/ppp_comp.h b/sys/net/ppp_comp.h
index b777bfc..5cf591b 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
OpenPOWER on IntegriCloud