X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconf.c;h=477d0fd8c89562fb58dd49396e72ff3d02f3db63;hp=ca6640a794810622a94949b2eb3b453aed2f924f;hb=5065ea32c32e27478d93c00a1bba0c812b7a2b8c;hpb=35932fe6c8cb481eb687f98424776ce429570c21 diff --git a/src/conf.c b/src/conf.c index ca6640a7..477d0fd8 100644 --- a/src/conf.c +++ b/src/conf.c @@ -19,9 +19,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: conf.c,v 1.9.4.18 2000/10/29 00:02:17 guus Exp $ + $Id: conf.c,v 1.9.4.20 2000/11/03 22:35:10 zarq Exp $ */ +#include "config.h" #include #include @@ -30,7 +31,6 @@ #include #include #include -#include #include @@ -60,7 +60,6 @@ static internal_config_t hazahaza[] = { { "ConnectTo", connectto, TYPE_NAME }, { "PingTimeout", pingtimeout, TYPE_INT }, { "TapDevice", tapdevice, TYPE_NAME }, - { "TapSubnet", tapsubnet, TYPE_IP }, { "PrivateKey", privatekey, TYPE_NAME }, { "KeyExpire", keyexpire, TYPE_INT }, { "Hostnames", resolve_dns, TYPE_BOOL },