]> granicus.if.org Git - libevent/commit
Stop checking for inet_aton; we don't use it.
authorNick Mathewson <nickm@torproject.org>
Mon, 24 Feb 2014 15:32:00 +0000 (10:32 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 24 Feb 2014 15:33:16 +0000 (10:33 -0500)
commitf665d5cb275b8bff2ef6156b0ad12007b586fd87
treebf3950d2abbd07def4117773048aa533f4a5fd36
parent565ea26bedd4a5c8e112653a973078c1e847747c
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.
CMakeLists.txt
WIN32-Code/nmake/event2/event-config.h
configure.ac
event-config.h.cmake