From b4c62ac9ea7cc41a1c8c3fa062dee01f13d98e66 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 27 Dec 2010 21:40:18 +0100 Subject: server: Replace gethostbyname() with getaddrinfo(). Fixes rlo#13. --- config.h.cmake | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.h.cmake') 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 -- cgit v1.2.3