1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-03 17:11:32 +00:00

Remove bogus undocumented macros used to control conditional assembly.

This commit is contained in:
Poul-Henning Kamp 2000-10-27 08:39:41 +00:00
parent a92ddba779
commit 9d087b798d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67696

View File

@ -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.
*/