rename HAVE_STRUCT_SOCKADDR_IN6 to HAVE_IPV6

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4599 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-03-18 16:13:15 +00:00
parent 5586a6e8da
commit 41a98ce22c
5 changed files with 16 additions and 16 deletions

View File

@@ -39,6 +39,6 @@ struct in6_addr any = IPV6ADDR_ANY_INIT;
ac_cv_lib_ipv6=yes,
ac_cv_lib_ipv6=no))
if test "$ac_cv_lib_ipv6" = yes; then
AC_DEFINE(HAVE_STRUCT_SOCKADDR_IN6)
AC_DEFINE(HAVE_IPV6)
fi
])