Fix compiling bsd/device.c on systems without utun.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 10 Apr 2016 11:40:42 +0000 (13:40 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 10 Apr 2016 11:40:42 +0000 (13:40 +0200)
src/bsd/device.c

index e3148bd..46879e4 100644 (file)
@@ -49,9 +49,7 @@ typedef enum device_type {
 #ifdef ENABLE_TUNEMU
        DEVICE_TYPE_TUNEMU,
 #endif
-#ifdef HAVE_NET_IF_UTUN_H
        DEVICE_TYPE_UTUN,
-#endif
 } device_type_t;
 
 int device_fd = -1;