]> git.ozlabs.org Git - ppp.git/commitdiff
add _PATH_PLUGIN for the default place to look for plugins
authorPaul Mackerras <paulus@samba.org>
Thu, 8 Mar 2001 05:15:37 +0000 (05:15 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 8 Mar 2001 05:15:37 +0000 (05:15 +0000)
pppd/pathnames.h

index 416e9ed787f8ae72070275bdc0971a018f773c1c..ebac0f02dae82beda57ad52e0b4b6cac75442faa 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * define path names
  *
 /*
  * 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
  */
 
 #ifdef HAVE_PATHS_H
@@ -51,3 +51,7 @@
 #define _PATH_PPPDB    "/etc/ppp/pppd.tdb"
 #endif
 #endif /* __STDC__ */
 #define _PATH_PPPDB    "/etc/ppp/pppd.tdb"
 #endif
 #endif /* __STDC__ */
+
+#ifdef PLUGIN
+#define _PATH_PLUGIN   "/usr/lib/pppd/" VERSION
+#endif /* PLUGIN */