]> git.ozlabs.org Git - ppp.git/commitdiff
Support PPP Deflate compression by default
authorPaul Mackerras <paulus@samba.org>
Thu, 18 Jan 1996 03:18:39 +0000 (03:18 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 18 Jan 1996 03:18:39 +0000 (03:18 +0000)
include/net/ppp-comp.h

index 733205c7965153f3bfa53e82835b1dc0351bf460..61ee35e3cc882ad54924eca35f8b1934cdfd2f67 100644 (file)
@@ -24,7 +24,7 @@
  * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS,
  * OR MODIFICATIONS.
  *
  * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS,
  * OR MODIFICATIONS.
  *
- * $Id: ppp-comp.h,v 1.8 1995/10/27 03:36:32 paulus Exp $
+ * $Id: ppp-comp.h,v 1.9 1996/01/18 03:18:39 paulus Exp $
  */
 
 #ifndef _NET_PPP_COMP_H
  */
 
 #ifndef _NET_PPP_COMP_H
 #ifndef DO_BSD_COMPRESS
 #define DO_BSD_COMPRESS        1       /* by default, include BSD-Compress */
 #endif
 #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
 #define DO_PREDICTOR_1 0
 #define DO_PREDICTOR_2 0
-#define DO_DEFLATE     0
 
 /*
  * Structure giving methods for compression/decompression.
 
 /*
  * Structure giving methods for compression/decompression.