X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Foptions.c;h=dda3933169a7373e1d598637c6d909d51259feb7;hp=ffd9015b2813b622315761a7a2545be8326fb323;hb=a83dce41e0260ef18e643c480d2e0af5cc6766ad;hpb=e8676075aea6d278f435d5ce83d9b6aa216a1ecb diff --git a/pppd/options.c b/pppd/options.c index ffd9015..dda3933 100644 --- a/pppd/options.c +++ b/pppd/options.c @@ -344,7 +344,7 @@ option_t general_options[] = { OPT_PRIV|OPT_STATIC, NULL, MAXPATHLEN }, #endif -#ifdef HAVE_MULTILINK +#ifdef PPP_WITH_MULTILINK { "multilink", o_bool, &multilink, "Enable multilink operation", OPT_PRIO | 1 }, { "mp", o_bool, &multilink, @@ -356,7 +356,7 @@ option_t general_options[] = { { "bundle", o_string, &bundle_name, "Bundle name for multilink", OPT_PRIO }, -#endif /* HAVE_MULTILINK */ +#endif /* PPP_WITH_MULTILINK */ #ifdef PLUGIN { "plugin", o_special, (void *)loadplugin,