From 34b23b7dfab6cfdc6d38d05b8c5cf4dde60a2059 Mon Sep 17 00:00:00 2001 From: Thomas Radke Date: Wed, 8 Nov 2000 18:06:03 -0500 Subject: [svn-r2838] Purpose: Bugfix Description: Add define for HAVE_SOCKLEN_T which I forgot to commit together with the changes to configure.in and H5config.h.in --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acconfig.h b/acconfig.h index 5c0b340..40eacb5 100644 --- a/acconfig.h +++ b/acconfig.h @@ -54,3 +54,6 @@ /* Define if the stream virtual file driver should be compiled */ #undef HAVE_STREAM + +/* Define if `socklen_t' is defined */ +#undef HAVE_SOCKLEN_T -- cgit v0.12