diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-01-30 12:25:57 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-01-30 12:25:57 +0000 |
commit | 9790537d64272aed35fda336ef18fac1fccd960d (patch) | |
tree | 4954aeddf9e8d7c2a3b282b686e9c7d764dc6ec2 /Makefile.inc | |
parent | dd191aff56ffe1b3fc996a6ca94d829eaff9762b (diff) | |
download | vyos-strongswan-9790537d64272aed35fda336ef18fac1fccd960d.tar.gz vyos-strongswan-9790537d64272aed35fda336ef18fac1fccd960d.zip |
- New upstream release.
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Makefile.inc b/Makefile.inc index 8abbbf55c..f09ec409b 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -11,7 +11,7 @@ # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # -# RCSID $Id: Makefile.inc,v 1.13 2007/01/11 21:42:11 as Exp $ +# RCSID $Id: Makefile.inc,v 1.14 2007/01/29 08:19:56 as Exp $ # Variables in this file with names starting with INC_ are not for use @@ -244,10 +244,6 @@ USE_IPROUTE2?=true # 2.4 - iptables IPSEC_FIREWALLTYPE=iptables -# whether or not to include ipsec policy code into pluto. -# false for now, since it is still experimental. -USE_IPSECPOLICY?=false - # include IKEPING in the distribution USE_IKEPING?=false @@ -286,9 +282,9 @@ USE_SMARTCARD?=false # Default PKCS11 library # Uncomment this line if using OpenSC <= 0.9.6 -PKCS11_DEFAULT_LIB=\"/usr/lib/pkcs11/opensc-pkcs11.so\" +#PKCS11_DEFAULT_LIB=\"/usr/lib/pkcs11/opensc-pkcs11.so\" # Uncomment this line if using OpenSC >= 0.10.0 -#PKCS11_DEFAULT_LIB=\"/usr/lib/opensc-pkcs11.so\" +PKCS11_DEFAULT_LIB=\"/usr/lib/opensc-pkcs11.so\" # Uncomment and complete this line if using another default library #PKCS11_DEFAULT_LIB=\"/usr/lib/...\" |