diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-07-06 17:39:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-06 17:39:15 (GMT) |
commit | 8e2fc4a2e2325a006d42b1df5c339549cdd2cb94 (patch) | |
tree | a8e9ba199a98b20bb66142af1f4efd751119ea81 /config/cmake | |
parent | 257c8c745446ee614f92624b30cec41d8d771e05 (diff) | |
download | hdf5-8e2fc4a2e2325a006d42b1df5c339549cdd2cb94.zip hdf5-8e2fc4a2e2325a006d42b1df5c339549cdd2cb94.tar.gz hdf5-8e2fc4a2e2325a006d42b1df5c339549cdd2cb94.tar.bz2 |
Remove checks for winsock2.h (#813)
This is only needed on Windows and always available, so there's no need
to check for it.
Diffstat (limited to 'config/cmake')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 35ff8cf..5a94be3 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -388,9 +388,6 @@ /* Define if your system has window style path name. */ #cmakedefine H5_HAVE_WINDOW_PATH @H5_HAVE_WINDOW_PATH@ -/* Define to 1 if you have the <winsock2.h> header file. */ -#cmakedefine H5_HAVE_WINSOCK2_H @H5_HAVE_WINSOCK2_H@ - /* Define to 1 if you have the <zlib.h> header file. */ #cmakedefine H5_HAVE_ZLIB_H @H5_HAVE_ZLIB_H@ |