projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67b4994
)
add _PATH_PLUGIN for the default place to look for plugins
author
Paul Mackerras
<paulus@samba.org>
Thu, 8 Mar 2001 05:15:37 +0000
(
05:15
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 8 Mar 2001 05:15:37 +0000
(
05:15
+0000)
pppd/pathnames.h
patch
|
blob
|
history
diff --git
a/pppd/pathnames.h
b/pppd/pathnames.h
index 416e9ed787f8ae72070275bdc0971a018f773c1c..ebac0f02dae82beda57ad52e0b4b6cac75442faa 100644
(file)
--- a/
pppd/pathnames.h
+++ b/
pppd/pathnames.h
@@
-1,7
+1,7
@@
/*
* define path names
*
- * $Id: pathnames.h,v 1.1
3 2000/04/04 07:06:52
paulus Exp $
+ * $Id: pathnames.h,v 1.1
4 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 */