diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2016-07-03 04:34:38 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2016-07-03 04:34:38 +0200 |
commit | 0d6f3d647d86f3292bff5cd55356e90ca8009c7a (patch) | |
tree | 6f1200e618eaf23827d90f2712c832892f3f3e2a /src/win32 | |
parent | 19054ab18aef794d7d1e2054d10fd73a87fc6c94 (diff) | |
download | tor-0d6f3d647d86f3292bff5cd55356e90ca8009c7a.tar.gz tor-0d6f3d647d86f3292bff5cd55356e90ca8009c7a.zip |
Remove HAVE_EVENT_H from winconfig
This was accidentally left in in f25e2167f556.
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/orconfig.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index ffb81ccf6d..742aae6298 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -214,8 +214,6 @@ /* Define to 1 iff unaligned int access is allowed */ #define UNALIGNED_INT_ACCESS_OK -#define HAVE_EVENT_H - /* Define to 1 iff we represent negative integers with two's complement */ #define USING_TWOS_COMPLEMENT |