summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/pathnames.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-09-10 02:20:35 +0000
committerbrian <brian@FreeBSD.org>1997-09-10 02:20:35 +0000
commit74b863965ccdf828063a0b0413c9ee2c9bac138a (patch)
tree128fd1b89adb4d6b80dba95ba80e97583e4842b7 /usr.sbin/ppp/pathnames.h
parent48565f649bb6844e23ad80d12923e102ac52693c (diff)
downloadFreeBSD-src-74b863965ccdf828063a0b0413c9ee2c9bac138a.zip
FreeBSD-src-74b863965ccdf828063a0b0413c9ee2c9bac138a.tar.gz
Cosmetic: Remove unused variables and build on OpenBSD.
Diffstat (limited to 'usr.sbin/ppp/pathnames.h')
-rw-r--r--usr.sbin/ppp/pathnames.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/usr.sbin/ppp/pathnames.h b/usr.sbin/ppp/pathnames.h
index e98f294..fca076b 100644
--- a/usr.sbin/ppp/pathnames.h
+++ b/usr.sbin/ppp/pathnames.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
*
- * $Id$
+ * $Id: pathnames.h,v 1.6 1997/02/22 16:10:43 peter Exp $
*
* @(#)pathnames.h 5.2 (Berkeley) 6/1/90
*/
@@ -40,18 +40,7 @@
#include <paths.h>
#endif
-#define _PATH_ACULOG "/var/log/aculog"
-#if defined(__NetBSD__) || defined(__FreeBSD__)
-#define _PATH_LOCKDIRNAME "/var/spool/lock/LCK..%s"
-#else
-#define _PATH_LOCKDIRNAME "/var/spool/uucp/LCK..%s"
-#endif
-#ifdef notdef
-#define _PATH_LOCKDIRNAME "/var/spool/uucp/LCK/LCK..%s"
-#endif
-#define _PATH_PHONES "/etc/phones"
-#define _PATH_REMOTE "/etc/remote"
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
#define _PATH_PPP "/etc/ppp"
#else
#define _PATH_PPP "/etc"
OpenPOWER on IntegriCloud