]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pppdconf.h.in
Changing CBCP_SUPPORT define to PPP_WITH_CBCP to be consistent.
[ppp.git] / pppd / pppdconf.h.in
index 63b61ee732fc6e3522df4e46938d58b5d9044688..eeabcf4697f0e18706193fd0dd3c12c1d0872b51 100644 (file)
@@ -4,13 +4,16 @@
  */
 
 /* "Have Microsoft CHAP support" */
-#undef CHAPMS
+#undef PPP_WITH_CHAPMS
+
+/* "Have Microsoft LAN Manager support" */
+#undef PPP_WITH_MSLANMAN
 
 /* "Have Microsoft MPPE support" */
-#undef MPPE
+#undef PPP_WITH_MPPE
 
 /* "Have multilink support" */
-#undef HAVE_MULTILINK
+#undef PPP_WITH_MULTILINK
 
 /* "Have packet activity filter support" */
 #undef PPP_FILTER
 #undef MAXOCTETS
 
 /* Have Microsoft Callback Protocol support */
-#undef CBCP_SUPPORT
+#undef PPP_WITH_CBCP
 
 /* "Include Trivial Database support" */
-#undef USE_TDB
+#undef PPP_WITH_TDB
 
 /* "Have IPv6 support" */
 #undef PPP_WITH_IPV6CP