diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2016-07-03 04:32:54 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2016-07-03 04:32:54 +0200 |
commit | 19054ab18aef794d7d1e2054d10fd73a87fc6c94 (patch) | |
tree | 4ee0c1dc3a4c9fd480c18a8d86eda41e1e1d51e3 /src/win32 | |
parent | be78e9ff3782639b9fa72dcfa9bda559cfc83f17 (diff) | |
download | tor-19054ab18aef794d7d1e2054d10fd73a87fc6c94.tar.gz tor-19054ab18aef794d7d1e2054d10fd73a87fc6c94.zip |
Remove HAVE_EVENT_* defines from winconfig
They were accidentally left sitting around in 517e0f965.
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/orconfig.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 9469245ba7..ffb81ccf6d 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -17,15 +17,6 @@ /* 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 @@ -240,7 +231,6 @@ #define HAVE_EVENT2_EVENT_H #define SHARE_DATADIR "" #define HAVE_EVENT2_DNS_H -#define HAVE_EVENT_BASE_LOOPEXIT #define USE_CURVE25519_DONNA #define ENUM_VALS_ARE_SIGNED 1 |