X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpathnames.h;h=ebac0f02dae82beda57ad52e0b4b6cac75442faa;hb=aefcf5ac90dee434d605167b6a719c58c0ffcf03;hp=416e9ed787f8ae72070275bdc0971a018f773c1c;hpb=0b3acd3a1122d542e2994d7791cc9127e91778f1;p=ppp.git diff --git a/pppd/pathnames.h b/pppd/pathnames.h index 416e9ed..ebac0f0 100644 --- a/pppd/pathnames.h +++ b/pppd/pathnames.h @@ -1,7 +1,7 @@ /* * define path names * - * $Id: pathnames.h,v 1.13 2000/04/04 07:06:52 paulus Exp $ + * $Id: pathnames.h,v 1.14 2001/03/08 05:15:37 paulus Exp $ */ #ifdef HAVE_PATHS_H @@ -51,3 +51,7 @@ #define _PATH_PPPDB "/etc/ppp/pppd.tdb" #endif #endif /* __STDC__ */ + +#ifdef PLUGIN +#define _PATH_PLUGIN "/usr/lib/pppd/" VERSION +#endif /* PLUGIN */