+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>.
$(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 \
$(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) \
rel_buffer.o \
rel_oid_set.o \
util_buffer.o \
- util_canonhost.o \
util_dup.o \
util_oid.o \
util_ordering.o \
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 **/