diff options
author | Christian Pointner <equinox@anytun.org> | 2008-11-26 10:47:14 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-11-26 10:47:14 +0000 |
commit | f5afa7efbc1ff915e733e8d1474777de80534345 (patch) | |
tree | 0e698a8e0ce8792f58f6d965d58334c26621b20c /src/configure | |
parent | anyrtpproxy: options parser support ipv6 now (diff) |
cleaned tunDevice code
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 4 |
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" |