aboutsummaryrefslogtreecommitdiff
path: root/src/aclocal.m4
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-07-17 00:37:28 +0000
committerKen Raeburn <raeburn@mit.edu>2004-07-17 00:37:28 +0000
commitc9696e20527af3646e99aac33215874696219fdc (patch)
tree68e2b80a5357d6085005837db63175f2e978fff9 /src/aclocal.m4
parent2ccf5640522eec31ce4b59f92e867c5e6a0eeb61 (diff)
downloadkrb5-c9696e20527af3646e99aac33215874696219fdc.zip
krb5-c9696e20527af3646e99aac33215874696219fdc.tar.gz
krb5-c9696e20527af3646e99aac33215874696219fdc.tar.bz2
zap remaining bits of macsock.h support
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16612 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/aclocal.m4')
-rw-r--r--src/aclocal.m414
1 files changed, 1 insertions, 13 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index a0691cf..82ce7f4 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -313,7 +313,7 @@ dnl
dnl Check for IPv6 compile-time support.
dnl
AC_DEFUN(KRB5_AC_INET6,[
-AC_CHECK_HEADERS(sys/types.h macsock.h sys/socket.h netinet/in.h netdb.h)
+AC_CHECK_HEADERS(sys/types.h sys/socket.h netinet/in.h netdb.h)
AC_CHECK_FUNCS(inet_ntop inet_pton getnameinfo)
dnl getaddrinfo test needs netdb.h, for proper compilation on alpha
dnl under OSF/1^H^H^H^H^HDigital^H^H^H^H^H^H^HTru64 UNIX, where it's
@@ -365,11 +365,7 @@ KRB5_AC_CHECK_TYPE_WITH_HEADERS(struct sockaddr_storage, [
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
-#ifdef HAVE_MACSOCK_H
-#include <macsock.h>
-#else
#include <sys/socket.h>
-#endif
#include <netinet/in.h>
])])dnl
dnl
@@ -385,11 +381,7 @@ AC_TRY_COMPILE([
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
-#ifdef HAVE_MACSOCK_H
-#include <macsock.h>
-#else
#include <sys/socket.h>
-#endif
#include <netinet/in.h>
#include <netdb.h>
],[
@@ -408,11 +400,7 @@ AC_TRY_COMPILE([
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
-#ifdef HAVE_MACSOCK_H
-#include <macsock.h>
-#else
#include <sys/socket.h>
-#endif
#include <netinet/in.h>
#include <netdb.h>
],[