summaryrefslogtreecommitdiff
path: root/WIN32-Code
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-04-23 02:31:04 -0400
committerNick Mathewson <nickm@torproject.org>2011-04-23 02:31:04 -0400
commit7739c86da0e5a659c5dce4bead736e184be5ae9b (patch)
tree6ab757e19cbc18d7a83c3a06079fee76995d3408 /WIN32-Code
parent53d1e450f4a5ed21c4eec216392524ff2ab7a7a7 (diff)
downloadlibevent-7739c86da0e5a659c5dce4bead736e184be5ae9b.tar.gz
Fix msvc build: it needed to know about _EVENT_HAVE_STRUCT_SOCKADDR_STORAGE
Diffstat (limited to 'WIN32-Code')
-rw-r--r--WIN32-Code/event2/event-config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WIN32-Code/event2/event-config.h b/WIN32-Code/event2/event-config.h
index fa14ae94..3f0c7ee2 100644
--- a/WIN32-Code/event2/event-config.h
+++ b/WIN32-Code/event2/event-config.h
@@ -192,6 +192,9 @@
/* Define to 1 if `sin_len' is member of `struct sockaddr_in'. */
/* #undef _EVENT_HAVE_STRUCT_SOCKADDR_IN_SIN_LEN */
+/* Define to 1 if the system has the type `struct sockaddr_storage'. */
+#define _EVENT_HAVE_STRUCT_SOCKADDR_STORAGE 1
+
/* Define to 1 if you have the <sys/devpoll.h> header file. */
/* #undef _EVENT_HAVE_SYS_DEVPOLL_H */