diff options
author | Thomas Radke <tradke@aei.mpg.de> | 2000-11-08 23:06:03 (GMT) |
---|---|---|
committer | Thomas Radke <tradke@aei.mpg.de> | 2000-11-08 23:06:03 (GMT) |
commit | 34b23b7dfab6cfdc6d38d05b8c5cf4dde60a2059 (patch) | |
tree | cb63b32b9e3ce92f15809137b8462cd35842ae9f | |
parent | b62d0a1366c1c4524c57c5e98b58440159081803 (diff) | |
download | hdf5-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
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |