Build system: Fix check for <linux/if_tun.h> and remove our copy
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 28 Dec 2014 16:02:13 +0000 (16:02 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 28 Dec 2014 16:09:40 +0000 (16:09 +0000)
commit94ca562bb14422940ff1986ce8dfca87c222cb59
tree6b13be6c943a6af810cd47c5e6da33f9bc94d583
parent9c7a0b4e57f18adee8545804e34667334c426635
Build system: Fix check for <linux/if_tun.h> and remove our copy

 * Check for <linux/if_tun.h>, not <linux/if.h>, since the former is
   what we include.

 * Remove our embedded copy of linux/if_tun.h.  We have no need of
   this any more as all recent Linux platforms will provide this as
   part of the system.  This is good because linux/if_tun.h is
   GPLv2-only and secnet as a whole has to be GPLv3+ when built
   because it contains and depends on a few GPLv3+ things.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
config.h.in
configure
configure.in
debian/changelog
linux/if_tun.h [deleted file]
tun.c