--- gvpe/src/device-tincd.C 2003/10/16 13:37:10 1.5 +++ gvpe/src/device-tincd.C 2003/10/16 13:37:52 1.6 @@ -93,23 +93,35 @@ #if IF_linux # include "tincd/linux/device.c" + #elif IF_freebsd # include "tincd/freebsd/device.c" + #elif IF_netbsd #define IF_istun 1 # include "tincd/netbsd/device.c" + +#elif IF_openbsd +#define IF_istun 1 +# include "tincd/openbsd/device.c" + #elif IF_solaris # include "tincd/solaris/device.c" + #elif IF_cygwin # include "tincd/cygwin/device.c" + #elif IF_mingw # include "tincd/mingw/device.c" + #elif IF_darwin #define IF_istun 1 # include "tincd/darwin/device.c" + #elif IF_raw_socket #define IF_istun 1 # include "tincd/raw_socket/device.c" + #else # error No interface implementation for your IFTYPE/IFSUBTYPE combination. #endif