From: wessels <> Date: Wed, 19 Aug 1998 02:46:47 +0000 (+0000) Subject: fix socklen_t define for systems where it doesnt exist X-Git-Tag: SQUID_3_0_PRE1~2851 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8fdb8f3f11a8e57f00358b9869abe3191eef0a4f;p=thirdparty%2Fsquid.git fix socklen_t define for systems where it doesnt exist --- diff --git a/configure b/configure index a75fbb4cd8..d49fcc47f7 100755 --- a/configure +++ b/configure @@ -573,7 +573,7 @@ fi -# From configure.in Revision: 1.142 +# From configure.in Revision: 1.143 ac_aux_dir= for ac_dir in cfgaux $srcdir/cfgaux; do if test -f $ac_dir/install-sh; then diff --git a/include/autoconf.h.in b/include/autoconf.h.in index 6460ef351d..37d421a5f7 100644 --- a/include/autoconf.h.in +++ b/include/autoconf.h.in @@ -215,6 +215,8 @@ /* Define if you have struct rusage */ #undef HAVE_STRUCT_RUSAGE +#undef socklen_t + /* The number of bytes in a int. */ #undef SIZEOF_INT