diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-05-02 14:36:44 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-05-02 14:36:44 +0000 |
commit | 75f43e3629c1958b4e86048df9c5348d155a35ed (patch) | |
tree | 22a9898a3c507a0c8fdbe481233443bca8386fd7 /sbin/isakmpd/policy.h | |
parent | c0c41f431ce779ed2c09dd3fda4ac32dcce8b8d4 (diff) |
Merge with EOM 1.7
author: angelos
Move POLICY_FILE_DEFAULT definition to the .h file.
Diffstat (limited to 'sbin/isakmpd/policy.h')
-rw-r--r-- | sbin/isakmpd/policy.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sbin/isakmpd/policy.h b/sbin/isakmpd/policy.h index d4543f73348..cbc74e4f998 100644 --- a/sbin/isakmpd/policy.h +++ b/sbin/isakmpd/policy.h @@ -1,5 +1,5 @@ -/* $OpenBSD: policy.h,v 1.4 2000/04/07 22:03:35 niklas Exp $ */ -/* $EOM: policy.h,v 1.6 2000/04/06 19:50:35 niklas Exp $ */ +/* $OpenBSD: policy.h,v 1.5 2000/05/02 14:36:43 niklas Exp $ */ +/* $EOM: policy.h,v 1.7 2000/04/29 15:07:16 angelos Exp $ */ /* * Copyright (c) 1999 Angelos D. Keromytis. All rights reserved. @@ -37,6 +37,10 @@ #ifndef _POLICY_H_ #define _POLICY_H_ +#ifndef POLICY_FILE_DEFAULT +#define POLICY_FILE_DEFAULT "/etc/isakmpd/isakmpd.policy" +#endif /* POLICY_FILE_DEFAULT */ + #if defined (USE_KEYNOTE) #define LK(sym, args) sym args #define LKV(sym) sym |