summaryrefslogtreecommitdiffstats
path: root/config/cmake/H5pubconf.h.in
diff options
context:
space:
mode:
authorJacob Gruber <gruber1@hdfgroup.org>2012-06-25 18:53:08 (GMT)
committerJacob Gruber <gruber1@hdfgroup.org>2012-06-25 18:53:08 (GMT)
commitcba54019b637427cd3bcaca6d3fb1a22c4c69890 (patch)
tree62a70c2332dbe6c4cfabda914dc628c45b3d4a3a /config/cmake/H5pubconf.h.in
parent6321d6f37b9e6cfa8691d6d1f65dc96a098edb18 (diff)
parent02a0bd53e89c79508899ef28bfb7f038a1612aa7 (diff)
downloadhdf5-cba54019b637427cd3bcaca6d3fb1a22c4c69890.zip
hdf5-cba54019b637427cd3bcaca6d3fb1a22c4c69890.tar.gz
hdf5-cba54019b637427cd3bcaca6d3fb1a22c4c69890.tar.bz2
[svn-r22489] Merged with revision 22488. Fixed a typo.
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r--config/cmake/H5pubconf.h.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index b2567b5..6fca1ae 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -6,6 +6,9 @@
/* Define if the Windows virtual file driver should be compiled */
#cmakedefine H5_HAVE_WINDOWS @H5_HAVE_WINDOWS@
+/* Define if using MinGW */
+#cmakedefine H5_HAVE_MINGW @H5_HAVE_MINGW@
+
/* Define if on the Windows platform and default WIN32 API */
#cmakedefine H5_HAVE_WIN32_API @H5_HAVE_WIN32_API@
@@ -257,6 +260,9 @@
/* Define to 1 if you have the `sz' library (-lsz). */
#cmakedefine H5_HAVE_LIBSZ @H5_HAVE_LIBSZ@
+/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
+#cmakedefine H5_HAVE_LIBWS2_32 @H5_HAVE_LIBWS2_32@
+
/* Define to 1 if you have the `z' library (-lz). */
#cmakedefine H5_HAVE_LIBZ @H5_HAVE_LIBZ@
@@ -458,7 +464,7 @@
#cmakedefine H5_HAVE_WINDOW_PATH @H5_HAVE_WINDOW_PATH@
/* Define to 1 if you have the <winsock.h> header file. */
-#cmakedefine H5_HAVE_WINSOCK_H @H5_HAVE_WINSOCK_H@
+#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@