[or-cvs] More eventdns.c patches: use HAVE_ALLOCA_H; print IP addrs ...

Nick Mathewson nickm at seul.org
Mon Jun 5 01:59:14 UTC 2006


Update of /home/or/cvsroot/tor
In directory moria:/tmp/cvs-serv21075

Modified Files:
	configure.in 
Log Message:
More eventdns.c patches: use HAVE_ALLOCA_H; print IP addrs as dotted quads.

Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.292
retrieving revision 1.293
diff -u -p -d -r1.292 -r1.293
--- configure.in	4 Jun 2006 22:42:12 -0000	1.292
+++ configure.in	5 Jun 2006 01:59:12 -0000	1.293
@@ -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)
+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_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