summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2000-11-08 23:06:03 (GMT)
committerThomas Radke <tradke@aei.mpg.de>2000-11-08 23:06:03 (GMT)
commit34b23b7dfab6cfdc6d38d05b8c5cf4dde60a2059 (patch)
treecb63b32b9e3ce92f15809137b8462cd35842ae9f /acconfig.h
parentb62d0a1366c1c4524c57c5e98b58440159081803 (diff)
downloadhdf5-34b23b7dfab6cfdc6d38d05b8c5cf4dde60a2059.zip
hdf5-34b23b7dfab6cfdc6d38d05b8c5cf4dde60a2059.tar.gz
hdf5-34b23b7dfab6cfdc6d38d05b8c5cf4dde60a2059.tar.bz2
[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
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
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