blob: 8aaa1643981027c439a807865d7942b2dfad4147 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- tunip.c.orig Mon Aug 16 11:54:50 1999
+++ tunip.c Mon Aug 16 12:27:07 1999
@@ -57,8 +57,8 @@
#include "defs.h"
-#define _PATH_CONF "/etc/ipsec/pipsecd.conf"
-#define _PATH_STARTUP "/etc/ipsec/startup"
+#define _PATH_CONF FILE_PREFIX "/etc/ipsec/pipsecd.conf"
+#define _PATH_STARTUP FILE_PREFIX "/etc/ipsec/startup"
#define _PATH_DEV_RANDOM "/dev/random"
#define MAX_HEADER 64
|