diff options
author | Damien Miller <djm@mindrot.org> | 2005-12-31 16:33:36 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-12-31 16:33:36 +1100 |
commit | 598bbc2d8fd5025ad16f5d9ee71db4e0bf872cd2 (patch) | |
tree | 94f0eee336da355fec3c527328c601dc583f350f /configure.ac | |
parent | 88b25524b885885896e23e01e1aa873864ca7386 (diff) |
- (djm) [openbsd-compat/port-tun.c openbsd-compat/port-tun.h configure.ac]
[serverloop.c ssh.c openbsd-compat/Makefile.in]
[openbsd-compat/openbsd-compat.h] Implement tun(4) forwarding
compatability support for Linux, diff from reyk@
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9325c4364..64046759f 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.316 2005/12/19 06:40:40 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.317 2005/12/31 05:33:37 djm Exp $ |
2 | # | 2 | # |
3 | # Copyright (c) 1999-2004 Damien Miller | 3 | # Copyright (c) 1999-2004 Damien Miller |
4 | # | 4 | # |
@@ -326,6 +326,9 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16)) | |||
326 | [Define if cmsg_type is not passed correctly]) | 326 | [Define if cmsg_type is not passed correctly]) |
327 | ;; | 327 | ;; |
328 | esac | 328 | esac |
329 | AC_DEFINE(SSH_TUN_LINUX, 1, [Open tunnel devices the Linux tun/tap way]) | ||
330 | AC_DEFINE(SSH_TUN_COMPAT_AF, 1, [Use tunnel device compatibility to OpenBSD]) | ||
331 | AC_DEFINE(SSH_TUN_PREPEND_AF, 1, [Prepend the address family to IP tunnel traffic]) | ||
329 | ;; | 332 | ;; |
330 | mips-sony-bsd|mips-sony-newsos4) | 333 | mips-sony-bsd|mips-sony-newsos4) |
331 | AC_DEFINE(NEED_SETPRGP, 1, [Need setpgrp to acquire controlling tty]) | 334 | AC_DEFINE(NEED_SETPRGP, 1, [Need setpgrp to acquire controlling tty]) |