Configuration directive `IndirectData'.
[tinc] / src / conf.h
index 2d83092..968a12a 100644 (file)
@@ -1,6 +1,7 @@
 /*
     conf.h -- header for conf.c
-    Copyright (C) 1998,99 Ivo Timmermans <zarq@iname.com>
+    Copyright (C) 1998,1999,2000 Ivo Timmermans <itimmermans@bigfoot.com>
+                            2000 Guus Sliepen <guus@sliepen.warande.net>
 
     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.4.1 2000/06/17 20:55:54 zarq Exp $
 */
 
 #ifndef __TINC_CONF_H__
@@ -41,6 +44,9 @@ typedef enum which_t {
   allowconnect,
   pingtimeout,
   keyexpire,
+  vpnmask,
+  resolve_dns,
+  indirectdata
 } which_t;
 
 typedef struct config_t {