Require IPv6 support
authorKen Raeburn <raeburn@mit.edu>
Tue, 28 Feb 2012 16:15:56 +0000 (16:15 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 28 Feb 2012 16:15:56 +0000 (16:15 +0000)
commit666d801d3b1a288f59dc458ea1fb438dc4f4329a
tree91607b94c04d76786167c769d86aad6793b76d69
parent7c08c875b8617f2df0fd98510eb0ad3ce12bcc86
Require IPv6 support

The configure-time options to enable and disable IPv6 support have
been deprecated for some time, but the checks for OS support were
kept.  This removes those checks, and unconditionally compiles in the
IPv6 support.

There was a configure-time test to see if the macro INET6 needed to be
defined in order to enable (visibility of) OS support for IPv6, which
was needed on an IRIX system we tested with.  That check is retained,
but the revised code is untested on IRIX.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25719 dc483132-0cff-0310-8789-dd5450dbe970
15 files changed:
src/aclocal.m4
src/clients/klist/klist.c
src/include/fake-addrinfo.h
src/include/socket-utils.h
src/include/win-mac.h
src/kadmin/server/schpw.c
src/kdc/kdc_util.h
src/lib/apputils/net-server.c
src/lib/krb5/os/genaddrs.c
src/lib/krb5/os/hostaddr.c
src/lib/krb5/os/localaddr.c
src/lib/krb5/os/locate_kdc.c
src/lib/krb5/os/t_std_conf.c
src/slave/kpropd.c
src/util/support/fake-addrinfo.c