summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-11-26 10:47:14 +0000
committerChristian Pointner <equinox@anytun.org>2008-11-26 10:47:14 +0000
commitf5afa7efbc1ff915e733e8d1474777de80534345 (patch)
tree0e698a8e0ce8792f58f6d965d58334c26621b20c /src/configure
parentanyrtpproxy: options parser support ipv6 now (diff)
cleaned tunDevice code
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure4
1 files changed, 0 insertions, 4 deletions
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"