projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dff578
)
Use paths.h if it is available.
author
Paul Mackerras
<paulus@samba.org>
Thu, 1 Sep 1994 00:32:56 +0000
(
00:32
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 1 Sep 1994 00:32:56 +0000
(
00:32
+0000)
pppd/pathnames.h
patch
|
blob
|
history
diff --git
a/pppd/pathnames.h
b/pppd/pathnames.h
index d8e91dcad676500120901d51d0f2adc97c448829..7baf95a43df8bc2ed2fffc40833577c6d179a286 100644
(file)
--- a/
pppd/pathnames.h
+++ b/
pppd/pathnames.h
@@
-1,13
+1,15
@@
/*
* define path names
*
- * $Id: pathnames.h,v 1.
4 1994/05/18 06:34:4
6 paulus Exp $
+ * $Id: pathnames.h,v 1.
5 1994/09/01 00:32:5
6 paulus Exp $
*/
-#if defined(STREAMS) || defined(ultrix)
-#define _PATH_PIDFILE "/etc/ppp"
+#ifdef HAVE_PATHS_H
+#include <paths.h>
+
#else
-#define _PATH_PIDFILE "/var/run"
+#define _PATH_VARRUN "/etc/ppp/"
+#define _PATH_DEVNULL "/dev/null"
#endif
#define _PATH_UPAPFILE "/etc/ppp/pap-secrets"