summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/vars.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-12-03 10:23:54 +0000
committerbrian <brian@FreeBSD.org>1997-12-03 10:23:54 +0000
commit4c9568e05af003a85ca40c896b5041fc8286221f (patch)
tree86301631e3a842883c7e61e9c2f1feab23a39e23 /usr.sbin/ppp/vars.h
parent185fb48052f903a80b31786784cbb82fb059c35c (diff)
downloadFreeBSD-src-4c9568e05af003a85ca40c896b5041fc8286221f.zip
FreeBSD-src-4c9568e05af003a85ca40c896b5041fc8286221f.tar.gz
Abstract the CCP layer a level.
Add DEFLATE support.
Diffstat (limited to 'usr.sbin/ppp/vars.h')
-rw-r--r--usr.sbin/ppp/vars.h24
1 files changed, 13 insertions, 11 deletions
diff --git a/usr.sbin/ppp/vars.h b/usr.sbin/ppp/vars.h
index 79f4f82..5f6cf88 100644
--- a/usr.sbin/ppp/vars.h
+++ b/usr.sbin/ppp/vars.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: vars.h,v 1.34 1997/11/18 14:52:08 brian Exp $
+ * $Id: vars.h,v 1.35 1997/11/22 03:37:54 brian Exp $
*
* TODO:
*/
@@ -32,19 +32,21 @@ struct confdesc {
#define CONF_DENY 0
#define CONF_ACCEPT 1
-#define ConfVjcomp 0
-#define ConfLqr 1
-#define ConfChap 2
-#define ConfPap 3
-#define ConfAcfcomp 4
-#define ConfProtocomp 5
-#define ConfPred1 6
-#define ConfProxy 7
+#define ConfAcfcomp 0
+#define ConfChap 1
+#define ConfDeflate 2
+#define ConfLqr 3
+#define ConfPap 4
+#define ConfPred1 5
+#define ConfProtocomp 6
+#define ConfVjcomp 7
+
#define ConfMSExt 8
#define ConfPasswdAuth 9
-#define ConfUtmp 10
+#define ConfProxy 10
#define ConfThroughput 11
-#define MAXCONFS 12
+#define ConfUtmp 12
+#define MAXCONFS 13
#define Enabled(x) (pppConfs[x].myside & CONF_ENABLE)
#define Acceptable(x) (pppConfs[x].hisside & CONF_ACCEPT)
OpenPOWER on IntegriCloud