summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2000-11-08 22:33:24 (GMT)
committerThomas Radke <tradke@aei.mpg.de>2000-11-08 22:33:24 (GMT)
commitae1a3c13002aeaf84bae8bdebc1215a2a67d34c7 (patch)
tree3d08e62ae7f1499836f696b5b4231c541db86d61 /src/H5config.h.in
parent50333fe5150928e755a33933810e46c1bb1966da (diff)
downloadhdf5-ae1a3c13002aeaf84bae8bdebc1215a2a67d34c7.zip
hdf5-ae1a3c13002aeaf84bae8bdebc1215a2a67d34c7.tar.gz
hdf5-ae1a3c13002aeaf84bae8bdebc1215a2a67d34c7.tar.bz2
[svn-r2830]
Purpose: Bugfix Description: Rename the [H5_]HAVE_STRUCT_SOCKLEN_T into [H5_]HAVE_SOCKLEN_T. Solution: As pointed out by Bill the socklen_t type isn't a structure if is it defined by the system headers. So we should better take out the _STRUCT_ from the defines. Platforms tested:
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r--src/H5config.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 83d7a08..ca36216 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -92,8 +92,8 @@
/* Define if <netinet/tcp.h> header file is available */
#undef HAVE_NETINET_TCP_H
-/* Define if struct socklen_t is known */
-#undef HAVE_STRUCT_SOCKLEN_T
+/* Define if 'socklen_t' is available */
+#undef HAVE_SOCKLEN_T
/* The number of bytes in a __int64. */
#undef SIZEOF___INT64