]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pppdconf.h.in
Changing HAVE_MULTILINK to PPP_WITH_MULTILINK
[ppp.git] / pppd / pppdconf.h.in
index 9c0dacbb28fee9fd3b0048daf2d86d2a54f45207..0a4525d471106f975c1e51da9ea5c3e89b0f030d 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
@@ -28,7 +31,7 @@
 #undef USE_TDB
 
 /* "Have IPv6 support" */
-#undef INET6
+#undef PPP_WITH_IPV6CP
 
 /* "Support for Pluggable Authentication Modules" */
 #undef USE_PAM