Fix compiling bsd/device.c on systems without utun.
[tinc] / 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;