[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
tinc configure.in,1.13.2.62,1.13.2.63
Update of /home/CVS/tinc
In directory humbolt:/tmp/cvs-serv12572
Modified Files:
Tag: CABAL
configure.in
Log Message:
Check for IPv6 header files.
Index: configure.in
===================================================================
RCS file: /home/CVS/tinc/configure.in,v
retrieving revision 1.13.2.62
retrieving revision 1.13.2.63
diff -u -r1.13.2.62 -r1.13.2.63
--- configure.in 2003/07/06 17:15:24 1.13.2.62
+++ configure.in 2003/07/06 17:49:49 1.13.2.63
@@ -87,7 +87,7 @@
AC_HEADER_STDC
AC_CHECK_HEADERS([fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \
sys/file.h sys/ioctl.h sys/param.h sys/time.h netinet/in_systm.h])
-AC_CHECK_HEADERS([net/ethernet.h net/if.h netinet/ip.h netinet/tcp.h], [], [],
+AC_CHECK_HEADERS([net/ethernet.h net/if.h netinet/ip.h netinet/tcp.h netinet/ip6.h], [], [],
[#include <sys/types.h>
#include <sys/socket.h>
#ifdef HAVE_NETINET_IN_SYSTM_H
--
Tinc-cvs: CVS changelog list for the tinc VPN daemon
Archive: http://mail.nl.linux.org/tinc-cvs/
Tinc site: http://tinc.nl.linux.org/
- Prev by Date:
tinc/src net.c,1.35.4.186,1.35.4.187 net.h,1.9.4.58,1.9.4.59 protocol_auth.c,1.1.4.19,1.1.4.20 route.c,1.1.2.51,1.1.2.52 tincd.c,1.10.4.68,1.10.4.69
- Next by Date:
tinc/src route.c,1.1.2.52,1.1.2.53
- Prev by thread:
tinc/src net.c,1.35.4.186,1.35.4.187 net.h,1.9.4.58,1.9.4.59 protocol_auth.c,1.1.4.19,1.1.4.20 route.c,1.1.2.51,1.1.2.52 tincd.c,1.10.4.68,1.10.4.69
- Next by thread:
tinc/src route.c,1.1.2.52,1.1.2.53
- Index(es):