[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Fix a couple of win32-related build issues when using lates...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] Fix a couple of win32-related build issues when using lates...
- From: nickm@xxxxxxxx (Nick Mathewson)
- Date: Fri, 1 Apr 2005 11:48:25 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Fri, 01 Apr 2005 11:49:08 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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