Fix compiling bsd/device.c on systems without utun.
[oweals/tinc.git] / src / bsd / device.c
index e3148bd3ca7521f51c100a3906c607b7a82d5ad1..46879e465365ba4ce4c1a10ee2b82cb12cd9c15f 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;