[or-cvs] Fix a couple of win32-related build issues when using lates...

Nick Mathewson nickm at seul.org
Fri Apr 1 16:48:25 UTC 2005


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

Modified Files:
	orconfig.h 
Log Message:
Fix a couple of win32-related build issues when using latest libevent.

Index: orconfig.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/win32/orconfig.h,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- orconfig.h	1 Apr 2005 14:13:31 -0000	1.46
+++ orconfig.h	1 Apr 2005 16:48:22 -0000	1.47
@@ -20,6 +20,15 @@
 /* Define to 1 if you have the <errno.h> header file. */
 #define HAVE_ERRNO_H
 
+/* Define to 1 if you have the `event_get_method' function. */
+#define HAVE_EVENT_GET_METHOD 1
+
+/* Define to 1 if you have the `event_get_version' function. */
+#define HAVE_EVENT_GET_VERSION 1
+
+/* Define to 1 if you have the `event_set_log_callback' function. */
+#define HAVE_EVENT_SET_LOG_CALLBACK 1
+
 /* Define to 1 if you have the <fcntl.h> header file. */
 #define HAVE_FCNTL_H
 



More information about the tor-commits mailing list