[or-cvs] Finish implementing GETINFO; make it easy to query address ...

Nick Mathewson nickm at seul.org
Thu Mar 3 06:37:56 UTC 2005


Update of /home/or/cvsroot/tor
In directory moria.mit.edu:/tmp/cvs-serv26312

Modified Files:
	configure.in 
Log Message:
Finish implementing GETINFO; make it easy to query address maps.

Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -d -r1.172 -r1.173
--- configure.in	22 Feb 2005 07:03:02 -0000	1.172
+++ configure.in	3 Mar 2005 06:37:53 -0000	1.173
@@ -181,6 +181,7 @@
 AC_CHECK_SIZEOF(long long)
 AC_CHECK_SIZEOF(__int64)
 AC_CHECK_SIZEOF(void *)
+AC_CHECK_SIZEOF(time_t)
 
 # We want to make sure that we _don't_ have a cell_t defined, like IRIX does.
 



More information about the tor-commits mailing list