Fix a couple of win32-related build issues when using latest libevent.

svn:r3978
This commit is contained in:
Nick Mathewson
2005-04-01 16:48:22 +00:00
parent 998846f1d6
commit 36631d6401
2 changed files with 13 additions and 4 deletions
+9
View File
@@ -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