--- gvpe/src/device-tincd.C 2004/01/29 18:55:10 1.10 +++ gvpe/src/device-tincd.C 2005/03/03 16:54:34 1.12 @@ -1,8 +1,10 @@ /* device-tincd.C -- include one of the tincd low level implementations. - Copyright (C) 2003-2004 Marc Lehmann + Copyright (C) 2003-2005 Marc Lehmann - This program is free software; you can redistribute it and/or modify + This file is part of GVPE. + + GVPE is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. @@ -13,7 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software + along with gvpe; if not, write to the Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ @@ -96,14 +98,15 @@ # include "tincd/freebsd/device.c" #elif IF_netbsd -#define IF_istun 1 +# define IF_istun 1 # include "tincd/netbsd/device.c" #elif IF_openbsd -#define IF_istun 1 +# define IF_istun 1 # include "tincd/openbsd/device.c" #elif IF_solaris +# define IF_istun 1 # include "tincd/solaris/device.c" #elif IF_cygwin @@ -113,11 +116,11 @@ # include "tincd/mingw/device.c" #elif IF_darwin -#define IF_istun 1 +# define IF_istun 1 # include "tincd/darwin/device.c" #elif IF_raw_socket -#define IF_istun 1 +# define IF_istun 1 # include "tincd/raw_socket/device.c" #else