]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pathnames.h
New version of TDB code, borrowed from samba.
[ppp.git] / pppd / pathnames.h
index dccf0fda35720e13136be034038cc441001437e8..555f40f33d41937e2b16eaf50384a819320d966b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * define path names
  *
- * $Id: pathnames.h,v 1.15 2002/11/02 19:48:13 carlsonj Exp $
+ * $Id: pathnames.h,v 1.16 2004/11/13 12:02:22 paulus Exp $
  */
 
 #ifdef HAVE_PATHS_H
 #endif /* IPX_CHANGE */
 
 #ifdef __STDC__
-#define _PATH_PPPDB    _ROOT_PATH _PATH_VARRUN "pppd.tdb"
+#define _PATH_PPPDB    _ROOT_PATH _PATH_VARRUN "pppd2.tdb"
 #else /* __STDC__ */
 #ifdef HAVE_PATHS_H
-#define _PATH_PPPDB    "/var/run/pppd.tdb"
+#define _PATH_PPPDB    "/var/run/pppd2.tdb"
 #else
-#define _PATH_PPPDB    "/etc/ppp/pppd.tdb"
+#define _PATH_PPPDB    "/etc/ppp/pppd2.tdb"
 #endif
 #endif /* __STDC__ */