X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconf.h;h=de3d583c0d31f7b329fc576e1774628dbf376310;hp=36a7bb8b8f963fadb45a2166868b79784887d0a0;hb=f826301889e1fa1a22770919f0385c3ca04c740a;hpb=a7ad161d2b115b6a2a69c5dc8ddd33008d3562d0 diff --git a/src/conf.h b/src/conf.h index 36a7bb8b..de3d583c 100644 --- a/src/conf.h +++ b/src/conf.h @@ -1,6 +1,7 @@ /* conf.h -- header for conf.c - Copyright (C) 1998,1999,2000 Ivo Timmermans + Copyright (C) 1998,1999,2000 Ivo Timmermans + 2000 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,6 +16,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + + $Id: conf.h,v 1.6 2000/05/30 11:18:12 zarq Exp $ */ #ifndef __TINC_CONF_H__ @@ -41,7 +44,8 @@ typedef enum which_t { allowconnect, pingtimeout, keyexpire, - vpnmask + vpnmask, + resolve_dns } which_t; typedef struct config_t {