]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fix socklen_t define for systems where it doesnt exist
authorwessels <>
Wed, 19 Aug 1998 02:46:47 +0000 (02:46 +0000)
committerwessels <>
Wed, 19 Aug 1998 02:46:47 +0000 (02:46 +0000)
configure
include/autoconf.h.in

index a75fbb4cd80433a616b0f67b210da0cad24c4255..d49fcc47f7afe2aa437e87f6eaaae424748c651d 100755 (executable)
--- 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
index 6460ef351df0edff72b0b0ede0c43ecd90c1c307..37d421a5f7b90e2a1da70568dff6b598f2042b99 100644 (file)
 /* Define if you have struct rusage */
 #undef HAVE_STRUCT_RUSAGE
 
+#undef socklen_t
+
 /* The number of bytes in a int.  */
 #undef SIZEOF_INT