[or-cvs] start checking for limits.h too. we should resume compiling

arma at seul.org arma at seul.org
Wed Jun 14 23:21:24 UTC 2006


Update of /home2/or/cvsroot/tor
In directory moria:/home/arma/work/onion/cvs/tor

Modified Files:
	configure.in 
Log Message:
start checking for limits.h too. we should resume compiling
on irix64 and other weird platforms now.


Index: configure.in
===================================================================
RCS file: /home2/or/cvsroot/tor/configure.in,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -p -d -r1.293 -r1.294
--- configure.in	5 Jun 2006 01:59:12 -0000	1.293
+++ configure.in	14 Jun 2006 23:21:22 -0000	1.294
@@ -357,7 +357,7 @@ AC_CHECK_HEADERS(zlib.h, , AC_MSG_ERROR(
 
 dnl These headers are not essential
 
-AC_CHECK_HEADERS(stdint.h sys/types.h inttypes.h sys/param.h sys/wait.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 stddef.h inttypes.h utime.h sys/utime.h sys/mman.h alloca.h)
 
 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)
 



More information about the tor-commits mailing list