summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/net/ppp-comp.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libnetworking/net/ppp-comp.h')
-rw-r--r--c/src/exec/libnetworking/net/ppp-comp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/libnetworking/net/ppp-comp.h b/c/src/exec/libnetworking/net/ppp-comp.h
index 0e6a9c672f..aa2f99b6d1 100644
--- a/c/src/exec/libnetworking/net/ppp-comp.h
+++ b/c/src/exec/libnetworking/net/ppp-comp.h
@@ -35,10 +35,10 @@
* various compression methods.
*/
#ifndef DO_BSD_COMPRESS
-#define DO_BSD_COMPRESS 1 /* by default, include BSD-Compress */
+#define DO_BSD_COMPRESS 0 /* by default, include BSD-Compress */
#endif
#ifndef DO_DEFLATE
-#define DO_DEFLATE 1 /* by default, include Deflate */
+#define DO_DEFLATE 0 /* by default, include Deflate */
#endif
#define DO_PREDICTOR_1 0
#define DO_PREDICTOR_2 0