1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-21 13:25:07 +03:00
openwrt-xburst/obsolete-buildroot/sources/openwrt/patches/ppp/pppdump-no-deflate

13 lines
474 B
Plaintext
Raw Normal View History

diff -ruN ppp-2.4.1.uus.orig/pppdump/ppp-comp.h ppp-2.4.1.uus/pppdump/ppp-comp.h
--- ppp-2.4.1.uus.orig/pppdump/ppp-comp.h 1999-03-23 04:21:01.000000000 +0100
+++ ppp-2.4.1.uus/pppdump/ppp-comp.h 2003-08-09 23:54:49.000000000 +0200
@@ -37,6 +37,8 @@
#ifndef DO_BSD_COMPRESS
#define DO_BSD_COMPRESS 1 /* by default, include BSD-Compress */
#endif
+#undef DO_DEFLATE
+#define DO_DEFLATE 0
#ifndef DO_DEFLATE
#define DO_DEFLATE 1 /* by default, include Deflate */
#endif