[or-cvs] r17604: {tor} Remove a few no-longer-used checks from configure.in (tor/trunk)

nickm at seul.org nickm at seul.org
Thu Dec 11 21:56:22 UTC 2008


Author: nickm
Date: 2008-12-11 16:56:22 -0500 (Thu, 11 Dec 2008)
New Revision: 17604

Modified:
   tor/trunk/configure.in
Log:
Remove a few no-longer-used checks from configure.in

Modified: tor/trunk/configure.in
===================================================================
--- tor/trunk/configure.in	2008-12-11 21:11:31 UTC (rev 17603)
+++ tor/trunk/configure.in	2008-12-11 21:56:22 UTC (rev 17604)
@@ -196,7 +196,7 @@
 dnl Check for functions before libevent, since libevent-1.2 apparently
 dnl exports strlcpy without defining it in a header.
 
-AC_CHECK_FUNCS(gettimeofday ftime socketpair uname inet_aton strptime getrlimit strlcat strlcpy strtoull ftello getaddrinfo localtime_r gmtime_r memmem strtok_r inet_pton inet_ntop writev readv flock)
+AC_CHECK_FUNCS(gettimeofday ftime socketpair uname inet_aton strptime getrlimit strlcat strlcpy strtoull getaddrinfo localtime_r gmtime_r memmem strtok_r writev readv flock)
 
 using_custom_malloc=no
 if test x$enable_openbsd_malloc = xyes ; then
@@ -391,8 +391,6 @@
    fi
 fi
 
-AC_FUNC_FSEEKO
-
 AC_CHECK_MEMBERS([struct timeval.tv_sec], , ,
 [#ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
@@ -429,7 +427,8 @@
 
 AC_CHECK_TYPES([uint, u_char, ssize_t])
 
-AC_CHECK_TYPES([struct in6_addr, struct sockaddr_in6, struct sockaddr_storage, sa_family_t], , ,
+dnl used to include sockaddr_storage, but everybody has that.
+AC_CHECK_TYPES([struct in6_addr, struct sockaddr_in6, sa_family_t], , ,
 [#ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif



More information about the tor-commits mailing list