From f5afa7efbc1ff915e733e8d1474777de80534345 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 26 Nov 2008 10:47:14 +0000 Subject: cleaned tunDevice code --- src/configure | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/configure') diff --git a/src/configure b/src/configure index ccdad1b..4cf9ec6 100755 --- a/src/configure +++ b/src/configure @@ -35,15 +35,11 @@ TARGET=`uname -s` case $TARGET in Linux) rm -rf tunDevice.cpp - rm -rf tunDevice.h ln -sf linux/tunDevice.cpp - ln -sf linux/tunDevice.h ;; OpenBSD|FreeBSD|NetBSD) rm -rf tunDevice.cpp - rm -rf tunDevice.h ln -sf bsd/tunDevice.cpp - ln -sf bsd/tunDevice.h ;; *) echo "Plattform not supported" -- cgit v1.2.3