summaryrefslogtreecommitdiff
path: root/WIN32-Code
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-02-24 10:32:00 -0500
committerNick Mathewson <nickm@torproject.org>2014-02-24 10:33:16 -0500
commitf665d5cb275b8bff2ef6156b0ad12007b586fd87 (patch)
treebf3950d2abbd07def4117773048aa533f4a5fd36 /WIN32-Code
parent565ea26bedd4a5c8e112653a973078c1e847747c (diff)
downloadlibevent-f665d5cb275b8bff2ef6156b0ad12007b586fd87.tar.gz
Stop checking for inet_aton; we don't use it.
We had cmake and autoconf tests for the inet_aton function... but we never actually use it any more. (The autoconf tests still use the callability of inet_aton to decide whether we need to link against -lresolv) Reported by Harlan Stenn.
Diffstat (limited to 'WIN32-Code')
-rw-r--r--WIN32-Code/nmake/event2/event-config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WIN32-Code/nmake/event2/event-config.h b/WIN32-Code/nmake/event2/event-config.h
index 43b5c3fb..da550283 100644
--- a/WIN32-Code/nmake/event2/event-config.h
+++ b/WIN32-Code/nmake/event2/event-config.h
@@ -70,9 +70,6 @@
/* Define to 1 if you have the `gettimeofday' function. */
/* #define EVENT__HAVE_GETTIMEOFDAY 1 */
-/* Define to 1 if you have the `inet_aton' function. */
-/* #undef EVENT__HAVE_INET_ATON */
-
/* Define to 1 if you have the `inet_ntop' function. */
/* #undef EVENT__HAVE_INET_NTOP */