summaryrefslogtreecommitdiff
path: root/event-config.h.cmake
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 /event-config.h.cmake
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 'event-config.h.cmake')
-rw-r--r--event-config.h.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/event-config.h.cmake b/event-config.h.cmake
index 577b7448..34ac91c4 100644
--- a/event-config.h.cmake
+++ b/event-config.h.cmake
@@ -148,9 +148,6 @@
/* Define to 1 if you have the <ifaddrs.h> header file. */
#cmakedefine EVENT__HAVE_IFADDRS_H 1
-/* Define to 1 if you have the `inet_aton' function. */
-#cmakedefine EVENT__HAVE_INET_ATON 1
-
/* Define to 1 if you have the `inet_ntop' function. */
#cmakedefine EVENT__HAVE_INET_NTOP 1