]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/auth.c
Changing CBCP_SUPPORT define to PPP_WITH_CBCP to be consistent.
[ppp.git] / pppd / auth.c
index 7ce6baf288f2786c276c0e5a700e3c1983487e7d..c6e234417018ba5cb46eb3dd42ee867ee7048bfe 100644 (file)
 #ifdef USE_EAPTLS
 #include "eap-tls.h"
 #endif
-#ifdef CBCP_SUPPORT
+#ifdef PPP_WITH_CBCP
 #include "cbcp.h"
 #endif
 #include "pathnames.h"
@@ -906,7 +906,7 @@ network_phase(int unit)
        }
     }
 
-#ifdef CBCP_SUPPORT
+#ifdef PPP_WITH_CBCP
     /*
      * If we negotiated callback, do it now.
      */