summaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted/pathnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mrouted/pathnames.h')
-rw-r--r--usr.sbin/mrouted/pathnames.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/usr.sbin/mrouted/pathnames.h b/usr.sbin/mrouted/pathnames.h
deleted file mode 100644
index b3e3c88f8988..000000000000
--- a/usr.sbin/mrouted/pathnames.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * The mrouted program is covered by the license in the accompanying file
- * named "LICENSE". Use of the mrouted program represents acceptance of
- * the terms and conditions listed in that file.
- *
- * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
- * Leland Stanford Junior University.
- *
- *
- * $Id: pathnames.h,v 3.8 1995/11/29 22:36:57 fenner Rel $
- */
-
-#define _PATH_MROUTED_CONF "/etc/mrouted.conf"
-
-#if (defined(BSD) && (BSD >= 199103))
-#define _PATH_MROUTED_PID "/var/run/mrouted.pid"
-#define _PATH_MROUTED_GENID "/var/run/mrouted.genid"
-#define _PATH_MROUTED_DUMP "/var/tmp/mrouted.dump"
-#define _PATH_MROUTED_CACHE "/var/tmp/mrouted.cache"
-#else
-#define _PATH_MROUTED_PID "/etc/mrouted.pid"
-#define _PATH_MROUTED_GENID "/etc/mrouted.genid"
-#define _PATH_MROUTED_DUMP "/usr/tmp/mrouted.dump"
-#define _PATH_MROUTED_CACHE "/usr/tmp/mrouted.cache"
-#endif