diff options
author | Thomas Radke <tradke@aei.mpg.de> | 2000-11-08 20:36:06 (GMT) |
---|---|---|
committer | Thomas Radke <tradke@aei.mpg.de> | 2000-11-08 20:36:06 (GMT) |
commit | 4c52fde41aa4fd1b5ab58f4c26a5f1a955cc2462 (patch) | |
tree | c8a6107a690bf8407a464515388a8ecbc95ab51c /HISTORY | |
parent | b7170a25ceb924da4ccf2a589e84680d92526a17 (diff) | |
download | hdf5-4c52fde41aa4fd1b5ab58f4c26a5f1a955cc2462.zip hdf5-4c52fde41aa4fd1b5ab58f4c26a5f1a955cc2462.tar.gz hdf5-4c52fde41aa4fd1b5ab58f4c26a5f1a955cc2462.tar.bz2 |
[svn-r2817]
Purpose:
Bugfix
Description:
The socklen_t was hardcoded to be defined as int on architectures
other than Linux and SUN (Solaris).
Now it turned out that Solaris isn't consistent in this manner.
Versions earlier than 2.7 do not define this type.
Solution:
Check at configure time whether the socklen_t type is defined
by the system header includes. If not than this type is defined
to be 'int'.
Platforms tested:
Solaris 2.6 and 2.7
Linux
IRIX64
Windows NT (command line configure with both cl abd gcc)
Diffstat (limited to 'HISTORY')
0 files changed, 0 insertions, 0 deletions