Add support for iPhones and recent iPods.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 10 Sep 2009 17:32:54 +0000 (19:32 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 10 Sep 2009 17:32:54 +0000 (19:32 +0200)
commit4a5d42178cc0954efba8b24058da9c70cc77c35a
tree54a6a3498ff48069fd60b96b2d935547519853c4
parentff946d0423fe547ea42bb11acfb3035c3b8aee4e
Add support for iPhones and recent iPods.

This is a slightly modified patch from Grzegorz Dymarek that allows tinc to use
the tunemu device, which allows tinc to be compiled for iPhones and recent
iPods. To enable support for tunemu, the --enable-tunemu option has to be used
when running the configure script.
THANKS
configure.in
src/Makefile.am
src/bsd/device.c
src/bsd/tunemu.c [new file with mode: 0644]
src/bsd/tunemu.h [new file with mode: 0644]