diff options
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 4 |
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 |