From 62a31c9fd06506ab976a4dc2050882f29ab24693 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 13 Dec 2005 20:44:13 +1100 Subject: - (djm) [misc.c] Disable tunnel code for non-OpenBSD (for now), enable again by providing a sys_tun_open() function for your platform and setting the CUSTOM_SYS_TUN_OPEN define. More work is required to match OpenBSD's tunnel protocol, which prepends the address family to the packet --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b24d3717..80daa0c2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.313 2005/12/13 08:33:20 djm Exp $ +# $Id: configure.ac,v 1.314 2005/12/13 09:44:13 djm Exp $ # # Copyright (c) 1999-2004 Damien Miller # @@ -359,6 +359,7 @@ mips-sony-bsd|mips-sony-newsos4) *-*-openbsd*) AC_DEFINE(HAVE_ATTRIBUTE__SENTINEL__, 1, [OpenBSD's gcc has sentinel]) AC_DEFINE(HAVE_ATTRIBUTE__BOUNDED__, 1, [OpenBSD's gcc has bounded]) + AC_DEFINE(SSH_TUN_BSD, 1, [Open tunnel devices the BSD way]) ;; *-*-solaris*) if test "x$withval" != "xno" ; then -- cgit v1.2.3