X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fipv6cp.h;h=2f4c06ddc1892c2c27f26a519f5e78efc82fc219;hp=cc4568dea22c91cffcdd126835bd33a8c97ca875;hb=de8da14d845ee6db9236ccfddabf1d8ebf045ddb;hpb=50967962addebe15c7a7e63116ff46a0441dc464 diff --git a/pppd/ipv6cp.h b/pppd/ipv6cp.h index cc4568d..2f4c06d 100644 --- a/pppd/ipv6cp.h +++ b/pppd/ipv6cp.h @@ -154,9 +154,7 @@ typedef struct ipv6cp_options { int opt_local; /* ourtoken set by option */ int opt_remote; /* histoken set by option */ int use_ip; /* use IP as interface identifier */ -#if defined(SOL2) || defined(__linux__) int use_persistent; /* use uniquely persistent value for address */ -#endif /* defined(SOL2) */ int neg_vj; /* Van Jacobson Compression? */ u_short vj_protocol; /* protocol value to use in VJ option */ eui64_t ourid, hisid; /* Interface identifiers */