aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-12-27 21:40:18 +0100
committerAndreas Schneider <asn@cynapses.org>2010-12-27 21:51:55 +0100
commitb4c62ac9ea7cc41a1c8c3fa062dee01f13d98e66 (patch)
tree8a38c144af789b2ca40522a08554313a81a5d3df /config.h.cmake
parenta0e98f585a36e0032545107dbd90c6adab40e09b (diff)
downloadlibssh-b4c62ac9ea7cc41a1c8c3fa062dee01f13d98e66.tar.gz
libssh-b4c62ac9ea7cc41a1c8c3fa062dee01f13d98e66.tar.xz
libssh-b4c62ac9ea7cc41a1c8c3fa062dee01f13d98e66.zip
server: Replace gethostbyname() with getaddrinfo().
Fixes rlo#13.
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.cmake b/config.h.cmake
index ba98214e..462f513d 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -68,9 +68,6 @@
/* Define to 1 if you have the `getaddrinfo' function. */
#cmakedefine HAVE_GETADDRINFO 1
-/* Define to 1 if you have the `gethostbyname' function. */
-#cmakedefine HAVE_GETHOSTBYNAME 1
-
/* Define to 1 if you have the `poll' function. */
#cmakedefine HAVE_POLL 1