* Makefile.in (SRCS, OBJS, STLIBOBJS): Remove util_canonhost.
authorKen Raeburn <raeburn@mit.edu>
Fri, 4 Aug 2000 03:06:49 +0000 (03:06 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 4 Aug 2000 03:06:49 +0000 (03:06 +0000)
* gssapiP_generic (g_canonicalize_host, g_local_host_name): Delete
declarations.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12604 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/generic/ChangeLog
src/lib/gssapi/generic/Makefile.in
src/lib/gssapi/generic/gssapiP_generic.h

index 78e0e4d9646f46f80e33018bd878ea6cd970117e..d6b6166b6f8e338d2cde8be466fdb911b01dd586 100644 (file)
@@ -1,3 +1,9 @@
+2000-08-03  Ken Raeburn  <raeburn@mit.edu>
+
+       * Makefile.in (SRCS, OBJS, STLIBOBJS): Remove util_canonhost.
+       * gssapiP_generic (g_canonicalize_host, g_local_host_name): Delete
+       declarations.
+
 2000-05-31  Wilfredo Sanchez  <tritan@mit.edu>
 
        * util_token.c: Check for existance of <memory.h>.
index 5952a28b03d8ee9a44a002a7d9f2443eb0288bd9..ccbb7ea76d79fa39e8e90ae13fc6055ead376a16 100644 (file)
@@ -55,7 +55,6 @@ SRCS = \
        $(srcdir)/rel_buffer.c \
        $(srcdir)/rel_oid_set.c \
        $(srcdir)/util_buffer.c \
-       $(srcdir)/util_canonhost.c \
        $(srcdir)/util_dup.c \
        $(srcdir)/util_oid.c \
        $(srcdir)/util_ordering.c \
@@ -72,7 +71,6 @@ OBJS = \
        $(OUTPRE)rel_buffer.$(OBJEXT) \
        $(OUTPRE)rel_oid_set.$(OBJEXT) \
        $(OUTPRE)util_buffer.$(OBJEXT) \
-       $(OUTPRE)util_canonhost.$(OBJEXT) \
        $(OUTPRE)util_dup.$(OBJEXT) \
        $(OUTPRE)util_oid.$(OBJEXT) \
        $(OUTPRE)util_ordering.$(OBJEXT) \
@@ -89,7 +87,6 @@ STLIBOBJS = \
        rel_buffer.o \
        rel_oid_set.o \
        util_buffer.o \
-       util_canonhost.o \
        util_dup.o \
        util_oid.o \
        util_ordering.o \
index a0fa7c4aaf719070e4da9526e4faebbffd93d5a9..8bdda4bc0bfdf5901bd8e807bca7e7c4cbfe8ae9 100644 (file)
@@ -151,9 +151,6 @@ gss_uint32 g_queue_externalize(void *vqueue, unsigned char **buf,
 gss_uint32 g_queue_internalize(void **vqueue, unsigned char **buf,
                               size_t *lenremain);
 
-char *g_canonicalize_host PROTOTYPE((char *hostname));
-char *g_local_host_name PROTOTYPE((void));
-
 char *g_strdup PROTOTYPE((char *str));
 
 /** declarations of internal name mechanism functions **/