2004-05-05 Ken Raeburn <raeburn@mit.edu>
* foreachaddr.c: Deleted. Code moved to lib/krb5/os/localaddr.c.
+ * fake-addrinfo.c: Deleted.
* Makefile.in (SRCS, STLIBOBJS): Updated.
2004-05-04 Ken Raeburn <raeburn@mit.edu>
LIBFINIFUNC=krb5int_thread_support_fini
STLIBOBJS= \
- threads.o \
- fake-addrinfo.o
+ threads.o
STOBJLISTS=OBJS.ST
LOCALINCLUDES=-I. -I$(srcdir)
SRCS=\
- $(srcdir)/threads.c \
- $(srcdir)/fake-addrinfo.c
+ $(srcdir)/threads.c
SHLIB_EXPDEPS =
SHLIB_EXPLIBS= $(LIBS)
SHLIB_DIRS=
+++ /dev/null
-/* Placeholder.
-
- Move most of the code from fake-addrinfo.h into here, someday.
- Enhance the caching. */
-
-#include "fake-addrinfo.h"
-
-static int krb5int__fake_addrinfo_c__dummy = 0;