about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-24 04:41:47 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-24 04:41:47 +0000
commita4a939cfd8bc30e6462e8139e4537f0cdb0c5d29 (patch)
tree39f0f5b457a26632123c4fab2650df530cbf4423 /configure.in
parent7cccf04d56cbcbacc088bf3b0f3eee1ae9d4fe32 (diff)
downloadzsh-a4a939cfd8bc30e6462e8139e4537f0cdb0c5d29.tar.gz
zsh-a4a939cfd8bc30e6462e8139e4537f0cdb0c5d29.tar.xz
zsh-a4a939cfd8bc30e6462e8139e4537f0cdb0c5d29.zip
zsh-workers/8764
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 6f0d3718a..8d810e7a4 100644
--- a/configure.in
+++ b/configure.in
@@ -773,6 +773,14 @@ zsh_STRUCT_MEMBER([
 #endif
 ], struct direct, d_stat)
 
+dnl Check IPv6 socket address structure type
+zsh_STRUCT_MEMBER([
+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
+#include <netinet/in.h>
+], struct sockaddr_in6, sin6_scope_id)
+
 dnl need to integrate this function
 dnl AC_FUNC_STRFTIME
 
@@ -783,6 +791,7 @@ AC_CHECK_FUNCS(memcpy memmove \
               sigprocmask setuid seteuid setreuid setresuid setsid strerror \
               nis_list initgroups fchdir cap_get_proc readlink nice \
 	      getgrgid getgrnam getpwent getpwnam getpwuid setpgrp \
+	      inet_pton inet_ntop getipnodebyname gethostbyname2 \
 	      fseeko ftello mmap munmap msync ftruncate setlocale)
 
 dnl ---------------