From 13aae5ee7673a0b75369256e7ed6117f9f1b6c7d Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Sun, 21 Oct 2001 17:53:58 -0700 Subject: [configure.in] Clean up library testing. Add optional PATH to --with-pcre, --with-zlib, --with-tcp-wrappers based on patch by albert chin (china@thewrittenword.com) Re-arange AC_CHECK_HEADERS and AC_CHECK_FUNCS for eaiser reading of patches to configure.in Replace obsolete AC_STRUCT_ST_BLKSIZE with AC_CHECK_MEMBERS Add test for broken dirname() on Solaris 2.5.1 by Dan Astoorian [acconfig.h aclocal.m4 defines.h configure.in] Better socklen_t patch by albert chin (china@thewrittenword.com) [scp.c] Replace obsolete HAVE_ST_BLKSIZE with HAVE_STRUCT_STAT_ST_BLKSIZE [Makefile.in] When running make in top level, always do make in openbsd-compat patch by Dave Dykstra --- acconfig.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 0c1417885..afebfa5db 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.117 2001/09/20 19:43:41 stevesk Exp $ */ +/* $Id: acconfig.h,v 1.118 2001/10/22 00:53:59 tim Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -251,7 +251,6 @@ #undef HAVE_INT64_T #undef HAVE_U_INT64_T #undef HAVE_U_CHAR -#undef HAVE_SOCKLEN_T #undef HAVE_SIZE_T #undef HAVE_SSIZE_T #undef HAVE_CLOCK_T -- cgit v1.2.3