summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-12-13 20:44:13 +1100
committerDamien Miller <djm@mindrot.org>2005-12-13 20:44:13 +1100
commit62a31c9fd06506ab976a4dc2050882f29ab24693 (patch)
tree95d0a397c4aa0d69aea733f80216e787ad14a816 /configure.ac
parentd47c62a714c2c3e6a564aa498e3ef0445c9f9ea3 (diff)
- (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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
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