blob: 921008e56b8a2a1d6164c674445258860e3e7547 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- pathnames.h.orig 1999-11-30 17:58:53 UTC
+++ pathnames.h
@@ -47,7 +47,9 @@
*/
+#ifndef _PATH_PIMD_CONF
#define _PATH_PIMD_CONF "/etc/pimd.conf"
+#endif
#if (defined(BSD) && (BSD >= 199103))
#define _PATH_PIMD_PID "/var/run/pimdd.pid"
|