summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/include/ChangeLog7
-rw-r--r--src/include/configure.in2
-rw-r--r--src/include/krb5.hin1
3 files changed, 9 insertions, 1 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index baf560f2d2..92a6b2d65a 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,10 @@
+1999-10-17 Ken Raeburn <raeburn@raeburn.org>
+
+ * configure.in: Check for inet_{ntop,pton,ntoa,aton},
+ getipnodeby{name,addr}, get{name,addr}info.
+
+ * krb5.hin (ADDRTYPE_INET6): Define.
+
1999-09-21 Tom Yu <tlyu@mit.edu>
* Makefile.in (install): Install port-sockets.h, needed by
diff --git a/src/include/configure.in b/src/include/configure.in
index c99448ecf2..fca3fe75d1 100644
--- a/src/include/configure.in
+++ b/src/include/configure.in
@@ -5,7 +5,7 @@ AC_PROG_INSTALL
AC_PROG_AWK
AC_PROG_LEX
AC_CONST
-AC_CHECK_FUNCS(strdup labs setvbuf memmove bcopy)
+AC_CHECK_FUNCS(strdup labs setvbuf memmove bcopy inet_ntop inet_pton getipnodebyname getipnodebyaddr getaddrinfo getnameinfo inet_ntoa inet_aton)
HAVE_YYLINENO
CHECK_DIRENT
AC_TYPE_UID_T
diff --git a/src/include/krb5.hin b/src/include/krb5.hin
index 3d9f55c477..ed54aa63ab 100644
--- a/src/include/krb5.hin
+++ b/src/include/krb5.hin
@@ -302,6 +302,7 @@ typedef struct _krb5_address {
#define ADDRTYPE_XNS 0x0006
#define ADDRTYPE_ISO 0x0007
#define ADDRTYPE_DDP 0x0010
+#define ADDRTYPE_INET6 0x0018
/* not yet in the spec... */
#define ADDRTYPE_ADDRPORT 0x0100
#define ADDRTYPE_IPPORT 0x0101