From 666d801d3b1a288f59dc458ea1fb438dc4f4329a Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 28 Feb 2012 16:15:56 +0000 Subject: 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 --- src/include/win-mac.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include/win-mac.h') diff --git a/src/include/win-mac.h b/src/include/win-mac.h index 82d3ff736d..53f274af79 100644 --- a/src/include/win-mac.h +++ b/src/include/win-mac.h @@ -115,7 +115,6 @@ typedef _W64 int ssize_t; #define SYS_ERRLIST_DECLARED /* if __STDC_VERSION__ >= 199901L this shouldn't be needed */ #define inline __inline -#define KRB5_USE_INET6 #define NEED_INSIXADDR_ANY #define ENABLE_THREADS #endif -- cgit