From: Paul Mackerras Date: Thu, 8 Mar 2001 05:15:37 +0000 (+0000) Subject: add _PATH_PLUGIN for the default place to look for plugins X-Git-Tag: ppp-2.4.7~503 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=2aecd9597db762af4e3f220016b687e653171da2;p=ppp.git add _PATH_PLUGIN for the default place to look for plugins --- 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 */