From 8fdb8f3f11a8e57f00358b9869abe3191eef0a4f Mon Sep 17 00:00:00 2001 From: wessels <> Date: Wed, 19 Aug 1998 02:46:47 +0000 Subject: [PATCH] fix socklen_t define for systems where it doesnt exist --- configure | 2 +- include/autoconf.h.in | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.3