diff options
Diffstat (limited to 'sbin/isakmpd/conf.h')
-rw-r--r-- | sbin/isakmpd/conf.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sbin/isakmpd/conf.h b/sbin/isakmpd/conf.h index fd886311498..e46d4c30046 100644 --- a/sbin/isakmpd/conf.h +++ b/sbin/isakmpd/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.24 2003/06/03 14:28:16 ho Exp $ */ +/* $OpenBSD: conf.h,v 1.25 2004/03/19 14:04:43 hshoexer Exp $ */ /* $EOM: conf.h,v 1.13 2000/09/18 00:01:47 ho Exp $ */ /* @@ -38,11 +38,7 @@ #include <sys/socket.h> #include <stdio.h> -#if !defined (USE_PRIVSEP) -# define ISAKMPD_ROOT "/etc/isakmpd/" -#else -# define ISAKMPD_ROOT "" -#endif +#define ISAKMPD_ROOT "/etc/isakmpd/" #define CONFIG_FILE ISAKMPD_ROOT "isakmpd.conf" |