From 9955ae4cc5ff50809b8e124d42f95dcab3cc3be9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 16 Feb 2006 20:28:32 +0000 Subject: [PATCH] . --- config.hin | 9 +++++++++ src/Makefile.in | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/config.hin b/config.hin index 2c9cfb3671..b4cc99ca2f 100644 --- a/config.hin +++ b/config.hin @@ -738,6 +738,9 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H +/* Define to 1 if you have the header file. */ +#undef HAVE_NETDB_H + /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_H @@ -1142,6 +1145,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_RESOURCE_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_SOCKET_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STATFS_H @@ -1300,6 +1306,9 @@ /* Define if utimes works properly. */ #undef HAVE_WORKING_UTIMES +/* Define to 1 if you have the header file. */ +#undef HAVE_WS2TCPIP_H + /* Define to 1 if the system has the type `_Bool'. */ #undef HAVE__BOOL diff --git a/src/Makefile.in b/src/Makefile.in index 5a08e9445a..18b3c3c7ad 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -65,7 +65,7 @@ bin_PROGRAMS = [$(EXEEXT) chgrp$(EXEEXT) chown$(EXEEXT) chmod$(EXEEXT) \ noinst_PROGRAMS = setuidgid$(EXEEXT) subdir = src DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in TODO + $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \ $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/allocsa.m4 \ @@ -1012,7 +1012,7 @@ uninstall-binPROGRAMS: done clean-binPROGRAMS: - -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) > /dev/null 2>&1 || /bin/rm -f $(bin_PROGRAMS) + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) installcheck-binPROGRAMS: $(bin_PROGRAMS) bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \ -- 2.39.5