diff options
author | Damien Miller <djm@mindrot.org> | 2006-01-01 19:47:05 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-01-01 19:47:05 +1100 |
commit | 2dcddbfaf6b68bd58b5b1422ebeef7767c0c2633 (patch) | |
tree | 8c044d00a3185cea6a500c32508df1161b048c29 /includes.h | |
parent | c4bcc917519e55f449044e558228a2e11b80740c (diff) | |
download | openssh-git-2dcddbfaf6b68bd58b5b1422ebeef7767c0c2633.tar.gz |
- (djm) [Makefile.in configure.ac includes.h misc.c]
[openbsd-compat/port-tun.c openbsd-compat/port-tun.h] Add support
for tunnel forwarding for FreeBSD and NetBSD. NetBSD's support is
limited to IPv4 tunnels only, and most versions don't support the
tap(4) device at all.
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -148,9 +148,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } #include <netinet/in.h> /* For IPv6 macros */ #include <netinet/ip.h> /* For IPTOS macros */ #include <netinet/tcp.h> -#ifdef HAVE_NET_IF_H -# include <net/if.h> -#endif #include <arpa/inet.h> #if defined(HAVE_NETDB_H) # include <netdb.h> |