From a5187bb6ac96cc43f68367c5dc9332854c250713 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 12 Jul 2007 02:33:19 +0000 Subject: 23670: use getaddrinfo() and getnameinfo() instead of get*by* functions. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a3556d103..9a0cfae5d 100644 --- a/configure.ac +++ b/configure.ac @@ -1116,7 +1116,7 @@ AC_CHECK_FUNCS(strftime strptime mktime timelocal \ waitpid wait3 \ sigaction sigblock sighold sigrelse sigsetmask sigprocmask \ killpg setpgid setpgrp tcsetpgrp tcgetattr nice \ - gethostname gethostbyname2 getipnodebyname \ + gethostname getaddrinfo getnameinfo \ inet_aton inet_pton inet_ntop \ getlogin getpwent getpwnam getpwuid getgrgid getgrnam \ initgroups nis_list \ -- cgit 1.4.1