X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fauth.c;h=7ce6baf288f2786c276c0e5a700e3c1983487e7d;hp=f8c8a067facb9a2a9d8ff8c963fb59af9b11e939;hb=a83dce41e0260ef18e643c480d2e0af5cc6766ad;hpb=e8676075aea6d278f435d5ce83d9b6aa216a1ecb diff --git a/pppd/auth.c b/pppd/auth.c index f8c8a06..7ce6baf 100644 --- a/pppd/auth.c +++ b/pppd/auth.c @@ -210,7 +210,7 @@ int (*null_auth_hook)(struct wordlist **paddrs, int (*allowed_address_hook)(u_int32_t addr) = NULL; -#ifdef HAVE_MULTILINK +#ifdef PPP_WITH_MULTILINK /* Hook for plugin to hear when an interface joins a multilink bundle */ void (*multilink_join_hook)(void) = NULL; #endif @@ -937,7 +937,7 @@ start_networks(int unit) new_phase(PHASE_NETWORK); -#ifdef HAVE_MULTILINK +#ifdef PPP_WITH_MULTILINK if (multilink) { if (mp_join_bundle()) { if (multilink_join_hook) @@ -947,7 +947,7 @@ start_networks(int unit) return; } } -#endif /* HAVE_MULTILINK */ +#endif /* PPP_WITH_MULTILINK */ #ifdef PPP_FILTER if (!demand)