X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.in;h=41c1aaf925e915a30e0695326e658356e72a53bd;hp=0e767601f7c40bc327d7699d551db3564d297524;hb=30c0381d71d333a99f6c83ff9d03ef4a0857f423;hpb=81f5713ab71944d51703653eab7f364fba0c482e diff --git a/configure.in b/configure.in index 0e767601..41c1aaf9 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Id: configure.in,v 1.13.2.62 2003/07/06 17:15:24 guus Exp $ +dnl $Id: configure.in,v 1.13.2.65 2003/07/07 11:11:33 guus Exp $ AC_PREREQ(2.53) AC_INIT(src/tincd.c) @@ -87,7 +87,7 @@ dnl Checks for header files. 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 #include #ifdef HAVE_NETINET_IN_SYSTM_H @@ -101,7 +101,7 @@ AC_TYPE_SIZE_T AC_HEADER_TIME AC_STRUCT_TM -AC_CHECK_TYPES([socklen_t, struct addrinfo, struct sockaddr_in6], , , +AC_CHECK_TYPES([socklen_t, struct addrinfo, struct in6_addr, struct sockaddr_in6], , , [#include #include #include @@ -114,7 +114,7 @@ AC_FUNC_MEMCMP AC_FUNC_ALLOCA AC_TYPE_SIGNAL AC_CHECK_FUNCS([asprintf daemon fcloseall flock ftime get_current_dir_name \ -putenv select strdup strerror strsignal strtol unsetenv mlockall]) +putenv select strdup strerror strsignal strtol unsetenv mlockall vsyslog]) jm_FUNC_MALLOC jm_FUNC_REALLOC