diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-04-01 16:48:22 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-04-01 16:48:22 +0000 |
commit | 36631d6401d3a2022cdcb9d11fc294fb58114698 (patch) | |
tree | ef310cc1cf828ee326198cfe9682b6651ce1616d /src/win32 | |
parent | 998846f1d629e7796ee6977c55988751aa0ec632 (diff) | |
download | tor-36631d6401d3a2022cdcb9d11fc294fb58114698.tar.gz tor-36631d6401d3a2022cdcb9d11fc294fb58114698.zip |
Fix a couple of win32-related build issues when using latest libevent.
svn:r3978
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/orconfig.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index bfe9b2a5a9..ababc5f506 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -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 |