about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-07-12 02:33:19 +0000
committerClint Adams <clint@users.sourceforge.net>2007-07-12 02:33:19 +0000
commita5187bb6ac96cc43f68367c5dc9332854c250713 (patch)
tree3331c1ecc813776ee666494e873cb847e719fb2b /configure.ac
parent25ded6226c4922ccded0432552689ac95ae574b5 (diff)
downloadzsh-a5187bb6ac96cc43f68367c5dc9332854c250713.tar.gz
zsh-a5187bb6ac96cc43f68367c5dc9332854c250713.tar.xz
zsh-a5187bb6ac96cc43f68367c5dc9332854c250713.zip
23670: use getaddrinfo() and getnameinfo() instead of get*by* functions.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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 \