[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Finish implementing GETINFO; make it easy to query address ...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] Finish implementing GETINFO; make it easy to query address ...
- From: nickm@xxxxxxxx (Nick Mathewson)
- Date: Thu, 3 Mar 2005 01:37:56 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Thu, 03 Mar 2005 01:38:26 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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.