OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / klips / patches / net.Config.in
1 RCSID $Id: net.Config.in,v 1.5 1999/09/17 17:48:36 rgb Exp $
2 --- ./net/Config.in.preipsec    Mon Jul 13 16:47:40 1998
3 +++ ./net/Config.in     Thu Sep 16 11:26:31 1999
4 @@ -24,4 +24,8 @@
5  if [ "$CONFIG_NETLINK" = "y" ]; then
6    bool 'Routing messages' CONFIG_RTNETLINK
7  fi
8 +tristate 'IP Security Protocol (FreeS/WAN IPSEC)' CONFIG_IPSEC
9 +if [ "$CONFIG_IPSEC" != "n" ]; then
10 +  source net/ipsec/Config.in
11 +fi
12  endmenu