summaryrefslogtreecommitdiff
path: root/pppd/pathnames.h
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2001-03-08 05:15:37 +0000
committerPaul Mackerras <paulus@samba.org>2001-03-08 05:15:37 +0000
commit2aecd9597db762af4e3f220016b687e653171da2 (patch)
treecd847f1f215827db63406daadb391c9bdb9ab2bc /pppd/pathnames.h
parent67b4994c647485a542e37910917a5348b977041e (diff)
downloadppp-2aecd9597db762af4e3f220016b687e653171da2.tar.gz
add _PATH_PLUGIN for the default place to look for plugins
Diffstat (limited to 'pppd/pathnames.h')
-rw-r--r--pppd/pathnames.h6
1 files changed, 5 insertions, 1 deletions
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 */