[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8319: Remove unused autoconf checks. (tor/trunk)
Author: nickm
Date: 2006-09-02 22:13:56 -0400 (Sat, 02 Sep 2006)
New Revision: 8319
Modified:
tor/trunk/
tor/trunk/configure.in
Log:
r8709@Kushana: nickm | 2006-09-02 20:59:54 -0400
Remove unused autoconf checks.
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r8709] on c95137ef-5f19-0410-b913-86e773d04f59
Modified: tor/trunk/configure.in
===================================================================
--- tor/trunk/configure.in 2006-09-03 02:13:52 UTC (rev 8318)
+++ tor/trunk/configure.in 2006-09-03 02:13:56 UTC (rev 8319)
@@ -365,7 +365,7 @@
dnl These headers are not essential
-AC_CHECK_HEADERS(stdint.h sys/types.h inttypes.h sys/param.h sys/wait.h limits.h sys/limits.h netinet/in.h arpa/inet.h machine/limits.h syslog.h sys/time.h sys/resource.h stddef.h inttypes.h utime.h sys/utime.h sys/mman.h alloca.h)
+AC_CHECK_HEADERS(stdint.h sys/types.h inttypes.h sys/param.h sys/wait.h limits.h sys/limits.h netinet/in.h arpa/inet.h machine/limits.h syslog.h sys/time.h sys/resource.h inttypes.h utime.h sys/utime.h sys/mman.h)
AC_CHECK_HEADERS(net/if.h, [net_if_found=1], [net_if_found=0],
[#ifdef HAVE_SYS_TYPES_H
@@ -390,7 +390,7 @@
#include <sys/socket.h>
#endif])
-AC_CHECK_FUNCS(gettimeofday ftime socketpair uname inet_aton strptime getrlimit setrlimit strlcat strlcpy strtoull getpwnam getpwuid ftello getaddrinfo localtime_r gmtime_r event_get_version event_get_method event_set_log_callback memmem mmap strtok_r)
+AC_CHECK_FUNCS(gettimeofday ftime socketpair uname inet_aton strptime getrlimit strlcat strlcpy strtoull ftello getaddrinfo localtime_r gmtime_r event_get_version event_get_method event_set_log_callback memmem strtok_r)
if test $enable_threads = "yes"; then
AC_CHECK_HEADERS(pthread.h)